﻿/* ===== STRUCTURE ===== */
html, body {
    overflow-x: hidden;
    height: 100%;
}
.mobile-login {
    background-color: #f3f6f7;
}
.sts-header-mobile {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 0 0;
  text-align: center;
}

.sts-header-mobile img {
  display: inline-block;
  margin: 0 auto;
  width: 230px;
}
.sts-main-sub-header-row-mobile {          /* no rounded corners */
    color: #FFFFFF;
    background-image: url(../img/Dodge_PipeLine_bg.png);
    margin: 0px 0px 20px 5px;
    height: 30px;
    width: 100%;
    padding: 10px 0px 0px 0px;
    border: 0px;
}
.sts-main-sub-header-row-mobile-2d {
    color: #FFFFFF;
    background-image: url(../img/Dodge_PipeLine_bg_2d.png);
    margin: 0px 0px 20px 0px;
    width: 5px;
    height: 30px;
    float: left;
    padding: 10px 0px 0px 0px;
    border: 0px;
}
.sts-main-sub-header-row-mobile p {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
}
.sts-container-rounded { 
    margin: 15px 20px; 
    border-radius: 10px; 
    padding: 15px; 
    border: 1px solid #333333; 
}
.sts-container-rounded p, 
.sts-container-rounded h2, 
.sts-container-rounded h3, 
.sts-container-rounded div { 
    text-align: center; 
}

