/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
h1,
h2,
h3,
h4,
h5,
header a {
  color: #00447c !important;
}
/* :L31 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L40 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L48 */
.instanda-documents {
  text-align: center;
}
/* :L52 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L56 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L62 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L66 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L70 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L81 */
.instanda-main-content-container {
  position: relative;
}
/* :L85 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L91 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L96 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L103 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L107 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L184 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L189 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L193 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L197 */
  .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) {
  /* :L208 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L216 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L223 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L228 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L235 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L239 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L243 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L247 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L251 */
.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;
}
/* :L264 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/* :L17 */
.container.agent-quotesearch-results-container a {
  display: block;
  padding: 0px 0px 5px 0px;
  min-width: 115px;
}
/* :L24 */
span:contains("N/A") {
  display: none;
}
/* :L28 */
.body.auto-skip-mta > * {
  display: none !important;
}
@keyframes auto-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* QQD Page Styles --> Starts here.. */

/* :L38 */
.d-block {
  display: block;
}
/* :L42 */
.d-flex {
  display: flex !important;
}
/* :L46 */
.d-flex-box-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* :L52 */
.flex-box-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* :L58 */
.flex-box-around {
  display: flex;
  justify-content: space-between !important;
}
/* :L63 */
.payment-amount {
  color: #4abbce;
  font-size: 20px;
  font-weight: bold !important;
  margin-bottom: 10px;
}
/* :L70 */
.premium-content-box {
  display: block;
  border: 1px solid #0088bd;
  width: 340px;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 4px;
}
/* :L79 */
.title {
  margin: -10px -10px 10px;
  padding: 10px;
  font-weight: 400;
  color: #0088bd;
}
/* :L86 */
.box {
  border: 1px solid white !important;
  background: white;
  padding: 16px !important;
  border-radius: 8px;
  width: 360px !important;
  margin: 24px 0 !important;
}
/* QQD Page Styles --> Ends here.. */

/* :L97 */
#RentalAddressBox,
#MonthlyPremium,
#EditPolicyCoverages {
  display: none;
}
/* :L101 */
#EditPolicyCoverages button {
  background-color: #ea7039;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin: 24px 0 0;
}
/* :L112 */
.rentaladdress {
  background-color: white;
}
/* :L116 */
.bold {
  font-weight: bold;
}
/* :L120 */
#Coverages {
  display: table;
}
/* :L124 */
button[name="chosenProductIds"] {
  padding: 10px 15px;
  color: #ea7039;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: 1px solid #ea7039;
}
/* :L133 */
.btn.btn-default.active {
  background-color: #122144 !important;
  color: white !important;
  box-shadow: none;
}
/* :L139 */
.btn.btn-default.focus {
  outline: none;
}
/* :L143 */
#display247945798 .instanda-responsive-help-icon .fa .fa-question-circle .fa-2x {
  position: relative;
}
/* :L147 */
#question498991 .instanda-responsive-help-icon-link {
  position: relative;
}
/* :L151 */
#ins-helper-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  right: auto;
}
/* :L158 */
.quick-quote-questions-link {
  font-size: 16px;
  color: #ea7039;
  text-decoration: underline;
  font-weight: bold;
}
/* :L165 */
.instanda-responsive-help-text {
  margin-left: auto;
}
/* :L169 */
.ins-editlink {
  position: absolute;
  top: 395px;
  right: auto;
  left: 55%;
  margin: 0;
  padding: 0;
  width: 115px;
}
/* :L179 */
.ins-editlink a:hover,
.ins-editlink a:focus,
.ins-editlink a:active {
  outline: none;
  color: #c75724;
  outline-offset: 0;
  text-decoration: underline;
}
/* :L188 */
tr td button {
  padding: 4px 20px;
  outline: none;
  border: none;
  color: black;
  background-color: #a9c5f8;
  margin-top: 10px;
}
/* :L197 */
.rentalTextAlignment {
  margin: 0 0 8px 15px;
}
/* PQQD Page Styles --> Starts here.. */

