:root {
  --heading: 'Montserrat', sans-serif;
  --font: 'Nunito Sans', sans-serif;
  --darkblue: #08466c;
  --blue: #0070b4;
  --lightblue: #76cbff;
  --bgblue: #081a27;
  --bggrey: #d4d7d9;
  --primary: var(--darkblue);
  --spacing: 40px
}

@media screen {
  #quote-popup div[class*=vc_col] {
    display: table;
    height: 70px;
  }
  #quote-popup label {
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    padding-right: 10px;
  }
  #quote-popup input {
    display: table-cell;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0 0 0 5px;
    height: auto;
    width: 100%;
  }
  #quote-popup input[type=radio] {
    width: auto;
    margin-left: 30px;
  }
  #quote .form-control {
    background: url(images/icon-select.png) no-repeat top 14px right 17px;
    background-image: url(images/icon-select.png);
  }
  span.disabled select {
    opacity: 0.5;
  }
  .insurance-form span {
    position: relative;
  }
  img.loading {
    position: absolute;
    top: 7px;
    right: 43px;
    display: none;
  }
  #quote-popup img.loading {
    right: 60px;
  }
  #extended-quote-form img.loading {
    height: 20px;
    right: 55px;
  }
  #quote-popup-container {
    /* max-width: 80%; */
    position: absolute;
    z-index: 10000;
    /* width: 80%; */
    top: 100px;
    background: #fff;
    /*padding: 50px;*/
    left: 10%;
    right: 10%;
    display: none;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 0px 20px 0 0;
  }

  .insurance-api {
    background: #081a27;
    border-top: 29px solid var(--blue);
    padding: 23px 35px;
    /* position: absolute; */
    right: 21px;
    left: 7px;
    top: 37px;
    z-index: 1000;
  }
  .insurance-api h2 {
    text-transform: none;
    font-size: 28px;
    color: #fff;
    margin-bottom: 12px;
  }
  .insurance-api p {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 28px;
  }
  #quote-popup div[class*=vc_col] {
    margin-bottom: 30px;
  }
  #quote-popup span {
    white-space: nowrap;
    display: inline-block;
  }
  #quote-popup select {
    width: 100%;
    background: #fff;
    padding: 10px 17px;
    font-size: 18px;
    border: 1px solid #adb6b8;
    padding: 10px 47px 10px 12px;
    /* background: transparent; */
    background: url(/wp-content/themes/saprol-child/assets/images/dropdown.png) no-repeat 100% 0;
  }
  #quote-popup-container button {
    background: #11abe1;
    border: none;
    padding: 10px 10px;
    margin: 14px auto 20px;
    margin-bottom: 16px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: block;
  }
  #quote-popup button {
    width: 210px;
    clear: both;
  }
  html[lang="fr-FR"] #quote-popup button {
    width: 350px;
  }
  button#return-to-quote {
    float: left;
  }
  button#print-quote-results {
    float: right;
  }
  .vc_col-md-6.disabled select {
    opacity: 0.7;
  }
  #quote-popup-container .close-popup {
    position: absolute;
    top: 0px;
    right: 0px;
    border: solid 3px #7d8081;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 31px;
    font-size: 21px;
    color: #7d8081;
    cursor: pointer;
  }
  p.error-message {
    color: #ff4e4e !important;
    font-size: 14px !important;
    background-color: #FFF;
    padding: 1em;
    /* display: none; */
    margin-bottom: 8px !important;
  }
  .quote-wrap {
    width: 200%;
  }
  div#quote-popup, #quote-results {
    float: left;
    width: 50%;
    padding: 50px;
  }
  span.quote-label {
    width: auto;
    font-size: 14px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    /* height: 45px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* color: #ffffff; */
    position: relative;
    /* background-color: #00b2f0; */
    /* background-color: #515151; */
    /* background-color: #636363; */
    background-color: var(--blue);
    text-align: left;
    line-height: 1;
    top: 0px;
    left: 0px;
    margin-right: 22px;
  }
  span.quote-label:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    border-bottom-width: 45px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: transparent;
    border-left-width: 22px;
    border-left-style: solid;
    /* border-left-color: #515151; */
    /* border-left-color: #636363; */
    border-left-color: var(--blue);
    top: 0px;
    right: -22px;
  }
  .quote-info-item {
    margin-bottom: 5px;
    background: #FFF;
    color: #333;
    display: flex;
    align-items: center;
    height: 45px;
  }
  span.quote-value {
    padding: 0;
    white-space: nowrap;
    padding-right: 5%;
  }
  .tooltip-lable{

  }
}
@media print {
  @page {
    margin: 4cm;
  }
  span.quote-label:after {
    display: none;
  }
  button {
    display: none;
  }
  .quote-label {
    margin-right: 10px;
    font-weight: bold;
    padding: 0;
  }
}