@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Open+Sans:wght@400;700&display=swap);
/* fonts */
/* line heights */
/* p tag  */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* h5 */
/* h6 */
/*$h1: ;
$h2: ;
$h3: ;
$h4: ;
$h5: ;
$h6: ;
*/
/* Change the white to any color ;) */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0px 0px 30px #eee inset !important;
}

ul li, ol li {
  margin-left: unset !important;
}

input.btn.status:focus {
  outline: none;
}

footer#footer2 {
  background: transparent;
}

/* for ada label */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

select.form-control.ev-select {
  width: 80%;
}

select.form-control.ev-select-intro {
  width: 100%;
}

select.form-control.ev-select, -intro {
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.form-control {
  max-width: 475px;
}

/* header section to comment for nj- */
.footer-links.col-sm-8.col-sm-push-4.apply {
  float: left;
}

footer#footer1 {
  background: transparent;
  border-top: 2px solid #DADADA;
  bottom: 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer#footer1 {
    bottom: -100px;
  }
}

header#navbarvf {
  background-color: #1c3e12 !important;
  height: 60px;
}
@media screen and (max-width: 1205px) {
  header#navbarvf {
    height: auto;
  }
}

/* end header section to comment for nj */
h5 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  color: #555555 !important;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  font-size: 16px;
}

a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* buttons rc  */
/* The Close Button */
.close {
  color: #555555;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}

.close:focus, .close:focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

/* logout button */
button.btn.logout {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  width: 127px;
  height: 45px;
}
button.btn.logout:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
button.btn.logout:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  outline: none;
}
button.btn.logout:focus {
  outline: 2px solid #fff!important;
  outline-offset: 2px;
}
@media screen and (max-width: 768px) {
  button.btn.logout {
    width: 90px;
    height: 35px;
  }
}



button {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 700!important;
}
button.slds-combobox__input {
  font-weight: unset!important;
  color: #747474!important;
}
.slds-listbox {
  color: #555!important;
}

button.btn-secondary.cancel-app {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  width: 100%;
  max-width: 204px;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}

button.btn-secondary.continue-app {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 50px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  margin-left: auto;
  /*margin-right: auto;*/
  line-height: 22px;
}
button.btn-secondary.continue-app:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
button.btn-secondary.continue-app:active {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  outline: none;
}
button.btn-secondary.continue-app:focus {
  outline-width: 0;
  outline: 2px solid black;
  outline-offset: 2px;
}
input[type="button"]:focus, button[type="button"]:focus {
  outline-width: 0;
  outline: 2px solid black!important;
  outline-offset: 2px;
}

@media screen and (max-width: 768px) {
  button.btn-secondary.continue-app {
    margin-bottom: 15px;
    margin-top: 15px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

button.btn-secondary.submit-app {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  padding: 10px 50px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin-left: auto;
  line-height: 22px;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
}
button.btn-secondary.submit-app:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
button.btn-secondary.submit-app:active {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  outline: none;
}
button.btn-secondary.submit-app:focus {
  outline-width: 0;
  outline: none;
}

.form-buttonmargin {
  margin-bottom: 60px;
}
@media screen and (max-width: 998px) {
  .form-buttonmargin {
    margin-left: 148px;
  }
}
@media screen and (max-width: 768px) {
  .form-buttonmargin {
    margin-left: unset;
  }
}

.check-copy {
  display: block;
  width: 46%;
  text-align: center;
  float: right;
  position: relative;
  bottom: 50px;
  left: 25px;
  font-weight: 700;
  margin-bottom: -50px;
}

.ach-image-modal {
  height: 217px;
}
@media screen and (max-width: 768px) {
  .ach-image-modal {
    height: 160px;
  }
}

.more-info a {
  display: block;
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  width: 140px;
  height: 40px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  top: 78px;
  right: 163px;
}
.moreinfo-button button {
  display: block;
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  height: 40px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
  text-decoration: none;
  margin-top: 35px!important;
}

.more-info a:hover, .moreinfo-button:hover button {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1!important;
  border-radius: 6px;
  text-decoration: none;
}

.more-info a:focus, .moreinfo-button button:focus {
  outline: 2px solid black!important;
  outline-offset: 2px;
}

.more-info button {
  display: block;
  width: 140px;
  height: 40px;
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  top: 75px;
  right: 163px;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}
.more-info button:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
  padding: 1px 2px;
}
.more-info button:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}

input.btn.verify {
  font-size: 16px;
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  padding: 8px 25px;
  font-family: "Montserrat", sans-serif;
}
input.btn.verify:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
input.btn.verify:active {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  outline: none;
}
input.btn.verify:focus {
  outline-width: 0;
  outline: none;
}
@media screen and (max-width: 1205px) {
  input.btn.verify {
    margin: 15px 0 15px;
  }
}

input.btn.dash-password-submit {
  display: block;
  padding: 10px 50px;
  margin-left: 15px;
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  display: block;
  width: auto;
  height: 45px;
}
input.btn.dash-password-submit:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
input.btn.dash-password-submit:active {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  outline: none;
}
input.btn.dash-password-submit:focus {
  outline-width: 0;
  outline: none;
}
@media screen and (max-width: 768px) {
  input.btn.dash-password-submit {
    padding: 5px 0px;
    margin-bottom: 25px;
    width: 220px;
  }
}

button.dash-password-submit {
  font-family: "Open Sans", sans-serif;
  padding: 10px 50px;
  margin-left: 15px;
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  display: block;
  width: auto;
  position: relative;
  left: 16px;
  line-height: 22px !important;
}
button.dash-password-submit:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
button.dash-password-submit:active {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  outline: none;
}
button.dash-password-submit:focus {
  outline: 2px solid black;
  outline-offset: 2px;  
}
@media screen and (max-width: 768px) {
  button.dash-password-submit {
    padding: 5px 0px;
    margin-bottom: 25px;
    width: 220px;
  }
}

input.btnDisabled.btn.dash-password-submit:hover {
  background: unset;
  box-shadow: unset;
}
input.btnDisabled.btn.dash-password-submit:active {
  background: unset;
  outline: none;
}
input.btnDisabled.btn.dash-password-submit:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  input.btnDisabled.btn.dash-password-submit {
    width: 220px;
  }
}

/*Button Primary Mobile Dashboard*/
#dashboardDiv button.m-primary-btn {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  line-height: 21px;
}
#dashboardDiv button.m-primary-btn:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
#dashboardDiv button.m-primary-btn:active {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
}
#dashboardDiv button.m-primary-btn:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}

.searchInputStyle[c-ev_dashboardDatatable_ev_dashboardDatatable] {
  width: 260px !important;
}

button.btn.btn-search {
  background: transparent;
  border: none;
  border-radius: 0px;
  width: 40px;
  padding-top: 11px;
  position: absolute;
  left: 197px;
}

input.btn.btn-primary.btn-small {
  padding: 5px 15px;
  font-size: 14px;
}

/* input.btn.btn.status.dash-remove {
  padding: 10px 50px;
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  width: auto;
  margin-top: 0px;
}
input.btn.btn.status.dash-remove:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
} */
input.btn.btn.status.dash-remove {
  padding: 10px 50px;
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  width: auto;
  margin-top: 0px;
}
input.btn.btn.status.dash-remove:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}

input.btn.btn.status.dash-remove:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  outline: none;
}

input.btn.btn.status.dash-remove [disabled] {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}

.cancel-h4, .submit-h4 {
  display: block;
  margin-bottom: 50px;
}

.cancel-label, .submit-label {
  display: block;
  margin-bottom: 80px;
}

.dash-cancel a, .dash-submit a {
  background: #E9EEF3;
  color: #225496;
  padding: 5px 0px;
  font-size: 20px;
  border: solid #225496 2px;
  border-radius: 2px;
  text-decoration: none;
}
fo .dash-cancel a:hover, fo .dash-submit a:hover {
  color: #CCC;
  background: #225496;
  text-decoration: none;
}
.dash-cancel a:active, .dash-submit a:active {
  background: #E9EEF3;
  color: #225496;
  outline: none;
}

.btn.btn-more-info-upload {
  padding: 5px 13px;
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  background: none;
  margin-bottom: 128px;
  margin-left: 0px;
}
.btn.btn-more-info-upload:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
  text-decoration: none;
}
.btn.btn-more-info-upload:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  outline: none;
}

a.dash-cancel-newacct {
  font-family: "Open Sans", sans-serif;
  padding: 10px 50px;
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
a.dash-cancel-newacct:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
  text-decoration: none;
}
a.dash-cancel-newacct:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  outline: none;
}
a.dash-cancel-newacct:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}

.dash-cancel-newacct a {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  padding: 10px 50px;
  text-decoration: none;
  width: auto;
  display: block;
  font-weight: bold;
}
.dash-cancel-newacct a:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
.dash-cancel-newacct a:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  outline: none;
}
/*.dash-cancel-newacct a:focus {
  outline: 2px solid black;
  outline-offset: 1px;
}*/

@-moz-document url-prefix() {
  input[type=date].form-control {
    line-height: 25px;
  }
}
.ev-login-button {
  width: 127px;
  height: 45px;
  background: #E9EEF3;
  color: #03527F;
  border-radius: 2px;
  padding: 8px 0px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  margin-left: 12px;
}
.ev-login-button:hover {
  background-color: #03527F;
  color: #fff;
}
.ev-login-button:active {
  background: #E9EEF3;
  color: #03527F;
  outline: none;
}
.ev-login-button:focus {
  outline-width: 0;
  outline: none;
}

.ev-body-font.slds-text-color_error.slds-p-bottom_x-small {
  text-align: center;
}

.btn.dash-new-app {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  padding: 8px 0px;
  max-width: 195px;
  width: 100%;
  float: right;
  white-space: normal;
  line-height: 1;
  margin-top: -94px;
  line-height: 1;
}
.btn.dash-new-app:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
.btn.dash-new-app:active {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  outline: none;
}
.btn.dash-new-app:focus {
  outline-width: 0;
  outline: none;
}

.ach-copy {
  max-width: 660px;
}

.dash-ach-cancel a {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  padding: 10px 50px;
  text-decoration: none;
  width: auto;
  display: block;
  font-weight: bold;
  margin-top: 30px;
}
.dash-ach-cancel a:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
.dash-ach-cancel a:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  outline: none;
}

button.btn-secondary.cancel {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  padding: 10px 50px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  line-height: 24px;
}
button.btn-secondary.cancel:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
button.btn-secondary.cancel:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  outline: none;
}
button.btn-secondary.cancel:visited {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
}
button.btn-secondary.cancel:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
button.btn-secondary.cancel:focus-within {
  outline: 2px solid black;
  outline-offset: 2px;
}
@media screen and (max-width: 768px) {
  button.btn-secondary.cancel {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ADA buttons for lwc*/

input[id ^="newappbutton-"]:hover:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}

button[id ^="combobox-button-"]:focus {
  outline-width: 0;
  outline: none;
  border-color: #66afe9!important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.slds-scope .slds-listbox_vertical .slds-listbox__option:focus, .slds-scope .slds-listbox_vertical .slds-listbox__option:hover, .slds-scope .slds-listbox_vertical .slds-listbox__option.slds-has-focus, .slds-scope .slds-listbox--vertical .slds-listbox__option:focus, .slds-scope .slds-listbox--vertical .slds-listbox__option:hover, .slds-scope .slds-listbox--vertical .slds-listbox__option.slds-has-focus {
  background-color: #067cc1!important;
  color: white!important;
}

.slds-scope .slds-input:focus, .slds-scope .slds-input:active {
  outline-width: 0;
  outline: none;
  border-color: #66afe9!important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

/* yes primary blue and no secondary white */
.btn-secondary.cancel.yes-left {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
}
.btn-secondary.cancel.yes-left:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
.btn-secondary.cancel.yes-left:active {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
}
.btn-secondary.cancel.yes-left:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}

.btn-secondary.continue-app.no-right {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
}
.btn-secondary.continue-app.no-right:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
.btn-secondary.continue-app.no-right:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
}
.btn-secondary.continue-app.no-right:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}

/* test*/
.btn-ach-save {
  width: auto;
  padding: 10px 50px;
  margin: 30px 50px;
}

.btnDisabled.dash-new-app {
  background: #d7d7d7 !important;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
  padding: 8px 0px;
  max-width: 195px;
  width: 100%;
  float: right;
  white-space: normal;
  float: right;
  margin-top: -95px;
  background-image: none;
  line-height: 1;
}

.set-height-button {
  height: 55px;
}