/* :L202 */
.premium-display-box {
  padding: 30px;
  border: 1px solid black;
  border-radius: 10px;
  width: 1000px;
  margin: auto;
  font-family: Arial, sans-serif;
  color: black;
  background-color: white;
}
/* :L213 */
.coverage-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
  margin-top: 0;
}
/* :L220 */
.coverage-table thead tr th,
.coverage-table tbody tr td {
  text-align: left;
  padding: 10px;
}
/* :L226 */
.coverage-table tbody tr th {
  border-bottom: 1px solid black;
}
/* :L230 */
.coverage-table tbody tr td {
  border-bottom: 1px solid #cccccc;
}
/* :L234 */
.coverage-table tbody tr .padding {
  padding: 10px;
}
/* :L238 */
.edit-coverage-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ddd6d6;
  color: #0c0c0c;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
/* PQQD Page Styles --> Ends here.. */

/* QD Page Styles --> Starts here.. */

/* :L255 */
.payment-detail-box {
  margin-top: 20px;
  background: white;
  border: 1px solid black;
  padding: 20px;
  border-radius: 8px;
  color: black;
  width: 90%;
  font-size: 16px;
}
/* QD Page Styles --> Ends here.. */

/* Common Styles --> Starts here.. */

/* :L269 */
body {
  background: #f0f1f2;
  color: black;
}
/* :L274 */
h1,
h2,
h3,
h4,
h5 {
  color: black !important;
  font-weight: bold;
}
/* :L279 */
h1 {
  font-size: 28px !important;
}
/* :L283 */
h2 {
  font-size: 24px !important;
}
/* :L287 */
.d-flex {
  display: flex;
}
/* :L291 */
.justify-content-end {
  justify-content: flex-end;
}
/* :L295 */
.my-40,
#question498797 h3,
#question499006 h3 {
  margin: 40px 0 !important;
}
/* :L299 */
.m-0 {
  margin: 0 !important;
}
/* :L303 */
.mb-0 {
  margin-bottom: 0 !important;
}
/* :L307 */
.mb-24 {
  margin-bottom: 24px !important;
}
/* :L311 */
.mt-12 {
  margin-top: 12px !important;
}
/* :L315 */
.table {
  margin-bottom: 24px !important;
}
/* :L319 */
label {
  margin-bottom: 8px !important;
}
/* :L323 */
.form-group {
  margin-bottom: 12px !important;
}
/* :L327 */
.w-90 {
  width: 90%;
}
/* :L331 */
.w-100 {
  width: 100%;
}
/* :L335 */
.pl-15 {
  padding-left: 15px;
}
/* Common Styles --> Ends here.. */

/* Button Styles --> Starts here.. */

/* :L341 */
.btn-primary,
.btn-default {
  background-color: #ea7039;
  border-color: #ea7039;
  border-radius: 4px !important;
  outline: none;
  color: white;
}
/* :L349 */
.btn-primary:first-child {
  margin-left: 0 !important;
}
/* :L353 */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #c75724 !important;
  border-color: #c75724 !important;
  box-shadow: none !important;
  color: white;
}
/* :L365 */
.btn:focus,
.btn:active,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary:focus,
.btn-secondary:active {
  outline: none !important;
  outline-offset: 0 !important;
}
/* Button Styles --> Ends here.. */

/* Navbar Styles --> Starts here.. */

/* :L374 */
.navbar-brand {
  padding: 4px 0 0;
}
/* :L378 */
.navbar {
  margin-bottom: 0;
}
/* :L382 */
.navbar-default {
  background-color: white;
  border-bottom-color: transparent;
}
/* :L387 */
.navbar-static-top .nav {
  padding: 0 !important;
}
/* :L391 */
.navbar-default .navbar-nav > li {
  margin-bottom: 0;
}
/* :L395 */
.navbar-default .navbar-nav > li > a {
  color: #122144 !important;
  font-size: 16px;
  padding: 28px 15px;
  outline: none;
}
/* :L402 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
  color: #ea7039 !important;
  font-weight: bold;
  border-bottom: 4px solid #ea7039;
}
/* Navbar Styles --> Ends here.. */

