﻿#MenuSearchDropDown li > a, #MenuSearchDropDown li > a > ul > li > a {
    color: white
}

#MenuSearchDropDown > li > ul > li > a:hover {
    background-image: radial-gradient( #356686, #356686, #356686);
}

.panel-default > .panel-heading {
    background: linear-gradient(0deg, #3579a5 0%, #356686 100%)
}

.panel-default > .panel-heading-search {
    background: linear-gradient(193deg, #536571 23%, #394c58 63%) !important
}

.panel-default > .panel-heading > label {
    color: white
}

.panel-default > .panel-heading a {
    color: white
}

.btn-dwr {
    display: inline-block;
    border: none;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px !important;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    font-family: Arial;
    width: auto;
    height: 30px;
    font-size: 13px;
    padding: 6px 30px;
    box-shadow: 0 1px 0 0 #C7C0A1,inset 0 0px 0 0 #0F0D06,inset 0 0px 1px 0 #45708C,0 2px 4px 0 #D4D4D4 !important;
    -moz-box-shadow: 0 1px 0 0 #C7C0A1,inset 0 0px 0 0 #0F0D06,inset 0 0px 1px 0 #45708C,0 2px 4px 0 #D4D4D4;
    -webkit-box-shadow: 0 1px 0 0 #C7C0A1,inset 0 0px 0 0 #0F0D06,inset 0 0px 1px 0 #45708C,0 2px 4px 0 #D4D4D4 !important;
    text-shadow: 0px 0px 0px #212121;
    background-image: linear-gradient(to bottom, #356686, #383833);
    background-color: #726C75;
    margin: 5px;
    border-radius: .4em !important;
}

.btn-dwr:hover, .btn-dwr:active {
    border: none;
    color: white;
    background-color: #196F85;
    box-shadow: inset 0px 1px 0 0 #FFFFFF,inset 0 -1px 0 0 #FFFFFF,inset 0 -12px 37px -10px #25A4C4 !important;
    -moz-box-shadow: inset 0px 1px 0 0 #FFFFFF,inset 0 -1px 0 0 #FFFFFF,inset 0 -12px 37px -10px #25A4C4;
    -webkit-box-shadow: inset 0px 1px 0 0 #FFFFFF,inset 0 -1px 0 0 #FFFFFF,inset 0 -12px 37px -10px #25A4C4;
}

#mainnav-right a:hover, #mainnav-right a:active, #mainnav-right a:focus, #mainnav a:hover, #mainnav a:focus, #mainnav a:active, #mainnav a:visited {
    background-color: #234058;
    color: white;
    list-style-type: none;
}

#mainnav-right .open > a, #mainnav-right .open > a:hover, #mainnav-right .open > a:focus, #mainnav .open > a, #mainnav .open > a:hover, #mainnav .open > a:focus {
    background-color: #356686;
    list-style-type: none;
}

.dropdown-menu .divider {
    background-color: grey;
}


#account-information > li, #account-information a, #account-information ul {
    padding: .1px 12px;
    padding-left: 0;
    padding-right: 0;
}

#account-information > li > a {
    padding: 2px 20px;
}

#mainnav-right > li > a:focus {
    background-color: transparent;
}

#mainnav > li, mainnav > li > a, mainnav > li > ul > li, #mainnav-right a {
    color: white;
}

.dropdown-menu > li, .dropdown-menu a, .dropdown-menu ul {
    padding: 3px 0px;
    list-style-type: none;
}

.second-dropdown-menu > li, .dropdown-submenu ul {
    padding: 0;
}


.panel-heading label {
    color: white
}

.panel-heading[data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    color: #b0c5d8;
    font-size: 18px;
    float: left;
    line-height: 1.1;
    margin-right: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-heading[data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.panel-title-font {
    font-size: 1.1em;
    color: black;
}

.modal-header {
    background: #28485c;
    color: white;
}

.modal-header > .close {
    color: white;
}

#mainnav-right a:hover, #mainnav-right a:active, #mainnav-right a:focus {
    background-color: #234058;
}

#mainnav-right > li > a:hover, #mainnav-right > li > a:focus {
    background-color: #234058;
}

#navbar-collapse-1 {
    padding-right: 15px !important;
}

i[class*="fa-angle"] {
    height: 20px;
    font-size: 24px;
    cursor: pointer;
}

.fa-angle-double-up {
    color: black;
}

.fa-angle-double-down {
    color: white !important;
}

.pr-0 {
    padding-right: 0px !important;
}

#navbar-collapse-1 {
    font-weight: bold;
    letter-spacing: 1px;
}

.bottom-right {
    font-weight: normal;
    font-size: 13px;
}

