


@font-face {
  font-family: 'JCB Euro - Bld';
  src: URL('/static/fonts/JCB Euro - Bld.TTF') format('truetype');
}


.navbar-custom {
    background-color:#3D3D3D;
    color:#ffffff;
    border-radius:0;
    height: 50px;
    padding-left: 20px;
}


.navbar-custom .navbar-nav > li > a {
    color:#fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #33aa33;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-toggle {
    background-color: transparent;
}

.navbar-custom .icon-bar {
    background-color:#ffffff;
}

.navbar-custom .transparent-v {
  background-color: transparent;
}

.navbar-custom .navbar-left > img {
  width:14%;
  margin-top: 12px;
  margin-left: 16px;
}

.navbar-custom .navbar-brand > img {
  width:48%;
  margin-top: -52px;
  margin-left: 25%;
}

.navbar-header .navbar-toggle {
  margin-right: 28px;
}

.navbar-collapse {
  background-color: black;

}

@media (min-width: 768px) {
  .navbar-custom {
      height: 124px;
      background-color:#FCB026;
  }
  .navbar-custom .navbar-brand > img {
    width:42%;
    min-width: 400px;
    margin-top:0px;
    margin-left: 0px;
  }
  .navbar-collapse {
    background-color: transparent;
  }
}

.navbar-right {
  padding-right:40px;
  margin-top:-16px;
  font-size:16px;
}

.container-fluid {
   padding: 0px;
}

.body-container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/static/images/bg_image_v1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  width: 100%;
  padding-top: 22px;
  padding-left: 2%;
  padding-right: 2%;
  min-height: 600px;
}

.body-container-terms{
  min-height: 2800px;
}

.body-container-terms > p {
  font-size: 14px;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .body-container {
      height: 100%;
    }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .body-container {
      height: 104%;
    }
}


.body-container-auth {
  height: 120%;
  margin-top:-30px;
  padding-bottom: 70px;
}

.body-container-auth-reg {
  height: 150%;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .body-container {
    background: url('/static/images/bg_image_v1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
  }
  .body-container-auth {
    margin-top:0px;
  }
  .body-container-auth-reg {
    min-height: 600px;
  }
}

.body-container > p {
  color: white;
  font-family: 'JCB Euro - Bld';
  margin-top:60px;
  text-align: center;
  font-size: 14px;
  width:100%;
}

@media (min-width: 768px) {
  .body-container {
    padding-top: 140px;
  }
  .body-container > p {
    margin-bottom: 1.4%;
    margin-top:-4px;
    text-align: left;
    font-size: 18px;
    margin-left: 4%;
  }
}

.foot-container {
  background-color:#3D3D3D;
  width: 100%;
  height: 20%;
}


.card {
  height: 24%;
  margin-top: -6px;
  margin-bottom: auto;
  width: 100%;
  padding-top:9%;
  padding-left:2%;
  padding-right:2%;
  text-align: center;
}

.card-fit {
  margin-bottom: auto;
  width: 100%;
  padding-top:4%;
  padding-left:2%;
  padding-right:2%;
  text-align: left;
  padding-bottom: 4%;
}

.card-reg {
  height: 30%;
}

.quote-card-bg {
  background-color: rgba(62, 62, 62, 0.7);
  height: 48%;
  min-height: 320px;
}

@media (min-width: 768px) {
  .quote-card-bg {
    min-height: 250px;
    min-width: 210px;
  }
  .card-reg {
    min-height: 410px;
  }
}

.quote-card-bg-fit {
  background-color: rgba(62, 62, 62, 0.7);

}

.quote-card-bg-reg {
  height: 60%;
}

.login-margin-top-mobile{
  margin-top: 60px;
}

.login-margin-top-mobile-reset{
  margin-top: 80px;
}

.auth-error-header{
  height: 26px;
  color: red;
}

.card-terms > p{
  color: white;
  font-family: 'JCB Euro - Bld';
  font-size: 16px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .card {
    height: 58%;
    margin-top: auto;
    margin-bottom: auto;
    width: 88%;
    background-color: rgba(62, 62, 62, 0.7);
    display:inline-block;
    padding-top:9%;
    padding-left:7%;
    padding-right:7%;
    text-align: left;
  }
  .card-terms{
    background-color: transparent;
  }

  .card-reg {
    height: 90%;
  }
  .quote-card-bg-reg {
    height: 90%;
    min-height: 410px;
  }
  .login-margin-top-mobile{
    margin-top: 0px;
  }
  .login-margin-top-mobile-reset{
    margin-top: 0px;
  }
}

@media only screen  and (min-width : 1824px) {
  .card-reg {
    height: 70%;
  }
  .quote-card-bg-reg {
    height: 70%;
  }
}


.card-header h3 {
  color: white;
  font-family: 'JCB Euro - Bld';
  font-size: 18px;
}


.card-body > p {
  color: white;
  margin-top:12px;
  font-family: 'JCB Euro - Bld';
  font-size: 14px;
}

@media (min-width: 768px) {
  .card-header h3 {
    font-size: 18px;
  }
  .card-body > p {
    font-size: 14px;
  }
}

.controls > input {
  font-family: 'JCB Euro - Bld';
  height: 36px;
  width: 88%;
  border-radius: 4px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .controls > input {
    height: 28px;
    margin-bottom: 34px;
  }
}

.control-label {
  color: #ffffff;
  font-size: 13px;
  float: left;
  margin-left: 16px;
}

@media (min-width: 768px) {
  .control-label {
    float: none;
    margin-left: 0px;
  }
}

.quote-btn {
  border-radius: 8px;
  background-color: #C1D04F;
  border: none;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 178.33px;
  font-size: 12px;
  font-family: 'JCB Euro - Bld';
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.7);
  font-family: 'JCB Euro - Bld';
}

