﻿.header-holder {
    background-color: #000000;
    padding-top: 4px;
    padding-bottom: 4px;    
}
.logo-img {
    /*border-bottom: 1px solid #FBDE52;*/
}
.logo-title {
    position: relative;
    font-size: x-large;
    top: 23%;
    color: white;
    font-weight: bold;
    margin-left: 13px;
}
.footer-bkcolor {
    background-color: #FBDE52;
}
.footer-min {
    min-height: 100px;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.height-title-container {
    height: 63px;
}
.dvUser-logedin {
    height: 63px;
    padding-top: 4px;
}
.user-img-control {
    float: right;
    height: 42px;
    margin-top: 4px;
}
.nav-user-name {
    float: right;
    margin-top: 10px
}
.logged-in-as {
    font-size: smaller;
    color: #868686;
}
.user-name-caption {
    font-size: x-small;
    color: white;
    font-weight: bold;
    margin-top: 4px;
}
.user-name-caption:hover {
    color: #b3bec7;
}
#bootstrap-overide .nav .open > a,
#bootstrap-overide .nav .open > a:hover,
#bootstrap-overide .nav .open > a:focus {
    background-color: initial !important;
    border-color: #428bca;  
}
#bootstrap-overide .nav > li > a:hover,
#bootstrap-overide .nav > li > a:focus {
  text-decoration: none;
  background-color: initial !important;
}
.resources-menu-holder {
    background-color: #DAD9D5;
}
.bk-menu-color {
    background-color: #222222;
}
.dvMenuHolderClass {
    background-color: #3c3c3e;
}
#dvMenuLinksHolder {
    text-align: right;
}
#dvMenuLinksHolder ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#dvMenuLinksHolder ul li {
    display: inline-block;
    color: white;
}
#dvMenuLinksHolder a {
    display: inline-block;
    color: white;
}
#dvMenuLinksHolder .resource-link-item-active {
    color: #FBDE52;
}
#dvMenuLinksHolder ul li.item-li-inactive:hover {
    background-color: #4B4B4B;    
}
#dvMenuLinksHolder a:hover {  
    color: white;
}
#dvMenuLinksHolder ul li a, .resource-link-item-active {
    color: #CCC;
    display: block;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 9pt;
    text-decoration: none;
}
#dvMenuRight {
    font-size: 0px;
}
#dvMenuRight ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#dvMenuRight ul li {
    display: inline-block;
    color: white;
}
#dvMenuRight a {
    display: inline-block;
    color: white;
}
#dvMenuRight .resource-link-item-active {
    color: #FBDE52;
}
#dvMenuRight ul li:hover {
    background-color: #4B4B4B;    
}
#dvMenuRight a:hover {
    color: white;
}
#dvMenuRight ul li a {
    color: #CCC;
    display: block;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: xx-small;
    text-decoration: none;
}
#dvMaster-line-separator {
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -17px;
    display: none;
}
#dvMaster-line-separator .line-separator-white {
    position: absolute;
    width: 1px;
    height: 36px;
    border-left: 1px solid white;
}
@media (min-width: 970px) {
    #dvMaster-line-separator {
        display: block;
    }
}
#dvPageWait {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#dvPageWait .dvWaitBackGround {
    /*position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #E4E5E6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;*/
}
#dvPageWait .imgPageWait {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}
#dvSearchWarning {
    position: fixed;
    width: 325px;
    top: 150px;
    left: 50%;
    margin-left: -162px;
    padding-left: 14px;
    padding-right: 4px;
    border: 1px solid #950B0B;
    background-color: #CC0001;
}
#dvSearchWarning span {
    color: white;
}
#dvSearchWarning img {
    position: absolute;
    top: -12px;
    left: -12px;
}
#dvResultsSuccess {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#dvResultsSuccessBlackBckGrd {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
}
#dvResultsSuccessBox {
    position: fixed;
    width: 300px;    
    background-color: #FFFFFF;
    top: 150px;
    left: 50%;
    margin-left: -160px;
}
.success-results-header {
    padding: 6px;
    text-align: center;
    color: white;
    font-size: 12pt;
    background-color: #485E73;
}
.success-results-body-padded {
    padding: 10px;
}
.success-results-centered-padded {
    text-align: center;
    padding: 5px;
}
#lblResultsSuccess_Msg {
    color: #8A8A8A;
}
#bootstrap-overide .fi-error-red {
    background-color: #F8D5D5;
}
