﻿body {
    background-color: #60676f;
    padding-bottom: 10px;
    font-family: Arial, Georgia, 'Century Gothic', CopperPlate, 'Times New Roman', Times, serif;
    cursor: default;
    font-size: 14px !important; /*Bootstrap 4 changed to 16px.*/
}

/* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.bottomLogo {
    padding-bottom: 10px;
}

.navbar-title {
    margin-top: 20px;
    margin-left: -21px;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 700;
    color: #002C73;
}

.body-top-margin {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}

.whole-body {
    min-width: 100% !important;
    background-color: #f3f4f4;
}

.navbar-first {
    position: relative;
    border-width: 0px;
    border-radius: 0;
    min-height: 60px;
    margin: 0px;
    background-color: #fcfcfc;
    color: #002C73;
    width: 100%;
    z-index: 9999;
}

.navbar-second {
    border-width: 0 0 1px;
    border-radius: 0;
    min-height: 40px;
    margin: 0px;
    background-color: #002C73;
    /*z-index:9999;*/
}

.navbar-brand {
    color: #fff !important;
    font-size: 13px;
    height: 45px;
    padding: 11px 11px;
}

.navbar-header > div {
    float: right;
}

.navbar-brand-phone {
    color: #0d2d75;
}

.navbar-second .navbar-bottom-ul > li > a {
    color: #fff;
    background-color: #002C73 !important;
}

.navbar-first-ul > li > a, .navbar-first-ul > li > span {
    color: #0d2d75;
    font-weight: 800;
    font-family: "Sentinel", Arial, sans-serif !important;
    transition: all 0.5s ease;
}

    .navbar-first-ul > li > a:focus {
        text-decoration: none;
        background-color: #fff;
    }

    .navbar-first-ul > li > a:hover, .navbar-first-ul > li > a:active {
        background-color: #002C73;
        color: #fff;
    }

.navbar-image {
    width: 80%;
}

.rfq-btn, .rfq-btn:hover, .rfq-btn:active {
    height: 37px !important;
    padding-top: 7px !important;
}

.navbar-toggle {
    margin-top: 13px;
    margin-right: 7px;
    margin-bottom: 8px;
    border: 2px solid #0d2d75;
    color: #0d2d75;
}

.footer-first {
    background-color: #0d2d75;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.footer-second {
    background-color: #60676f;
}

