/* abstracts */
/*=============================
=            color            =
=============================*/
/*=====  End of color  ======*/
/*=============================
=            color            =
=============================*/
/*=====  End of color  ======*/
/* base */
body {
  background-color: #fff;
  font-family: "bricolage-grotesque", sans-serif;
}

body.swingLineTest {
  background-image: none;
}

h2, h3 {
  font-family: "bricolage-grotesque", sans-serif;
}

h4, h5, h6 {
  text-transform: uppercase;
  font-family: "bricolage-grotesque", sans-serif;
}

h5 {
  margin-bottom: 10px;
  margin-top: 25px;
}

a:not(.wizard-step):not(#swingline_back_to_website_btn):not(.btn) {
  color: #00595A;
  text-decoration: underline;
}

a:focus:not(.wizard-step):not(#swingline_back_to_website_btn):not(.btn), a:hover:not(.wizard-step):not(#swingline_back_to_website_btn):not(.btn) {
  color: #2CD49E;
  text-decoration: underline;
}

.l-subfooter a {
  color: #fff !important;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  text-decoration: none !important;
}

.l-subfooter a:hover {
  color: #2CD49E !important;
  text-decoration: none !important;
}

.calendarItemDay a, .calendarItemYear a {
  text-decoration: none !important;
}

.calendarItemDay a:hover, .calendarItemYear a:hover {
  background-color: #FFD400 !important;
  color: #00595A !important;
}

.calendarItemDay a.selected, .calendarItemYear a.selected {
  background-color: #CCCCCC !important;
}

.panel-title a, .panel-title a:hover {
  text-decoration: none !important;
  color: #fff !important;
  padding: 0;
  margin: 0;
}

.mainFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.mainFlex .container-fluid {
  margin-right: 0;
  margin-left: 0;
}

.btn {
  padding: 0 13px !important;
}

.panel-insurance-product .btn {
  padding: 3px 8px 5px 8px !important;
}

