﻿html, body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    height: 100%;
}

#wrapper {
    min-height: 88%;
    height: auto !important;
    height: 100%;
    position: relative;
}

    #wrapper:after {
        content: "";
        display: block;
        height: 1px !important;
    }

#logo {
    padding: 0px;
    max-width: 280px;
}

#header-content {
    background-color: #002868;
    padding: 0px;
}

.navbar-light .navbar-toggler {
    color: white !important;
    border-color: white !important;
    background-color: white !important;
}
span.navbar-toggler-icon {
    border-color: white !important;
}
    .navbar-light .navbar-toggler:focus {
        background-color: white !important;
        outline: 2px !important;
    }

.navbar {
    border-radius: 0px;
}

.dropdown-toggle:after {
    content: none;
}

#myNavbar .navbar-nav .dropdown-menu .nav-link {
    color: white;
}

#myNavbar .navbar-nav {
    margin-right: 35px;
}

.dropdown-menu.help {
    min-width: 5rem;
}

#myNavbar .navbar-nav > li > a {
    font-weight: bold;
    color: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    padding-left: 10px;
}

    #myNavbar .navbar-nav > li > a:focus,
    #myNavbar .navbar-nav > li > a:hover {
        background-color: transparent !important;
        color: yellow !important;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #bcb4b0;
}

#main {
    margin: 0px;    
}

#footer1 {
    height: 100px !important;
}

#footer-content {
    border-top: 1px solid #dcdad9;
    height: 100px !important; /* height + top/bottom paddding + top/bottom border must add up to footer height */
    padding: 12px !important;
}

#content {
    height: 100%;
    transition: margin-left .5s;
}

#email {
    text-indent: 0.5em;
    width: 165px;
    height: 30px;
    font-size: 0.95em;
    padding: 0px !important;
}

#btnGovDelivery {
    height: 30px;
    vertical-align: bottom;
    width: 85px;
    text-align: center;
    margin-left: 5px;
}

@media (max-width: 992px) {
    #myNavbar .navbar-nav .dropdown-menu.show {
        padding-left: 10px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}


@media only screen and (min-width: 100px) and (max-width: 766px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        margin-top: 1px;
        border-top: 1px solid transparent;
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: black;
        }
}
