body {
  overflow-y: scroll;
}

.color1 {
  color: #004278;
}

.color2 {
  color: #cdced0;
}
.color3 {
  color: #fff;
}

.backgroundcolor1 {
  background-color: #004278;
}

.backgroundcolor2 {
  background-color: #cdced0;
}

.backgroundcolor3 {
  background-color: #fff;
}

select {
  border-radius: 0px;
}

  select.form-control {
    border-radius: 0px;
  }

input {
  border-radius: 0px;
}

.navbar-toggler-icon {
  color: #000000 !important;
  background-color: #ffffff;
}

.techotel-navbar {
  background-color: #224078;
}

.topbar-companylogo {
  position: relative;
  display: block;
  height: 0px;
  top: 0px;
  z-index: 100;
  padding-left: 2%;
}

  .topbar-companylogo a img {
    max-height: 62px;
    top: 2px;
    position: relative;
  }
@media(max-width: 768px) {
    .topbar-companylogo a img {
        max-height: 42px;
    }
}

.navbar-light .navbar-brand {
  color: #fff;
}

.navbar-light .navbar-toggler-icon {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navidropdown {
  min-width: 89px;
}

.dropdown-menu {
 min-width: 0;
}

.icon-btn-style {
  margin-top: 10px;
}

.collapsebar {
  width: 100%;
}

.dropdown {
    z-index: auto;
}

.techotel-top-image {
  background-image: url("/media/i3gjaawy/30344809-stamp-with-word-missing-inside-1.jpg");
  background-blend-mode: overlay;
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 120px;
  height: auto;
  justify-content: center !important;
}

@media (min-width: 768px) {
  .desktop-toptext {
    position: absolute;
    max-height: 250px;
    max-width: 350px;
    width: 70%;
    top: 35px;
    right: 5%;
    background-color: white;
    overflow-y: scroll
  }
}

.mobil-hotel-toptext {
  font-size: 1em;
}

  .mobil-hotel-toptext > p {
    font-size: 1em;
  }

.mobil-hotel-toptext-show {
  font-size: 1em;
}
  .mobil-hotel-toptext-show > p {
  }


  @media (min-width: 768px) {
    .mobile-top-hotel-text {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .techotel-top-image {
      padding-top: 30px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding-bottom: 10px;
      background-image: none;
      padding-left: 0;
      padding-right: 0;
      height: auto;
    }

    .notechotel-top-image {
      background-image: none !important;
      padding-bottom: 0;
      padding-top: 0;
    }
  }

  .techotel-navbar-active {
  color: #fff !important;
}

.topbanner-overlay-logo {
    position: relative;
    display:block;
    height:0px;
    top: 40px;
    /*z-index: 999999999999;*/
    /*padding-left: 32%;*/
    text-align: center;
}

.topbanner-overlay-logo a img {
  max-height: 150px;
}

.techotel-top-image-overlay {
  background-color: #17a5e1;
  opacity: 1;
  /*max-height: 50%;*/
  top: 100px;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .techotel-top-image-overlay {
    top: 0px !important;
    min-width: 100%;
  }
}

.hotelboxcol-description {
  padding: 0px;
}

.hotel-desc-rightside {
    align-self: flex-end;
}

.techotel-input-datefield {
  max-width: 120px;
}

@media (max-width: 767px) {
  .techotel-input-datefield {
    max-width: none;
  }
}

#searchon-guestinfo {
  min-width: 120px;
}

.techotel-input-datefield > span {
  position: absolute;
  top: 3px;
  margin-left: 10px;
  height: 25px;
  display: flex;
  align-items: center;
  color: #000;
  z-index: 9999;
}

.techotel-input-datefield > input {
  padding-left: 25px;
}

.techotel-btn-topsearchbar {
  min-width: 100%;
}
.techotel-image-btn-topsearchbar, .techotel-image-btn-topsearchbar:hover, .techotel-image-btn-topsearchbar:focus {
    min-width: 100%;
    background-color: transparent;
}

.techotel-topsearchbar-dropdown-menu {
  min-width: 100%;
}

.techotel-collpse-formdropdown {
  min-width: 100%;
  background-color: #ffffff;
  color: #000000;
}

.techotel-collpse-formdropdown-collapse {
  position: absolute;
  color: #fff;
  z-index: 99999;
}

  .techotel-collpse-formdropdown-collapse > div {
    margin-left: 5px;
    margin-right: 5px;
  }

.techotel-header {
  color: #fff;
}

.techotel-headercol {
  padding: 0px;
}

.techotel-searchbar-column {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .techotel-searchbar-column {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .techotel-searchbar-column {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 47%;
    min-width: 47%;
  }
}

@media (max-width: 420px) {
  .techotel-searchbar-column {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 98%;
    min-width: 98%;
  }
}

.techotel-searchbar-row {
  width: unset;
}

@media (max-width: 767px) {
  .techotel-searchbar-row {
    width: 100%;
    border-right: none;
  }
}

.techotel-searchbar-form {
  margin-left: 0px;
  margin-right: 0px;
  color: #fff;
}

:root {
  font-size: 13px;
}

.use-custom-bootstrap .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.use-custom-bootstrap .btn-primary.focus, .use-custom-bootstrap .btn-primary:focus {
    box-shadow: none;
}

.btn-prevnext {
  font-size: 1.5em;
  white-space: normal;
}

@media(max-width: 768px)
{
  .btn-prevnext {
    font-size: 1em;
  }
}

.techotel-collpse-formdropdown-more {
  min-width: 105%;
  background-color: #cdced0;
  color: #fff;
  border: none;
  border-radius: 00px;
  text-decoration: underline;
  font-size: 1.2em !important;
}

techotel-collpse-formdropdown-collapse-more {
  background-color: #cdced0 !important;
  color: #004278;
  min-width: 100%;
  z-index: 9999;
  right: 0;
  font-size: 1.3em;
  font-weight: 600;
}

.introheadertext {
  font-size: 14px;
  font-weight: 600;
}

.introtext {
}

.form-select {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z'/%3E%3C/svg%3E");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: calc(100% - 14px);
  }
  
.cascading-optgroup-label {
	font-weight: bold;
	font-style: italic;
}

.extrasearch-headtext {
  color: #004278;
  font-weight: 700;
}

.extrasearch-inputtext {
  font-size: 1.2em;
  color: #004278;
  font-weight: 500;
}

.slider.slider-horizontal {
  width: 90%;
}

@media (max-width: 767px) {
  .mobile-top-image {
    background-image: url("/media/1016/toppicture.png");
    min-width: 100%;
    min-height: 100px;
    background-position: center;
    background-size: cover;
  }
}

.moresearch-mobil {
  position: relative;
  top: -20px;
}

@media (max-width: 767px) {
  .moresearch-mobil {
    position: relative;
    top: -20px;
  }
}

.moresearch-mobil > div {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  padding: 13px;
  background-color: #cdced0;
  min-height: 200px;
}

@media (max-width: 767px) {
  .moresearch-mobil > div {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 13px;
    background-color: #cdced0;
    min-height: 200px;
  }
}

.chk-switch {
  margin-bottom: 0;
}

.input-pair {
  flex-wrap: wrap;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .input-pair {
    flex-basis: 100%;
  }
}

.chk-switch-row {
  padding-left: 5px;
}

.collapse-openclose-icon:not(.collapsed) {
  background-color: #cdced0;
}

.collapse-openclose-icon {
  background-color: transparent;
}

  .collapse-openclose-icon:before {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 22px;
  }

.collapse-openclose-icon-right:after {
  font-family: 'FontAwesome';
  content: "\f077";
  position: absolute;
  right: 22px;
  font-size: 1.5em;
  align-self: center;
  top: -6px;
}

.collapse-openclose-icon.collapsed:before {
  content: "\f078";
  font-size: 1.3em;
}

.collapse-openclose-icon-right.collapsed:after {
  content: "\f078";
  position: absolute;
  right: 22px;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  align-self: center;
}

@media(max-width: 767px) {
  .collapse-openclose-icon-right:after {
    font-size: 1.3em;
    top: 2px;
  }

  .collapse-openclose-icon.collapsed:before {
    content: "\f078";
    font-size: 1.3em;
  }
}

[data-toggle="collapse"].collapsed .moresearch-not-collapsed {
  display: none;
}

[data-toggle="collapse"]:not(.collapsed) .moresearch-collapsed {
  display: none;
}

.form-spacer-top {
  margin-top: 20px;
}

.input-spacer-top {
  margin-top: 5px;
}

.input-spacer-bottom {
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .sm-input-spacer-bottom {
    margin-bottom: 5px;
  }
}

.form-tabs {
  border-bottom: none;
}

.surface-area {
  background-color: #f1eeee;
  font-size: 1.2em;
}

.surface-area-collapsed {
  font-size: 1.2em;
}

form.surface-area input, form.surface-area textarea, form.surface-area input::placeholder, form.surface-area textarea::placeholder {
  color: #000;
  font-size: 14px;
}

  form.surface-area input, form.surface-area textarea, form.surface-area input::-ms-input-placeholder, form.surface-area textarea::-ms-input-placeholder {
    color: #000 !important;
    font-size: 14px;
  }
form.surface-area .btn-primary {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 10em;
}
.surface-area-heading {
  color: #004278;
}

.surface-area-text {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}

.surface-area-footnote {
  color: #848588;
  padding-left: 20px;
}

input, testarea {
  border-radius: 0px !important;
}

.form-tabs a.nav-link.active {
  border-radius: 0px;
  background-color: #1ca3d0;
  color: #fff;
  font-size: 1.1em;
  border-color: #0e73a4;
}

.form-tabs a.nav-link {
  border-radius: 0px;
  background-color: #fff;
  color: #004278;
  font-size: 1.1em;
  border: none;
  font-weight: 600;
}

.contactform-collapse, .contactform-collapse:focus {
  font-size: 1.9em;
  /* color: #004278; */
  text-decoration: none;
}

@media(max-width: 1024px) {
  .contactform-collapse, .contactform-collapse:focus {
    font-size: 1.4em;
  }
}

  @media(max-width: 767px) {
    .contactform-collapse, .contactform-collapse:focus {
      font-size: 1em;
      color: #004278;
      text-decoration: none;
    }
  }

  .contactform-collapse:hover {
    color: #fff;
    background-color: #004278;
    text-decoration: none;
  }

  .collapsebar-righttext {
    position: relative;
    float: right;
    right: 40px;
  }

  @media(max-width: 767px) {
    .collapsebar-righttext {
      position: relative;
      float: left;
      right: auto;
    }
  }

  @media (max-width: 575px) {
    #contack-column-form {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .error {
    color: red !important;
  }

  label.error {
    display: block;
    /*display: inline-block;*/
    /*margin-bottom: .5rem;
    top: -8px;*/
    position: relative;
    /*margin-top: 10px;*/
  }

.no-label {
    align-self: flex-end;
}

  .form-control.error::placeholder {
    color: red !important;
  }
.form-control-border .form-control {
    border: 1px solid #ced4da;
}
  form#customerform div.col, form#customerform div.col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  @media (max-width: 575px) {
    .customerform-itemsdiv:nth-child(1) {
      order: 0;
    }
  }

  @media (max-width: 575px) {
    .customerform-itemsdiv:nth-child(2) {
      order: 2;
    }
  }

  @media (max-width: 575px) {
    .customerform-itemsdiv:nth-child(3) {
      order: 1;
    }
  }

  @media (max-width: 575px) {
    .customerform-itemsdiv:nth-child(4) {
      order: 3;
    }
  }

  @media (max-width: 576px) {
    .margin-bottom10px {
      margin-bottom: 10px;
    }
  }

  @media (max-width: 576px) {
    .margin-bottom22px {
      margin-bottom: 22px;
    }
  }

  .basket-container-class {
    position: absolute;
    left: 15px;
    right: 15px;
    border: 1px solid #004278;
    border-top: none;
    z-index: 1050;
    background-color: #fff;
    top: 44px;
  }

  @media (max-width: 991px) {
    .basket-container-class {
      position: relative;
      left: 0;
      right: 0;
      top: 0;
    }
  }

  .basket-collapsebar {
    position: relative;
    padding: 0px;
    height: 46px;
    /*float: left;*/
    white-space: normal;
    border: 1px solid #004278;
    font-size: 1.4em;
    color: #004289;
    font-weight: 600;
    box-shadow: none !important;
  }

    .basket-collapsebar:not(.collapsed) {
      border-bottom: none;
    }

  .basket-collapsebar-text {
    position: relative;
    top: 5px;
    display: inline;
  }

  .basket-collapsebar-icon {
    white-space: normal;
    float: right;
    height: 100%;
    width: 46px;
    background-color: #00adef;
  }

    .basket-collapsebar-icon i {
      position: relative;
      top: 3px;
      color: #fff;
      font-size: 1em;
    }

      .basket-collapsebar-icon i.fa.fa-chevron-up {
        color: #004289;
      }

    .basket-collapsebar-icon.closebar {
      background-color: #fff;
    }


  .slider-row-parent, .slider-column-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .slider-column-parent {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-flex-child {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: auto;
    align-self: auto;
  }

  .sliderlabel {
    -webkit-align-self: center;
    align-self: center;
    margin-right: 10px;
    max-width: 100px;
  }

  .slider-width {
    max-width: 70%;
  }

  .float-right.slider-bottom-maxtext {
    padding-right: 10%;
  }

  .helptext span {
    font-size: .8em;
    color: #9097a7;
    position: relative;
  }

    .helptext span:nth-child(1) {
      top: -4px;
    }

  .slider-valuetext {
    text-align: center;
    position: relative;
    top: 7px;
  }

    .slider-valuetext span {
      font-weight: 400;
      font-size: .8em;
      line-height: 10px;
    }

  .slider-selection {
    background: #17a5e1;
  }

  .slider-handle {
    background-color: #17a5e1;
    background-image: -webkit-linear-gradient(top, #17a5e1 0%, #17a5e1 100%);
    background-image: -o-linear-gradient(top, #17a5e1 0%, #17a5e1 100%);
    background-image: linear-gradient(to bottom, #17a5e1 0%, #17a5e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }

  @media (max-width: 767px) {
    .slider-handle {
      background-color: #17a5e1;
      background-image: -webkit-linear-gradient(top, #17a5e1 0%, #17a5e1 100%);
      background-image: -o-linear-gradient(top, #17a5e1 0%, #17a5e1 100%);
      background-image: linear-gradient(to bottom, #17a5e1 0%, #17a5e1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
      top: -5px;
      width: 30px;
      height: 30px;
    }
  }

  @media (max-width: 576px) {
    .slider-handle {
      background-color: #17a5e1;
      background-image: -webkit-linear-gradient(top, #17a5e1 0%, #17a5e1 100%);
      background-image: -o-linear-gradient(top, #17a5e1 0%, #17a5e1 100%);
      background-image: linear-gradient(to bottom, #17a5e1 0%, #17a5e1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
      top: -10px;
      width: 40px;
      height: 40px;
    }
  }

  @media (max-width: 767px) {
    .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
      margin-left: -15px;
    }
  }

  @media (max-width: 576px) {
    .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
      margin-left: -20px;
    }
  }

  .helptext {
    margin-top: 4px;
  }

  @media (max-width: 767px) {
    .helptext {
      margin-top: 20px;
    }
  }

  @media (max-width: 767px) {
    .slider-valuetext {
      top: 0px;
    }
  }

  @media (max-width: 576px) {
    .slider-valuetext {
      top: -5px;
    }
  }

  /* Google map Start */
  .hotels-googlemap {
    position: relative;
  }

  .hotels-googlemap-iframe {
    border: 0;
    z-index: 9999;
    width: 100%;
    height: 300px
  }

  @media (max-width: 767px) {
    .hotels-googlemap {
      display: none;
    }
  }

  /* Google map End */

  #loader {
    position: fixed;
    margin: 0 auto;
    display: none;
    z-index: 999999;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-image: url("../../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    /*transform: translate(-50%, -50%);*/
  }

  .vertical-line {
    border-left: 3px solid #014379;
    position: relative;
    top: 0;
    width: 100%;
    bottom: 10px;
  }

  .selectpicker-text {
  }

  .bootstrap-select > .dropdown-toggle.bs-placeholder {
    position: relative;
    color: #014379;
  }

  .bootstrap-select .btn {
    color: #004278;
    font-weight: normal;
    font-size: 1.2em;
  }

  .filter-option-inner-inner {
    position: relative;
    top: -3px;
  }

  .bootstrap-select > .dropdown-toggle.bs-placeholder,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #004278;
  }

  /* Generalt Resort CSS START */

  .highlighttext {
    color: #004278;
  }

  .highlighttext-reverse {
    color: #fff;
  }

  .textfont1 {
    font-size: 1em;
  }

  .textfont2 {
    font-size: 1.3em;
  }

  .textfont3 {
    font-size: 1.4em;
  }

  .textfont4 {
    font-size: 2em;
  }

  .highlight1text {
    font-size: 2em;
    font-weight: bold;
  }

  .highlight2text {
    font-size: 2.3em;
    font-weight: bold;
  }



  .surface-areabox {
    margin-top: 15px;
    padding-bottom: 5px;
    position:relative;
  }
  /* Generalt Resort CSS END */


  /* Domino START */
  .domino-topbox {
    padding: 0px;
  }

  .hotelbox-img {
    max-height: 370px;
    max-width: 100% !important;
    height: auto;
  }

  .location-map {
    margin-left: 15px;
  }

    .location-map > div:nth-child(1) > div:nth-child(1) {
      margin-top: 20px;
    }

  .location-map-iframe {
    width: 100% !important;
    border: 0;
  }

  .domino-seeroom-btn {
    background-color: #004278;
    color: #fff;
    border: 0;
    border-radius: 0;
    width: 100% !important;
    padding: 1rem !important;
  }
  /* Domino END */
  
  .basket-delete-item
  {
      margin: 0px !important;
      padding: 0px !important;
  }
  
  .page-navigator-spliter
  {
    margin-bottom: 15px; 
    border-right: 3px solid #004278;
  }
  
.popup-close-button {
    background-color: #004278;
    color: #fff;
}

div.basketoverview-ordeven-items:nth-child(even){
  background-color: #dcdcdc;
  padding: 1rem;
}
div.basketoverview-ordeven-items:nth-child(odd){
  background-color: #aaaaaa;
  padding: 1rem;
}

.paymentoverview-spacerbottom {
  padding-bottom: 14px;
}

.googlemap-hotelview {
  width: 99.9%;
}

.googlemap-dominoview {
  width: 99.9%;
}

/* Bookingsteps */
.bookingsteps_container {
  max-width: 1359px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.progressbar {
  width: 100%;
  counter-reset: step;
}

.progressbar li {
  list-style-type: none;
  width: 16%;
  float: left;
  font-size: 13px;
  position: relative;
  text-align: center;
  color: #9c9c9c;
  line-height: 1.4em;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 1px solid #9c9c9c;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  font-size: 14px;
  font-weight: bold;
}

.progressbar li.active:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: none;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #004278;
  color: #fff;
  font-weight: bold;
}

.progressbar li.done:before {
  width: 30px;
  height: 30px;
  content: "\2713";
  line-height: 30px;
  border: none;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  /* background-image: 'http:\\'; */
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li.active:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #333;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.done {
  color: #333;
}

.progressbar li.active {
  color: #333;
}

.progressbar li.active:before {
  border-color: #9c9c9c;
}

.progressbar li.active + li:after {
  background-color: #9c9c9c;
}

.progressbar li div, .progressbar li.active div, .progressbar li.done div {
  margin-top: -8px;
  margin-bottom: 6px;
}

.rowsteps {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.progressbar > li > div {
}

.progressbar li:hover {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.rowsteps > col > ul > li.done:before {
  color: red;
  border-color: red;
}

.progressbar li.done:after {
  height: 2px;
  content: '';
  position: absolute;
  background-color: #333;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li.done:first-child:after {
  content: none;
}

.notclikable_hover {
  text-decoration: none;
}

/*.progressbar li.notclikable:hover {
  text-decoration: none!important;
  font-weight: normal;
  cursor: default;
}*/

.progressbar li:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 406px) {
  .footer-area .btn, .footer-area a {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* Kiosk return button */
.kioskbtn {
  top: 50px;
  left: 50px;
  position: fixed;
}

.kiosk-div {
  top: 16px;
  position: relative;
}

.kioskbtn-a {
  height: 70px;
  width: 200px;
  background-color: green;
}

.kiosk-spinner {
  position: relative;
  top: -16px;
}

.kioskbtn-overlay {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #ffffff;*/
  opacity: 0.5;
  transition: opacity .5s;
}
/* Kiosk return button end */


/* Rich text styles. */
.heading1 {
  font-size: 16px;
}
.heading2 {
  font-size: 15px;
}
.heading3 {
  font-size: 14px;
}
.bodytext{
  font-size: 13px;  
}
.comment-text {
  font-size: 12px;
  font-style: italic;
}
.footertext {
  font-size: 11px;
  font-style: italic;
}
.alerttext {
    font-size: 13px;
    color: red;
}

.giftcard-apply {
  background-color: transparent;
  color: black;
}

.giftcard-apply:hover {
  background-color: lightgray;
  color: black;
}

.giftcard-tooltip {
  font-size: 9px;
  line-height: 1px;
  padding-left: 5px;
}

/* Course */

.course-month-header {
  min-height: 126px;
}

.alert-oversubscribed {
  background-color: red !important;
}

.techotel-lead {
  font-size: 1.1428571428571428rem;
  font-weight: 300;
  line-height: 1.4;
}

.btn-techotel {
  color: #fff;
  background-color: #9C825A;
  border-color: #9C825A;
  font-weight: bold;
}

@media (max-width:576px) {
    .techotel-align-bottom {
        align-items: end;
        display: flex;
        bottom: 4px;
    }
}

.btn-popup {
    margin-bottom: 5px;
    background-color: #fff;
}

.btn-wellness {
  min-width: 100%;
  border: 1px #aeaeae solid !important;
}

@media (min-width:991px) {
  .techotel-lead {
    font-size: 1.5rem;
  }
}

.rowspacer {
  padding-bottom: 20px;
}

@media(max-width: 576px) {
    .course-col-description {
      margin-top: 10px;
    }

    .course-imgdiv {
      margin-left: auto !important;
      margin-right: auto !important;
      display: block !important;
      height: 250px;
      width: 250px;
    }
  }

.select-deliverydate {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0px;
  height: 24px;
  background-image: none;
  background-color: #fff;
  border: 1px solid;
  border-radius: 0;
}

  .select-deliverydate span {
    position: relative;
    top: -5px;
  }

.modal-open[style] {
  padding-right: 0px !important;
}

.course-month {
  text-align: left;
}

@media (max-width:768px) {
  .course-month {
    text-align: left;
  }
}

#course-fromprice {
  color: #9c825a;
  text-align: center;
}

.course-month-col {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.techotel-reverse-bg {
  background-color: #9c825a;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-roominfo > span {
	margin-right: 5px;
}

.modal-roominfo > span:last-child {
	margin-right: 0px;
}


.coursebooking_pricetag.active {
  font-weight: bold !important;
}

.intcoloumn {
  text-align: end;
}
/* Owner css */
.techotel-searchbar-ownercolumn {
  color: #000;
}

.ownerpage-div-btn:first-child {
  margin-left: -15px;
}

.ownerpage-div-btn {
  justify-content: space-start !important;
  display: flex;
}

.ownerpage-rightdiv-btn {
  justify-content: end !important;
  display: none; /* flex; */
  right: -40px;
}

.owneroverviewpage-btn {
}

.owneroverviewpage-div-start-btn {
  justify-content: start;
  display: flex;
  padding: 0;
}

.owneroverviewpage-div-center-btn {
  justify-content: center;
  display: flex;
}

.owneroverviewpage-div-end-btn {
  justify-content: flex-end !important;
  display: flex;
  padding: 0px;
  margin: 0px;
}

.owner-table-h6 {
    font-weight: bold;
}

#confirmModal {
    top: 35%;
}


.owner-area1em.owner-table thead th, .owner-area1em.owner-table tfoot th {
    position: sticky;
    top: 0;
    background-color: #ddd6d6;
}

.owner-area1em.owner-table tfoot th {
    bottom: 0;
}

.owner-area1em.owner-table thead tr th,
.owner-area1em.owner-table tbody tr td,
.owner-area1em.owner-table tfoot tr th {
    padding-right: 13px;
}


.owner-table-head {
  background-color: #ddd6d6;
  border-bottom: solid;
  height: 46px;
}

.owner-table-productName {
    min-width: 90px;
}
.owner-table-product-desc {
    min-width: 290px;
}

.owner-table-gridname {
    min-width: 80px;
}

.owner-area1em.owner-table tfoot tr td {
    font-weight: bold;
}

.owner-table-float-right {
    text-align: right;
}

.owner-area1em > tbody > tr:nth-child(2n) {
  background-color: #f1eeee;
}

.owner-area1em > tbody > tr:nth-child(2n+1) {
  background-color: #aaaaaa;
}

.techotel-searchbar-ownercolumn .input-group.techotel-input-datefield {
    z-index: 1000;
}

.ownerbookingperiod {
    font-size: 17px;
}

.ownerroomname {
    font-weight: bold;
}


.ownerpage-btn {
  margin-right: 15px;
  background-color: transparent;
}

.owner-lockoutbox {
  float: right;
  position: relative;
  display: block;
  background-color: transparent;
  padding: 10px;
  border: solid 1px #000;
}

.owner-lockoutbox-defaultfont {
  
}

.owner-lockoutbox-PeriodName-font {
  font-weight: bold;
  font-size: 1.1rem;
}

owner-lockoutbox-Perioddate-font {
  
}

.techotel-collpse-ownerform-dropdown 
{
    border: 1px solid #ced4da !important;
    position: relative;
    display: flex !important;
    background-color: #fff !important;
    color: #000 !important;
}

.topbanner {
    height: inherit;
}

.video-responsive {
    position: absolute;
    left: 0;
    top: 175px;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    height: 350px;
}

.parent-element-to-video {
    position: relative;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
  }

.print-box {
  width: 26px;
  top: -7px;
  position: relative;
      display: block;
}