body {       
    background: url("../img/content_inner_bg.png") repeat scroll 0 0 #FAFAFA;   
}

#headerSmsH {
    /*background-color: #E0E0E0;*/

    background: url('../img/menu_bg_dark.png') repeat scroll 0 0 #3D3D3D;

    /*background-image: url('../img/foot-header-bg.png');
    background-repeat: repeat-x;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    height: 80px;
    /*padding: 10px 0px;*/

}

#subHeaderSmsH {
    background-color: #2C2C2C;
    padding: 5px;
    margin: 0 auto;
    width: auto;
    color: #fff;
}

#subHeaderSmsH a{
    color: #fff;
}

#footerSmsH{

}

#logo{
    float: left;
    border-right: none;
}
#logo a.logoText{
    line-height: 80px;
    font-size: 62px;
    /*color: #404040;*/
    color: #fff;
    text-shadow: 1px 1px 2px #000000; 
}

#logo a.logoText:hover{
    text-decoration: none;

}

#logo img {
    max-height: 80px;
}

#container-footer {
    margin-top:10px;
    padding: 10px;
    border-top: 1px solid #eeeeee;
    background: none;
    text-align: center;
    color:#939597;
}

#topmenu {
    margin-top: 0px;
}

#topmenu ul {
    margin-left: 0;
}

#topmenu li{
    padding: 0px 7px;
}

#topmenu a{color:#fff;text-decoration:none;}
#topmenu a:hover{color:#fff;text-decoration:underline;}

.verybig{
    font-size: 200%;  
}

#bottommenu {
    /*border-top: 1px solid #ECF1FF; */
    padding: 20px 0 20px 0;
    margin-top: 20px;
}

.divider {
    background-color: #eeeeee;
    font-size: 14px;
    font-weight: bold;
    height: 1px;
    margin: 30px 0;
    text-align: center;
}

.divider span {
    background-color: white;
    padding: 0 13px;
    position: relative;
    top: -0.5em;
}

.no-border {
    border: none !important;
}

#topbarNew .navbar-inner img {
    margin-bottom: 10px;
    max-height: 36px;
}

#topbarNew .navbar-inner .logoImg {
    display: block;
    margin-top: 15px;
}

#topbarNew .navbar-inner .caret {
    border-bottom-color: #333333;
    border-top-color: #333333;
}


#topbarNew .navbar-inner .logoLink {
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans Condensed";
    color: #333333;
    font-size: 30px;
    text-decoration: none;
}

.switchUserLogoReplace {
    padding-top: 0px;
    color: rgb(51, 51, 51);
}

#menubar .navbar-inner {
    background-color: #333c4e;
    border-radius: 0px;
}

.btn-sub-header{
    border: 2px solid;
}

#navbarDropdownList1 a.dropdown-item:hover, 
#navbarDropdownList2 a.dropdown-item:hover{
    border-bottom: none; 
    border-bottom-color: transparent;    
    /* color: #ffffff; */
    text-decoration: underline;
    background-color: transparent;     
}

.DropdownTopBarDiv .dropdown-menu a:hover,
.DropdownTopBarAvatarDiv .dropdown-menu a:hover{
    color: #ffffff;
    text-decoration: underline;
    background-color: transparent;
}

.footer_section_pre div a p{
    color: #6c757d;
}

.password-checklist{
    margin-top:10px;
    margin-bottom:10px;
    width: 100%;
    padding: 0px;
    background: #fff;
    border-radius: 16px;
    font-family:'Roboto',sans-serif;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: .5s ease;
    display:none;
}

.password-checklist-open{
    opacity: 1 !important;
    transform: translateY(0);
    display:block !important;
}

.checklist-title{
    font-size: 15px;
    margin-bottom: 10px;
}

.checklist{
    list-style: none;
    margin-bottom:0;
}

.check-pwd-item{
    padding-left: 30px;
    font-size: 14px;
}

.check-pwd-item::before{
    content: '\f00d';
    font-family: FontAwesome;
    display: inline-block;
    margin: 8px 0;
    margin-left: -30px;
    width: 20px;
    font-size: 12px;
    color:#f36;
}

.check-pwd-item.checked{
    opacity: 0.5;
}

.check-pwd-item.checked::before{
    content: '\f00c';
    color: #00cc88;
}