/* Table Styles --> Starts here.. */

/* :L412 */
table tr th a,
.table thead tr th {
  color: white;
  font-weight: bold;
  outline: none;
}
/* :L418 */
table tr td a,
table tr td a:hover,
.table tbody tr td a,
table tr td a:focus,
table tr td a:active {
  color: #ea7039;
  outline: none;
  text-decoration: none;
  font-weight: bold;
}
/* :L426 */
table tr th a:focus,
table tr th a:hover,
table tr th a:active {
  color: white;
  outline: none;
  text-decoration: none;
}
/* :L434 */
.table-hover > tbody > tr:hover {
  background: transparent;
}
/* :L438 */
.table-bordered {
  background: white;
  border: 1px solid transparent;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}
/* :L446 */
.table-bordered thead th {
  background: #122144;
}
/* :L450 */
.table-bordered thead th:first-child {
  border-top-left-radius: 8px;
}
/* :L454 */
.table-bordered thead th:last-child {
  border-top-right-radius: 8px;
}
/* :L458 */
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
/* :L463 */
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-left: none !important;
  border-right: none !important;
}
/* :L470 */
.table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
}
/* :L474 */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #eeeeee !important;
}
/* :L480 */
.table tbody tr:last-child td {
  border-bottom: none !important;
}
/* :L484 */
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-bottom: 0;
}
/* :L490 */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 16px;
}
/* :L495 */
.table-layout-fixed {
  table-layout: fixed;
}
/* Table Styles --> Ends here.. */

/* Icon Styles --> Starts here.. */

/* :L501 */
.fa-question-circle {
  color: #ea7039;
}
/* Icon Styles --> Ends here.. */

/* Pagination Styles --> Starts here.. */

/* :L507 */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #ea7039;
  border-color: #ea7039;
}
/* :L514 */
.pagination > li > a,
.pagination > li > span {
  color: #122144;
}
/* Pagination Styles --> Ends here.. */

/* QuickQuoteQuestions --> Starts here.. */

/* :L520 */
.instanda-container-fluid {
  background-color: transparent;
  margin-bottom: 0;
}
/* :L525 */
.instanda-questionHeader h3 {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 22px;
  font-weight: bold;
}
/* :L533 */
#question498795 .instanda-questionHeader h3 div {
  margin-bottom: 16px !important;
  font-size: 18px !important;
}
/* :L538 */
#AdditionalRenters_AdditionalOccupant_MIaddButton {
  margin-left: 0 !important;
}
/* :L542 */
.subtitle-section h3 {
  font-size: 18px;
  margin: 0 0 24px;
}
/* :L547 */
.subtitle-section p {
  margin: 0 0 24px 0;
  font-style: italic;
}
/* QuickQuoteQuestions --> Ends here.. */

/* On Top Styles --> Starts here.. */

