/* PLACER BLUE = #0064a6 */


/* Sets the style for the navbar right below the brand div */
.navbar-below-banner {
    font-family: 'Arial', sans-serif;
    font-size: 16px;    
    background-color: #0064a6;
    height: 2.2em;
    margin-left: 0em;
    margin-right: -1.2em;
    padding:0em;
    margin-top: 0em;
    box-shadow: none;
}

/* Add some space between the "check all ocupational groups..." and the table
 * in the "Job Descriptions and Alerts page */

.MessagePanel {
    margin-bottom: 2em;
}

/* The white links that are just below the placer logo in the brand div*/
.navbarBrandLinks {
    padding-top: 6em;
    padding-right: 0em;
    text-align: left;
}

/* A container used to wrap the navbar brand links*/
.navbarBrandLinksContainer {
    padding-left: 0em;
    margin-left: 0em;
    font-size: 14px;
}

/* The style of the actual navbar brand link buttons. Overwrites Bootstrap styles */
.btn-navbar {
    background: rgba(0,0,0,0.3);
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px black;
}

.btn-navbar:hover {
    color: white;

    background: rgba(0,0,0,0.4);
    text-decoration: underline;
}

.btn-navbar:active, .btn-navbar:focus {
    color: white;
    text-decoration: underline;
    outline: none;
}

/* Sets the background color of the footer to Placer Blue */
#OECFooter {
    background-color: #0064a6;
    /*margin-right: -2em;*/
}

/* Centers the navbar buttons below the brand when not in mobile view*/
@media only screen and (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}
@media only screen and  (max-width: 600px){
    .body-content
    {
        padding: 0 !important;
    }
}

/* Shrinks the navbar brand incrementally as page width shrinks*/
@media only screen and (max-width: 1200px){
    .navbar-brand {
        max-width: 960px;
    }
}

@media  only screen and (max-width: 990px){
    .navbar-brand {
        max-width: 738px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand {
        float: left;
        margin-right: 0em;
        margin-left: 0em;

    }

  .navbar-below-banner {
        margin-right: 0em;
        max-width: 704px
    }
}
