﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.bodyContent{
    /* Make sure the body copy isn't covered by the footer */
    margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* ERP Specific
--------------------------------------------------- */
body {
/*    background-color: #2C3D4C;
    text-align: center;*/
    font-family: Verdana, Geneva, sans-serif;
    padding: 0px;
    margin: 0px;
}

p {
    color: #575757;
    font-size: 1em;
}

h1 {
    font-family: 'LavoisierBold', Sans-Serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
    color: #2c5a4b;
    letter-spacing: 0;
    text-transform: none;
}

h2 {
    color: #2c3d46;
    font-size: 1.4em;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 0px;
    margin-bottom: -5px;
    font-family: 'LavoisierBold', Sans-Serif;
}

h3 {
    color: #7E8421;
    font-size: 1.3em;
    font-family: 'LavoisierBold', Sans-Serif;
    text-align: left;
    margin-top: 6px;
    padding-left: 35px;
}

h4 {
    color: #555555;
    font-size: 1.2em;
    font-family: 'LavoisierBold', Sans-Serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

li {
    color: #303030;
    font-size: 1em;
    font-family: 'LavoisierBold', Sans-Serif;
}

.HeadLine {
    font-family: Impact, Charcoal, sans-serif;
    font-size: 1.75em;
    font-weight: lighter;
    line-height: 1;
    color: #666666;
    letter-spacing: 0;
    text-transform: uppercase;
}
/* Media queries work in reverse - the default is for mobile devices */
@media (min-width: 576px) {
    .HeadLine {
        font-size: 2em;
    }
}

@media (min-width: 768px) {
    .HeadLine{
        font-size: 2.5em;
    }
}

@media (min-width: 992px) {
    .HeadLine{
        font-size: 5em;
    }
}

.SpaceShim{
    height: 25px;
    display: block;
}

/*// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
    ...
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    ...
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
    ...
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    ...
}
*/