/* :L554 */
.instanda-main-content h1 {
  margin: 40px 0 40px;
}
/* :L558 */
#instanda-site-layout {
  width: 1170px;
}
/* :L562 */
.container.policy-view-options-action-buttons {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
/* :L568 */
.container.policy-view-options-action-buttons .btn-group,
.container.policy-view-options-action-buttons .block-renewals,
.quote-search-results-content ul.pagination {
  justify-content: flex-end;
  display: flex;
}
/* :L575 */
.container.policy-view-options-action-buttons .btn-group {
  flex-wrap: wrap;
}
/* :L579 */
.container.policy-view-options-action-buttons .btn-group .btn-primary {
  margin: 0 0 10px 5px !important;
}
/* :L583 */
.container.policy-view-options-action-buttons .btn-group .modal-footer .btn-primary {
  margin: 0 0 0 10px !important;
}
/* :L587 */
.container.policy-view-options-action-buttons .block-renewals input {
  margin: 0;
}
/* :L590 */
.container.policy-view-options-action-buttons .block-renewals span {
  padding: 0 0 0 5px;
}
/* :L594 */
#RentalAddressBox,
.instanda-address-line-2 {
  margin-top: 12px;
}
/* :L598 */
.instanda-quote-content .agent-view-quote-policy-content table tbody {
  background: white;
  border-radius: 8px;
}
/* :L603 */
#RentalAddressBox tbody tr td {
  border-bottom: 1px solid transparent !important;
}
/* :L607 */
#RentalAddressBox tbody tr:last-child td {
  padding: 0 0 12px 20px;
}
/* :L611 */
.instanda-file-input-label-btn {
  margin-bottom: 12px;
}
/* :L615 */
#agentSearchResultsTable {
  margin: 0;
}
/* :L619 */
#divNavigation a {
  margin: 24px 0 0 10px!important;
}
/* :L623 */
#download-button-container .btn-default {
  margin: 0 !important;
}
/* :L627 */
#RentalAddressBox {
  background: white;
  width: 555px;
}
/* :L632 */
#question498140 h3 {
  margin: 20px 0 40px !important;
}
/* :L636 */
#question498145 h3 {
  margin: 20px 0 16px !important;
}
/* :L640 */
#question498147 h3 {
  margin: 24px 0 16px !important;
}
/* :L644 */
#question498146 .instanda-questionHeader div,
#question498148 .instanda-questionHeader div,
#question499021 .instanda-questionHeader div,
#question499032 .instanda-questionHeader div {
  font-style: italic;
}
/* :L651 */
#question510071 {
  margin: 16px 0 9px 0;
}
/* :L655 */
#instanda-responsive-help-text-customize div {
  margin: 8px 0 0 !important;
}
/* :L659 */
#question498991 {
  position: relative;
}
/* :L663 */
#question498981 h3,
.section-title {
  margin: 36px 0 24px;
}
/* :L667 */
#question499016 h3,
#question507635 h3 {
  margin: 12px 0 24px;
}
/* :L671 */
.instanda-multi-item-add-remove.container {
  padding-left: 0 !important;
}
/* :L675 */
#question507636 h3 div {
  font-size: 18px;
  margin-bottom: 16px;
}
/* :L680 */
.retrieve-quote-policy .instanda-main-content .instanda-agent-search-fields h4 {
  margin: 0 0 24px;
}
/* :L684 */
#question507641 h3,
#EditPolicyDetails,
#question499032 .instanda-questionHeader div,
#question507629 h3 div {
  margin-bottom: 24px;
}
/* :L689 */
#question507721 {
  margin-top: 40px;
}
/* :L693 */
.instanda-buttonList {
  margin-top: 0 !important;
}
/* :L697 */
#question509862,
#question509862 .instanda-text-question.form-group.row {
  margin: 0 !important;
}
/* :L702 */
#EditPolicy {
  margin-top: 24px;
}
/* :L706 */
#question498977 .instanda-questionHeader.questionHeader.container {
  margin: 36px 0 36px;
}
/* :L710 */
#quote-search-results-container-1 .quote-search-results-content h2 {
  margin: 0 0 16px;
}
/* :L714 */
#quote-search-results-container-2 .quote-search-results-content h2 {
  margin: 40px 0 16px 0;
}
/* :L718 */
#question499016,
#question499022,
#question499032,
#question499024,
#question499035,
#question498991,
#question498147,
#question498140,
#question498795,
#question498977,
#question499031,
#question498981,
#question498145,
#question498797,
#question498979,
#question498990,
#question507630,
#question509862,
#question499006,
#question507629,
#question499032,
#question509546,
#question509548,
#question509528,
#question509528 .instanda-questionHeader p,
.retrieve-title-section.form-group {
  margin-bottom: 0 !important;
}
/* :L725 */
#question499022 h3,
#question499031 h3,
#question499035 h3,
#question498991 h3 {
  margin: 24px 0 !important;
}
/* :L729 */
#question509914 {
  margin-top: 20px !important;
}
/* :L733 */
#instanda-site-layout .instanda-main-content-container .instanda-main-content .instanda-agent-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}
/* :L740 */
#instanda-site-layout .instanda-main-content-container .instanda-main-content .instanda-agent-login > div {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}
/* On Top Styles --> Starts here.. */

