﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #001F4E;
    background: #f0f0f1;
    margin-bottom: 60px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/
button.nofocus:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

.top_nav ul li {
    font-weight: 600 !important
}

.top_nav > ul > li > a {
    color: #002e5b;
    height: auto;
    letter-spacing: -.04em;
    font-weight: 800;
}

.top_nav > ul > li:hover > a {
    color: #6c98e1
}

.nav li.dropdown:hover .dropdown-menu {
    display: block
}

div.dropdown-menu {
    margin-left:-10px;
}

.qty {
    width:8em !important;
}

/* Validation */
.validation-summary-valid {
    display: none;
}


/* Widths / Heights */

.mw-200 {
    max-width: 200px;
}

.hy-150 {
    height:150px !important;
    max-height: 150px;
}

.hy-100 {
    height: 100px !important;
    max-height: 100px;
}

.form-control-yellow {
    background-color: #faffbd !important;
}


div.userAdmin.show {
    max-height: 314px !important;
    overflow-y: auto;
}