input.btn.secondary.dash {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
input.btn.secondary.dash:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
input.btn.secondary.dash:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  outline: none;
}

.status, input.btn.status {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  padding: 10px 0px;
  margin-top: 15px;
  display: block;
  width: 280px;
  font-family: "Montserrat", sans-serif;
}
.status:hover, input.btn.status:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}

.btn.status {
  font-size: 16px;
  background: #03527F;
}

select::-ms-expand {
  display: none;
}

select::after {
  -webkit-appearance: none;
  /*webkit browsers */
  -moz-appearance: none;
  /*Firefox */
  appearance: none;
  /* modern browsers */
  border-radius: 0;
}

input.btn.status.grey:hover {
  background: #03527F;
  color: #fff !important;
}

input.btn.status.grey {
  background: #eeeeee;
  color: #03527F !important;
  border: 1px solid !important;
}

button.upload-button.button.js-form-submit.form-submit.btn-primary.btn, input.btnDisabled.upload-button.button.js-form-submit.form-submit.btn-primary.btn {
  background-image: none !important;
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  margin-left: 5px;
  font-weight: unset;
  padding: 5px 10px;
}

/* end buttons rc */
/*  Panel section */
.panel {
  border: none;
  box-shadow: unset;
}

.panel-heading {
  border-bottom: unset;
}

.panel-default > .panel-heading {
  background-color: unset;
}

.panel-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

/* end panel section */
.ev-input-width {
  width: 49%;
  float: left;
}
@media screen and (max-width: 768px) {
  .ev-input-width {
    width: 100%;
  }
}

.panel-body-residential .ev-input-width {
  width: 49%;
  float: left;
}
@media screen and (max-width: 768px) {
  .panel-body-residential .ev-input-width {
    width: 100%;
    float: unset;
  }
}

ul.stepwise-wrapper {
  list-style-type: none;
  font-size: 16px;
  margin-top: 20px;
}

.voucher-upload {
  padding: 7px 10px !important;
  margin-left: 5px;
}

.submitmessage {
  margin: 0 15%;
}

body button, body .btn {
  background-image: none !important;
}

.app-buttons-align {
  display: flex;
  justify-content: center;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 768px;
}
@media screen and (max-width: 768px) {
  .button-group {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.button-group-upload {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 785px;
  width: 775px;
}
@media screen and (max-width: 768px) {
  .button-group-upload {
    display: unset;
  }
}

#dealerLookupDiv .slds-combobox__form-element.slds-input-has-icon.slds-input-has-icon_right input {
  border-color: #999;
  border-radius: 6px;
}

.payment-border {
  width: 100%;
  border-radius: 6px;
  line-height: 25px;
}

/* EV Header */
header#navbarev {
  /*background-color: #1c3e12 !important;*/
  height: 158px;
}

#navbarev a.logo.navbar-btn.pull-left {
  margin-top: 40px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #navbarev a.logo.navbar-btn.pull-left {
    margin-top: 25px;
  }
}

#navbarev a.logo.navbar-btn.pull-left img {
  height: 80px !important;
}
@media screen and (max-width: 768px) {
  #navbarev a.logo.navbar-btn.pull-left img {
    height: 50px !important;
    margin-top: 40px;
  }
}

.ev-header-status {
  margin-top: 50px;
}

.ev-header-user {
  color: #fff;
  font-weight: 700;
  margin-right: 11px;
  margin-left: 11px;
  vertical-align: sub;
}

span.glyphicon.glyphicon-user.log-glyph {
  color: #fff;
  font-size: 31px;
  vertical-align: middle;
}

/* End EV Header */
/* EV dashboard  */

.phone-link a, .phone-link a:hover {
  color: #333!important;
  text-decoration: none!important;
}
.employee-bold {
  font-weight: bold;
  margin-right: 9px;
}

.employee-bold-prime {
  font-weight: bold;
  margin-right: 9px;
  margin-left: 13px;
}

.employee-namespace {
  margin-right: 2px;
}

.minus15 {
  margin-left: -15px;
  display: block;
}

.minus46 {
  margin-left: -46px;
}

.col-sm-12.col-md-6 .minus15 {
  margin-left: -15px;
}

.col-sm-12.col-md-6.dealercontainer .minus32 {
  margin-left: -45px;
}

.minus32 {
  margin-left: -27px;
  display: block;
}

/* pop up box */
.custPopupPword {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  z-index: 9999;
  left: 45%;
  padding: 30px;
  position: fixed;
  width: 600px;
  margin-left: -250px;
  top: 100px;
  height: auto;
}

.custPopup {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  z-index: 9999;
  left: 45%;
  padding: 30px;
  position: fixed;
  /* These are the 3 css properties you will need to change so the popup
  displays in the center of the screen. First set the width. Then set
  margin-left to negative half of what the width is. You can add
  the height property for a fixed size pop up if you want.*/
  width: 730px;
  margin-left: -250px;
  top: 100px;
  height: auto;
}
/* tablet adjust*/
@media screen and (max-width: 768px) {
  .custPopup {
    max-width: 730px;
    width: 77vw;
    margin-left: -34vw;
    top: 10vw;
  }
}

.modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-backdrop.fade.in {
  position: relative;
}

.custPopupemployee {
  background-color: white;
  border: 1px solid #888;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  z-index: 9999;
  left: 45%;
  padding: 30px;
  position: fixed;
  /* These are the 3 css properties you will need to change so the popup
  displays in the center of the screen. First set the width. Then set
  margin-left to negative half of what the width is. You can add
  the height property for a fixed size pop up if you want.*/
  width: 790px;
  margin-left: -250px;
  top: 100px;
  /*input.btn.btn.status.dash-remove {
      background: $p-blue;
      border: 1px solid $p-blue;
      color: $p-white;
      border-radius: 6px;
      &:hover {
          background: $s-steel;
          border: 1px solid $s-steel;
          color: $p-white;
          border-radius: 6px;
      }
      &:active {
          background: $p-blue;
          border: 1px solid $p-blue;
          color: $p-white;
          border-radius: 6px;
      }
      &:disabled {
          background: $s-silver;
          border: 1px solid $s-silver;
          color: $s-mink;
          border-radius: 6px;
      }
  }*/
}
.custPopupemployee input.btn.dash-password-submit {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
}
.custPopupemployee input.btn.dash-password-submit:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
.custPopupemployee input.btn.dash-password-submit:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
}
.custPopupemployee input.btn.dash-password-submit:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}

.narrow-pop {
  /* These are the 3 css properties you will need to change so the popup
      displays in the center of the screen. First set the width. Then set
      margin-left to negative half of what the width is. You can add
      the height property for a fixed size pop up if you want.*/
  width: 606px;
  margin-left: -250px;
  top: 100px;
  /*For londer pages adding scroll and height*/
  max-height: 80%;
  overflow-y: auto;
}

.custPopupauto {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  z-index: 9999;
  left: 45%;
  padding: 30px;
  position: fixed;
  width: auto;
  margin-left: -250px;
  top: 100px;
  height: auto;
}

.custPopupdoc {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  z-index: 9999;
  left: 45%;
  padding: 30px;
  position: fixed;
  width: 100%;
  max-width: 540px;
  margin-left: -250px;
  top: 15px;
  height: auto;
}