/*Quote dispaly Styles --> Starts here*/

/* :L748 */
.ins-quote-display {
  font-family: Arial, sans-serif;
  max-width: 1140px;
  margin: 40px 0 auto;
}
/* :L755 */
.ins-payment-plan-saving {
  margin-bottom: 24px;
}
/* :L759 */
.ins-payment-plan-saving strong {
  font-size: 20px;
  color: #4abbce;
}
/* :L764 */
.payment-detail-box {
  margin: 0 0 24px;
  background: white;
  border: 1px solid black;
  padding: 20px;
  border-radius: 8px;
  color: black;
  width: 90%;
  font-size: 16px;
}
/* :L775 */
.payment-detail-box .note {
  font-size: 0.9em;
  color: #333333;
}
/* :L780 */
.payment-detail-box .title-section {
  font-weight: bold;
  margin-top: 20px;
}
/* :L785 */
.payment-detail-box .note-para {
  font-size: 0.9em;
  color: #333333;
}
/* :L790 */
#QuickQuoteTwo,
.para-text {
  font-size: 16px;
}
/* :L794 */
.ins-full-width-auto {
  max-width: 100%;
  height: auto;
}
/* :L799 */
#instanda-quote-link a,
#emailQuoteLinkLink {
  padding: 10px;
  border: 1px solid #ea7039;
  border-radius: 4px;
  color: #ea7039;
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  outline: none;
}
/* :L810 */
#instanda-quote-link a:focus,
#instanda-quote-link a:hover,
#emailQuoteLinkLink:focus,
#emailQuoteLinkLink:hover {
  text-decoration: none;
}
/* :L815 */
#instanda-quote-link a i,
#emailQuoteLinkLink i {
  margin-right: 10px;
}
/* :L819 */
#emailQuoteLinkLink {
  margin-left: 10px;
}
/*Quote dispaly Styles --> Starts Ends*/

/*View-All Docs, Cancel Policy, View Claims Styles --> Starts here*/

/* :L825 */
.instanda-agent-all-docs-content .agent-all-docs-responsive h3,
.view-claims-content .claims-view-page-title h2 {
  margin: 40px 0;
  font-size: 28px;
}
/* :L830 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList {
  padding: 0 0 0 16px;
  margin-bottom: 24px;
}
/* :L835 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li {
  color: #ea7039;
  margin-bottom: 16px;
}
/* :L840 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li a {
  color: #ea7039;
  font-weight: bold;
  outline: none;
}
/* :L846 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li a:hover,
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li a:focus {
  color: #ea7039;
}
/* :L851 */
.instanda-agent-all-docs-content .documents-regenerate {
  display: flex;
  justify-content: flex-end;
}
/* :L856 */
.instanda-agent-all-docs-content .documents-regenerate #DocumentReGenerateSubmit,
.instanda-cancellation-questions #question509546 h3,
.instanda-cancellation-questions #question509548 h3 {
  margin-bottom: 24px;
}
/* :L861 */
.instanda-cancellation-questions #question509528 h3 {
  margin: 20px 0 40px !important;
  font-size: 28px;
}
/* :L866 */
.view-claims-content .policy-data .policy-heading,
.view-claims-content .claim-list .claim-data .claim-item.claims-heading {
  padding: 12px;
  background: #121444;
  color: white;
  border-radius: 4px 4px 0 0;
}
/* :L874 */
.view-claims-content .policy-data .policy-item,
.view-claims-content .claim-list .claim-data .claim-item {
  padding: 12px;
  background: white;
  border-radius: 0 0 4px 4px;
}
/* :L881 */
.view-claims-content .policy-data .policy-item .policy-row-data a,
.view-claims-content .policy-data .policy-item .policy-row-data a:hover,
.view-claims-content .policy-data .policy-item .policy-row-data a:focus {
  color: #ea7039;
  outline: none;
  font-weight: bold;
}
/* :L889 */
.view-claims-content .claim-item .claim-row-data .claim-action-button {
  padding: 4px 8px;
}
/* :L893 */
.view-claims-content .claim-list .title {
  margin: 0;
  padding: 0;
}
/*View-All Docs, Cancel Policy, View Claims Styles --> Starts Ends*/

