

/* :L17 */
html {
  position: relative;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
/* :L23 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L28 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L37 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L45 */
.instanda-documents {
  text-align: center;
}
/* :L49 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L53 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L59 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L63 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L67 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L78 */
.instanda-main-content-container {
  position: relative;
}
/* :L82 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L88 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L93 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L100 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L104 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

/* :L109 */
.quote-referral-item h6 {
  color: #828990;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
/* :L115 */
.mobile-quote-referral-heading,
.mobile-claim-heading {
  color: #828990;
  font-size: 12px;
  margin: 10px 0 0 0;
}
/*on confirmation screen*/

/* :L123 */
.send-policy-email-button {
  min-width: 250px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L129 */
  .instanda-side-content {
    left: 59.5%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L136 */
  .instanda-side-content {
    left: 61%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L143 */
  .instanda-side-content {
    left: 63%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L150 */
  .instanda-side-content {
    left: 65%;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L156 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L163 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L170 */
  .instanda-side-content {
    left: 58%;
    width: 300px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L181 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L186 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L190 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L194 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L205 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L213 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L220 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L225 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L232 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L236 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L240 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L244 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L248 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L261 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}
/* :L267 */
.navbar {
  border-color: white !important;
  margin-bottom: 0px !important;
}
/* :L272 */
.navbar-default {
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  border-color: white !important;
}
/* :L279 */
ul.navbar-right {
  display: flex;
  flex-direction: row;
  align-items: start;
  list-style-type: none;
}
/* :L285 */
.navbar-default .navbar-nav > li > a {
  color: #adadad !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
/* :L290 */
ul.navbar-right li {
  padding: 4px;
}
/* :L293 */
ul.navbar-right li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ecf0f1;
  transition: 0.25s;
}
/* :L300 */
ul.navbar-right li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  background: #8ed1fc;
  transition: transform 0.25s;
  transform: scaleX(0);
}
/* :L311 */
ul.navbar-right li a:hover {
  color: #95a5a6;
}
/* :L314 */
ul.navbar-right li a:hover::after {
  transform: scaleX(1);
}
/* :L317 */
.navbar-nav > .active > a {
  background-color: white !important;
  border-bottom: 2px solid #8ed1fc;
}
/* :L321 */
.navbar-default > .container {
  width: 100% !important;
}
/* :L324 */
.navbar-brand {
  height: 60px !important;
}
/* :L327 */
div.form-group.instanda-container-fluid {
  color: white;
  background-color: #083869;
  height: 50px;
}
/* :L332 */
div.form-group.instanda-container-fluid h3 {
  font-weight: bold !important;
  margin-top: 12px;
}
/* :L337 */
#question219820 {
  color: black !important;
  background-color: white !important;
}
/* :L341 */
.btn,
.instanda-button {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: bold;
  color: white !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #58bbff;
  border-style: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 20px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* :L366 */
.btn a {
  color: white !important;
  text-decoration: none !important;
}
/* :L371 */
.btn:hover,
.instanda-button:hover {
  background-color: #083869;
}
/* :L375 */
.search-fields .search-row {
  display: none;
}
/* :L379 */
.search-field {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: auto auto auto auto auto auto;
}
/* :L385 */
#agentSearchParameters {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: auto auto auto auto auto auto auto;
}
/* :L391 */
input#agentSearchButton {
  margin-top: 25px;
  margin-bottom: 15px;
}
/* :L396 */
label[for="policyNumber"] {
  display: none;
}
/* :L400 */
.search-button {
  margin-top: 25px;
}
/* :L404 */
.page-postquotequestions .pull-right {
  display: none;
}
/* :L408 */
/* :L409 */
.agent-quotesearch-results-container tr td:nth-child(1) {
  display: flex;
  flex-direction: column;
}
/* :L415 */
.instanda-multi-item {
  position: relative;
}
/* :L419 */
.instanda-multi-item .instanda-multi-item-add-remove {
  position: absolute;
  top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
/* :L427 */
.instanda-multi-item .instanda-multi-item-add-remove > div:first-child {
  width: 100%;
}
/* :L431 */
.instanda-multi-item .instanda-multi-item-add-remove .btn {
  width: 20%;
  border-radius: 0px !important;
  color: black !important;
  background-color: white !important;
  outline: none;
}
/* :L439 */
#Exposure_MIaddButton {
  border-radius: 0px !important;
  background-color: #083869 !important;
  outline: none;
}
/* :L445 */
.instanda-multi-item-add-remove {
  padding-left: 0px;
}
/* :L449 */
#summaryTable {
  display: flex;
}
/* :L453 */
.exposureContainer table {
  border: none;
  border-radius: 0.5em;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  margin: 1em 0;
  padding: 1em;
}
/* Color palette from AIA logo:
  #646464
  #b51c2b
  #c7242c
  #77141d
  #360a0c
  #6c4c68
*/

/* :L470 */
.exposureContainer th {
  background-color: #646464;
  border: none;
  color: white;
  padding: 0.5em;
  text-align: center;
}
/* :L478 */
.exposureContainer td {
  border: none;
  margin: 0.1em;
  padding: 0.5em;
  text-align: right;
}
/* :L485 */
.exposureContainer td:first-child {
  text-align: left !important;
}
/* :L489 */
.exposureContainer td:last-child {
  text-align: right !important;
}
/* :L493 */
.exposureContainer td:nth-last-child(2) {
  text-align: right;
}
/* :L497 */
.exposureContainer tbody tr:last-of-type {
  background-color: #646464 !important;
  color: white !important;
}
/* :L502 */
.exposureContainer tbody tr:nth-of-type(even) {
  background-color: #f0f0f0;
}
/* :L506 */
.summaryContainer {
  float: right;
}
/* :L510 */
.summaryContainer table,
td,
th {
  border: none;
  padding: 0.4em;
}
/* :L515 */
.summaryContainer td {
  font-weight: bold;
  font-size: 1em;
  text-align: right;
}
/* :L521 */
.SC {
  justify-content: right;
}
/* :L525 */
.downloadBtn {
  float: right;
  margin: -2.75em 1em 2.75em 0;
}
/* For Quote Indication headers */

/* :L531 */
div#question231129 {
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 2em;
  margin: auto;
  text-align: center;
}
/* :L540 */
div#question231144 {
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 2em;
  margin: auto;
  text-align: center;
}