.doc-modal-img {
  /* width:100%; */
  height: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.popupBackground {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
}

.modal-ach {
  position: relative;
  top: 30%;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .modal-ach {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modal-dialog {
    margin: unset;
  }
}

.modal-content {
  border-radius: 2px !important;
}

.modal-header {
  border-bottom: unset !important;
}

.modal-footer {
  border-top: unset !important;
  text-align: center !important;
}

/* The Cancel Modal (background) */
.modal-cancel {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 10%;
  /* Location of the box */
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

div#submitModal {
  position: fixed;
  z-index: 1;
  padding-top: 10%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Cancel and Submit Modal Content */
.modal-content-cancel, .modal-content-submit {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .modal-cancel {
    padding-top: 50vw;
  }
  .modal-content-cancel, .modal-content-submit {
    margin: 4vw;
    padding: 15px;
  }
  .modal-content-cancel h4 {
    max-width: 67vw;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-content-cancel .cancel-h4, .modal-content-cancel .submit-h4, .modal-content-submit .cancel-h4, .modal-content-submit .submit-h4 {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .modal-content-cancel button.btn-secondary.continue-app.no-right, .modal-content-submit button.btn-secondary.continue-app.no-right {
    float: left;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-content-cancel button.btn-secondary.cancel.yes-left, .modal-content-submit button.btn-secondary.cancel.yes-left {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-dialog.modal-ach .modal-content {
  background: #FFF;
  position: relative;
  bottom: 150px;
}

/* Temp css for SF modal */
@media screen and (max-width: 768px) {
  button.du-primary-btn.du-continue-modal-btn[c-ev_documentUpload_ev_documentUpload] {
    margin-bottom: 25px;
  }

  .comm-modal-container.comm-confirm-modal.cancel-modal-width button.du-primary-btn.du-continue-modal-btn {
    height: 48px;
  }

  .du-base-btn:active[c-ev_documentUpload_ev_documentUpload] {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .cancel-label[c-ev_documentUpload_ev_documentUpload], .submit-label[c-ev_documentUpload_ev_documentUpload] {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: calc(768px - 279px)) {
  .comm-modal-container.comm-confirm-modal.cancel-modal-width .du-base-btn.du-cancel-modal-btn {
    width: 280px;
  }
}
/* end pop up boxes */
.dash-box-title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 30px 15px 10px 30px;
  background-color: #EDF3F6;
}

.col-md-6 .dashboard-box .dash-box-title {
  padding-left: 80px;
}

.col-sm-12.col-md-6 .row.dashlineheight {
  max-width: 100%;
}
.col-sm-12.col-md-6 .row.dashlineheight .col-sm-4 {
  width: 41.66666667%;
}
.col-sm-12.col-md-6 .row.dashlineheight .col-sm-8 {
  width: 58.33333333%;
}
.col-sm-12.col-md-6 .row.dashlineheight .col-sm-8 .minus15 {
  margin-left: -15px;
}

.col-sm-12.col-md-4 .text-center input {
  margin-top: 8px;
  margin-bottom: -4px;
}

.col-sm-12.col-md-4.dealercontainer {
  padding-left: 7px;
  padding-right: 22px;
}

div.col-sm-12.col-md-4.account-detail {
  padding-right: 22px !important;
}

div.col-sm-12.col-md-6.account-detail .dashboard-box {
  min-height: 383px;
}

.col-sm-12.col-md-6.dealercontainer .dashboard-box {
  min-height: 383px;
}

.col-sm-12.col-md-4 .dashboard-box {
  min-height: 410px;
}

.col-sm-12.col-md-4 .account-container {
  min-height: 208px;
  margin-left: 30px;
  margin-right: 9px;
}

.col-sm-12.col-md-6 .account-container {
  min-height: 175px;
}

.dealershipcontainer {
  min-height: 200px;
}

.col-sm-12.col-md-4 .dealershipcontainer {
  margin-left: 15px;
}

.dashlinemargin {
  padding-right: 45px;
}

.dash-employee-container {
  height: 173px;
  overflow-y: auto;
  margin-bottom: 43px;
}

.pass-email-lgnth {
  width: 90px;
  color: #666;
  margin-bottom: -4px;
}

.col-sm-12.col-md-6.account-detail .pass-email-lgnth {
  margin-bottom: 1px;
}

.address-span-margin {
  margin-left: 0px;
}

.newcustmargin {
  margin-bottom: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .newcustmargin {
    margin-bottom: 20px;
  }
}

.dash-usermessage {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.dash-blue-link {
  color: #006dcc;
  text-align: center;
}

.dashclose {
  float: right;
  font-size: 28px!important;
  color: #555555!important;
  font-weight: bold!important;
  opacity: 0.8;
  width: 30px;
  height: 30px!important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 28px!important;
  line-height: 30px!important;
}

a.dashclose:hover, .dashclose:focus {
  color: #000!important;
  text-decoration: none!important;
  cursor: pointer;
  opacity: 0.8;
  outline: 2px solid black!important;
  outline-offset: 2px!important;
}

/* collaborator section */
.dealer-intro.text-left.form-group {
  margin-bottom: 60px;
}

.dashboard-top-box.center-block .confirm {
  font-weight: bold;
  padding: 20px;
}

.collaborator-box {
  display: block;
  /*padding: 0px 32px; */
  text-align: left;
  color: #666666;
  text-decoration: none;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 2;
}

.actions.dash-blue-link.panel-body  {
  margin-bottom: 13px;
}

.collaborator-box a, .collaborator-box-owner {
  display: block;
  /* padding:0px 32px; */
  text-align: left;
  color: #666666;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 2;
}

.employeetitlemargin {
  margin-bottom: 20px;
}

.col-sm-12.col-md-6.account-detail .col-sm-5.col-xs-6.text-left {
  text-align: right !important;
}

.col-sm-12.col-md-6.account-detail .col-sm-7.col-xs-6.dash-fname.dashlinemargin .minus46, .col-sm-12.col-md-6.account-detail .col-sm-7.col-xs-6.dashlinemargin .minus46 {
  margin-left: -15px;
}

/* collaborator section */
.ach-form-margin {
  margin-left: 180px;
}

.collaborator-box-owner a {
  color: #555555;
}
.collaborator-box-owner a:hover {
  color: #555555;
  text-decoration: none;
}

.phone-color {
  margin-right: 10px;
  background-color: #565656;
  color: white;
}

.dash-remove-box {
  display: block;
  border: solid 1px #979797;
  background-color: white;
  height: 55px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 2px;
}
.dash-remove-box:hover {
  background: #E9EEF3;
}
.dash-remove-box:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.dash-remove-box-modal {
  display: block;
  border: solid 1px #979797;
  background-color: white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 55px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 12px;
  padding-left: 50px;
}
.dash-remove-box-modal:hover {
  background: #E9EEF3;
}

.employeecol {
  display: block;
  /* min-height: 72px;*/
  margin-bottom: 10px;
  /*max-height: 200px;*/
  height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #CCC #555555;
  scrollbar-width: thin;
}
.employeecol::-webkit-scrollbar {
  width: 12px;
}
.employeecol::-webkit-scrollbar-track {
  background: #CCC;
  /* color of the tracking area */
}
.employeecol::-webkit-scrollbar-thumb {
  background-color: #555555;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 2px solid #CCC;
  /* creates padding around scroll thumb */
}

.dash-remove-button {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.dash-remove-cancel {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}
.dash-remove-cancel input.btn.dash-password-submit {
  margin-left: 0px;
}

.btn.verify.invite {
  margin-left: 20px;
}

.invite-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

span.dash-remove-name {
  left: 50px;
  bottom: 41px;
  position: relative;
}

.start-app-special {
  margin-left: 54px !important;
  margin-top: -9px !important;
  max-height: 47px;
  line-height: 1.2;
}

.dashstartmessage {
  font-size: 16px;
  /* font-weight: 800;  */
  /*color:$p-black !important; */
}

.dash-search {
  background: transparent;
  color: #03527F;
  font-size: 20px;
}

.search-dashboard {
  width: 50%;
  margin: 5px 0px 42px 0px;
}

.new-customer-button-section {
  margin-top: 60px;
}

.dash-cancel-newacct, input.btnDisabled.btn.dash-password-submit {
  text-align: center;
}

li.survey-li {
  list-style-type: disc;
  margin-left: 25px !important;
}

.survey-last-p {
  margin-top: 40px !important;
}

th:nth-child(1) .slds-grid.slds-size_9-of-12.slds-grid_vertical[c-ev_dashboardTableHeader_ev_dashboardTableHeader] {
  width: 105px;
}

th:nth-child(2) .slds-grid.slds-size_9-of-12.slds-grid_vertical[c-ev_dashboardTableHeader_ev_dashboardTableHeader] {
  width: 90px;
}

th:nth-child(3) .slds-grid.slds-size_9-of-12.slds-grid_vertical[c-ev_dashboardTableHeader_ev_dashboardTableHeader] {
  width: 70px;
}

/* survey valid error style */
div[id^=help-message-] {
  font-size: 16px !important;
}

.dashboard-box {
  /* border: solid 1px $ev-grey; */
  word-break: break-word;
  background-color: #EDF3F6;
}
@media screen and (max-width: 1205px) {
  .dashboard-box {
    margin-bottom: 15px;
  }
}

.dashboard-top-box {
  max-width: 660px;
  background-color: #e9eef3;
  color: #555;
  font-weight: bold;
  display: block;
  margin: 20px auto 0px;
  padding: 20px;
  /*font-family: "Montserrat", sans-serif !important;*/
  text-align: center;
  min-width: 450px;
}
/*EVP-1188*/
.dashboard-top-box.start-message {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  text-align: unset!important;
  max-width: unset!important;
  min-width: unset;
}
.dashboard-top-box.start-message p a {
  font-size: 18px !important;
  background-color: transparent!important;
}
.dashboard-top-box.start-message p span{
  font-size: 18px !important;
}
.dashboard-top-box.start-message p:last-of-type {
  margin-bottom: 0px;
}

.dashh3 {
  font-size: 28px;
  text-align: center;
}

.dash-top-p {
  font-size: 16px;
  color: #E90000;
  text-align: center;
}

.dash-created {
  font-weight: 700;
}

thead.dash-thead th {
  color: white;
}

#ev-mydashboard th {
  background: #676767;
  padding: 20px 20px 20px 20px;
  font-size: 16px;
}

.row.dashlineheight, .account-container .row, .dealershipcontainer .row {
  line-height: 2;
  word-break: break-word;
}

.col-sm-12.col-md-6 .dashlineheight {
  margin-left: 0px;
  max-width: 440px;
}

.row.button-area {
  max-width: 434px;
  margin: auto;
  padding: 0px 11px;
}

.col-sm-12.col-md-4 .dashlineheight {
  /*margin-left: -104px;*/
  max-width: 485px;
}

.dashboard-box h5 {
  font-weight: 700;
}

.dashboard {
  font-size: 16px;
  margin-bottom: -14px;
}

/* stepper modal */
.yes-left {
  float: right;
  margin-right: 40px;
}

button.btn-secondary.continue-app.no-right {
  float: left;
  margin-left: 40px;
}

/* end EV dashboards */
/* vehicle info and applicant infos */
/*
.account-marg {
    margin-top:-30px;
}
*/
.search-dashboard {
  margin-bottom: 15px !important;
}

.button-left-margin {
  margin-left: 0px !important;
}

.vinfo.select-wrapper:after {
  right: 0px;
  margin-bottom: 30px;
}

.form-group.dealer-info {
  border-top: 2px solid #979797;
  border-bottom: none;
  padding: 25px 0 0 0;
}

.dateofLease, .purchaseId {
  margin-bottom: 30px;
}

.form-control.dateofLease, .form-control.dateofPurchase {
  height: 40px;
  border-radius: 6px !important;
}

/* vehicle info and applicant info */
/* responsive info icons app info */
span.app-info-icon.glyphicon.glyphicon-info-sign {
  display: none;
}
@media screen and (max-width: 768px) {
  span.app-info-icon.glyphicon.glyphicon-info-sign {
    display: block;
    font-size: 22px;
    position: relative;
    top: 30px;
    right: 3%;
  }
}

.app-info-responsive-info-label-area {
  display: none;
}
@media screen and (max-width: 768px) {
  .app-info-responsive-info-label-area {
    display: flex;
    flex-direction: row-reverse;
  }
}

/* end responsive info icons app info */
input.evtextinput, select.evtextinput {
  height: 40px;
  border: 1px solid #979797;
  background: #fff !important;
  border-radius: 6px;
  width: 325px;
}
input.evtextinput::-webkit-input-placeholder, select.evtextinput::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.26);
}
input.evtextinput:focus, select.evtextinput:focus {
  outline-width: 0;
  outline: none;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
@media screen and (max-width: 1205px) {
  input.evtextinput, select.evtextinput {
    max-width: 325px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  input.evtextinput, select.evtextinput {
    max-width: 100%;
  }
}

.evtextinput input, .evtextinput select {
  height: 40px;
  border: 1px solid #979797;
  background: #fff !important;
  border-radius: 6px;
  width: 325px;
}
.evtextinput input::-webkit-input-placeholder, .evtextinput select::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.26);
}
.evtextinput:focus input, .evtextinput select:focus {
  outline-width: 0;
  outline: none;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

@media screen and (max-width: 1205px) {
  h1.js-quickedit-page-title.page-title {
    margin-top: 50px;
  }
}

label {
  font-size: 16px !important;
  font-weight: bold;
  margin: 5px 0px;
}

h3, h4, label {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 40px;
}

.tymargin {
  margin-bottom: 50px;
  display: block;
}

p, ul.footer-meta-nav, li.footerlink a, li.footercontact a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

ul.dropdown-menu.tnav {
  background: #a4ac9e;
}

.navbar-default .navbar-nav > .open > a, .dropdown-menu > li > a:hover {
  background-color: unset !important;
}

.row.greet {
  min-height: 600px;
}

/* header footer remove for nj*/
.footer-links {
  display: block;
  margin-top: 25px;
}
.footer-links p, .footer-links li a, .footer-links .list-inline-item {
  color: #CCC;
}
.footer-links .list-inline-item {
  display: block;
}

div#siteFooterapplydealer {
  position: absolute;
  bottom: -170px;
  width: 100%;
}

/* end header footer remove for nj*/
.greetings-cont {
  width: 50%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .greetings-cont {
    width: 100%;
    margin-left: 10px;
  }
}

.osearch a span.glyphicon-search {
  margin-right: 10PX;
}

.blank-area {
  height: 55px;
}
@media screen and (max-width: 998px) {
  .blank-area {
    display: none;
  }
}

body input[type=submit] {
  font-size: 16px;
  background-color: #03527F;
  border-color: #03527F;
  color: #CCC;
}
body input[type=submit]:hover {
  background-color: #03527F;
  border-color: #03527F;
  color: #CCC;
}

body input[type=submit][disabled] {
  font-size: 16px;
  background-color: #03527F;
  border-color: #03527F;
  color: #ccc;
}
body input[type=submit][disabled]:hover {
  background-color: #03527F;
  border-color: #03527F;
}

ul.footer-meta-nav {
  color: #CCC;
  list-style-type: none;
  margin: 15px 0 15px 20px;
}

.mailmargin {
  margin-top: -33px;
}
@media screen and (max-width: 998px) {
  .mailmargin {
    margin-top: 0px;
  }
}

.top-buffer {
  margin-top: 92px;
}
@media screen and (max-width: 998px) {
  .top-buffer {
    margin-top: 0px;
  }
}

.top-buffer-register {
  margin-top: 100px;
}
@media screen and (max-width: 998px) {
  .top-buffer-register {
    margin-top: 0px;
  }
}

.zipinput, .form-retailer-register .state-status {
  width: 160px;
}

.billsection {
  margin-bottom: 15px;
}

/* progress bar */
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

span.uploadmsg {
  display: block;
}

.form-type-file {
  height: 55px;
}

.progress-wrapper .progress {
  overflow: hidden;
  height: 44px;
  margin-bottom: 22px;
  background-color: #FFF;
  border-radius: 0px;
  border: 1px solid #555555;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
}

.evapp {
  margin: 25px 0px;
}

li.footerlink a, li.footercontact a {
  color: #fff;
}

.three-buttom-margin {
  margin-bottom: 60px;
}

/* mailing address checkbox */
/* border for section */
/*.app-detail-box.form-group {
    border: solid 1px;
    border-color:$p-black !important;
    padding: 12px;
}*/
/* padding for stepwise section */
.stepborder:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #347522;
}
@media screen and (max-width: 768px) {
  .stepborder:after {
    padding-top: 55px;
  }
}

hr.new1 {
  border-top: 1px solid #347522;
}

.smarty-text {
  margin-bottom: 60px;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .smarty-text {
    margin-bottom: unset;
    margin-right: unset;
  }
}

.smarty-img {
  height: 27px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.smarty-div {
  margin-top: 64px;
  float: right;
}

input.btn.btn.status.submit-margin {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  input.btn.btn.status.submit-margin {
    margin-bottom: unset;
    margin-top: unset;
  }
}

.top-50 {
  padding-top: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-50 {
    padding-top: 20px;
  }
}

/*
.container-stepper {
    min-height: 85px;
    max-width: $break-phone;
    margin:auto;
    &.steps-4{
        max-width: calc(768px + 150px);
    }
}
*/
.container-stepper {
  min-height: 85px;
}
.container-stepper .stepwise-wrapper-2 {
  max-width: calc(480px + 25px);
  margin: auto;
}
.container-stepper .stepwise-wrapper-3 {
  max-width: calc(768px + 50px);
  margin: auto;
}
.container-stepper .stepwise-wrapper-4 {
  max-width: calc(768px + 150px);
  margin: auto;
}
.container-stepper .stepwise-wrapper-5 {
  max-width: calc(768px + 300px);
  margin: auto;
}
.container-stepper .stepwise-wrapper-5 .stepper-message {
  margin: 0px 25px;
}
@media screen and (max-width: 768px) {
  .container-stepper .stepwise-wrapper-5 .stepper-message {
    margin: 0px;
  }
}
.container-stepper .stepwise-wrapper-6 {
  max-width: calc(768px + 300px);
  margin: auto;
}
.container-stepper .stepwise-wrapper-6 .stepper-message {
  margin: 0px 20px;
}

section#block-ncipstepwiseheader {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  section#block-ncipstepwiseheader {
    margin-bottom: 12px;
  }
}

/* Ev documentuploads */
.browse-label {
  width: 20%;
}

label.doc-type-label {
  margin-left: -36px;
}

svg.ev-doc-submit-close {
  width: 15px;
  height: 15px;
  float: right;
  margin-top: -15px;
}

span.glyphicon.glyphicon-ok {
  color: green;
}

/*input[type="file"] { 
    z-index: -1;
    position: absolute;
    opacity: 0;
  }*/
.modal-docup1 {
  position: relative;
  top: 0%;
  width: 540px;
}

.document-status {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  width: 180px;
  left: 316px;
  bottom: 39px;
  position: relative;
  z-index: -100;
  color: #03527F;
  text-transform: uppercase;
}

.du-file-name[c-ev_documentUpload_ev_documentUpload] {
  border: 1px solid #979797 !important;
  border-radius: 6px !important;
  background-color: #fff !important;
}

.more-info-docupload {
  display: block;
  position: relative;
  top: 33px;
  width: 160px;
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.more-info-docupload:hover {
  text-decoration: none;
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}

label.document-type-name {
  position: relative;
  left: 172px;
}

span.browse-button {
  display: block;
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
}

label.doc-upload-browse {
  width: 160px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px;
  right: 208px;
  position: relative;
  line-height: 2;
  cursor: pointer;
}

input.btn.doc-upload.button, .browse-label input[type=submit][disabled] {
  display: block;
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  width: 160px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  bottom: 112px;
  left: 313px;
}

.choosefile {
  background: #E9EEF3;
  box-sizing: border-box;
  position: relative;
  bottom: 38px;
  right: 36px;
}

.browse-button-wrapper {
  width: 50%;
  float: right;
  padding-right: 15px;
}

.ev-upload-button {
  /* width:18%; */
  float: right;
}

/*.comm-modal-content{
    @media screen and (max-width: $break-phone) {
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 30px 20px;
        background: #fff;
    }
} */
.chkreview {
  position: relative;
  bottom: 22px;
  right: 25px;
}

.checkbox.ckboxlabel {
  position: relative;
  left: 6px;
}

.docuplabel {
  margin-right: 30px;
}

.docuplabeltext {
  font-size: 14px;
  font-weight: unset;
}

.review-container {
  border: 1px solid #ccc;
  color: #555555;
  padding: 10px 8px 6px 14px;
  margin: 0px;
}
.review-container p {
  margin-left: 8px;
}

.docup3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.doc-form.ev-upload-area {
  margin-left: 209px;
  /*position: relative;
  left: 43px;*/
}

.moreinfospan {
  position: relative;
  top: -4px;
  float: left;
}

/* End Ev documentupload */
/* Step Wise */
.stepper-message {
  color: #555555;
  line-height: 20px;
  display: inline-block;
}
.stepper-message a {
  cursor: pointer;
  color: #555555;
  font-family: "Montserrat", sans-serif;
}
.stepper-message a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .stepper-message {
    margin: 6px;
  }
}

.stepper-status {
  font-weight: normal;
  color: #11260b;
}
@media screen and (max-width: 768px) {
  .stepper-status {
    display: none;
  }
}

.stepper-status-incomplete {
  font-weight: normal;
  color: #E90000;
  text-transform: uppercase;
}

.stepwise-wrapper-2, .stepwise-wrapper-3, .stepwise-wrapper-4, .stepwise-wrapper-6, .stepwise-wrapper-5 {
  counter-reset: step;
  font-weight: 700;
  -webkit-padding-start: unset;
          padding-inline-start: unset;
}

.stepwise-wrapper-2 li {
  width: 50%;
}
.stepwise-wrapper-2 li .stepper-message {
  max-width: 185px;
}
.stepwise-wrapper-2 li .stepper-message a:hover {
  text-decoration: none;
}

.stepwise-wrapper-3 li {
  width: 33.3%;
}
.stepwise-wrapper-3 li .stepper-message {
  max-width: 165px;
}
.stepwise-wrapper-3 li .stepper-message a:hover {
  text-decoration: none;
}

.stepwise-wrapper-4 li {
  width: 25%;
}
.stepwise-wrapper-4 li .stepper-message {
  max-width: 145px;
}
.stepwise-wrapper-4 li .stepper-message a:hover {
  text-decoration: none;
}

.stepwise-wrapper-4 span:first-child li span.stepper-message {
  padding: 10px 0px 15px;
}
@media screen and (max-width: 768px) {
  .stepwise-wrapper-4 span:first-child li span.stepper-message {
    padding: 0px 5px 15px;
  }
}

.stepwise-wrapper-5 li {
  width: 20%;
}

.stepwise-wrapper-6 li {
  width: 16%;
}

.stepwise-wrapper-2 li, .stepwise-wrapper-3 li, .stepwise-wrapper-4 li, .stepwise-wrapper-6 li, .stepwise-wrapper-5 li {
  list-style-type: none;
  float: left;
  font-size: 16px;
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  /*text-transform: uppercase;*/
  color: #03527F;
}
@media screen and (max-width: 768px) {
  .stepwise-wrapper-2 li, .stepwise-wrapper-3 li, .stepwise-wrapper-4 li, .stepwise-wrapper-6 li, .stepwise-wrapper-5 li {
    font-size: 12px;
  }
}

/* Step with span */
.container-stepper li span.step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0px auto 10px auto;
  border-radius: 20px;
  border: 1px solid #03527F;
  background-color: white;
}

.container-stepper [class^="stepwise-wrapper-"] li.complete span.step {
  cursor: pointer;
  color: white;
  background-color: #03527F;
}

.container-stepper [class^="stepwise-wrapper-"] li.active span.step {
  cursor: pointer;
  border: 5px solid #03527F;
  background-color: white;
}

.stepwise-wrapper-2 li:after, .stepwise-wrapper-3 li:after, .stepwise-wrapper-4 li:after, .stepwise-wrapper-6 li:after, .stepwise-wrapper-5 li:after, .stepwise-wrapper-4 li:after, .stepwise-wrapper-2:first-child span li:after, .stepwise-wrapper-3:first-child span li:after, .stepwise-wrapper-4:first-child span li:after, .stepwise-wrapper-5:first-child span li:after, .stepwise-wrapper-6:first-child span li:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #CCC;
  top: 19px;
  left: -50%;
  z-index: -1;
}

.stepwise-wrapper-2 li.complete:after, .stepwise-wrapper-3 li.complete:after, .stepwise-wrapper-4 li.complete:after, .stepwise-wrapper-6 li.complete:after, .stepwise-wrapper-5 li.complete:after, .stepwise-wrapper-4 li.complete:after, .stepwise-wrapper-4:first-child span li.complete:after, .stepwise-wrapper-5:first-child span li.complete:after {
  background-color: #03527F;
}

.stepwise-wrapper-2 li.active:after, .stepwise-wrapper-3 li.active:after, .stepwise-wrapper-4 li.active:after, .stepwise-wrapper-6 li.active:after, .stepwise-wrapper-5 li.active:after, .stepwise-wrapper-2 li.active:after, .stepwise-wrapper-3 li.active:after, .stepwise-wrapper-4 li.active:after, .stepwise-wrapper-4:first-child span li.active:after, .stepwise-wrapper-5:first-child span li.active:after {
  background-color: #03527F;
}

.stepwise-wrapper-2:first-child span:first-child li:after, .stepwise-wrapper-3:first-child span:first-child li:after, .stepwise-wrapper-4:first-child span:first-child li:after, .stepwise-wrapper-5:first-child span:first-child li:after, .stepwise-wrapper-6:first-child span:first-child li:after {
  background-color: none;
  display: none;
}

.stepwise-wrapper-2 li.complete, .stepwise-wrapper-3 li.complete, .stepwise-wrapper-4 li.complete, .stepwise-wrapper-6 li.complete, .stepwise-wrapper-5 li.complete {
  cursor: pointer;
}

.stepwise-wrapper-2 li.complete:before, .stepwise-wrapper-3 li.complete:before, .stepwise-wrapper-4 li.complete:before, .stepwise-wrapper-6 li.complete:before, .stepwise-wrapper-5 li.complete:before {
  border-color: #03527F;
  color: #fff;
  background: #03527F;
}

.stepwise-wrapper-2 li:first-child:after, .stepwise-wrapper-3 li:first-child:after, .stepwise-wrapper-4 li:first-child:after, .stepwise-wrapper-6 li:first-child:after, .stepwise-wrapper-5 li:first-child:after {
  content: none;
}

.stepwise-wrapper-2 li.active, .stepwise-wrapper-3 li.active, .stepwise-wrapper-4 li.active, .stepwise-wrapper-6 li.active, .stepwise-wrapper-5 li.active {
  color: #03527F;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.stepwise-wrapper-2 li.active:before, .stepwise-wrapper-3 li.active:before, .stepwise-wrapper-4 li.active:before, .stepwise-wrapper-6 li.active:before, .stepwise-wrapper-5 li.active:before {
  border: 5px solid;
  line-height: 33px;
}

.stepwise-wrapper-2 li.active:before, .stepwise-wrapper-3 li.active:before, .stepwise-wrapper-4 li.active:before, .stepwise-wrapper-5 li.active:before, .stepwise-wrapper-6 li.active:before {
  border-color: #03527F;
}

.stepwise-wrapper-2 li.active + li:after, .stepwise-wrapper-3 li.active + li:after, .stepwise-wrapper-4 li.active + li:after, .stepwise-wrapper-6 li.active + li:after, .stepwise-wrapper-5 li.active + li:after, .stepwise-wrapper-6 li.active + li:after {
  background-color: #CCC;
}

.container-stepper blockquote {
  padding: 0px;
  margin: 0px;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .container-stepper {
    font-size: 12px;
  }
  .container-stepper li.complete .stepper-message a:link {
    font-size: 12px !important;
    color: #11260b;
  }
  .container-stepper li.active .stepper-message a:link {
    font-size: 12px !important;
    color: #11260b;
  }
}

/* Styles from EV_chooseproduct page */
.comm-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}

.comm-modal-container {
  position: relative;
  transform: translate(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
  max-width: 700px;
  padding: 3rem 0;
  border-radius: 0.25rem;
}

.comm-modal-content {
  overflow: hidden;
  overflow-y: auto;
  padding: 0 30px 20px;
  background: #fff;
}

.comm-modal-container.comm-confirm-modal.cancel-modal .col-sm-4.col-sm-offset-4.text-center {
  margin: auto;
  width: 100%;
}
.comm-modal-container.comm-confirm-modal.cancel-modal .col-sm-4.col-sm-offset-4.text-center button.btn-secondary.continue-app {
  margin: auto;
}

.spinner-msg {
  text-align: center;
  font-size: 24px;
}

/*  spinner style */
.spinner {
  position: relative;
  z-index: 15;
  left: 50%;
  top: 50%;
  height: 160px;
  width: 160px;
  background-image: url("https://dev-oregon-cvrp.pantheonsite.io/sites/default/files/oregon-loading.gif");
}

@media (min-width: 768px) {
  .navbar-nav {
    float: unset !important;
  }
}
@media (max-width: 1201px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .status-responsive {
    font-size: 22px;
  }

  .status-responsiveh3 {
    font-size: 14px;
  }

  .submitmessage {
    margin: 0 0px;
  }

  .custPopup {
    position: absolute !important;
    height: 550px;
    top: 1%;
  }
}
@media (max-width: 480px) {
  .dash-button-reverse {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    height: 190px;
  }

  .custPopup {
    height: 680px;
  }
}
/* iphone 5 media querie */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  span.app-info-icon.glyphicon.glyphicon-info-sign {
    right: -10px;
  }

  .select-wrapper {
    max-width: 290px;
  }
}
body {
  margin-top: 0px;
  font-family: "Open Sans", sans-serif;
}
body p {
  margin: 0 0 20px;
}
body .h4, body .h5, body .h6, body h4, body h5, body h6 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.main-container.js-quickedit-main-content {
  overflow-x: hidden;
}

.navbar-default {
  /*background-color: $s-pine !important;*/
  background-color: transparent !important;
  border: unset !important;
  border-color: none !important;
  border-radius: unset !important;
  min-height: 60px !important;
}

/* css for header */
.navbar {
  margin-bottom: 0px;
}

.client-bg {
  background-color: transparent;
  border-bottom: 2px solid #DADADA;
  background-color: transparent;
  width: auto;
}

.btn.disabled, .btn[disabled] {
  background: #d7d7d7 !important;
  border: 1px solid #d7d7d7 !important;
  color: #555555 !important;
  border-radius: 6px !important;
  cursor: not-allowed;
  filter: alpha(opacity=100);
  opacity: 1;
}

.btn:hover {
  outline: none;
}

.btn:focus {
  outline: 2px solid black!important;
  outline-offset: 2px;
}

.btn.active, .btn:active {
  background-image: none;
  outline: none;
  box-shadow: none;
}

#navbar a.logo.navbar-btn.pull-left img {
  margin-top: 40px;
  height: 80px;
}

header#navbar {
  background-color: unset !important;
  height: 185px;
}
@media screen and (max-width: 1205px) {
  header#navbar {
    height: auto;
  }
}

