/* USED BY THE .NET OEC TO SKIN IT */
/* This css style sheet can be customized to override the default styles of the OEC.
    @media queries can be included to target specific viewport sizes
*/
@import url('https://fonts.googleapis.com/css?family=Oswald:400');
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Lato');

/* DEFAULT TEXT ATTRIBUTES */
/* The default text attributes can be customized:
- font-family
- font-size
- line-height
- weight, color, etc.
    */
html {
}

body {
    font-family: Arial, sans-serif;
}

/* BOOTSTRAP OVERRIDES */


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*padding-top: 3em;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

label {
    font-weight: normal;
}

.navbar-collapse {
    background-color: transparent !important;
}

select[multiple], select[size] {
    /*height: auto !important;*/
}

blockquote {
    border-left: none;
}
/* LET MOBILE BUTTONS WRAP */
.btn {
    white-space: normal !important;
}
/* FIXED NAVIGATION HEADER */
.navbar-header {
    padding-left: 1em;
}

.navbar {
    min-height: 75px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(133,131,133,1);
    -moz-box-shadow: 0px 4px 8px 0px rgba(133,131,133,1);
    box-shadow: 0px 4px 8px 0px rgba(133,131,133,1);
    border-bottom: 0px !important;
}

.navbar-fixed-top {
    background-color: #ffffff;
    border-bottom: 1px solid #333 !important;
    float: none;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    padding: 0.5em 0em;
}

.navbar-brand {
    padding: 0px;
    /*background: url(graphics/JobApsLogoSmaller.jpg) left center no-repeat;
    padding-left: 6em;*/
    overflow: visible;
    font-weight: bold;
}

.navbar-nav > li > a {
    padding-bottom: 0px;
    /*padding-top: 0px;*/
    /*font-size: 90%;*/
}

.nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-nav > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
    /* -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(133,131,133,1);
    -moz-box-shadow: 0px 4px 8px 0px rgba(133,131,133,1);
    box-shadow: 0px 4px 8px 0px rgba(133,131,133,1); */
}


.navbar-toggle {
    background-color: #ccc;
    margin: 0em;
    margin-right: 1em;
    padding: 8px;
}

    .navbar-toggle .icon-bar {
        width: 16px;
        background-color: #888;
    }

.nav-account {
    font-size: 90%;
    margin-top: -0.75em;
}

.nav-links {
    font-weight: 900;
    font-size: 11px;
}





/* THE HEADER AND NAVIGATION BAR */
/* The elements that can be styled include:
- banner background color, and/or background image; 
- height of the banner
- logo image
- text attributes (color, size, etc) of the navigation links
 */
.navbar-header {
    font-family: 'Ubuntu', sans-serif;
    background-color: #29444f;
}

.navbar {
    background-color: white;
    opacity: .9;
    max-width: 1810px;
    margin: auto;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    /*margin-top: 10em;*/
    /*margin-left: 6em;*/
    /*margin-right: 6em;*/
    /*max-width: 10em;*/
    /*height: 3em;*/
}

.nav > li > a {
    color: black;
    /*text-shadow: 2px 2px 2px #333;*/
}
.navbar-toggle {
    background-color: transparent;
    float: left;
    right: auto;
}
.navbar-toggle::after {
    /*content: "Menu";*/
}
.navbar-toggle .icon-bar {
    background-color: white;
    width: 24px;
    height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar-brand {
    /*background: url(loudon_banner2.png) center top no-repeat;
    background-size: auto 90%;
    min-height: 15em;*/
    min-width: 100%;
    font-family: Oswald, sans-serif;
    font-size: 2.25em;
    /* padding-left: 1em !important; */
    padding-top: 0.75em;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;
    position: initial;
    /*margin-top: 1em;*/
    /*margin-top: 2em;*/
    /* padding-right: 20em !important; */
     margin-right: -50em !important; 
    height: auto;
    width: auto;
}

    .navbar-brand:link, .navbar-brand:hover, .navbar-brand:active, .navbar-brand:visited {
        color: #ffffff;
    }
.ContentWrapper {
    margin-top: 1em; /* MUST ACCOUNT FOR THE NAVBAR-BRAND HEIGHT */
}

.navbar {
    height: 7em;
    z-index: 1000;
}

.nav-links {
    padding-top: 0em;
}

.photo {
    background: transparent url(photo.jpg) no-repeat;
    height: 540px;
    margin-top: -160px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#OECFooter {
    background-color: #000000;
}

    #OECFooter .footer-brand {
        font-family: Oswald, sans-serif;
        font-size: 120%;
    }

