.system-settings-menu ul li:hover a {
    background: #707070;
}

#page-header .header-logo {
    background: url("/flexnet/staticfiles/operationsportal/1838logo.jpg") left center no-repeat transparent;
    background-size: contain;
    height: 35px;
    margin: 5px;
}

#page-header {
    border: 0;
}

.login h1 {
    background: url("/flexnet/staticfiles/operationsportal/1838logo.jpg") center bottom no-repeat transparent;
    border: 0;

}

.login section {
    background-color: #fff;
}

.login {
    background-color: #283b8c;
}

.login-method,
.login input.text,
.login select {
    background-color: #e7ebee;
    color: #35404a;
}

.login-method label {
    color: #35404a;
}

.login .support-link {
    color: #EAEAEA;
    border-color: #EAEAEA;
}

/* Sets a whole bunch of fonts. Not sure where they are all used. These were
   taken from the example CSS generated automatically when using the 
   online Configurator. */
h1,
h2,
h3,
h4,
.heading1,
.page-title,
.popup-title,
.modal-header h3,
.page-subtitle,
#content h1,
.colHead .secondHead,
.HeaderDivide,
.IntroDetail,
.EditingBlock fieldset legend,
.EditingBlock legend,
.Title,
#nav-side .nav-area-title a {
    color: #35404a;
}

/* (btn == button) Sets the default button styles. These effect the login screen
   as well */
.btn.default,
.btn.default:hover,
.btn.default:active,
.btn.default:focus,
.btn.default:visited {
    background: #283b8c;
    border: 1px solid transparent;
    text-shadow: none;
    color: #fff;
}

/* Set the color of the top navigation bar when nothing is selected/hovered */
#nav-top,
#nav-top>ul,
#nav-top>ul>li {
    background-color: #283b8c;
}

#nav-top>ul>li,
#nav-top>ul>li:first-child {
    border-color: #ebefee;
}

/* Sets the little upside-down triangle's color */
#nav-top>ul>li.parent .nav-area-title:after {
    border-top: solid 6px #ebefee;
}

/* Set the "drop down" box colors */
#nav-top>ul>li>ul,
#nav-top>ul>li.nav-show,
#nav-top>ul>li.nav-show a,
#nav-top>ul>li.nav-show a:hover,
#nav-top>ul>li.nav-show a:visited {
    background-color: #ebefee;
    color: #35404a;
}
#page-header .header-logo { background: url("/flexnet/staticfiles/operationsportal/1838logo.jpg") left center no-repeat transparent; background-size: contain; height: 30px; margin: 5px; }#page-header { border: 0; }.login h1 { background: url("/flexnet/staticfiles/operationsportal/1838logo.jpg") center bottom no-repeat transparent; border: 0;}.flex-logo, #page-footer .footer-logo {display:none;}.login { background-color: transparent; }.login-method,.login input.text,.login select {background-color: #eaeaea;color: #000;}.login h2,.login-method label {color: #000;}.login .support-link {color: #0167AB;border-color: #EAEAEA;}