.evuser-logout {
  position: absolute;
  right: 15px;
  top: 40px;
  margin-top: 16.5px;
}
@media screen and (max-width: 768px) {
  .evuser-logout {
    top: 98px;
    margin-top: 1px;
  }
}

.evuser-account {
  position: absolute;
  top: 40px;
  right: 175px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  max-width: 263px;
  height: 80px;
  cursor: pointer;
}
.evuser-account .icon {
  padding: 10px;
}
.evuser-account .icon a {
  font-size: 34px !important;
}
@media screen and (max-width: 768px) {
  .evuser-account .icon a {
    font-size: 24px !important;
  }
}
.evuser-account .username a {
  line-height: 20px;
}
.evuser-account .username a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .evuser-account .username {
    max-width: 160px !important;
  }
}
@media screen and (max-width: 768px) {
  .evuser-account {
    position: absolute;
    top: 5px;
    right: 18px;
    /* display: flex;
     flex-wrap: nowrap;
     justify-content: center;*/
    max-width: unset;
    line-height: 16px;
  }
}

img.Clientlogo2, img.Clientlogo3 {
  max-height: 100px;
  margin-top: 20px;
}

.footer-links {
  margin-top: 0px;
  margin-bottom: 20px;
}

.navbar-wrappervf {
  background: transparent;
}