.btn-bottom {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .btn-bottom {
    margin-left: -8px;
  }
  .margin-bottom-10{
    margin-bottom: 10px;
  }
}

.margin-bottom-10{
  margin-bottom: 20px;
}

.quote-btn-reg {
  margin-top: 6px;

}

@media (min-width: 768px) {
  .quote-btn-lower {
    margin-bottom: -24px;
  }
  .quote-btn-reg {
    margin-top: 6px;
  }
}

.quote-btn-large {
  border-radius: 8px;
  background-color: #C1D04F;
  border: none;
  padding-top: 6px;
  padding-bottom: 9px;
  width: 78%;
  font-size: 12px;
  font-family: 'JCB Euro - Bld';
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.7);
  font-family: 'JCB Euro - Bld';
  margin-top:25px;
  height: 28px;
  margin-top: -4px;
}

@media (min-width: 768px) {
  .quote-btn-large {
    width: 100%;
    font-size: 14px;
  }
}

.quote-btn-25 {
  border-radius: 8px;
  background-color: #C1D04F;
  border: none;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 40%;
  font-size: 14px;
  font-family: 'JCB Euro - Bld';
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.7);
  font-family: 'JCB Euro - Bld';
  margin-top:10px;
  margin-bottom:14px;
  margin-right:10px;
  height: 35px;
}

@media (min-width: 768px) {
  .quote-btn-25 {
    margin-left:25px;
    margin-top:0px;
    width: 23%;

  }
}

.asteriskField {
  display: none;
}

.lower-buttons{
  text-align: center;
  margin-top: -18px;
  position: relative;
}

@media (min-width: 768px) {
  .lower-buttons{
    text-align: left;
    padding-left: 20px;
    margin-top: 4px;
  }
}

.quote-centered {
  margin: 0 auto;
  width: 80%;
}

@media (min-width: 768px) {
  .quote-centered {
    margin: none;
    width: 100%;
  }
}

.alert {
  color: red;
  font-size: 9px;
  padding: 0;
  margin: 0;
  padding-top:6px;
}

@media (min-width: 768px) {
  .alert {
    font-size: 12px;
  }
}

.alert ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.error-div-mobile {
  height: 80px;
  margin-top: -80px;
  text-align: left;
  vertical-align: center;
}

.help-inline {
  display: none;
}

.version{
  padding-left:5%;
  padding-right:5%;
}

@media (min-width: 768px) {
  .version{
    padding-left:3%;
    padding-right:3%;
  }
}

.quote-banner-row{
  padding-left:3%;
  padding-right:3%;
}

.quote-banner {
  display:none;
}

.quote-info {
  bottom: 0;
  color: white;
}

.btn {
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 768px) {
  .quote-banner {
    height: 38%;
    display:block;
  }
  .btn {
    font-size: 14px;
  }
}

.quote-info-row{
  display:none;
}

.quote-info-row-bottom{
  display:none;
}

@media (min-width: 768px) {
  .quote-info-row{
    display:block;
  }
  .quote-info-row-bottom{
    display:block;
    margin-top:30px;
  }
  .quote-info-row-top > .quote-info > .form-group {
    height: 0px;
  }
}

.row-bottom {
  vertical-align: text-top;
}

/*
   Select styles, many of these classes
   are generated by bootstrap-select included
   in base.html
 */
