﻿        hr
        {
            margin-top: 20px;
            margin-bottom: 20px;
            border: 0;
            border-top: 1px solid #1b1212;
        }
        .logo
        {
            height: 100px;
            margin-left: 30px;
            padding-top: 15px;
        }
        div.top-nav > ul > li
        {
            list-style: none;
            float: left;
        }
        div.top-nav > ul > li > a
        {
            text-decoration: none;
            border-right: 1px solid #999;
            padding-right: 12px;
            padding-left: 12px;
            border-color: red;
        }
        footer
        {
            background-color: #f2f2f2;
            padding: 25px;
            margin-bottom: 0px;
            clear: both;
           
        }
        .navbar-inverse .navbar-nav > li > a
        {
            color: #fff;            
            font-weight: bold;
            border-left: 0.5px solid white;
            -webkit-transition: background 0.5s linear 0s, color 0.5s linear 0s;
            -moz-transition: background 0.5s linear 0s, color 0.5s linear 0s;
            -ms-transition: background 0.5s linear 0s, color 0.5s linear 0s;
            -o-transition: background 0.5s linear 0s, color 0.5s linear 0s;
            
        }
        .navbar-inverse .navbar-nav > li > a:hover
        {
            color: black;
            background-color: white;
            font-weight: bolder;           
        }
        .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover
        {
            color: #080808;
            background-color: #fff;
            color:Yellow;
        }

/* Accessibility Fixes */
/* Modal Close Icons Contrast */
.modal-header .close {
    color: #BBD5EC !important;
    background-color: #337AB7 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}
.modal-header .close:hover,
.modal-header .close:focus {
    color: #BAD6EC !important;
    background-color: #337AB7 !important;
    opacity: 1 !important;
}

/* Calendar "Today" Button Contrast */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    color: #737373 !important;
    background-color: #F9F9F9 !important;
}

/* Keyboard Navigation - Link Focus Overlap */
a#ctl00_ContentPlaceHolder1_LinkButton1:focus {
    outline-offset: 4px !important;
    outline: 2px solid #000;
}

/* Reflow Issue Fix for labels at 400% zoom (320px) */
@media screen and (max-width: 320px) {
    label, .control-label {
        word-wrap: break-word !important;
        white-space: normal !important;
        height: auto !important;
        width: auto !important;
    }
}