/* end css for header*/
img#cse-footer-logo {
  height: 100px;
}

@media screen and (max-width: 768px) {
  .custom-footer .row .col-xs-12.col-sm-3:first-child {
    width: 100% !important;
  }
}

/* SF PAGES Andres*/
/* Typography*/
body {
  color: #555555;
  line-height: 28px;
  font-size: 16px;
}

p, ul, li {
  color: #555555;
  line-height: 28px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  color: #555555;
}

h2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 500;
  color: #555555;
}

h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 28px;
  font-weight: 500;
  color: #555555;
}

h4, h4 legend {
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #555555;
}

h5 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  color: #555555;
}

h6 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  color: #555555;
}

button {
  font-size: 16px !important;
}

/* Change buttons*/
.btn.status.btn-primary.btn-terms, button.btn.btn-default.btn-terms {
  width: auto;
  padding: 10px 50px;
  margin: 30px 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .btn.status.btn-primary.btn-terms, button.btn.btn-default.btn-terms {
    margin: 15px 50px;
  }
}
.btn.status.btn-primary.btn-apply, button.btn.btn-default.btn-apply {
  width: auto;
  padding: 10px 50px;
  margin: 30px 0px;
}
@media screen and (max-width: 768px) {
  .btn.status.btn-primary.btn-apply, button.btn.btn-default.btn-apply {
    margin: 15px auto;
    height: 48px;
    min-width: 255px;
  }
}
.btn.status.btn-primary.btn.status.btn-primary.inviteButton {
  padding: 8px 25px;
  margin: 32px 0px 0px 20px;
}
.btn.status.btn-primary.btn-ach, button.btn.btn-default.btn-ach {
  width: auto;
  padding: 10px 50px;
  margin: 0px 10px;
}
.btn.status.btn-primary.btn-apply, button.btn.btn-default.btn-apply.inviteButton {
  width: auto;
  padding: 10px 50px;
  margin: 30px 0px;
}

/* Change buttons for the secondary, compensate for 2px border difference*/
.btn.status.btn-secondary.btn-terms, button.status.btn-secondary.btn-terms {
  width: auto;
  padding: 10px 50px;
  margin: 30px 10px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .btn.status.btn-secondary.btn-terms, button.status.btn-secondary.btn-terms {
    margin: 15px auto;
    height: 48px;
    min-width: 255px;
  }
}
.btn.status.btn-secondary.btn-apply, button.status.btn-secondary.btn-apply {
  width: auto;
  padding: 10px 50px;
  margin: 30px 0px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .btn.status.btn-secondary.btn-apply, button.status.btn-secondary.btn-apply {
    margin: 15px auto;
    height: 48px;
    min-width: 255px;
  }
}
.btn.status.btn-secondary.btn-ach, button.status.btn-secondary.btn-ach {
  width: auto;
  padding: 10px 50px;
  margin: 30px 10px;
}

.btn.status.btn-primary, button.btn.btn-default.btn-ach {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
}
.btn.status.btn-primary:hover, button.btn.btn-default.btn-ach:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
.btn.status.btn-primary:active, button.btn.btn-default.btn-ach:active {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  outline: none;
}
.btn.status.btn-primary:disabled, button.btn.btn-default.btn-ach:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .btn.status.btn-primary, button.btn.btn-default.btn-ach {
    height: 48px;
  }
}
.btn.status.btn-primary.btn-terms, button.btn.btn-default.btn-ach.btn-terms {
  width: auto;
  padding: 10px 50px;
  margin: 30px 10px;
}
@media screen and (max-width: 768px) {
  .btn.status.btn-primary.btn-terms, button.btn.btn-default.btn-ach.btn-terms {
    margin: 15px auto;
    height: 48px;
    min-width: 255px;
  }
}

.btn.status.btn-secondary, button.btn.status.btn-secondary {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
}
.btn.status.btn-secondary:hover, button.btn.status.btn-secondary:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
.btn.status.btn-secondary:active, button.btn.status.btn-secondary:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  outline: none;
}
.btn.status.btn-secondary:disabled, button.btn.status.btn-secondary:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}

/* EV document upload */
.ev-file-input {
  background-color: #E9EEF3;
  height: 40px;
  /*display:flex;*/
  padding: 3px 10px;
  width: 340px;
  text-align: left;
  border: 1px solid black;
  position: relative;
  left: -36px;
  bottom: 71px;
  font-weight: 700;
  font-size: 16px;
  overflow: hidden;
}

.ev-input-width {
  width: 60%;
}

.modal-support {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .modal-cancel .cancel-label {
    margin-bottom: 40px;
  }
  .modal-cancel .row {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
  }
}

div#submitModal {
  position: fixed;
  z-index: 1;
  padding-top: 10%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.cancel-h4,
.submit-h4 {
  display: block;
  margin-bottom: 50px;
}

.cancel-label,
.submit-label {
  display: block;
  margin-bottom: 80px;
}

.onLoadHide {
  display: none;
}

.modal-content {
  background-color: #fefefe !important;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
  }
}

/* The Close Button docupload*/
.close-docupload {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-docupload:hover,
.close-docupload:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

/* End ev document upload */
/* For the Apply_DealerSiteRegister */
h1.page-title {
  margin-top: 80px;
  margin-bottom: 20px;
  min-height: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  h1.page-title {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

.content-title {
  margin-top: 24px;
  display: block;
  margin-bottom: 32px;
  height: 50px;
}

.dealer-intro {
  max-width: 675px;
  margin: auto;
}
.dealer-intro label {
  display: block;
  max-width: 360px;
  text-align: left;
  margin-left: 34px;
}
@media screen and (max-width: 768px) {
  .dealer-intro label {
    margin-left: 0px;
  }
}

.dialog-off-canvas-main-canvas hr {
  display: none;
}

.bottom-56 {
  display: block;
  margin-bottom: 56px;
}

.button-group.group-center {
  justify-content: center;
}

.max-tablet, .form-dealer-page, .form-retailer-page {
  max-width: 750px;
  margin: auto;
}

/* Adding style to the input form elements */
.form-container {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.form-group {
  margin-bottom: 30px;
}
.form-group .form-group {
  margin-bottom: 30px;
}

.form-dealer-register .row .col-sm-6:nth-of-type(odd) {
  padding-right: 55px;
}
.form-dealer-register .row .col-sm-6:nth-of-type(even) {
  padding-left: 55px;
}
.form-dealer-register .col-sm-6.re-match-email {
  padding-left: 55px;
}
.form-dealer-register .ev-input-width.col-sm-6.col-tin {
  padding-left: 55px;
}
.form-dealer-register div#DealerPersona.col-sm-6 {
  padding-right: 55px;
}
.form-dealer-register div#CBOPersona.col-sm-6 {
  padding-right: 55px;
}
.form-dealer-register div#ApplicantPersona-Individualtrue.col-sm-6 {
  padding-left: 55px;
}
.form-dealer-register div#-Individualtrue.col-sm-6 {
  padding-left: 55px;
}
.form-dealer-register div#NonIndivialPersona-Individualtrue.col-sm-6 {
  padding-left: 55px;
}
.form-dealer-register div#NonIndivialPersona-Individualfalse.col-sm-6 .col-sm-6.col-tin {
  padding-left: 55px;
}
.form-dealer-register div#DealerPersona-Individualtrue.col-sm-6 {
  padding-left: 55px;
}
.form-dealer-register div#CBOPersona-Individualtrue.col-sm-6 {
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .form-dealer-register .row .col-sm-6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.form-dealer-register .panel-body-residential #addrTitle {
  height: 28px;
}
.form-dealer-register .panel-body-residential .select-wrapper:after {
  left: unset;
  width: 42px;
}

.title.top-divider {
  border-top: 2px solid #979797;
  border-bottom: none;
  padding: 25px 0 0 0;
  margin-bottom: 0;
}

input.dealer {
  max-width: 360px;
}

input.zipcode {
  width: 165px;
}

/* Changing the top margin button based on the form */
.btn.status.submit-margin-2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  padding-right: 2em;
  border-radius: 0px;
  border-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 40px;
}

.select-wrapper {
  display: block;
  position: relative;
  max-width: 400px;
}

.select-wrapper:after {
  color: #03527F;
  content: "\25BC";
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin-top: -0.95em;
  padding: 0.5em;
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}

.select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E114";
  display: block;
  background-color: transparent;
  font-family: "Glyphicons Halflings";
  font-size: 21px;
  position: absolute;
  z-index: 1;
}

.form-dealer-register .select-wrapper:after {
  left: 74%;
  width: 42px;
}

.form-dealer-register .state.select-wrapper .evtextinput {
  width: 160px;
}

.state.select-wrapper {
  max-width: 165px;
}

.main-container.apply-dealer-page {
  /*max-width: calc(150vh - 100px);*/
  /*margin: auto;*/
  min-height: calc(100vh - 423px);
}

/* Steps Pages: T&Cs */
h1.page-steps {
  display: block;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  h1.page-steps {
    margin: 30px;
  }
}

h1.terms-title {
  display: block;
  max-width: 768px;
  margin: auto;
  padding-top: 50px;
  border-bottom: 2px solid #979797;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  h1.terms-title {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.container-stepper {
  min-height: 85px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .container-stepper {
    margin: 40px 10px;
  }
}

.validate-text {
  margin: 32px auto;
}
.validate-text .confirm {
  background-color: #E9EEF3;
  font-weight: normal;
  margin: 32px auto;
  padding: 20px;
  color: #E90000;
  font-family: "Montserrat", sans-serif;
}
.validate-text .confirm.terms {
  max-width: 466px;
}

.agree-conditions .checkbox {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .agree-conditions .checkbox {
    margin-bottom: 31px;
  }
}

.agree-terms.text-left {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  top: -5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .agree-terms.text-left {
    font-size: 15px;
  }
}
.agree-terms.text-left h4 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
  top: 0px;
}

@media screen and (max-width: 768px) {
  .agree-terms.text-left h4 {
    font-size: 16px;
  }
}