.modal-description, .modal-resources{
    font-weight: normal;
    font-size: 13px;
}

.modal-backdrop.in {
    z-index: auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    height: auto;
}

.alert-yellow {
    background-color: yellow;
    border: 2px solid red;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
    text-align: center;
}


.Pull-Right, a.Pull-Right, li > a.Pull-Right {
    float: right;
    font-size: 14px;
    padding-right: 10px;
}


.navbar-nav > li > a, .navbar-brand {
    height: 28px;
    padding-bottom: 0 !important;
    padding-top: 4px !important;
}

.navbar {
    min-height: 28px !important;
}

.navbar-nav {
    margin: 0 !important;
}

.dropdown a:hover,
.dropdown a:focus {
    background-color: #356686 !important;
    color: white !important;
    text-decoration: none;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
    background-color: #356686 !important;
    color: white !important;
    text-decoration: none;
}

.transparent-background > a:focus, .transparent-background > a:hover {
    background: transparent !important;
    background-color: transparent !important;
}

a.k-header-column-menu.k-state-active {
    background-color: transparent;
    color: red;
}

@media screen and (max-width: 710px) {
    #dwr-banner-header {
        display: none;
    }

    .menu-heading {
        padding-left: 0px !important;
        color: white !important;
        font-weight: bolder !important
    }

    .bar1, .bar2, .bar3 {
        width: 30px;
        height: 3px;
        background-color: #e6e6e6;
        margin: 6px;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -5px);
        transform: rotate(45deg) translate(-6px, -5px);
    }

    .menu-caret {
        float: right;
        margin: 9px 0 0 9px;
    }

    .sub-dropdown-menu > li > a {
        color: white;
    }

    ul.dropdown-menu.sub-dropdown-menu {
        border-top: white 1px solid !important;
    }

    #mainnav > li > a {
        color: white !important;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        color: white !important;
        padding: 3px 0 3px 20px;
    }

    .NavMenuStyling {
        padding-right: 5px;
        padding-left: 0px;
        border-color: rgb(154, 154, 154);
        border-width: thin;
        border-style: solid;
        background-image: linear-gradient(-180deg, rgb(40, 72, 92) 22%, rgb(60, 60, 60) 86%);
    }

    .Show-DesktopMenu {
        display: none !important;
    }

    .Show-MobileMenu {
        display: block;
    }

    .leftSectionContent710 {
        width: 100% !important;
    }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: transparent !important;
        border-color: white !important;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
    }

    .Desktop-Only {
        display: none !important;
    }

    .Desktop-Only-Menu {
        display: none !important;
    }

    .Mobile-Only {
        display: inline;
    }
}

@media screen and (min-width: 710px) {
    .bar1, .bar2, .bar3 {
        width: 20px;
        height: 2px;
        background-color: #fff;
        margin: .28em;
        transition: 0.4s;
    }

    .menu-heading {
        padding-left: 10px !important;
        color: white !important;
        font-weight: bolder !important
    }

    .dropdown-menu > li > a {
        padding: 3px 30px
    }

    .second-dropdown-menu {
        background: #394d59;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 6px);
        transform: rotate(-45deg) translate(-4px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-3px, -5px);
        transform: rotate(45deg) translate(-3px, -5px)
    }

    .bottom-right {
        position: absolute;
        top: 90px;
        right: 16px;
    }

    .darkHoverBackground > a:focus, .darkHoverBackground > a:active, .darkHoverBackground > a:visited, .darkHoverBackground > a:hover, .darkHoverBackground > ul > li > a:focus, .darkHoverBackground > ul > li > a:active, .darkHoverBackground > ul > li > a:visited, .darkHoverBackground > ul > li > a:hover {
        background: #375263 !important
    }

    #mainnav-right > li > a, #mainnav-right > li, #mainnav-right {
        height: 40px;
        padding-top: 0;
    }

    #mainnav-right > li > a {
        line-height: 2.3
    }

    .NavMenuStyling {
        padding-right: 5px;
        padding-left: 0px;
        border-width: thin;
        border-style: solid;
        background-image: linear-gradient(13deg, #356686 23%, #3c3c3c 63%);
    }

    .Show-DesktopMenu {
        display: block;
    }

    .Desktop-Only {
        display: inline;
    }

    .Mobile-Only {
        display: none;
    }

    .Show-MobileMenu {
        display: none !important;
    }

    .leftSectionContent710 {
        width: 334px !important;
        min-height: 500px !important
    }

    #account-information > li > a {
        color: white !important;
    }

    #account-information a:hover {
        color: white !important;
        background: #356686 !important;
    }
}