body {
  font-family: "Nissan Regular", arial, helvetica, verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-family: "Nissan Bold", Verdana, Arial, sans-serif;
  font-size: 40px;
  margin-top: 0;
}
h3 {
  font-family: "Nissan Bold", Verdana, Arial, sans-serif;
  color: #c3002f;
  font-size: 19px;
  margin-bottom: 0;
}
h4 {
  font-family: "Nissan Bold", Verdana, Arial, sans-serif;
  font-size: 25px;
  padding-bottom: 10px;
}
h5 {
  font-family: "Nissan Bold", Verdana, Arial, sans-serif;
  font-size: 15px;
  padding-bottom: 10px;
}
.dashed-line {
  border-bottom: 1px #c0bfbf solid;
  border-bottom-style: dashed;
}
.required-fields-message {
  text-align: right;
  font-size: 12px;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
}
a.login-link {
  font-weight: bold;
}
a:hover.login-link {
  text-decoration: underline;
}
a.register-link {
  font-weight: bold;
}
a:hover.register-link {
  text-decoration: underline;
}
a.forgot-password-link {
  font-weight: bold;
  color: #666;
  font-size: 12px;
}
a:hover.forgot-password-link {
  text-decoration: underline;
}
p {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
form {
  margin: 0 auto;
}
.btn-default {
  text-transform: uppercase;
  text-decoration: none;
}
.btn-default[disabled=disabled], button:disabled {
  background-color: #c3002f;
  border-color: #fff;
  opacity: 0.25;
}

.form-control {
  height: 40px;
}
.form-control.error {
  border: 2px solid #c3002f;
}
label {
  font-weight: normal;
  font-size: 12px;
  color: #666;
}
label.error {
  background: #c3002f;
  color: #fff;
  display: block;
  padding: 2px 4px 2px 4px;
  font-size: 11px;
  font-weight: normal;
  margin-left: 0;
  border-top: 1px #c3002f solid;
  margin-top: -3px;
  font-weight: bold;
}
label.error:before {
  font-family: "icon-Nissan-Global";
  font-size: 12px;
  content: "\e620";
  color: #fff;
  padding-right: 5px;
}
select.form-control {
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
input[type=radio],
input[type=checkbox] {
  margin-right: 4px;
  margin-top: 2px;
  padding-left:  0px;
}
#terms-fieldset .term-wrapper {
  margin-bottom: 14px;
}
#terms-fieldset .term-wrapper input[type=radio],
#terms-fieldset .term-wrapper input[type=checkbox] {
  float: left;
}
#terms-fieldset .term-wrapper label {
  margin-left: 20px;
  display: block;
}
#terms-fieldset .term-wrapper input[type=radio],
#terms-fieldset .term-wrapper input[type=checkbox] {
  vertical-align: top;
}
fieldset legend {
  border: none;
  font-size: 14px;
}
.checkbox {
  margin-top: 3px;
}
.checkbox label {
  font-weight: bold;
}
.help-block {
  font-size: 12px;
}
.asterisk {
  color: #c3002f;
}
hr {
  border: 1px #ccc solid;
}
.primary-cta {
  background-color: #c3002f;
  color: #fff;
  width: 100%;
  padding: 12px 14px 12px 14px;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.primary-cta:after {
  font-family: "icon-Nissan-Global";
  font-size: 10px;
  content: "\e634";
  color: #fff;
  margin-left: 15px;
}
.primary-cta:hover {
  background-color: #910023;
  color: #fff;
}
.secondary-cta {
  background-color: #eee;
  color: #000;
  width: 100%;
  padding: 12px 14px 12px 14px;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.secondary-cta:after {
  font-family: "icon-Nissan-Global";
  font-size: 10px;
  content: "\e634";
  color: #c3002f;
  margin-left: 15px;
}
.secondary-cta:hover {
  background-color: #ccc;
}
.modal-footer .modal-ctas {
  display: flex;
  flex-direction: column-reverse;
}
.modal-footer .modal-ctas .btn + .btn {
  margin-left: 0;
  margin-bottom: 15px;
}
.file-select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.file-select-wrapper .file-select-btn {
  border: none;
  color: #333;
  background-color: transparent;
  /*padding: 8px 20px;*/
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.file-select-wrapper .file-select-btn:after {
  font-family: "icon-Nissan-Global";
  font-size: 10px;
  content: "\e634";
  color: #c3002f;
  margin-left: 8px;
}
.file-select-wrapper input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.file-select-wrapper .file-list p {
  font-size: 12px;
  font-weight: normal;
  color: #333;
  /*padding: 0 20px;*/
  text-transform: uppercase;
}
/* spacing classes are introduced with bootstrap 4 (we are using bootstrap 3) so I am adding them */
.pb-2 {
  padding-bottom: 20px;
}  
.pb-3 {
  padding-bottom: 30px;
}
.pb-5 {
  padding-bottom: 50px;
}
.pb-6 {
  padding-bottom: 60px;
}
.pb-7 {
  padding-bottom: 70px;
}
.pb-8 {
  padding-bottom: 80px;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  .qtip-default {
    background-color: #ff0000;
  }
  .qtip {
    max-width: 100%;
  }
  hr {
    margin: 30px -15px 20px -15px;
  }
  .modal {
    background-color: #fff;
  }
  .modal-body {
    max-height: calc(100vh - 230px);
  }
  .modal-dialog {
    margin: 0;
  }
  .modal-content {
    border-radius: unset;
    box-shadow: none;
    border: none;
  }
  .file-select-wrapper .file-select-btn {
    padding: 8px 20px 8px 0;
  }
  .file-select-wrapper .file-list p {
    padding: 0;
  }
  .proof-of-ownership-icon {
    padding: 20px 0 10px 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .qtip {
    max-width: 320px;
  }
  .modal {
    background-color: transparent;
  }
  .modal-body {
    max-height: calc(100vh - 250px);
  }
  .modal-dialog {
    margin: 114px auto;
    position: relative;
  }
  .modal-content {
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    border: 1px solid #999;
  }
  .file-select-wrapper .file-select-btn {
    padding: 8px 20px;
  }
  .file-select-wrapper .file-list p {
    padding: 0 20px;
  }
  .proof-of-ownership-icon {
    padding: 20px 0 10px 20px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .btn {
    box-sizing: content-box;
  }
  .primary-cta {
    width: auto;
    min-width: 120px;
  }
  .secondary-cta {
    width: auto;
    min-width: 120px;
  }
  .modal-footer .modal-ctas {
    flex-direction: row;
  }
  .modal-footer .modal-ctas .btn + .btn {
    margin-left: 24px;
    margin-bottom: 0;
  }
  .tooltip-inner {
    width: 250px;
  }
  .qtip-default {
    background-color: #000;
  }
  hr {
    margin: 30px -40px 20px -40px;
  }
}

.state-container {
  position: relative;
}
.state-container span.glyphicon-chevron-down {
  color: #c3002f;
  position: absolute;
  top: 38px;
  right: 12px;
  pointer-events: none;
}
.provider-container {
  position: relative;
}
.provider-container span.glyphicon-chevron-down {
  color: #c3002f;
  position: absolute;
  top: 38px;
  right: 12px;
  pointer-events: none;
}
.vin-container {
  position: relative;
}
.password-container {
  position: relative;
}
.tooltip-link .infoicon {
  color: #910023;
  position: absolute;
  top: 32px;
  right: 10px;
}
.tooltip-link .infoicon:before {
  font-family: "icon-Nissan-Global";
  font-size: 18px;
  content: "\e61f";
  color: #910023;
  cursor: pointer;
}
.max-width-container {
  max-width: 570px;
  margin: 0 auto;
}
.qtip-content {
  font-family: "Nissan Regular", arial, helvetica, verdana, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.qtip-default {
  background-color: #000;
  border: 1px solid #000;
  padding: 15px 15px 15px 15px;
}
.qtip-close {
  right: 5px;
  top: 7px;
}
.qtip-tip {
  border: 5px red solid;
}
.qtip-default .qtip-icon {
  border-color: #000;
  background: #000;
}
.qtip-default .qtip-close:before {
  border: 5px red solid;
}
.qtip-icon .ui-icon {
  font-size: 35px;
  font-family: "icon-Nissan-Global";
  content: "\e609";
  color: #fff;
  width: 30px;
  height: 30px;
}
ul {
  padding-inline-start: 25px;
}

.modal-header {
  background: #ffffff;
  border: none;
  color:#000000;
}
.modal-header .close {
  width:70px;	
}
.modal-body {
  padding-top: 0;
  /*max-height: calc(100vh - 500px);*/
  overflow-y: scroll;
}
.modal-footer {
  text-align: left;
}
.modal-content p {
  font-size: 15px;
}
a.terms-link {
  font-weight: bold;
  color: #333;
}
a:active.terms-link {
  font-weight: bold;
  color: #333;
}
a:hover.terms-link {
  text-decoration: underline;
  color: #333;
}
a.privacy-policy-link {
  font-weight: bold;
  color: #333;
}
a:active.privacy-policy-link {
  font-weight: bold;
  color: #333;
}
a:hover.privacy-policy-link {
  text-decoration: underline;
  color: #333;
}
.please-note-message {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 0 0 0;
}
.file-format-message {
  font-size: 12px;
  padding-top: 10px;
}
.modal-header .close {
  font-size: 21px;
  opacity: unset;
  font-weight: normal;
}
.x-modal {
  color: #c3002f;
  vertical-align: middle;
  font-weight: bold;
}
.close-modal {
  font-size: 12px;
}
/*
.form-group.error input[type=text] {
  box-shadow: 0 0 0 2px #c3002f;
}
*/
/*
.error-message {
  box-shadow: 0 0 0 2px #c3002f;
  background: #c3002f;
  color: #fff;
  display: block;
  padding: 2px 4px 2px 4px;
  font-size: 11px;
  font-weight: bold;
}
*/
.error-message:before {
  font-family: "icon-Nissan-Global";
  font-size: 12px;
  content: "\e620";
  color: #fff;
  padding-right: 5px;
}