/* stepper status for mobile need to offset the line break  */
@media screen and (max-width: 768px) {
  .stepper-status-incomplete {
    font-size: 10px;
    margin-top: -10px;
    display: block;
  }
}

/* APPLICATION PAGE */
.applicant-info .form-group, .applicant-info .form-group .form-group {
  margin-bottom: 30px;
}
.applicant-info .btn.status.btn-primary.btn-apply, .applicant-info button.btn.btn-default.btn-apply {
  margin: 30px 0px;
}
@media screen and (max-width: 768px) {
  .applicant-info .btn.status.btn-primary.btn-apply, .applicant-info button.btn.btn-default.btn-apply {
    margin: 15px 0px;
  }
}

.form-group.route-info {
  margin-top: 45px;
}
.form-group.route-info .more-info button {
  top: 40px;
}

.route-info .more-info {
  height: 1px;
}

.form-group.account-marg .more-info button {
  top: 39px;
}

.account-marg .more-info {
  height: 0px;
}

.stepborder-bottom:after {
  content: "";
  display: block;
  margin: 0;
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: 2px solid #979797;
}

.panel-body-residential legend {
  border-top: 2px solid #979797;
  border-bottom: none;
  padding: 25px 0 0 0;
  margin-bottom: 0;
}
.panel-body-residential legend legend {
  border-top: none;
  border-bottom: none;
  padding: 0px;
}
.panel-body-residential .title {
  display: block;
  margin-bottom: 15px;
}

.baddress {
  padding-bottom: 112px;
}
.baddress .checkbox label {
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .baddress {
    padding-bottom: 112px;
    margin-bottom: 25px;
  }
}

.form-group.password .help-block {
  max-width: 322px;
}

.inline-error.help-block, .help-block .inline-error {
  color: #E90000;
  float: left;
  width: 100%;
}

.email-msg {
  margin-bottom: 30px;
}

ul.badColored li {
  color: #E90000;
}

div#piPageMessage, div#aiPageMessage, div#vhPageMessage, div#vhPageMessage {
  background-color: #E9EEF3;
  font-weight: bold;
  margin: 32px auto 0px;
  padding: 20px;
}
div#piPageMessage .slds-assistive-text, div#piPageMessage .slds-notify__close, div#aiPageMessage .slds-assistive-text, div#aiPageMessage .slds-notify__close, div#vhPageMessage .slds-assistive-text, div#vhPageMessage .slds-notify__close, div#vhPageMessage .slds-assistive-text, div#vhPageMessage .slds-notify__close {
  display: none;
}
div#piPageMessage h2.slds-text-heading_small, div#aiPageMessage h2.slds-text-heading_small, div#vhPageMessage h2.slds-text-heading_small, div#vhPageMessage h2.slds-text-heading_small {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  display: block;
}

div#aiPageMessage h2.slds-text-heading_small, div#vhPageMessage h2.slds-text-heading_small {
  font-weight: normal;
  padding: 0px 90px;
}
div#aiPageMessage::first-line, div#vhPageMessage::first-line {
  font-weight: bold;
}

div#addrTitle {
  height: 52px;
}

.panel-body-ach .select-wrapper {
  width: 325px;
}
.panel-body-ach .check-copy.ach-apply-page {
  display: block;
  width: 385px;
  float: right;
  padding-left: 30px;
  position: relative;
  font-weight: 700;
  top: -77px;
  margin-bottom: -77px;
}
@media screen and (max-width: 998px) {
  .panel-body-ach .check-copy.ach-apply-page {
    float: none;
    width: 700px;
    padding-left: 0px;
    top: -15px;
    margin-bottom: inherit;
    bottom: unset;
    left: unset;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .panel-body-ach .check-copy.ach-apply-page {
    width: 100%;
    top: -15px;
    margin-bottom: inherit;
    bottom: unset;
    left: unset;
    text-align: left;
  }
}

/*#bankRoutingInfo .close, #bankAccountInfo .close {
  padding-left: 10px;
}*/

@media screen and (max-width: 768px) {
  .form-buttons {
    padding: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}

select.form-control.ev-select.payment-type {
  margin-bottom: 30px;
}

.This.application.was.created.by.another.user, .Application.not.access.please.from, .Application.not.Please.open.an.application.from.your, .This.application.was.created.by.a.different {
  max-width: calc(100vh - 100px);
  margin: auto;
  min-height: calc(100vh - 468px);
}

@media screen and (min-width: 378px) and (max-width: 768px) {
  #edit-applicant .route-info .app-info-responsive-info-label-area {
    display: flex;
    flex-direction: row;
  }
  #edit-applicant .route-info .app-info-responsive-info-label-area span.app-info-icon.glyphicon.glyphicon-info-sign {
    left: 358px;
  }
}
@media screen and (min-width: 200px) and (max-width: 377px) {
  #edit-applicant .route-info .app-info-responsive-info-label-area {
    display: flex;
    flex-direction: row;
  }
  #edit-applicant .route-info .app-info-responsive-info-label-area span.app-info-icon.glyphicon.glyphicon-info-sign {
    left: 84px;
    top: 58px;
  }
}
@media screen and (max-width: 768px) {
  #edit-applicant .account-marg .app-info-responsive-info-label-area {
    display: flex;
    flex-direction: row;
  }
  #edit-applicant .account-marg .app-info-responsive-info-label-area span.app-info-icon.glyphicon.glyphicon-info-sign {
    left: 209px;
  }
}
/* Choose Product Page */
.cp-row .alert {
  margin: 50px 15px -30px;
  overflow-wrap: break-word;
}
.cp-row .list-group.categories {
  margin-bottom: 0 !important;
}
.cp-row .panel-body {
  padding: 15px 0px;
}
.cp-row .select-wrapper {
  margin: 10px 0px;
}

.choose-product .form-container {
  max-width: 813px;
}
.choose-product legend {
  border-bottom: none;
  font-size: unset;
  margin-bottom: 0px;
  color: unset;
  line-height: 30px;
}
.choose-product legend .select-wrapper {
  max-width: 325px;
}
.choose-product legend label {
  font-size: unset;
}
.choose-product legend h5 {
  display: block;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .choose-product legend h5 {
    margin-bottom: 21px;
  }
}
.choose-product legend label {
  font-size: unset;
}
.choose-product h5 legend {
  display: block;
  margin-bottom: 42px;
}
.choose-product .list-group.categories {
  display: inline-block;
  margin-bottom: 100px;
}
.choose-product .list-group.categories li.list-group-item {
  text-align: left;
  padding-left: 30px;
  padding-right: 25px;
}
.choose-product .choose-help {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.choose-product .help-block {
  margin-bottom: 42px;
  margin-top: 0px;
  line-height: 12px;
}
.choose-product .show-used {
  display: block;
  width: 385px;
  float: right;
  padding-left: 30px;
  position: relative;
  top: -77px;
  margin-bottom: -77px;
}
@media screen and (max-width: 998px) {
  .choose-product .show-used {
    float: none;
    width: 700px;
    padding-left: 0px;
    top: inherit;
    margin-bottom: inherit;
  }
}
@media screen and (max-width: 768px) {
  .choose-product .show-used {
    width: 100%;
  }
}
.choose-product .select-wrapper {
  max-width: 360px;
}
.choose-product .button-group {
  max-width: unset;
}
.choose-product .btn.status.btn-secondary.btn-apply, .choose-product .btn.status.btn-primary.btn-apply {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .choose-product .btn.status.btn-secondary.btn-apply, .choose-product .btn.status.btn-primary.btn-apply {
    margin-top: 30px;
  }
}

/* Thank You page */
.thankyouh5 {
  padding-top: 15px;
}

.thankyouEVButton {
  margin: 50px auto;
}

.thank-message {
  max-width: 720px;
  margin: auto;
  padding-top: 10px;
}
.thank-message h4 {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
}

/* TERMS checkbox */
.checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  /*display: inline-block;*/
  border: 2px solid #979797;
  background-color: none;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 20px;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 0;
  top: 49%;
  left: 8%;
  color: #fff;
}

.checkbox label input[type=checkbox] {
  display: none;
}

.checkbox label input[type=checkbox] + .cr > .cr-icon {
  opacity: 0;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
  opacity: 1;
}

.checkbox label input[type=checkbox]:checked + .cr {
  background-color: #03527F;
  border: 2px solid #03527F;
}

.checkbox label input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}

.checkbox label input[type=checkbox] + .cr:focus {
  box-shadow: 0 0 3px #067cc1!important;
  outline: 1px solid #067cc1;
}

input.checkbox_style.list_row[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  box-shadow: 0 0 3px #067cc1!important;
  outline: 1px solid #067cc1;
}

/* Vehicle Application page */
.form-control.purchaseId {
  margin-bottom: unset;
}

.form-control.dateofLease {
  margin-bottom: unset;
}

/*a:focus {
  outline: 2px solid black;
  outline-offset: 1px;
  z-index: 15;
}*/

div#vPOL_msg, div#vLDate_msg {
  margin-bottom: 25px;
}

.evproduct .slds-scope .slds-input {
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #555555;
}
.evproduct .slds-scope .slds-icon_container {
  margin-bottom: 6px;
}
.evproduct .slds-scope span.slds-media__body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #555555;
}

.slds-scope .slds-input-has-icon .slds-input__icon {
  z-index: 1;
}

.slds-scope .slds-combobox_container {
  font-size: 14px;
}

.help-block.dealer-field {
  font-size: 14px;
  line-height: 22px;
  width: 240px;
}

.help-block {
  font-family: "Open Sans", sans-serif;
}

hr.divider {
  margin: -10px 0 25px;
  border-top: 2px solid #979797;
}
hr.divider:last-of-type {
  display: none;
}

/* Document Upload page - review section */
.review-form-container {
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
}
.review-form-container .phoneLink a:link {
  color: #666;
}

p.not-required {
  margin-left: unset;
}

.doc-error {
  display: inline-block;
  width: 340px;
  text-align: left;
  position: relative;
  left: -30px;
  bottom: 30px;
  font-size: 16px;
  color: red;
  font-weight: normal;
  line-height: 1.66;
  max-height: 82px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
/* Adjusted as EVP-766 */
/*p.rp-value.r-model {
  margin-bottom: -20px;
}*/
@media screen and (max-width: 768px) {
  p.rp-value.r-model {
    margin-bottom: 10px;
  }
}

.review-container .rp-value {
  word-break: break-word;
}

/* Thank You Page */
.thankyou-msg {
  max-width: 510px;
}

.btn-thankyou {
  margin: 50px auto;
}

input.btn.btn.status.btn-primary.btn-thankyou {
  width: auto;
  margin: 50px auto;
  padding: 10px 50px;
}

/* Info Message Box  */
.page-msg {
  background-color: #E9EEF3;
  margin: 30px auto 0px;
  padding: 20px;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
}
.page-msg.docup-msg {
  padding: 20px 17%;
}

.info-msg, .slds-theme_info {
  color: #555555;
}

.error-msg, .slds-theme_error {
  color: #E90000;
}

/*  Income Info Verification */
.house-income-container #edit-applicant {
  max-width: 768px;
  margin: auto;
  padding: 0px 15px;
}
.house-income-container #edit-applicant h4 {
  display: block;
}
.house-income-container #edit-applicant .more-info button {
  top: 80px;
}

.house-income-fields .col-sm-6:nth-of-type(even) {
  padding-left: 49px;
}
@media screen and (max-width: 768px) {
  .house-income-fields .col-sm-6:nth-of-type(even) {
    padding-left: 15px;
  }
}

.house-income-fields {
  margin-top: 50px;
  margin-bottom: 60px;
}

