/* Skip to content styles 
------------------------------------------------------------- */
#skiptocontent {
    font-size: 12px;
    text-align: center;
    color: #777;
    font-family: Calibri Light, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Frutiger, "Frutiger Linotype", Univers, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: black;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 1051;
}

#skiptocontent a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

/* Banner styles
------------------------------------------------------------- */

#mdhHeaderDiv {
    width: 100%;
    height: auto;
    margin-bottom: 1px;
    background-color: #003865;
    border-bottom: 3px solid #78BE21;
    position: fixed;
    top: 0;
    z-index: 1049;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.bannerImg {
    /*margin: 15px 10px 10px 0px;*/
    margin: 5px 10px 0px 0px;
    width: 240px;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.bannerImg-small {
    margin: 5px 5px 5px 0px;
    width: 50px;
    transition: 400ms;
    -webkit-transition: 400ms;
}

#mdhHeaderDiv .title {
    display: inline;
    color: white;
    float: right;
    font-family: inherit;
    font-size: 1.4em;
    /*margin-top: 1.4em;*/
    margin-top: 1em;
}

.title-small {
    display: inline;
    color: white;
    font-family: inherit;
    font-size: 1.4em;
    position: relative;
    top: 5px;
}

.container {
    padding-left: 15px !important;
}

.panel {
    background-color: #fff
}

/* .panel-heading {color:#fff; background-color: #78BE21} */

/* Navbar styles
-------------------------------------------------  */

.dropdown-toggle:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.navbar {
    min-height: 32px;
    border-bottom: 2px solid white;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.6);
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav > li {
    margin-left: -15px;
    margin-right: 15px;
}

.nav > li > a:active {
    text-decoration: none;
    background-color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #78BE21;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ddd;
}

/* Content styles
-------------------------------------------------- */
#body {
    margin-top: 62px;
}

xmp {
    display: block;
    font-size: 13px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    color: #4AA63C;
    background-color: #111;
}

.required :after {
    content: "*";
    color: #FF0004;
}

.mdh-blue {
    color: #003865;
}

h1, h2 {
    color: #003865;
}

h1, .h1 {
    text-shadow: 1px 1px 4px rgba(0, 56, 101, .3);
}

h2, .h2 {
    font-size: 1.75em;
}

button.popup {
    background-image: none;
    background-color: transparent;
    border: none;
    color: #78BE21;
}

button.popup:focus {
    outline: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #eee;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #53565A;
    padding: 10px;
    font-size: .8em;
}

/* Form Login styles
-------------------------------------------------- */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-mdh {
    background-color: #78BE21;
    border-color: #78BE21;
    color: #000;
}

.btn-mdh:hover {
    background-color: #003865;
    border-color: #0D5257;
    color: #fff;
}

.form-control:focus {
    border-color: #78BE21;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(120, 190, 33, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(120, 190, 33, 0.6);
}

a {
    color: #003865;
    text-decoration: underline;
}

.required :after {
    color: #8D3F2B
}

a.popup {
    color: #78BE21;
}

/* Responsive media queries
---------------------------------------------------- */

@media (max-width: 768px) {

    .mobileHide {
        display: none;
    }

    .mobileShow {
        display: inline;
        margin-right:10px;
    }

    .mainTabNav {
        width: 100%;
    }

    .navbar-default {
        background-color: #ffffff;
        border: none;
        border-bottom: 1px solid;
        border-color: #ccc;
    }

    .navbar-form {
        margin-left: 0px;
        margin-right: 0px;
    }

    .title {
        color: white;
        float: left;
        font-family: inherit;
        font-size: 1.1em;
        margin-top: 4px;
    }
}

@media (min-width: 769px) {
    .mobileShow {
        display: none;
    }
}
