/**** added 11.28.2017 ****/


/* changes color of the top of the page from black to DOF orange */
.navbar-static-top.navbar-inverse {
    background-color: #f68932;
    border-color: transparent;
   /* padding: 1.5em 0;*/
}



/* changes border radius of buttons to match DOF website */
.btn {
    border-radius: 4px;
}




/* changes the color of buttons hover state to match DOF website */
.btn-primary, .btn-primary:focus, .btn-primary:visited {
   
    background-color: #00539a;
    border-color: #00539a;

}



/* changes the color of buttons hover state to match DOF website */
.btn-primary:hover {
   
    background-color: #5788D4;
    border-color: #5788D4;

}




/* changes the color of buttons to match DOF website */
.btn-default {
    color: #00539a;
    background-color: #fff;
    border-color: #00539a;
}



/* changes the color of links to default DOF blue */
a {
    color: #00539a;
    text-decoration: none;
}


/* changes the color of links hover and focus state to default DOF blue */
a:hover, a:focus { color: #00539a; }



/* a:focus {color:  #318811;}*/


/* changes the color global navigation borders in responive mode from black to white */
.navbar-inverse .navbar-toggle { border-color: #fff; }



/* changes the color global navigation in responive mode from black to default blue when navigation is open */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #00539a;
}


/* changes the color global navigation in responive mode from black to default orange */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle.collapse {
    background-color: #5788D4;
}



/* changes the color of the dividing "pipes" to dark orange instead of black */
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {

    border-left: 1px solid #d46a20;
}



/* changes hover state for global nav */
.navbar-inverse .navbar-nav > li > a:hover {
    color: #00539a;
}



/* removes light outline of some block level objects */
.xrm-attribute-value-empty, .xrm-editable-adx_weblinkset.xrm-entity-value-empty {
  
    outline: 1px solid rgba(0, 0, 0, 0);

}


/* changes background color of "open" global search to default DOF blue */
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {

    background-color: #00539a;
   
}

/* changes background color to default DOF blue */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {

 background-color: #00539a;

}


/* changes top part of footer to black instead of almost black */
footer .footer-top {

    background-color: #000;

}

/* line 163, D:/5/22/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar {
    min-height: 83px;
}

