/* DOM Objects */
input[type="text"] {
    font-family: 'Open Sans', sans-serif;
}
input[type="email"] {
    font-family: 'Open Sans', sans-serif;
}
input[type="tel"] {
    font-family: 'Open Sans', sans-serif;
}

#createAccountContainer label {
  margin:20px 0px 5px;
}

/* unvisited link */
#createAccountContainer a:link {
    color: #4eafc9;
}
/* visited link */
#createAccountContainer a:visited {
    color: #4eafc9;
}
/* mouse over link */
#createAccountContainer a:hover {
    color: #4eafc9;
}
/* selected link */
#createAccountContainer a:active {
    color: #4eafc9;
}
.loginFields {
    font-size: 12px;
    color: #c84e4e;
}
#terms_link {
    color: #4eafc9;
    font-size:11px;
    font-weight: bold;
    text-decoration: underline;
}

#loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
#loading-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#regstarted {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    display: none;
    margin-left: auto;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: auto;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1050;
    text-align: center;
    justify-content: center;
    position: fixed;
    left: 33%;
    top: 20%;
    max-width: 600px;
    box-shadow: 0px 0px 16px 2px #CCCCCC;
}

#regstarted .popUpText {
  width: 100%;
  line-height: 1.66em;
}

#regstarted h3 {
  background: #F8A51C;
  margin: 0px;
  padding: 20px;
}

#regstarted h3 {
  font-weight: normal;
}

#regstarted p {
  margin: 30px auto 15px;
  font-weight: bold;
  font-size: 22px;
}

#importantMessage {
    border-style: solid;
    border-width: 3px;
    border-color: #ff8c00;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
#createAccountContainer {
    /*height: 730px;*/
    padding: 0px;
}
#accountContainerHead {
    height: 60px;
    padding: 20px 22px;
    font-size: 16px;
}

#accountContainerHead b {
  font-size: 24px;
}
#accountContainerProgress {
    position: relative;
    height: 20px;
}
#labelContactInfo {
    position:absolute;
    width: 150px;
    margin-left: 25px;
    font-size: 14px;
    color: #d7d7d7;
    /*border:1px solid #556;*/
}
#labelCompanyInfo {
    position:absolute;
    width: 150px;
    margin-left: 175px;
    font-size: 14px;
    color: #d7d7d7;
}
#labelBillingInfo {
    position:absolute;
    width: 150px;
    margin-left: 325px;
    font-size: 14px;
    color: #d7d7d7;
}
#labelLoginInfo {
    position:absolute;
    width: 150px;
    margin-left: 485px;
    font-size: 14px;
    color: #d7d7d7;
}
#needHelp {
    font-size: 14px;
    float: right;
}

/* jquery-ui tabs */
#tabbedForm {
    margin-top: 10px;
    background-color: #ffffff;
    width: 100%;
    /*height: 625px;*/
}
#formFieldTabs {
    background: transparent;
    border: none;
}
#formFieldTabs .ui-widget-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#formFieldTabs .ui-tabs-nav .ui-state-default {
    background: transparent;
    border: none;
}
#formFieldTabs .ui-tabs-nav .ui-state-active {
    background: transparent;
    border: none;
}
#formFieldTabs .ui-tabs-nav .ui-state-default a {
    font-size: 14px;
    color: #d7d7d7;
}
#formFieldTabs .ui-tabs-nav .ui-state-active a {
    font-size: 14px;
    color: #4eafc9;
}
/*#formFieldTabs .ui-widget-header {
    margin-top:-32px;
}*/
#formFieldTabs {
    background-color: #ffffff;
    /*height: 620px;*/
    overflow: auto;
}
#formFieldTabs ul {
    background-color: #ffffff;
}
#contactInfo {
    width: 100%;
}
#contactInfoFooter {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    margin-top: 10px;
}

.formButtonBack {
    float: left;
}

#companyBtnPrev,#billingBtnPrev,#accountBtnPrev {
    width: 120px;
    height: 40px;
    padding: 5px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    color: #353F42;
    background-color: #C7D82f;
}
.formButtonNext {
    float: right;
}
#contactBtnNext {
    width: 120px;
    height: 40px;
    padding: 5px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    color: #353F42;
    background-color: #C7D82f;
}
#companyBtnNext {
    width: 120px;
    height: 40px;
    padding: 5px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    color: #353F42;
    background-color: #C7D82f;
}
#accountBtnNext {
    width: 160px;
    height: 40px;
    padding: 5px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    color: #353F42;
    background-color: #C7D82f;
}
#billingBtnNext {
    width: 120px;
    height: 40px;
    padding: 5px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    color: #353F42;
    background-color: #C7D82f;
}
#companyInfo {
    overflow: auto;
}
#companyInfoTable {
    width: 100%;
}
#companyInfoFooter {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    margin-top: 10px;
}
#billingTable {
    width: 100%;
}
#billingShippingFooter {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    margin-top: 10px;
}
#accountLoginTable {
    width: 100%;
}
#accountLoginFooter {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    margin-top: 10px;
}

#pageFooter {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
}

/* text styling */
.direction_red {
    font-size: 14px;
    color: #c84e4e;
    text-align: center;
}
.required-input-label{
    color: #373f42;
}
.required-input-label:after{
    content: "*";
    font-style: italic;
    font-size: smaller;
}
.inputLabel {
    color: #373f42;
}
.phoneLine1 {
    font-size:10px;
    color:#777;
}
/* checkbox-circle */
.checkbox-circle input[type="checkbox"] {
    display: none;
}
.checkbox-circle input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.checkbox-circle input[type="checkbox"]:hover + label:hover {
    color: rgb(23, 86, 228);
}
.checkbox-circle input[type="checkbox"]:hover + label:before {
    border: 2px solid #4eafc8;
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #fff;
    background: #50565a;
    box-shadow: 0 0 0 1px #000;
}
.checkbox-circle input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}
.checkbox-circle input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 2px solid #4eafc8;
    border-radius: 1em;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s, transform 0.3s ease-in-out;
    transition: all 0.2s, transform 0.3s ease-in-out;
    background: #f3f3f3;
}
.checkbox-circle input[type="checkbox"]:checked + label:before {
    border-radius: 1em;
    border: 2px solid #fff;
    width: 1.2em;
    height: 1.2em;
    background: #4eafc8;
    box-shadow: 0 0 0 1px #4eafc8;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.checkbox-circle label {
  margin-top: -10px !important;
}
/* checkbox-circle end */
.accountCloseText {
    height: 40px;
    position: relative;
}
.acctTxtLine1 {
    width: max-content;
    height: 20px;
    position: absolute;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}
.acctTxtLine2 {
    width: max-content;
    height: 20px;
    position: absolute;
    margin-top: 20px;
    font-size: 10px;
    font-weight: normal;
}
#searchsubmit {
    visibility: hidden;
    display: none;
}

.boostMobile_dealerId_desc {
    font-size: 11px;
    line-height: 13px;
    display: inline-block;
}
.dealerImage {
    width: 317px;
    height: 83px;
    margin-top: 20px;
}

@media only screen and (max-width: 1000px) {
  .hidden-xs {
    display: none;
  }
  .introText {
    width: 100%;
  }
}