/* Cancellation complete screen style starts here... */

/* :L900 */
.label-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #eeeeee;
  opacity: 1;
  cursor: not-allowed;
}
/* Cancellation complete screen style ends here... */

/* Pre Quote Rental Address display box Styles */

/* :L927 */
#question498991 .container {
  padding-left: 0px;
}
/* Quote Display Insert Adjustment Questions Question Styles */

/* :L932 */
#question509862 .instanda-question-label label {
  font-size: 20px;
  font-weight: bold;
}
/* :L937 */
#question509862 {
  margin-bottom: 0px;
}
/* :L941 */
#question498977 .container div,
#question498979 .container div {
  font-style: italic;
}
/* :L945 */
#question498991 {
  padding-left: 15px;
}
/* :L948 */
.prequote-chart-container {
  max-width: 1154px;
  margin: 40px auto;
  padding: 0 20px;
}
/* :L954 */
.renters-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: black;
}
/* :L961 */
.premium-chart {
  background-color: #1b3764;
  color: white;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  flex-wrap: wrap;
  position: relative;
}
/* :L972 */
.left-section {
  flex: 1;
  width: 100px;
  display: grid;
  place-content: center;
  padding-right: 30px;
}
/* :L981 */
.left-section h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: white !important;
}
/* :L987 */
.premium-chart::before,
.premium-chart::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.1);
  /* Transparent white */
  border-radius: 50%;
}
/* :L997 */
.premium-chart::before {
  top: 0;
  right: 0;
  transform: translate(-250%, -30%);
}
/* :L1003 */
.premium-chart::after {
  bottom: 0;
  left: 0;
  transform: translate(-20%, 20%);
}
/* :L1009 */
.price {
  font-size: 36px;
  font-weight: bold;
  color: #2fd9ff;
  margin-bottom: 10px;
}
/* :L1016 */
.left-section p {
  font-size: 14px;
  line-height: 1.5;
  color: #e0e0e0;
  max-width: 300px;
}
/* :L1023 */
.right-section {
  flex: 1;
  min-width: 300px;
  padding: 20px 30px 30px 30px;
  border: 1px solid white;
  border-radius: 20px;
}
/* :L1031 */
.right-section-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* :L1037 */
.right-section-table th,
.right-section-table td {
  font-size: 14px;
  text-align: left;
  padding: 4px 0px;
  color: white;
}
/* :L1045 */
.right-section-table th {
  font-size: 18px;
  font-weight: 600;
  height: 55px;
}
/* :L1051 */
.right-section-table td:last-child,
.right-section-table th:last-child {
  text-align: right;
}
/* :L1056 */
.endorsements-box {
  background-color: #0d2344;
  padding: 20px;
  border-radius: 12px;
}
/* :L1062 */
.endorsement-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 11px;
  color: white;
}
/* :L1069 */
.endorsement-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
/* :L1075 */
.endorsement-row:last-child {
  border-bottom: none;
}
/* :L1079 */
.endorsement-label,
.endorsement-value {
  font-size: 14px;
  color: white;
}
/* :L1085 */
.edit-button {
  margin-top: 20px;
  text-align: center;
}
/* :L1090 */
.edit-button button {
  background-color: #f37021;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* :L1101 */
  .left-section,
  .right-section {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
/* :L1109 */
.right-section-table thead tr {
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* :L1114 */
.right-section-table tbody tr {
  padding: 15px;
}
/* :L1117 */
.action-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
/* :L1124 */
.action-btn a.btn.btn-primary {
  flex: 0 0 40%;
  color: white !important;
}
/* :L1129 */
#reinstateBtn {
  display: block;
}
/* Hide modal by default */

/* :L1134 */
.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
/* Show modal when targeted via anchor link */

/* :L1144 */
.custom-modal:target {
  display: block;
}
/* Modal content box */

/* :L1149 */
.custom-modal-content {
  background: white;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 4px;
  position: relative;
  text-align: center;
}
/* :L1160 */
.custom-modal-content h4 {
  padding: 20px;
}
/* Close button */

/* :L1165 */
.custom-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  text-decoration: none;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
}
/*Customer Homepage Style Starts here*/

/* :L1176 */
.quote-search-results-table table thead tr th {
  white-space: nowrap;
}
/* :L1180 */
.quote-search-results-table table thead tr th,
.quote-search-results-table table tbody tr td {
  text-align: left !important;
}
/*Customer Homepage Style Starts ends*/

/*Custom Style Starts here*/

/* :L1187 */
.sub-heading {
  margin: 0 0 24px;
}
/* :L1191 */
.instanda-retrieve-quote .container .instanda-button {
  width: 100%;
  text-align: right;
}
/* :L1196 */
.ins-accordion-section {
  margin: 40px 0 0;
}
/* :L1200 */
.ins-accordion-section .panel-group {
  margin-bottom: 24px;
}
/* :L1204 */
.ins-accordion-section .panel-group .panel {
  background-color: white;
  margin-bottom: 24px;
  border: none;
}
/* :L1210 */
.ins-accordion-section .panel-group .panel-default {
  border-color: transparent;
}
/* :L1214 */
.ins-accordion-section .panel-group .panel .panel-collapse {
  padding: 0 16px 24px;
}
/* :L1218 */
.ins-accordion-section .panel-group .panel .panel-collapse table {
  margin-bottom: 0 !important;
}
/* :L1222 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th {
  color: white;
  font-weight: bold;
  outline: none;
  background: #122144;
}
/* :L1229 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th:first-child {
  border-top-left-radius: 8px;
}
/* :L1233 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr td:first-child {
  border-left: 1px solid #eeeeee !important;
}
/* :L1237 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr td:last-child {
  border-right: 1px solid #eeeeee !important;
}
/* :L1241 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr:last-child td {
  border-bottom: 1px solid #eeeeee !important;
}
/* :L1245 */
.ins-accordion-section .panel-group .panel .panel-collapse .update-payment-details-link {
  margin: 24px 0 !important;
}
/* :L1249 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th:last-child {
  border-top-right-radius: 8px;
}
/* :L1253 */
.ins-accordion-section .panel-group .panel-default > .panel-heading {
  background-color: #ea70393d;
  border-color: transparent;
}
/* :L1258 */
.ins-accordion-section .panel-group .panel-default > .panel-heading .panel-title {
  color: #ea7039;
  font-weight: bold;
}
/* :L1263 */
.ins-accordion-section .panel-group .panel-default > .panel-heading a {
  outline: none !important;
}
/* :L1267 */
.ins-accordion-section .panel-group .panel-default > .panel-heading a:hover,
.ins-accordion-section .panel-group .panel-default > .panel-heading a:focus {
  text-decoration: none;
}
/* :L1272 */
.ins-accordion-section .panel-group .panel + .panel {
  margin-top: 0;
}
/* :L1276 */
#instanda-site-layout .instanda-customer-membership-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}
/* :L1283 */
#instanda-site-layout .instanda-customer-membership-login .well {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}
/* :L1289 */
.customer-details-section,
.page-customerdetailschangepassword .instanda-main-content .questionItem.instanda-question-item {
  margin-top: 40px;
}
/* :L1293 */
.action-link,
a.action-link:focus,
a.action-link:hover {
  color: #ea7039;
  outline: none;
  font-weight: bold;
}
/*Custom Style Starts ends*/