/* Site Login */
#loginDiv {
  margin-bottom: 100px;
  color: #555555 !important;
}
#loginDiv.slds-scope h1 {
  font-weight: 700 !important;
}
#loginDiv .slds-combobox__form-element input {
  height: 40px;
  font-size: 16px;
}
#loginDiv .slds-combobox__form-element:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E114";
  display: block;
  background-color: #fff;
  font-family: "Glyphicons Halflings";
  font-size: 21px;
  position: absolute;
  z-index: 3;
  color: #03527F;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin-top: -18px;
  padding: 0.5em;
  height: 35px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 50%;
}
#loginDiv .slds-scope .slds-listbox_vertical .slds-listbox__option_plain, #loginDiv .slds-scope .slds-listbox_vertical .slds-listbox__option--plain, #loginDiv .slds-scope .slds-listbox--vertical .slds-listbox__option_plain, #loginDiv .slds-scope .slds-listbox--vertical .slds-listbox__option--plain {
  padding: 0.5rem 0.5rem;
  font-size: 16px;
}
#loginDiv span.slds-media__figure.slds-listbox__option-icon {
  width: 0px;
  display: none;
}
#loginDiv .slds-media.slds-listbox__option.slds-media_center .slds-media__body {
  font-size: 16px;
}
#loginDiv.slds-scope .slds-checkbox .slds-checkbox__label .slds-form-element__label {
  font-size: 16px!important;
  font-weight: normal;
  font-family: "Open Sans", sans-serif !important;
}
#loginDiv.slds-scope .slds-checkbox__label {
  cursor: pointer;
}
#loginDiv.slds-scope .register-checkbox[disabled] .slds-checkbox__label {
  cursor: not-allowed;
}
#loginDiv.slds-scope .slds-form-element .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
#loginDiv.slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after {
  content:"\e013";
  color: white;
  background-color: #03527F;
  width: 18px;
  height: 18px;
  font-family: "Glyphicons Halflings";
  position: absolute;
  top: unset;
  left: unset;
  transform: unset;
  border-bottom: none;
  border-left: none;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px;
  border: 2px solid #03527F;
}

#loginDiv lightning-icon.slds-icon-utility-check.slds-icon_container {
  display: none;
}
#loginDiv .slds-modal__container {
  margin: 0 auto;
  max-width: 56rem;
  min-width: 40rem;
  max-height: 24rem;
  top: 30%;
  text-align: center;
  background-color: white;
  border-width: 2px;
  border-style: solid;
}
@media screen and (max-width: 998px) {
  #loginDiv .slds-modal__container {
    min-width: 28rem;
  }
}
#loginDiv .slds-modal__container .slds-modal__close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -2.5rem;
  right: 2.5rem;
  background-color: white;
  border: none;
}
#loginDiv .slds-modal__container .slds-modal__close .slds-icon {
  fill: #555555;
}
#loginDiv .slds-modal__container div#modal-content-id-1-1 {
  box-shadow: none;
  padding: 0px 40px;
}
#loginDiv .slds-modal__container div#modal-content-id-1-1 p {
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  font-family: "Montserrat", sans-serif;
}
#loginDiv lightning-input.userEmail.ev-input.slds-form-element {
  max-width: 365px;
  margin: auto;
  padding: 0px 11px;
}
#loginDiv .ev-input .slds-form-element__label {
  color: #555555;
  font-size: 16px;
}
#loginDiv div[id^=login-] {
  padding: 0px 120px;
}
@media screen and (max-width: 768px) {
  #loginDiv div[id^=login-] {
    padding: 0px 15px;
  }
}
#loginDiv input#input-39 {
  margin-top: 3px;
}
#loginDiv input.slds-input {
  border-color: #979797;
  background: #fff !important;
  border-radius: 6px !important;
}
#loginDiv input.slds-input[disabled], #loginDiv .slds-scope .slds-input[disabled], #loginDiv .slds-scope .slds-input.slds-is-disabled {
  background: #d7d7d7 !important;
  background-color: #d7d7d7 !important;
}
#loginDiv .ev-tab-content.ev-login-border {
  background: #f7f7f7;
}
#loginDiv button.slds-combobox__input.slds-input_faux {
    height: 40px;
    display: flex;
    align-items: center;
    border-color: #979797;
    background: #fff !important;
    border-radius: 6px !important;
}
@media screen and (max-width: 768px) {
  #loginDiv .ev-register-border .slds-p-top_large.slds-align_absolute-center {
    padding: 10px 0px 30px;
  }
}
@media screen and (max-width: calc(768px - 279px)) {
  #loginDiv {
    margin-bottom: 100px;
  }
}

.ev-login-border {
  border: 1px solid #999999;
  border-top: 0;
  border-top-left-radius: 0;
  padding: 30px 90px;
  background: #f7f7f7;
}

input.slds-input[disabled], .slds-scope .slds-input[disabled], .slds-scope .slds-input.slds-is-disabled {
  background: #d7d7d7 !important;
  background-color: #d7d7d7 !important;
}

.email-01 .form-control[disabled] {
  background-color: #d7d7d7 !important;
  opacity: 0.65;
  color: #555555;
}

.slds-scope {
  font-family: "Open Sans", sans-serif !important;
}
.slds-scope .slds-required {
  color: #555555 !important;
}

.slds-scope .slds-modal__content:last-child {
  box-shadow: none !important;
}

.ev-login-form {
  width: unset !important;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 70px !important;
  color: #555555;
}
@media screen and (max-width: calc(768px - 279px)) {
  .ev-login-form {
    padding: 50px 0px !important;
  }
}

ul.badColored {
  display: block;
  list-style-type: disc !important;
  -webkit-padding-start: 40px !important;
          padding-inline-start: 40px !important;
}

.slds-scope .slds-has-error .slds-form-element__help {
  color: #E90000 !important;
  line-height: 28px;
  font-family: "Open Sans", sans-serif !important;
}

.slds-scope .slds-has-error .slds-input {
  background-color: #E9EEF3;
  border-color: #ccc !important;
  box-shadow: unset !important;
  background-clip: padding-box;
}

#confirmMessagecount-5 {
  margin-top: -5px !important;
}

.ev-tab-content {
  position: relative !important;
  color: #555555 !important;
}

#loginDiv {
  max-height: 1500px !important;
  height: auto !important;
}

.ev-button button.slds-button.slds-button_brand:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}

/* Dealer Login */
[id^=dealerLogin-] {
  max-width: 550px;
  margin: 69px auto 0px !important;
  border: 1px solid #979797;
  border-top: 6px solid #03527F;
  border-top-left-radius: 0;
  padding: 30px 90px;
  background: #f7f7f7;
}
@media screen and (max-width: calc(768px - 279px)) {
  [id^=dealerLogin-] {
    margin: 69px auto 100px !important;
    padding: 30px;
    max-width: 350px;
  }
}
[id^=dealerLogin-] .slds-is-relative .ev-body-font.slds-text-color_error.slds-p-bottom_x-small {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
[id^=dealerLogin-] h1 {
  color: #03527F;
  font-size: 28px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
}
[id^=dealerLogin-] .slds-align_absolute-center a {
  background: #fff;
  border: 1px solid #03527F !important;
  color: #03527F;
  border-radius: 6px;
  font-size: 16px !important;
  text-decoration: none;
  padding: 10px 50px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  [id^=dealerLogin-] .slds-align_absolute-center a {
    padding: 10px 15px !important;
    max-width: 100%;
  }
}
[id^=dealerLogin-] .slds-align_absolute-center a:hover {
  background: #fff;
  border: 3px solid #067cc1 !important;
  color: #067cc1;
  border-radius: 6px;
  text-decoration: none;
}
[id^=dealerLogin-] .slds-align_absolute-center a:active {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  text-decoration: none;
}
[id^=dealerLogin-] .slds-align_absolute-center a:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}
[id^=dealerLogin-] .slds-align_absolute-center a:visited {
  background: #fff;
  text-decoration: none;
}
[id^=dealerLogin-] form.ev-login-form {
  padding: 50px 0 50px !important;
}

.form-dealer-register .state.select-wrapper {
  cursor: no-drop;
}
.form-dealer-register .state.select-wrapper .evtextinput {
  width: 160px;
  pointer-events: none;
  background-color: #eee;
  opacity: 0.65;
}
.form-dealer-register .state.select-wrapper::after {
  opacity: 0.65;
}

/* SF buttons overrides */
/* Modal from Venky */
.modal-animate-zoom {
  -webkit-animation: animatezoom 0.6s;
          animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* For the logins */
.ev-button button.slds-button.slds-button_brand, .ev-big-button button.slds-button.slds-button_brand, .ev-big-button button.slds-button.slds-button_brand:focus, .ev-button button.slds-button.slds-button_brand:focus {
  width: unset !important;
  padding: 10px 50px !important;
  /*outline: none;*/
}

/* Available Funding Pages */
.slds-rich-text-editor__textarea, .slds-rich-text-editor__output {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

/* Footer */
footer.footer {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  footer.footer {
    margin-top: 40px;
  }
}
footer.footer .text-muted {
  color: #555555;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px !important;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px !important;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=tel], input[type=url] {
    font-size: 16px !important;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=tel], input[type=url] {
    font-size: 16px !important;
  }
}
@media (hover: none) {
  /* start mobile styles */
  select, textarea, input[type=”text”], input[type=”password”],
input[type=”datetime”], input[type=”datetime-local”],
input[type=”date”], input[type=”month”], input[type=”time”],
input[type=”week”], input[type=”number”], input[type=”email”],
input[type=”url”] {
    font-size: 16px !important;
  }

  /* end mobile styles */
}

/* Applicant LWC pages */
#startApplicationDiv .slds-combobox__form-element input {
  height: 40px;
  font-size: 16px;
}
#startApplicationDiv .slds-combobox__form-element:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E114";
  display: block;
  background-color: transparent;
  font-family: "Glyphicons Halflings";
  font-size: 21px;
  position: absolute;
  z-index: 3;
  color: #03527F;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin-top: -18px;
  padding: 0.5em;
  height: 35px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 50%;
}
#startApplicationDiv.slds-scope .slds-listbox_vertical .slds-listbox__option_plain, #startApplicationDiv.slds-scope .slds-listbox_vertical .slds-listbox__option--plain, #startApplicationDiv.slds-scope .slds-listbox--vertical .slds-listbox__option_plain, #startApplicationDiv.slds-scope .slds-listbox--vertical .slds-listbox__option--plain {
  padding: 0.5rem 0.5rem;
  font-size: 16px;
}
div#startApplicationDiv.slds-scope .slds-input_faux {
  line-height: 40px!important;
  border-color: rgb(153,153,153,1);
  border-radius: 6px;
  padding-right: 35px;
}
div#startApplicationDiv.slds-scope .slds-dropdown-trigger .slds-dropdown {
  min-width: 325px;
  max-width: fit-content;
}


div#startApplicationDiv.slds-scope .slds-input_faux.slds-is-disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
}

#startApplicationDiv .slds-combobox__form-element {
  max-width: fit-content;
  min-width: 325px;
}
#startApplicationDiv .slds-combobox__form-element lightning-primitive-icon {
  display: none;
}
#startApplicationDiv.slds-scope .slds-input {
  height: 40px;
  font-size: 16px;
  max-width: 325px;
  border-color: rgb(153,153,153,1);
  border-radius: 6px;
}
#startApplicationDiv.slds-scope legend {
  font-size: 16px;
}
#startApplicationDiv.slds-scope .cse-field-label .slds-rich-text-editor__output {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #555;
}

#dealerSearchToolLWC button.slds-combobox__input.slds-input_faux {
  height: 40px;
  display: flex;
  align-items: center;
  border-color: #979797;
  background: #fff !important;
  border-radius: 6px !important;
  color: #555;
}

#dealerSearchToolLWC .cancelButton .slds-button.slds-button_neutral {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  padding: 10px 50px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  line-height: 24px;
  width: 250px;
  height: 45px;
}
#dealerSearchToolLWC .cancelButton .slds-button.slds-button_neutral:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
#dealerSearchToolLWC .cancelButton .slds-button.slds-button_neutral:focus-within {
  outline: 2px solid black;
  outline-offset: 2px;
}
#dealerSearchToolLWC .startButton .slds-button.slds-button_brand:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
}
#dealerSearchToolLWC .startButton .slds-button.slds-button_brand {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 50px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  margin-left: auto;
  line-height: 22px;
  width: 250px;
  height:45px
}
#dealerSearchToolLWC .startButton .slds-button.slds-button_brand:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
#dealerSearchToolLWC .startButton .slds-button.slds-button_brand:focus {
  outline-width: 0;
  outline: 2px solid black;
  outline-offset: 2px;
}
#dealerSearchToolLWC .slds-combobox__form-element:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E114";
  display: block;
  background-color: #fff;
  font-family: "Glyphicons Halflings";
  font-size: 21px;
  position: absolute;
  z-index: 3;
  color: #03527F;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin-top: -18px;
  padding: 0.5em;
  height: 35px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 50%;
}
#dealerSearchToolLWC .slds-media.slds-listbox__option.slds-media_center .slds-media__body {
  font-size: 16px;
}

@media (min-width: 48em) {
  #dealerSearchToolLWC.slds-scope .searchField.slds-form-element_horizontal .slds-form-element__control {
    padding-left: 25%;
    clear: none;
  }
}

#dealerSearchToolLWC .fieldItems input.slds-input {
  border-color: #979797;
  background: #fff !important;
  border-radius: 6px !important;
  font-size: 16px;
  height: 40px;
  margin-right: 30px;
  color: #555;
}