.panel-insurance-product .btn.btn-success {
  padding: 0 13px !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-success.active, .btn-success:active,
.open > .dropdown-toggle.btn-success {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success:hover {
  border: none;
}

.wizard {
  border-radius: 0px;
}

.wizard .wizard-step.current {
  background-color: transparent;
  color: #00595A;
}

.wizard .wizard-step.done {
  background-color: transparent;
  text-decoration: underline;
  color: #8B9D8C;
}

.wizard .wizard-step.done:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #00595A;
}

.wizard .wizard-step.current:after,
.wizard .wizard-step.done:after {
  border-left-color: #fff;
  margin-left: -17px;
  border-left: 13px solid #fff;
}

.wizard .wizard-step.current:before,
.wizard .wizard-step.done:before {
  border-left-color: #00595A;
  margin-left: -15px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #00595A;
  margin-top: -30px;
}

.wizard .wizard-step {
  color: #193133;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wizard .wizard-step:after {
  border-left-color: #fff;
  border-left: 13px solid #fff;
}

.wizard .wizard-step:before {
  border-left-color: #00595A;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #00595A;
  margin-top: -30px;
}

.wizard-step .hidden-xs {
  margin-left: 5px !important;
}

.wizard .wizard-step:nth-child(4):after {
  display: none;
}

.wizard .wizard-step:nth-child(4):before {
  display: none;
}

sl-select .select-container .selected-option {
  padding: 7px 8px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #cccccc;
  font-weight: 700;
}

sl-select .select-container .selected-option .select-toggle {
  top: 8px;
  background-color: transparent;
}

sl-divider .divider-line {
  border-bottom: 1px solid #00595A;
}

.form-control {
  height: 36.5px;
  border-radius: 8px;
  padding: 8px 8px !important;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.iti .form-control {
  padding-left: 90px !important;
}

.form-control:focus {
  outline: none;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  padding: 15px 12px;
}

.form-group .btn-default {
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: static;
  pointer-events: initial;
  opacity: 1;
}

sl-counter .counterText {
  padding-top: 12px;
}

.condensed-sm .btn.btn-success {
  padding: 15px 12px;
}

/*.datepicker .btn,
.datepicker sl-select .select-container .selected-option {
  padding: 4px 12px !important;
  height: 30px;
}
.datepicker sl-select .select-container .selected-option .select-toggle {
  top: 3px;
}*/
.titleZone {
  margin-bottom: 30px;
  color: #00595A;
  text-decoration: none;
  font-weight: 500;
  padding: 20px 0;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  width: 100%;
}

.titleZone h1 {
  font-size: 25px;
  margin: 0;
  font-family: "bricolage-grotesque", sans-serif;
}

.swinglineSpace .row > .col-md-4:nth-of-type(2):has(sl-reservation-price) {
  padding-top: 15px;
}

.swinglineSpace .row .col-2 {
  word-break: break-all;
  overflow-wrap: break-word;
}

.swinglineSpace .row .col-3 {
  white-space: nowrap;
}

input[type=checkbox] {
  margin-right: 5px;
}

input[type=radio] {
  margin-right: 5px;
}

input[type=checkbox]:checked {
  accent-color: #00595A;
}

input[type=radio]:checked {
  accent-color: #00595A;
}

sl-reservation-price .card .card-body .row {
  margin-bottom: 5px;
}

sl-reservation-price .card .card-body .row:first-child {
  margin-bottom: 10px;
}

sl-reservation-product .card .card-body .fa-lg {
  line-height: 1.1em;
  font-size: 1em;
}

sl-reservation-product .panel-insurance-product .btn {
  display: unset;
  top: -3px;
}

.modal.on-request {
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
}

.modal.on-request .modal-body {
  padding: 20px;
}

.modal.on-request .modal-content {
  top: 40%;
  max-width: 800px;
  margin: auto;
}

.modal.on-request .alert .close {
  position: absolute;
  top: -8px;
  right: 0px;
  color: inherit;
}

.alert-danger {
  margin-top: 15px;
}

/* components */
.btn {
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  border: none;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #fff;
  font-size: 14px;
  color: #fff;
  line-height: calc(1.75em + 0.75rem + 2px);
}

.btn.btn-default {
  border: 1px solid #ccc;
  color: #00595A;
}

.btn.btn-default i {
  color: #FFD400;
}

.btn.btn-success, .btn.btn-primary {
  position: relative;
  background: #FFD400;
  color: #193133;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, $green 0%, $green-light 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$green", endColorstr="$green-light",GradientType=0 );
  /* IE6-9 */
}

.btn.btn-secondary {
  position: relative;
  background: #fff;
  color: #FFD400;
  border: 1px solid #FFD400;
}

.btn:hover {
  color: #fff;
  background-color: #193133;
}

.btn.btn-default:hover {
  background-color: #193133;
}

.btn.btn-default:hover i {
  color: #fff;
}

.btn.btn-secondary:hover {
  border: 1px solid #193133;
}

.card {
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card.panel-default {
  margin-left: 0 !important;
}

.card.panel-default > .panel-heading {
  background: #00595A;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#00595A), to(#00595A));
  background: linear-gradient(to bottom, #00595A 0%, #00595A 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$green", endColorstr="$green",GradientType=0 );
  /* IE6-9 */
  color: #fff;
  border-radius: 8px 8px 0 0;
  border: none;
  padding: 15px;
}

.card .panel-body {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.card .panel-title {
  font-size: 19px;
}

.card .panel-title .text-success {
  color: #fff;
}

.card .panel-title a {
  font-weight: 400;
  line-height: 1.1em;
}

.card .panel-title a:hover {
  color: #fff !important;
  font-weight: 400;
}

.card .panel-title a:hover .highlight {
  font-weight: 300;
  color: #fff !important;
}

.card .panel-title a:focus {
  color: #fff !important;
  font-weight: 400;
}

.card .panel-title a:focus .highlight {
  font-weight: 300;
  color: #fff !important;
}

.card .panel-title i {
  color: #fff !important;
}

.modal .modal-dialog h1, .modal .modal-dialog h2, .modal .modal-dialog h3, .modal .modal-dialog h4 {
  margin-bottom: 0;
  margin-top: 0;
}

.modal .modal-dialog .modal-body label {
  display: inline-block;
}

.modal .modal-dialog .modal-body .form-horizontal .control-label {
  padding-top: 7px;
}

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

.modal .modal-header {
  color: #fff;
  background: #00595A;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#00595A), to(#00595A));
  background: linear-gradient(to bottom, #00595A 0%, #00595A 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$green", endColorstr="$green",GradientType=0 );
  /* IE6-9 */
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-radius: 10px 10px 0 0;
}

.modal .modal-dialog .modal-header {
  padding: 10px 40px 10px;
}

.modal .modal-dialog .modal-body {
  padding-top: 20px;
}

.modal .modal-dialog .modal-body a {
  font-weight: normal;
}

.modal .modal-dialog .modal-header .modal-title {
  color: white;
  font-size: 1.6em;
  text-transform: none;
}

.modal .modal-header .modal-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: white;
}

.modal .close, .modal .modal-dialog .close {
  color: #fff;
  opacity: 1;
  font-size: 45px;
}

.modal .close span:focus {
  outline: none;
}

.modal .close:focus, .modal .close:hover {
  color: #fff;
}

.modal#priceDetail .modal-body .row {
  margin-bottom: 5px;
}

.modal#priceDetail .modal-body .row > div:first-child {
  font-weight: 700;
}

/*.ui-datepicker {
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}*/
img {
  padding: 4px 0;
  max-width: 150px;
}

.l-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

.btnBack {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
}

.btnBack a {
  padding: 0;
  background-color: transparent;
  color: #193133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 40px;
}

.btnBack a i {
  margin-right: 10px;
}

.btnBack a:hover {
  text-decoration: none;
}

h1 {
  font-weight: 500;
  color: #00595A;
  margin: 0;
}

.img-responsive {
  display: inline;
}

.card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swingline .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swingline .btn-warning {
  color: #193133;
  background-color: #FFD400;
}

.swingline .btn-danger {
  color: #707070;
}

.swinglineSpace {
  max-width: 1200px;
  margin: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: auto;
  }
  .form-horizontal .control-label {
    padding-top: 11px;
  }
  .titleZone h1 {
    font-size: 36px;
  }
  img {
    max-width: none;
  }
  .btnBack a {
    font-size: 16px;
  }
  .btnBack a:hover {
    color: #2CD49E;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    width: auto;
  }
  .swinglineSpace .row > .col-md-4:nth-of-type(2):has(sl-reservation-price) {
    padding-top: 60px;
  }
}
@media (min-width: 1420px) {
  .container {
    max-width: 1360px;
    width: auto;
  }
}