.quote-select-row, .quote-info-row, .quote-info-row-bottom{
  padding-left:5%;
  padding-right:5%;
}

@media (min-width: 768px) {
  .quote-select-row, .quote-info-row, .quote-info-row-bottom{
    padding-left:3%;
    padding-right:3%;
  }
}

.quote-select {
  font-family: 'JCB Euro - Bld';
  background-color: #E7E7E8;
  background: linear-gradient(to right, #E7E7E8 83%, #949498 17%);
  border: none;
  height: 24px;
}

.dropdown {
  height: 24px;
}


@media (min-width: 768px) {
  .dropdown {
    height: 28px;
  }
}

.quote-select:active {
  border: none;
  background: linear-gradient(to right, #E7E7E8 83%, #949498 17%);
}

@media (min-width: 768px) {
  .quote-select {
    height: 28px;
  }
}

.caret {
  color: #FBAF25;
  width: 10px;
}

.dropdown-menu {

}

@media (min-width: 768px) {
  .dropdown-menu {
    margin-top: 24px;
  }
}

.quote-amt-input {
  font-family: 'JCB Euro - Bld';
  box-shadow: inset 7px 7px 9px -7px rgba(0,0,0,0.7);
  font-size: 12px;
  height: 24px;
}

@media (min-width: 768px) {
  .quote-amt-input {
    height: 26px;
    font-size: 14px;
  }

}

.quote-p {
  font-family: 'JCB Euro - Bld';
  font-size: 13px;
  position: absolute;
  bottom: -56;
}

.quote-p-cname {
  font-family: 'JCB Euro - Bld';
  font-size: 13px;
  position: absolute;
  margin-top:30px;
}


.quote-table-row {
  margin-bottom: 10px;
  padding-right: 4%;
  padding-left: 4%;
  padding-top: 28%;
}

@media (min-width: 768px) {
  .quote-table-row {
    display: none;
    margin-top: 4px;
    padding-top: 0px;
  }
}

.quote-table-col {
  margin-top: 50px;
  height: 90%;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .quote-table-col {
      height: 120%;
    }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .quote-table-col {
      height: 120%;
    }
}


@media (min-width: 768px) {
  .quote-table-col {
    height: 32%;
  }
}

.quote-table {
  color: white;
}

div.row.quote-table-row{
  background-color: #3D3D3D;
  border-top: 7px solid #FBAF25;
  width:104%;
}

@media (min-width: 768px) {
  div.row.quote-table-row{
    background-color: transparent;
    border-top: none;
    width:100%;
  }
}

.quote-table > tbody > tr > td,
.quote-table > tbody > tr > th,
.quote-table > tfoot > tr > td,
.quote-table > tfoot > tr > th,
.quote-table > thead > tr > td,
.quote-table > thead > tr > th {
    border: none;
    width:14%;
    padding-top:0.2%;
    padding-bottom:0.2%;
    font-family: 'JCB Euro - Bld';
    text-align:center;
    border-bottom:1px solid white;
}

.quote-table > tbody > tr > td {
  border-right:1px solid white;
}

.quote-table > tbody > tr > th {
  width:28%;
  text-align:left;
  border-right:1px solid white;
  font-size:14px;
}

.quote-table > thead > tr > th {
  color: black;
  border-bottom:none;
}

.yellow-background {
  background-color: rgba(247, 165, 42, 0.9);
}

.grey-background {
  background-color: #949599;
}

.grey-opaque-background {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}

.quote-table-input {
  height:30px;
  width:95%;
  box-shadow: inset 7px 7px 9px -7px rgba(0,0,0,0.5);
  color:black;
}

.border-radius-top-left {
  border-radius: 10px 0 0 0;
}

.border-radius-top-right {
  border-radius: 0 10px 0 0;
}

.button-col {
  margin-top:6px;
  text-align: center;
}

.button-col-left {
  margin-top:6px;
  text-align: left;
  padding-left: 6.8%;
}

@media (min-width: 768px) {
  .button-col {
    margin-top:34px;
    text-align: right;
  }
}

.verbage-card {
  width:140%;
  height: 80%;
  padding-top: 0.6%;
}

@media (min-width: 768px) {
  .desk-hidden {
    display: none;
  }
}

.input-info-hybrid {
  color: white;
  font-size: 13px;
  font-family: 'JCB Euro - Bld';
  margin-top:5px;
  margin-left:2px;
}

@media (min-width: 768px) {
  .input-info-hybrid {
    color: white;
    font-size: 13px;
    font-family: 'JCB Euro - Bld';
    margin-top:6px;
  }
}

.input-margin-bottom {
  margin-bottom: 0px;
}

.input-margin-bottom-dnet {
  margin-bottom: 16px;
}

.centered {
  text-align: center;
}


@media (min-width: 768px) {
  .desk-button-margin-top{
    margin-top:20px;
  }
}

.quote-table-mobile {
  width: 85%;
  margin-left: 7%;
  margin-top: 12px;
}

.quote-table-mobile > tbody > tr > td,
.quote-table-mobile > tbody > tr > th,
.quote-table-mobile > tfoot > tr > td,
.quote-table-mobile > tfoot > tr > th,
.quote-table-mobile > thead > tr > td,
.quote-table-mobile > thead > tr > th {
    border-top: none;
    padding-top:1.2%;
    padding-bottom:1.2%;
    font-family: 'JCB Euro - Bld';
    text-align:left;
    border-bottom:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
    font-size: 10px;
    color: white;
}

.quote-table-mobile > thead > tr > th {
  text-align: center;
  font-size: 17px;
  border-left:none;
  border-right:none;
  border-bottom: none;
}

.quote-table-mobile > tbody > tr > td {
  background-color: white;
  border-bottom: 1px solid #DEDEE0;
}

.quote-table-mobile > tbody > tr > td > input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  text-align: center;
  color: black;
}


.help-block{
  display: none;
}

#radios {
	text-align: center;
	width:100%;
  color: white;
  height:32px;
}