.FooterPoweredBy {
    margin-top: 2em;
}
/* HTML BLOCK LEVEL ELEMENTS THAT CAN BE STYLED */
h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 1em;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 13px
}

h3 {
    font-family: 'Lato', sans-serif;
}

h4 {
    font-family: 'Lato', sans-serif;
}

h5 {
}

h6 {
}

p {
}

pre {
}

blockquote {
}

ul {
}

ol {
}

    .JobListingSpecial .JobTitle.ApOnFile {
        background: transparent url(apptemplate.png) center bottom no-repeat;
        padding-bottom: 70px;
    }
    .JobListingSpecial .JobTitle.FreeNames {
        background: transparent url(transfer.png) center bottom no-repeat;
        padding-bottom: 70px;
    }


.PanelCard h2, .ListingPanel h2, .ListingPanel1 h2, .ListingPanel2 h2, #ListingPanelSpecial h2 {
    font-family: 'Ubuntu', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    /*text-transform: uppercase;*/
    font-size: 20px;
    padding: 1em;
    color: #ffffff;
    text-shadow: 2px 2px 2px #333;
}

.glyphicon { padding-right: 0.5em;}

.PersonalStatusBoardTable tr.odd {
    background-color: #e8e8e8 !important;
}
.PersonalStatusBoardTable tr.even {
    background-color: #ffffff !important;
}
/*
TABLES
Tables can have these attributes applied:
- borders
- column/row TH elements colors
- cell padding
- font attributes
- alternating row color
*/
    /* FOOTER */
    /* The footer can be customized for:
 background color
- padding
- alignment
- font attributes
*/
    div .JobListingSpecial .panel:first-of-type {
    border-right: none;
}
div.JobListingSpecial .panel:first-of-type {
    border-right: none;
    border-bottom: none;
}

@media only screen and (max-width: 767.5px) {

/*.navbar-brand {
    background-size: auto 80%;
    display: block;
    background-position: center top;
    min-height: 10em;
}*/
.nav-links {
    background-color: #51717f !important;
    /* margin-top: 1.5em !important; */
    /* opacity: 0.9; */
    position: absolute;
    width: 110%;
    /* margin-top: -11.4em; */
    padding-top: 0px;
    margin-top: -7.7em;
    margin-left: -.1em;

}
.navbar-nav > li > a {
    padding-top: 10px;  
    padding-bottom: 10px;
}
.photo { background-size: 100% auto; height: 200px; background-position: center center; }

}

.loudoun-logo {
    z-index: 2;
}

.loudoun-logo-img {
    max-width: 100%;
    padding: 1em;
    padding-top: 0em;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.25em;
    margin-left: -15px;
}



@media (max-width: 992px) {
  .nav-links {
    /*font-size: 12px;*/

  }
    .loudoun-logo-img {
        padding: 1em;
    }
}


@media (max-width: 767.5px) {

    .nav > li > a {
        color: white;
    }

    .nav-links {
        padding-left: 2.5em;
    }
}


@media (max-width: 767.5px) {
    .loudoun-logo-img {
        padding: 0em;
    }
    .nav-links {
        /*font-size: 12px;*/
    }
}

.navbar-brand {
    overflow: hidden;
}


#QuickLinksSection {
    background-color: transparent !important;
}
#ListingPanelSpecial {
    background-color: transparent !important;
}
.ListingPanel, .ListingPanel1 , .ListingPanel2{
    background-color: transparent !important;
}


    .ListingPanel1 .CardTitle {
        background-color: #1b4f5e;
    }
    .ListingPanel1 h2 {
        background-color: #1b4f5e !important;
        margin-top: 1em !important;
    }
    .ListingPanel1 .JobListing tr.ColumnHeader th {
        background-color: #1b4f5e;
    }

.ListingPanel2 .CardTitle {
    background-color: #587abc;
}

.ListingPanel2 h2 {
    background-color: #587abc !important;
    margin-top: 1em !important;
}

.ListingPanel2 .JobListing tr.ColumnHeader th {
    background-color: #587abc;
}
.JobCard .JobTitle {
    font-family: 'Lato', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 100%;
}

table.dataTable.no-footer {
    border-bottom: none;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}
.navbar-collapse.in {
    overflow-y: visible;
}