.footer-row > div {
    border-top: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .footer-row > div:first-child {
        border-top: none !important;
    }

.footer-row > div {
    text-align: center;
}

    .footer-row > div > a > img {
        padding-right: 10px;
    }

    .footer-row > div > a > span {
        color: #fff;
        width: 100px;
        display: inline-block;
    }

.footer-social-imgs > a > img {
    width: 50px;
}

.footer-second > div > a > img {
    width: 50px;
}

.footer-second > div > a:not(:last-child) {
    margin-right: 10px !important;
}

.footer-second {
    color: #fff;
}

.footer-two-menu > div {
    text-align: center;
    margin-top: 30px;
}

    .footer-two-menu > div > ul, .footer-two-menu > div > ul > li > a {
        list-style-type: none !important;
        padding: 1px 0;
        color: #fff;
    }

        .footer-two-menu > div > ul > li {
            margin-top: 2%;
        }

.footer-two-alternate-menu > li > a {
    color: #a6abb3 !important;
}

a {
    color: #0d2d75;
}

.form-control:focus {
    border-color: #0d2d75 !important;
}

.btn-primary {
    background-color: #0d2d75 !important;
    border: 2px solid #0d2d75 !important;
    color: #fff !important;
}

    .btn-primary:hover, .btn-primary:active {
        background-color: #0b2869 !important;
        color: #fff !important;
    }

.btn-success {
    background-color: #217346 !important;
    border: 2px solid #217346 !important;
    color: #fff;
}

    .btn-success:hover, .btn-success:active {
        background-color: #1d673f !important;
        color: #fff !important;
    }

.btn-default {
    background-color: #60676f !important;
    border: 2px solid #60676f !important;
    color: #fff !important;
}

    .btn-default:hover, .btn-default:active {
        background-color: #565c63 !important;
        color: #fff !important;
    }

.btn-danger {
    background-color: #e50e2d !important;
    border: 2px solid #e50e2d !important;
    color: #fff !important;
}

    .btn-danger:hover, .btn-danger:active {
        background-color: #ce0c28 !important;
        color: #fff !important;
    }

.btn-warning {
    background-color: #c26b11 !important;
    border: 2px solid #c26b11 !important;
    color: #fff !important;
}

    .btn-warning:hover, .btn-warning:active {
        background-color: #ae600f !important;
        color: #fff !important;
    }

.btn-info {
    background-color: #407cca !important;
    border: 2px solid #407cca !important;
    color: #fff !important;
}

    .btn-info:hover, .btn-info:active {
        background-color: #396fb5 !important;
        color: #fff !important;
    }

.label-default {
    background-color: #60676f !important;
}

.label-success {
    background-color: #217346 !important;
}

.label-danger {
    background-color: #e50e2d !important;
}

.label-warning {
    background-color: #c26b11 !important;
}

.label-info {
    background-color: #407cca !important;
}

.progress-bar-info {
    background-color: #407cca !important;
}

.progress-bar-success {
    background-color: #217346 !important;
}

.progress-bar-warning {
    background-color: #c26b11 !important;
}

.progress-bar-danger {
    background-color: #e50e2d !important;
}

.panel-primary {
    border-color: #0d2d75;
}

.panel-success {
    border-color: #217346;
}

.panel-info {
    border-color: #407cca;
}

.panel-warning {
    border-color: #c26b11;
}

.panel-danger {
    border-color: #e50e2d;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #0060A1;
    border-color: #0d2d75;
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #5B5B15;
    border-color: #217346;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #407cca;
    border-color: #407cca;
}

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #c26b11;
    border-color: #c26b11;
}

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #e50e2d;
    border-color: #e50e2d;
}

#mobile-navbar {
    background-color: #fff;
    border-bottom: 5px solid #0d2d75;
}

.loading-slide {
    position: absolute;
    left: 44%;
    top: 42%;
}

.panel-mueller-primary > .panel-heading {
    background-color: #0d2d75 !important;
    color: #fff !important;
}

#main-slides .carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #0d2d75;
}

#main-slides .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #0d2d75;
    border-radius: 10px;
}

#main-slides .carousel-indicators {
    bottom: -5px;
}

.side-bar {
    text-align: left;
}

.welcome-message {
    margin-top: -30px;
    max-width: 50%;
}

.navbar-fixed-second {
    min-height: 75px;
}

.forms-panels .panel-group {
    margin-bottom: 2px;
    text-align: center;
}

.user-options {
    position: relative;
    margin-top: -70px;
    text-align: right;
}

.menu ul {
    list-style-type: none;
    padding: 0px;
    list-style-image: none;
    margin-left: 5px;
}

    .menu ul > li:not(.menu-header) {
        margin-left: 20px;
    }

.menu-header > h5 {
    font-weight: 600;
}

.menu-header {
    color: #0d2d75;
    font-weight: 500;
}

.btn-locators {
    border: 1px solid #0d2d75;
    background-color: #0d2d75;
    display: block;
    min-height: 50px;
    max-width: 153px;
    text-align: center;
    font-size: 1.1em;
    padding: 5px 5px 5px 5px;
}

    .btn-locators:hover {
        cursor: pointer;
    }

    .btn-locators:hover, .btn-locators:active, .btn-locators:focus {
        text-decoration: none;
    }

.login-panel-home {
    margin-top: 10px;
}

.login-buttons-home {
    margin-bottom: 10px;
    margin-top: 10px;
}

.hr-mueller-primary {
    border-color: #0d2d75;
}

label.error {
    color: #721c24;
    background-color: #f8d7da;
}

@media (max-width: 768px) {
    .navbar-second {
        display: none;
    }
}