/* ===== REGISTER ===== */
.sts-title-bar {
    background-color:#f5f5f5; 
    border-bottom:solid 1px #cccccc; 
    padding:5px;
    width: 100%;
    text-align: center;
    font-size: medium;
    margin-bottom: 10px;
}
.sts-register-box {
    margin-top: 10px;
    width: 270px;
    margin: 0 auto;
}
.sts-register-box label {
    display: inline-block;
    font-size: large;
}
.sts-register-box input {
    display: block;
    width: 270px;    
    font-size: large;
}
.sts-register-box input {
    height: 30px;
    background-color: #F9FFDB;
    background-color: hsl(65, 100%, 87%);
}
.sts-register-box select {
    display: block;
    font-size: large;
    padding: 5px;
    width: 100%;
}
.sts-register-box select {
    height: 30px;
    background-color: #F9FFDB;
    background-color: hsl(65, 100%, 87%);
}
.sts-register-lbl {
    text-align: left;
}
.sts-register-username  {
    color: rgba(0, 0, 0, 0.3); 
}
.sts-register-pwd {
	margin-bottom: 30px;
}
.sts-register-btn {
    height: 40px !important;
    width: 250px !important;
    margin: 0 auto;
    font-size: 17px !important;
    background-color: #006dcc !important;
}
.greetText {
    text-align: center;
    font-size: medium;
    padding-bottom: 10px;
}
.formSubheader {
    text-align: center;
    font-weight: bold;
    font-size: large;
    padding-bottom: 10px;
}
.warning {
    border-left: 5px solid red;
}
.passwordHint {
    color: grey;
    font-size: 0.9em;
    text-align: left;
    font-style: italic;
}
.requiredValidator {
    font-size: 0.8em;
    color: red;
    margin: 0;
    padding: 0;
}
.dynamicValidator {
    left: 0;
    top: 0;
    z-index: 2147483647;
}
.last-textbox {
    margin-bottom: 30px;
}
select.survey-select {
    display: inline-block !important;
    width: 100% !important;
    margin: auto;
}
.select-cell {
    width: 42%;
}
.survey-table {
    width: 100%;
    margin-bottom: 20px;
}
.survey-row {
    height: 30px;
}
.survery-with-select-row {
    height: 35px
}
.sts-register-header {
    font-weight: bold;
    font-size: 17px;
    margin: 0 auto 20px auto;
    text-align: center;
}
.survey-item-table {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.requiredValidatorSummary {
    color: red;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

/* ===== LOGIN ===== */
.sts-login-box {
    margin-top: 10px;
    width: 270px;
    margin: 0 auto;
}
.sts-login-box label,
.sts-login-box input {
    display: block;
    width: 270px;    
    font-size: large;
}
.sts-login-box input {
    height: 30px;
    background-color: #F9FFDB;
    background-color: hsl(65, 100%, 87%);
}
.sts-login-lbl {
    text-align: left;
    font-size: 12px !important;
    color: #505e62;
}
.sts-login-username {
    background-color: rgb(232, 240, 254) !important;
    border: 1px solid rgba(0,0,0,.15);
    outline: none;
    font-size: x-large;
    height: 33px !important;
}
.sts-login-pwd {
    margin-bottom: 0px;
    background-color: rgb(232, 240, 254) !important;
    border: 1px solid rgba(0,0,0,.15);
    outline: none;
    font-size: x-large;
    height: 33px !important;
}
.sts-login-btn {
    height: 40px !important;
    width: 270px !important;
    margin-top: 0px;
    font-size: 17px !important;
    background-color: #006dcc !important;
}
.sts-forgotpassword{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 35px;
}

/* ===== RESET PASSWORD ===== */
.sts-resetpass-header {
    margin-bottom: 20px;
    text-align: center;
}

.sts-submit-button {
    width: 330px !important;
    height: 28px;
    background-color: #006dcc !important;
    padding: 0 !important;
    display: inline-block;
    text-align: left
}

.sts-return-page {
    margin-top: 25px !important;
    display: block;
    text-align: center;
    font-size: 12px;
}

.sts-reset-password-error {
    color: red;
}

.sts-reset-email-instruction {
    font-size: 14px;
}

.sts-hide-validation {
    display: none !important;
}

.sts-reset-password-email {
    width: 330px;
    height: 28px;
    font-size: 18px;
    margin-top: 5px;
    background-color: rgb(232, 240, 254);
    outline: none;
    border: 1px solid rgba(0,0,0,.15);
}

.sts-loading-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.3;
    filter: alpha(opacity=70);
    visibility: hidden;
}

.sts-working-image {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #fff;
    padding: 10px 10px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.sts-reset-password-fields {
    margin-top: 10px;
    width: 270px;
    margin: 0 auto;
    margin-bottom: 20px
}

.sts-validation-summary {
    margin-bottom: 10px;
    text-align: center;
}

.sts-reset-password-fields label {
    display: inline-block;
    font-size: large;
}

.sts-reset-password-fields input {
    display: block;
    width: 270px;    
    font-size: large;
    height: 30px;
}

.sts-submit-reset-password {
    height: 40px !important; 
    width: 180px !important;
    font-size: 17px !important;
    margin: 0 auto;
}

/* ===== SUPPORT ===== */
.sts-support-box {
    margin-top: 20px;
}
.sts-support-box p {
    text-align: center;
    font-size: 13px;
    color: #999999;
    margin: 0;
    padding: 0;
}

/* ===== COPYRIGHT ===== */
.sts-copyright-box {
    width: 100%;
    margin-top: 25px;
}
.sts-copyright-box p { 
    color: #C0C0C0; 
    text-align: center;
    font-size: 12px; 
    margin: 0;
}

/* ===== ERROR ===== */
.sts-timeout-img {
    width: 100px;
    height: auto;
}
.sts-issue-confirmation {
    display: none; 
}
.sts-issue-domain {
    color: red;
}

/* ==== Communities ==== */
.trade-select {
    width: 250px;
    height: 30px;
}
#companyLogo > img {
    max-width: 75px;
    display: block;
    margin: 0 auto;
}
.block-display {
    display: block !important;
}
.expiredOrExistingUserMessage {
    font-size: 18px;
    margin-top: 30px; 
    text-align:center;
}
.item-spacing {
    margin-top: 15px !important;
}
.select-county-required {
    margin: 20px 0 0 5px;
}
#submitBtnContainer > input {
    width: auto !important;
}
#existing-user {
    text-align: center;
    display: none;
    color: red;
    margin-bottom: 10px;
}

.container {
    text-align: center;
    width: 100% !important;
    margin: 1px;
}

.footer {
    margin-top: 25px;
}

.footer p {
    font-size: 11px;
    word-wrap: break-word;
    font-weight: 400;
    text-align: center;
    color: #555;
    padding: 0;
    margin: 0;
}

.reset-container {
    text-align: center;
}

.sign-in-header {
    text-align: left;
    color: #505e62;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.body-text {
    text-align: left;
    width: 400px;
    padding-bottom: 10px;
}

#signing-in-header {
    color: #505e62;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.sts-forgotpassword-header {
    margin-bottom: 20px;
    display: inline-block;
    text-align: left;
}