#radios > form {
	margin-block-end:0em;
}

#rad {
    display: inline-block;
    text-align: center;
    font-size:9px;
}

#rad label {
		font-size:9px;
    display: block;
}

@media (min-width: 768px) {
  #rad {
      font-size:12px;
  }
  #rad label {
  		font-size:12px;
      display: block;

  }
  #radios {
  	text-align: left;
    height:32px;
  }
}

#rad input {
		font-size:20px;
}


.rad-gen {

  padding-left:3px;
  padding-right:3px;
  border-radius:4px;
}


.card-body > ul {
  color: white;
  margin-left: -26px;
  font-size: 12px;
}

.underTableP {
  margin-top:-8px;
  color: white;
  text-align: right;
  padding-right: 32;
  font-size: 10px;
}

@media (min-width: 768px) {
  .underTableP {
    padding-right: 0;
  }
  .dropdown-menu{
    max-height: 120px;
  }
}

.underTableP2 {
  margin-top:-28px;
  color: white;
  text-align: left;
  font-size: 12px;
  padding-top:100px;
  padding-left:32px;
}

@media (min-width: 768px) {
  .underTableP2 {
    padding-top:0px;
    padding-left:0px;
  }

}




.modal.in .modal-dialog .modal-content{
  border: none;
  border-radius: 0;
}

@media (min-width: 768px) {
  .modal.in .modal-dialog
  {
    -webkit-transform: translate(0, calc(50vh - 50%));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    transform: translate(0, 50vh) translate(0, -50%);
    width: 46%;
    margin-top: -40px;
    font-size: 18px;
    border-radius: 0;
    border: 4px solid #FCB026;
  }
}



.modal-header {
  border-bottom: none;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  border-top: none;
  padding-left: 8%;
  padding-right: 8%;
}

.modal-footer > .row {
  width: 100%;
}

.modal-footer > .row > .col-md-4 {
  display: flex;
  justify-content: left;
  padding: 0px;
}

.modal-body {
  padding-left: 8%;
  padding-right: 8%;
}

.modal-body > p {
  margin-bottom: 24px;
}

.modal-body > form > .form-group {
  margin-bottom: 24px;
}

.modal-body > form > .form-group > input {
  height: 45px;
  background-color: #E6E7E9;
  color: #B1B1B8;
  border-radius: 0;
  font-size: 12px;
  padding-left: 20px;
}

.quote-btn-35-yellow {
  border-radius: 8px;
  background-color: #FCAF26;
  border: none;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 98%;
  font-size: 14px;
  font-family: 'JCB Euro - Bld';
  box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.7);
  font-family: 'JCB Euro - Bld';
  margin-top:10px;
  margin-bottom:14px;
  height: 35px;
  color: black;
}

@media (min-width: 768px) {
  .quote-btn-35-yellow {
    margin-top:15px;
    width: 98%;
  }
}

#emailResponse {
  font-size: 12px;
  text-align: left;
}

.form-check-label {
  font-weight: normal;
  font-size: 14px;
}

.quote-banner-right {
  margin-left: 20%;
}

.customer-name-header {
  width: 60%;
}

.customer-name-input {
  margin-top: 6px;
}
