html, body {
    background-color: #C2E0F2;
    min-height: 100%;
}

#fPass, #fCustomerCode, #fNonSsoCustomerCode {
    color: red;
}

#forgotPassword {
    display: none;
    width: 400px;
    padding: 20px;
    margin: 20px;
    float: left;
}

#loginArea {
    width: 1100px;
    height: 585px;
    background-color: white;
    margin: 50px auto 20px auto;
    border-radius: 5px;
    box-shadow: 10px 10px 5px #888;
}

#copyright {
    width: 1100px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

#copyright p {
    font-size: 12px !important;
}

#loginInputs {
    width: 400px;
    padding: 20px;
    margin: 0 20px;
    float: left;
    display: inline-block;
}

#newsArea {
    width: 500px;
    height: 440px;
    margin: 20px;
    padding: 40px;
    float: left;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 0 5px #888;
    overflow: hidden;
}

#loginForm {
    height: 50%;
    width: 400px;
}

.loginField {
    display: block;
    width: 350px;
    font-size: 13px;
}

.loginText {
    margin-bottom: 10px;
    width: 343px;
}

.cwLogo {
    margin: 0 0 20px;
}

#fpText {
    font-weight: bold;
}

#fpMessage {
    color: red;
}

#loginArea .login-btn {
    /*background: url("../../images/btn_cta-sidebar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*background: url("../../images/btn_cta-sidebar.png") no-repeat;*/
    /*color: #FFFFFF !important;*/
    /*display: inline-block;*/
    /*height: 37px;*/
    /*padding: 15px 0 0;*/
    text-align: center;
    text-decoration: none !important;
    width: 100px;
    color: white;

    margin-right: 14px;

    border: 1px solid #46515c;
    padding: 6px;
    display: inline-block;
    font-size: 14px;
    /*margin: 4px 2px;*/
    border-radius: 4px;
}

#loginForm #signIn {
    float: right;
    background-color: #1aa5cf;
}

#loginForm #sso-sign-in {
    float: right;
    background-color: #6aa94f;
}

#signIn.disabled {
    background: url("../../images/btn_cta-sidebar-disabled.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: url("../../images/btn_cta-sidebar-disabled.png") no-repeat;
}

#pwButton {
    width: 280px;
    margin-right: 25px;
    margin-left: auto;
}

#sendResetPw {
    /*background: url("../../images/btn_cta-sidebar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*background: url("../../images/btn_cta-sidebar.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    /*color: #FFFFFF !important;*/
    /*display: inline-block;*/
    /*font-size: 18px !important;*/
    /*height: 37px;*/
    /*margin: auto 0;*/
    /*padding: 15px 0 0;*/
    /*text-align: center;*/
    /*text-decoration: none !important;*/
    /*width: 233px;*/
    background-color: #1aa5cf;
}

#fpError {
    display: none;
    color: red;
    border: 1px solid red;
    padding: 10px;
}

#fpSuccess {
    display: none;
    color: red;
}

#okButton {
    display: none;
}

a.dd-selected {
    text-decoration: none;
}

/*.dd-select {*/
    /*border-radius: 7px !important;*/
/*}*/

.dd-container li {
    list-style-type: none;
}

h1 {
    font: 24px verdana, arial, sans-serif !important;
    color: #46515c;
}

h2 {
    font: 24px verdana, arial, sans-serif !important;
    color: #1faeda;
}

h3 {
    font: 24px verdana, arial, sans-serif !important;
    color: #db4c27;
}

h4 {
    font: 14px verdana, arial, sans-serif !important;
    color: #46515c;
}

h5 {
    font: 18px verdana, arial, sans-serif !important;
    color: #1faeda;
}

h6 {
    font: 18px verdana, arial, sans-serif !important;
    color: #db4c27;
}

#user_locked_warning {
    color: red;
    font-size: 11px;
    margin-top: -10px;
}

#copyright .copyright-notice {
    float: left;
}

#copyright .copyright-notice sup {
    color: #0A9AD1;
    text-decoration: none;
}

#copyright .copyright-logo {
    float: right;
}

#passwordIndicator {
    margin-bottom: 10px;
}

ul.tabs {
    list-style-type: none;
    box-shadow: inset 0 -1px #d1d3d2;
}

ul.tabs li {
    display: inline;
    padding: 5px;
}

ul.tabs li a {
    text-decoration: none;
    padding-bottom: 6px;
}


ul.tabs li a span {
    padding-left: 10px;
    padding-right: 10px;
}

ul.tabs li.tab-current a {
    box-shadow: inset 0 -3px #00B1E1;
}

ul.tabs li.tab-current a span {
    font-weight: bold;
    /*border-bottom: 3px solid #00B1E1;*/

}

.content-wrap {
    margin-top: 10px;
}

.content-wrap section {
    display: none;
}

.content-wrap .content-current {
    display: block;
}

.content-wrap section {
    padding: 10px 15px 5px;
}

.content-wrap section p {
    color: #666666;
}

.content-wrap section input {
    width: 95%;
}

.content-wrap section div {
    margin-bottom: 15px;
}

#non-sso {
    background-color: #9fc5fa;
}

#sso {
    background-color: #b7d7a8;
}

.sso-forgot-message, .sso-invalid-login, .non-sso-forgot-customer-code {
    padding-top: 2px;
    display: none;
}

.sso-invalid-login {
    color:red !important;
}

.nonsso-customer-code-section {
    display: none;
    padding-top: 5px;
    margin-bottom: 2px !important;
}

#nonsso-customer-code {
    margin-bottom: 2px;
    width: 330px;
    float:left;
}

.sso-forgot-message, .non-sso-forgot-customer-code {
    line-height: 18px;
}

.fa-info-circle {
    color: #f6bb42 !important;
    cursor: pointer;
    padding-left: 7px;
}

#sso-customer-code-info {
    color: #bf5a00 !important;
}

#lSSOCode {
    float:left;
    width: 89%;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner strong {
   color: white;
}
