
/*
fix up top bar to be white as per adele's request
*/

.navbar-inner{
    background: #fff !important; /* Old browsers */
    height:125px;
}


.navbar-inner .brand {
    background: #fff;
    color: #fff;
    padding-top:10px;
    height:48px;
}

.navbar-inner .nav .divider-vertical {
    width: 1px;
    background: #0e84aa;
    border-right:solid 1px #004c66;
    height:60px;
}

.navbar-inner .dropdown-toggle:hover {
    color:#000 !important;
}

.navbar .nav .active>a {
    background: #fff;
    color:#000;
    margin-left:10px;
}

.navbar .nav .active>a:hover{
    background: #02bbff;
}


#q_counter_a {
    color: #fff !important;
}

/* TITLE BLOCK*/
.title_block
{
    margin-top:10px;
    margin-left:20px;
    letter-spacing: -.25;
    width: 650px;
}

.title_block H1 {
    font-size:32px;
    text-shadow: none;
    font-weight: 400;
}

.title_block H3 {
    font-weight: 300;
    font-size: 20px;
}

.hidoe_dk_blue {
    color: #0065a4;
}

.hidoe_dk_gray {
    color: #4c4e52;
}

.btn-logout {
    margin-top:-40px !important;
    background: white;
    border: solid 1px #00a998;
    color: #00a998;
}

.btn-logout:hover {
    background: white;
    color: #00a998;
}