@media (min-width: 768px) {
    .side-bar {
        background-color: #e3e5e6;
        min-height: 750px;
        padding: 0px !important;
        max-width: 295px !important;
        min-height: 750px;
    }

    .side-bar-top {
        min-height: 600px;
    }

    .side-bar ul {
        list-style: none;
        margin: 0px;
        margin-top: 10px;
        padding-left: 20px;
    }

    .side-bar-item {
        padding-left: 20px;
        color: #000;
    }

        .side-bar-item > a {
            color: #000;
        }

    .side-bar-ending {
        background: #e3e5e6;
        background: -moz-linear-gradient(top,#e3e5e6 5%,#fff 100%);
        background: -webkit-linear-gradient(top,#e3e5e6 5%,#fff 100%);
        background: linear-gradient(to bottom,#e3e5e6 5%,#fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e5e6',endColorstr='#f3f4f4',GradientType=0);
        display: block;
        width: 100%;
        height: 150px;
        bottom: 0;
    }

    .side-bar-header {
        font-weight: 600;
        margin-bottom: 0px;
        color: #002c73;
        font-size: 1.5rem;
    }

        .side-bar-header > h4 {
            margin-bottom: 5px !important;
        }

    .safety-items:hover {
        text-decoration: none;
        background-color: #a3a9ad;
        display: block;
        opacity: 0.65;
    }

        .safety-items:hover .safety-text {
            visibility: visible !important;
        }

    .safety-text {
        visibility: hidden;
        width: 175px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: fixed;
        z-index: 1;
        margin-left: -86px;
        margin-top: -162px;
    }

    #main-slides .carousel-indicators .active {
        width: 15px;
        height: 15px;
    }

    #main-slides .carousel-indicators {
        bottom: 10px;
    }

        #main-slides .carousel-indicators li {
            width: 15px;
            height: 15px;
            border-radius: 10px;
        }

    #mobile-navbar {
        background-color: transparent;
        border-bottom: none;
    }

    .navbar-header {
        padding-left: 0% !important;
        float: none;
    }

        .navbar-header > div {
            float: none;
        }

    .navbar-collapse > ul {
        margin-top: -45px !important;
    }

    .navbar-top-ul > li > a {
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 13px;
    }

    .navbar-first-ul > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 12px;
    }

    .navbar-right {
        display: inline-block !important;
    }

    .navbar-first-ul {
        margin-right: -5%;
    }

    .rfq-li {
        padding-top: 18px;
    }

    .rfq-btn, .rfq-btn:hover, .rfq-btn:active {
        background-color: #0d2d75 !important;
        color: #fff !important;
        height: 20px !important;
        padding-top: 7px !important;
    }

    .footer-first {
        min-height: 82px;
        border: solid 1px #fff;
        text-align: center;
        color: #fff;
    }

    .footer-row, footer-two-row {
        margin-left: 16%;
        margin-right: 1%;
    }

    .footer-second {
        min-height: 400px;
        color: #fff;
        font-family: Helvetica,"Trebuchet MS",sans-serif;
    }

    .footer-two-row > div:first-child {
        margin-top: 20px;
        padding-left: 16%;
    }

        .footer-two-row > div:first-child > h3 {
            font-size: 15px;
            margin-bottom: 22px;
        }

        .footer-two-row > div:first-child > p {
            margin-bottom: 25px;
        }

    .footer-two-menu {
        margin-left: 3%;
        margin-right: 18%;
        margin-top: 2%;
    }

    .footer-social-imgs {
        padding-top: 10px;
    }

    .footer-row > div {
        border-left: 1px solid #fff;
    }

        .footer-row > div:last-child {
            border-right: 1px solid #fff;
        }

    .footer-row > div {
        border-top: none !important;
    }

    .menu {
        display: block;
        position: absolute;
        background-color: #f1f2f2;
        /*min-height: 700px;*/
        overflow: auto;
        top: 70px !important;
        left: 10%;
        padding-bottom: 10px;
        z-index: 999;
        width: 80vw;
    }

    .menu-dropdown {
        min-height: 400px !important;
        min-width: 350px;
        position: absolute;
        margin-top: -53px;
        margin-left: -60px;
    }

    .menu-half {
        width: 851px !important;
        min-height: 256px !important;
    }

    .menu a, .menu-header {
        color: #444;
    }

    .menu-header {
        margin: 0 0 8px;
        padding: 0 0 5px;
        font-size: 14px;
        color: #0d2d75;
        border-bottom: solid 1px #0d2d75;
        margin-top: 25px;
    }

    .menu-item {
        position: static !important;
        width: 105px;
    }

    .menu-title {
        margin: 0 0 8px;
        padding: 0 0 5px;
        font-size: 14px;
        color: #0d2d75;
        border-bottom: solid 1px #0d2d75;
    }

    .menu-spacer {
        margin: 0 0 39px;
        padding: 0 0 5px;
        font-size: 14px;
        border-bottom: solid 1px #f1f2f2 !important;
        color: #f1f2f2 !important;
    }

    .menu-row {
        margin-right: 0px;
        margin-left: 0px;
        padding: 25px;
    }

    .menu-fifth {
        width: 20%;
    }

    .dropdown {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        width: 475px;
        max-height: 415px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 9999;
    }

    .dropdown-trigger {
        color: #444 !important;
    }

        .dropdown-trigger:hover .dropdown {
            display: inline-block;
        }

    .dropdown-column {
        white-space: nowrap;
        padding: 0;
    }

        .dropdown-column ul li {
            padding-top: 2px;
            padding-bottom: 2px;
            margin: 0 !important;
        }

            .dropdown-column ul li:hover {
                background-color: #E0E0E0;
            }

            .dropdown-column ul li a {
                padding-top: 5px;
                padding-left: 10px;
            }
}

