/* General Style Info */

body {
    background-color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width:100%;
}

a img {
    border:none;
}

h1 {
    color: #000000;
    font-size: 200%;
    font-weight: normal;
    margin: 0;
    font-family:Georgia;
}
h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
}
h2 {
    color: #336699;
    font-family:Georgia;
    font-size: 180%;
    margin: 0.3em 0;
    padding-top: 0.8em;
    font-weight: normal;
}
h3 {
    color: #515254;
        font-family:Georgia;
    font-size: 145%;
    font-weight: normal;
    margin: 4px 0px;
}
h4 {
    color: #515254;
    font-weight: normal;
    padding-top: 0.5em;
    font-family:Georgia;
}
h5 {
    color: #0073AE;
}

/* Layout */

#container {
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0;
}

#page-header {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 20px solid #0074ae;
}

#page-header h1 {
    background-image: url(../img/Lineage_Color_R.jpg);
    display: block;
    height: 69px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    margin: 10px;
    margin-left: 11%;
}

#page-header #subheader {
    height: 0;
    margin: 0;
    padding: 0;
}

#page-header #header-wrapper{
    display:flex;
    flex-direction:row;
    justify-content: space-around;
}
@media (max-width: 600px) {
    #page-header #header-wrapper{
        flex-direction:column;
    }
}

#header-wrapper #logo{
    width: 600px;
    max-width: 100%;
    flex: 1 1 auto;
}
#header-wrapper #job-fairs-wrapper{
    width:600px;
    max-width: 100%;
    flex: 2 1 auto;
}
#header-wrapper #job-fairs-list{
    display:flex;
    justify-content: space-between;
    flex-direction:row;
}
#header-wrapper #job-fairs-list > div{
    width: 150px;
    flex: 1 1 auto;
    text-align:center;
}
@media (max-width: 650px) {
    #header-wrapper #job-fairs-list{
        flex-direction:column;
    }
    #header-wrapper #job-fairs-list > div{
        width:100%;
        margin-bottom: 1em;
    }
}

.page-body {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    }
@media (max-width: 767px) {
    .page-body {
        width:100%;
    }
}
#page-content {
    padding: 20px 0 40px 20px;
}

#footer {
    clear: both;
    font-size: 90%;
    padding: 20px 0 20px;
    min-height: 50px;
    background: #333333;
    border-top: 2px solid #337096;
}

#footer p{
    padding: 5px 5px;
    }

.footer_logo {
    padding: 20px 35px !important;
    float:left;
}

/*  What is this for?
//dd {
//    margin-left: 10em;
//    margin-top: -2em;
//    vertical-align: top;
//}
*/

#login-background {
    background-image: url("..//theme/LineageFrontend/img/login_bkg.png");
}

#contentDepartments {
    border:thin solid #CCC;
    background-image:url(..//theme/LineageFrontend/img/box_BG_repeater.jpg);
}

input.btn-login{
    background-image: url(../../../img/buttons/log_in_bluegreen.png);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    background-size: contain;
    border:none;
    box-shadow: none;
    height: 40px;
    width: 108px;
}
input.btn-login:active, input.btn-login:hover{
    background-image: url(../../../img/buttons/log_in_bluegreen.png), url(../../../img/buttons/login_bg_grey.png);
    box-shadow: none;
}

.link-sign-up {
    display: block;
    background-image: url(../../../img/buttons/sign_up_grey.png);
    background-repeat: no-repeat;
    height: 37px;
    width: 109px;
}
.link-sign-up:hover {
    background-color: inherit;
    background-image: url(../../../img/buttons/sign_up_grey.png), url(../../../img/buttons/login_bg_grey.png);
}

.link-sign-up span{
    display:none;
}
#sidebar-left {
    padding:0;
}

#sidebar-left .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.nav-main {
    list-style: none outside none;
    padding-top: 20px;
}

.nav-main li{
    margin: 14px 0;
}

.nav-main > li > a {
   background: #0074ae url(../img/slider_caption_arrow.png) no-repeat 99%;
   background-size: 25px;
   padding: 10px 12px;
   padding: 10px calc(25px + 1%) 10px 15px;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
   box-shadow: #cccccc 3px 3px 8px 2px;
   text-shadow: none;
    font-weight: bold;
    font-family: Verdana, Helvetica;
    font-size: 120%;
   }

.nav-main a:hover {
   background: #009e91 url(../img/slider_caption_arrow.png) no-repeat 103% !important;
   color: #ffffff;
}

.nav-main a:active {
   background: #0074ae url(../img/slider_caption_arrow.png) no-repeat 98% !important;
   }

 .nav-main a:focus {
   background: #0074ae url(../img/slider_caption_arrow.png) no-repeat 103% !important;
   }

.link-reset-password {
    background: #009e91;
    color: #fff;
    margin-top: 8px;
    font-weight: bold;
    font-family: Verdana, Helvetica;
    text-align: center;
    padding: 4px;
}

#jobs-list h2 {
    /* display: none; */
    text-align:center;
}
#jobs-list h2 a{
    background: #0074ae;
    background: #0074ae url(../img/slider_caption_arrow.png) no-repeat 99%;
    padding: 10px 12px;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: #cccccc 3px 3px 8px 2px;
    text-shadow: none;
    font-weight: bold;
    font-family: Verdana, Helvetica;
    text-align: center;
    width: 12em;
    max-width: 95%;
    display: inline-flex;

}
#jobs-list h2 a:hover{
    background: #009e91;
    background: #009e91 url(../img/slider_caption_arrow.png) no-repeat 102%;
    color: #ffffff;
}
@media (max-width: 767px) {
    #jobs-list h2 {
        display: inline;
    }
}

#front-page-openings-link a{
    background: #0074ae;
    padding: 10px 12px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: #cccccc 3px 3px 8px 2px;
    text-shadow: none;
    font-weight: bold;
    font-family: Verdana, Helvetica;
    font-size: 120%;
    width: 11em;
    text-align: center;
}

#front-page-openings-link a:hover {
   background: #009e91;
   color: #ffffff;
}

tr#reportsto, tr#paygrade, tr#reqnumber {
    display: none;
}