#dealerSearchToolLWC .fieldItems .slds-button.slds-button_brand {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  line-height: 19px;
  margin-top: 32px;
}

#dealerSearchToolLWC .fieldItems .slds-button.slds-button_brand:focus {
  outline-width: 0;
  outline: 2px solid black;
  outline-offset: 2px;
}

/* Dasboard Div for mobile */

#dashboardDiv {
  font-size: 14px !important;
}
#dashboardDiv label {
  font-size: 14px !important;
}
#dashboardDiv .searchField {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#dashboardDiv .userMessage {
  min-height: 30px;
}

#dashboardDiv div[id^="dealerSearch_content"] .slds-form-element__control {
  width: 78vw;
  padding-left: 0px;
  max-width: 350px;
}

#dashboardDiv div[id^="dealerSearch_content"] .fieldItems .slds-form-element__control {
  width: 100%;
}

#dashboardDiv div[id^="dealerSearch_content"] .slds-size_7-of-12 {
  width: 66%;
  margin-right: 3px;
}
#dashboardDiv div[id^="dealerSearch_content"] .slds-size_5-of-12 {
  width: 34%;
}

#dashboardDiv div[id^="dealerSearch_content"] lightning-spinner.slds-spinner_container {
  height: 0px;
  transition-property: height;
  transition-timing-function: ease;
  transition-duration: 6s;
}

#evDashboardDiv lightning-spinner.slds-spinner_container {
  height: 0px;
  min-height: 50vh;
  transition-property: height;
  transition-timing-function: ease;
  transition-duration: 6s;
  background-color: transparent;
}

/* Sticky footer */
#evDashboardDiv, .start-application {
  min-height: calc( 100vh - 423px );
}

#dashboardDiv button.slds-combobox__input.slds-input_faux, .toolModal button.slds-combobox__input.slds-input_faux {
  height: 40px;
  display: flex;
  align-items: center;
  border-color: #979797;
  background: #fff !important;
  border-radius: 6px !important;
  color: #555;
}
#dashboardDiv .slds-combobox__form-element:after, .toolModal .slds-combobox__form-element:after, #dashboardDiv .slds-select:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E114";
  display: block;
  background-color: #fff;
  font-family: "Glyphicons Halflings";
  font-size: 21px;
  position: absolute;
  z-index: 3;
  color: #03527F;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin-top: -18px;
  padding: 0.5em;
  height: 35px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 50%;
}
#dashboardDiv .slds-combobox__form-element:after, .toolModal .slds-combobox__form-element:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E114";
  display: block;
  background-color: #fff;
  font-family: "Glyphicons Halflings";
  font-size: 21px;
  position: absolute;
  z-index: 3;
  color: #03527F;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin-top: -18px;
  padding: 0.5em;
  height: 35px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 50%;
}
#dashboardDiv .slds-media.slds-listbox__option.slds-media_center .slds-media__body, .toolModal .slds-media.slds-listbox__option.slds-media_center .slds-media__body {
  font-size: 16px;
}

#dashboardDiv .fieldItems input.slds-input, .toolModal .fieldItems input.slds-input, .toolModal .fieldItems input.slds-input, .toolModal .fieldItems input.slds-input {
  border-color: #979797;
  background: #fff !important;
  border-radius: 6px !important;
  font-size: 16px;
  height: 40px;
  margin-right: 30px;
  color: #555;
}

#dashboardDiv .cancelButton .slds-button.slds-button_neutral, .toolModal .cancelButton .slds-button.slds-button_neutral {
  background: #fff;
  border: 1px solid #03527F;
  color: #03527F;
  border-radius: 6px;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  line-height: 24px;
  height: 45px;
  width: 245px;
}
@media screen and (max-width: 768px){
  #dashboardDiv .cancelButton .slds-button.slds-button_neutral {
      width: unset;
  }
}
#dashboardDiv .cancelButton .slds-button.slds-button_neutral:hover, .toolModal .cancelButton .slds-button.slds-button_neutral:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1;
  border-radius: 6px;
}
#dashboardDiv .cancelButton .slds-button.slds-button_neutral:focus-within, .toolModal .cancelButton .slds-button.slds-button_neutral:focus-within {
  outline: 2px solid black;
  outline-offset: 2px;
}
#dashboardDiv .startButton .slds-button.slds-button_brand:disabled, .toolModal .startButton .slds-button.slds-button_brand:disabled {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #555555;
  border-radius: 6px;
  pointer-events: none;
}
#dashboardDiv .startButton .slds-button.slds-button_brand, .toolModal .startButton .slds-button.slds-button_brand {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  margin-left: auto;
  line-height: 22px;
  height:45px
}
.toolModal .startButton .slds-button.slds-button_brand {
  width: 245px;
}
@media screen and (max-width: 768px){
  .toolModal .startButton .slds-button.slds-button_brand {
    width: unset;
  }
}
#dashboardDiv .startButton .slds-button.slds-button_brand:hover, .toolModal .startButton .slds-button.slds-button_brand:hover {
  background: #067cc1;
  border: 1px solid #067cc1;
  color: #fff;
  border-radius: 6px;
}
#dashboardDiv .startButton .slds-button.slds-button_brand:focus, .toolModal .startButton .slds-button.slds-button_brand:focus {
  outline-width: 0;
  outline: 2px solid black;
  outline-offset: 2px;
}

#dashboardDiv .fieldItems .slds-button.slds-button_brand, .toolModal .fieldItems .slds-button.slds-button_brand {
  background: #03527F;
  border: 1px solid #03527F;
  color: #fff;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  line-height: 19px;
  margin-top: 28px;
  height: 40px;
  width: 100%;
}

#dashboardDiv .fieldItems .slds-button.slds-button_brand:focus, .toolModal .fieldItems .slds-button.slds-button_brand:focus {
  outline-width: 0;
  outline: 2px solid black;
  outline-offset: 2px;
}

#dashboardDiv .searchField button {
  min-width: 290px;
}


/*@media only screen and (max-width: 414px) {
  #dashboardDiv .inputClass input {
    max-width: 58%;
  }
}*/

.You.no.longer.have.access.to.edit.this.application\., div[class="You no longer have access"] {
  min-height: calc( 100vh - 450px );
  max-width: 660px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .You.no.longer.have.access.to.edit.this.application\., div[class="You no longer have access"] {
    min-height: calc( 100vh - 540px );
    max-width: 90%;
  }
}

@media only screen and (max-width: 365px) {
  .prequal .fieldItems input, #dashboardDiv .fieldItems input.slds-input {
      font-size: 14px!important;
  }
  .prequal .fieldItems button, #dashboardDiv .fieldItems .slds-button.slds-button_brand {
      font-size: 14px!important;
  }
}

/* Quick Fix EPS-858  */
#evSurveyQuestion lightning-primitive-icon {
  display: none;
}
.infoPercent .inline-error.error-block {
  margin-top: -21px;
  margin-left: 2px;
}
.infoTotal .inline-error.error-block:before {
  display: none!important;
}

/* EVP-1190 */
#evSurveyQuestion button.slds-combobox__input.slds-input_faux {
  height: 40px;
  display: flex;
  align-items: center;
  border-color: #979797;
  background: #fff !important;
  border-radius: 6px !important;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#evSurveyQuestion .slds-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


/* Remove truncate for mobile for only dropdown text */
@media screen and (max-width: 414px) {
  div[role="listbox"] span.slds-media__body span.slds-truncate {
      max-width: 100%;
      overflow: unset;
      text-overflow: unset;
      white-space: unset;
  }
}

/* LWC Dashboard */
.button-style .slds-button.slds-button_neutral {
  width: 181px;
}
[data-individual-applicant="false"] .button-style .slds-button.slds-button_neutral {
  width: 280px !important; /* false for retailers */
}
.button-style .slds-button.slds-button_neutral:hover {
  border: 3px solid #067cc1;
  color: #067cc1;
}
.button-style .slds-button.slds-button_neutral:focus {
  outline: 2px solid black!important;
  outline-offset: 2px;
}

div[data-individual-applicant="false"].dashboard-box {
  min-height: 405px;
}

/* LWC ACH page */
.dashACH button.slds-combobox__input.slds-input_faux {
  height: 40px;
  display: flex;
  align-items: center;
  border-color: #979797;
  background: #fff !important;
  border-radius: 6px !important;
}
.dashACH .slds-combobox__form-element:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E114";
  display: block;
  background-color: #fff;
  font-family: "Glyphicons Halflings";
  font-size: 21px;
  position: absolute;
  z-index: 3;
  color: #03527F;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin-top: -18px;
  padding: 0.5em;
  height: 35px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 50%;
}

.dashACH .slds-combobox__form-element input {
  height: 40px;
  font-size: 16px;
}

.dashACH .slds-scope .slds-listbox_vertical .slds-listbox__option_plain, .dashACH .slds-scope .slds-listbox_vertical .slds-listbox__option--plain, .dashACH .slds-scope .slds-listbox--vertical .slds-listbox__option_plain, .dashACH .slds-scope .slds-listbox--vertical .slds-listbox__option--plain {
  padding: 0.5rem 0.5rem;
  font-size: 16px;
}
.dashACH span.slds-media__figure.slds-listbox__option-icon {
  width: 0px;
  display: none;
}
.dashACH .slds-media.slds-listbox__option.slds-media_center .slds-media__body {
  font-size: 16px;
}
.dashACH.slds-scope .slds-checkbox .slds-checkbox__label .slds-form-element__label {
  font-size: 16px!important;
  font-weight: normal;
  font-family: "Open Sans", sans-serif !important;
}
.dashACH.slds-scope .slds-checkbox__label {
  cursor: pointer;
}
.dashACH.slds-scope .register-checkbox[disabled] .slds-checkbox__label {
  cursor: not-allowed;
}
.dashACH.slds-scope .slds-form-element .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.dashACH.slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after {
  content:"\e013";
  color: white;
  background-color: #03527F;
  width: 18px;
  height: 18px;
  font-family: "Glyphicons Halflings";
  position: absolute;
  top: unset;
  left: unset;
  transform: unset;
  border-bottom: none;
  border-left: none;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px;
  border: 2px solid #03527F;
}

.dashACH lightning-icon.slds-icon-utility-check.slds-icon_container {
  display: none;
}

.dashACH .ev-input .slds-form-element__label {
  color:#555;
}

.dashACH .Cancel button {
  padding: 10px 50px!important;
  font-size: 16px;
}
.dashACH .Cancel button:hover {
  background: #fff;
  border: 3px solid #067cc1;
  color: #067cc1!important;
  border-radius: 6px
}
.dashACH .Cancel button:focus {
  outline: 2px solid black!important;
  outline-offset: 2px;
  border-radius: 6px
}
.dashACH .SaveChanges button {
  padding: 10px 50px;
}

/* EVP-771 */ 
@media (min-width: 48em) {
  .slds-scope .searchField.slds-form-element_horizontal .slds-form-element__control {
    padding-left: 23%;
    clear: none;
  }
}

/* EVQA1-348 */
@media screen and (min-width: 568px) and (max-width: 932px) and (orientation: landscape) {
  /* CSS styles for landscape mode iPhones go here */
  .modal-cancel {
    padding-top: 6%;
  }
}

/* EPS-1672 Cookie Modal */
#myCookieModal .modal-content {
  width: 100%;
  background-color: #f7f7f7 !important;
  margin: auto 10px;
}
#myCookieModal .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: 100vh; /* Full screen height */
}
#myCookieModal .modal-dialog {
  margin: 0 auto; /* Center horizontally */
}
#myCookieModal p {
  color: #555555;
}
#myCookieModal a {
  color: #005990;
}
#myCookieModal .col-md-9 {
    background-color: white;
}
#myCookieModal .header-pane {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#myCookieModal .header-pane h5 {
  color: #005990!important;
  font-size: 18px!important;
}
#myCookieModal .btn.status.btn-secondary.btn-apply {
  margin: auto;
}
#myCookieModal span.cookie-status {
  color: #03527F;
}
#myCookieModal .nav-tabs {
  border-bottom: unset;
}
#myCookieModal .nav-tabs>li.active>a, #myCookieModal .nav-tabs>li.active>a:focus, #myCookieModal .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: none;
  border-right-color: transparent;
}
#myCookieModal .col-md-3 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #myCookieModal .col-md-3 {
    padding-right: 0px;
    margin-right: -5px;
  }
}

@media (min-width: 715px) {
  .modal-content {
    width: 100%;
    margin: auto;
  }
}