@media (min-width: 993px) {
    .login-panel-home {
        margin-top: 0px;
    }

    .user-options {
        position: relative;
        text-align: left;
        margin-top: 0px;
    }

    .welcome-message {
        margin-top: 20px;
        max-width: 100%;
    }

        .welcome-message > h4 {
            margin-top: -10px;
        }

    .navbar-header {
        padding-left: 10% !important;
        float: none;
    }

    .navbar-bottom-ul {
        margin-right: 5%;
    }

    .navbar-first-ul {
        margin-right: -2%;
    }

        .navbar-first-ul > li > a {
            font-size: 14px;
            font-weight: 600;
        }

    #mobile-navbar {
        border-bottom: none;
    }

    .navbar-image {
        margin-left: 10%;
    }

    .footer-row > div > a > img {
        padding-bottom: 0px;
        padding-right: 0px;
    }

    .footer-two-menu > div {
        margin-top: 5px;
        text-align: left;
    }
}

@media (min-width: 1160px) {
    .navbar-header {
        padding-left: 15% !important;
        float: none;
    }

    .navbar-bottom-ul > li > a {
        margin-right: 3px;
    }

    .navbar-first-ul > li > a {
        margin-right: 5px;
    }

    .navbar-brand-phone {
        margin-left: 20px;
    }

    .navbar-bottom-ul {
        margin-right: 10%;
    }

    .navbar-first-ul {
        margin-right: 1%;
    }

        .navbar-first-ul > li > a {
            font-size: 16px;
        }

    .navbar-image {
        margin-left: 15%;
    }

    .footer-row > div > a > span {
        font-size: 10px;
        line-height: 21px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: inline-block;
    }

    .footer-row > div > a > img {
        width: 50px;
    }

    .menu-half {
        left: 15%;
    }
}

@media (min-width: 1200px) {

    .login-panel-home {
        min-height: 464px;
    }

    .login-buttons-home {
        margin-bottom: 10px;
        margin-top: 57px;
    }
}

@media (min-width: 1300px) {
    .navbar-bottom-ul > li > a {
        margin-right: 15px;
    }

    .navbar-first-ul > li > a {
        margin-right: 10px;
    }

    .navbar-bottom-ul {
        margin-right: 17%;
    }

    .navbar-first-ul {
        margin-right: 5%;
    }

    .footer-row > div > a > span {
        font-size: 14px;
        line-height: 21px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: inline-block;
    }

    .menu-half {
        left: 20%;
    }
}

@media (min-width: 1600px) {
    .footer-row > div > a > span {
        font-size: 16px;
        line-height: 21px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: inline-block;
    }

    .menu-half {
        left: 27%;
    }
}
