body {
  /* background: red; */
  background: #f4f3ef;
}
.salles-et-refuges .menu-timeline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0px 50px 0px;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.salles-et-refuges .menu-timeline-container .menu-timelineBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 0px 0px 10px;
  width: 100%;
}

.salles-et-refuges .menu-timeline-container .menu-timelineBar .menu-timelineBar_circle {
  width: 6px;
  height: 6px;
  background: #fff;
  border: 4px solid #2f70ba;
  border-radius: 50%;
  position: relative;
  display: block;
  z-index: 1;
  left: -50%;
}

.salles-et-refuges .menu-timeline-container .menu-timelineBar > span {
  position: relative;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  left: -50%;
  font-size: 13px;
  margin-top: 5px;
  white-space: nowrap;
}

.salles-et-refuges .menu-timeline-container .menu-timelineBar::before {
  content: "";
  width: 50%;
  height: 3px;
  background: #d5e2f1;
  position: absolute;
  top: 6px;
  z-index: 0;
  left: 0;
  right: auto;
}

.salles-et-refuges .menu-timeline-container .menu-timelineBar::after {
  content: "";
  width: 50%;
  height: 3px;
  background: #d5e2f1;
  position: absolute;
  top: 6px;
  z-index: 0;
  left: auto;
  right: 0;
}

.salles-et-refuges .menu-timeline-container .menu-timelineBar:last-child::after {
  display: none;
}

.salles-et-refuges .menu-timeline-container .menu-timelineBar.active > span {
  color: rgba(47, 112, 186, 0.7);
}

.salles-et-refuges .menu-timeline-container .menu-timelineBar.active:before {
  background: #2f70ba;
}

.salles-et-refuges .menu-timeline-container .menu-timelineBar.fill-barColor::after,
.salles-et-refuges .menu-timeline-container .menu-timelineBar.fill-barColor::before {
  background: #2f70ba;
}

.salles-et-refuges .form-heading h3 {
  margin-top: 0px;
  /*text-transform: capitalize;*/
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.salles-et-refuges .sallesEt-forms .form-group > label {
  font-weight: 500;
  font-size: 14px;
}

.salles-et-refuges .sallesEt-forms .form-group > label.required {
  position: relative;
}

.salles-et-refuges .sallesEt-forms .form-group > label.required::after {
  content: "*";
  color: #ff4801;
  font-size: 16px;
  position: absolute;
  /* left: auto;
  right: -6px;
  top: -1px; */
}

.salles-et-refuges .sallesEt-forms .form-group .radio,
.salles-et-refuges .sallesEt-forms .form-group .checkbox {
  margin-top: 0px;
}

.salles-et-refuges .sallesEt-forms .form-group .radio > label,
.salles-et-refuges .sallesEt-forms .form-group .checkbox > label {
  font-size: 13px;
}

.salles-et-refuges .sallesEt-forms .form-group textarea {
  resize: vertical;
}

.salles-et-refuges .sallesEt-forms .form-group p {
  font-size: 13px;
  margin-bottom: 10px;
}

.salles-et-refuges .sallesEt-forms .form-group .selectbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 62%;
}

.salles-et-refuges .sallesEt-forms .form-group .selectbox-group > span {
  padding: 0px 6px;
}

.salles-et-refuges .formSubmit-Btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #d5e2f1;
  padding-top: 45px;
  margin-top: 30px;
}

.salles-et-refuges .formSubmit-Btn-section .butn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.salles-et-refuges .formSubmit-Btn-section .butn > .btn {
  font-weight: 500;
}
.color-green {
  color: #4caf50;
}
.filled,
.halfday,
.empty {
  position: relative;
}
.fill-checker {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -4px;
}
.partially-filled {
  bottom: -9px;
}
.icon-filled,
.icon-empty {
  font-size: 12px !important;
}
.icon-partial {
  font-size: 10px !important;
}
.color-yellow {
  color: yellow;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: orange;
}
.color-none {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: orange;
  margin-left: -5px;
}
.color-red {
  color: red;
}
.calendar-month-header td {
  background: #2f70ba !important;
  border: none;
  color: #fff;
}
.calendar-month-header td span {
  padding-bottom: 5px !important;
}
.calendar-dow-header th {
  height: 44px;
  vertical-align: middle !important;
  background: #d5e2f1 !important;
  border: 4px solid #fff !important;
}
.calendar-dow td {
  background: #e5eef8 !important;
  border: 4px solid #fff !important;
}
.calendar-dow td:hover {
  background: #d5e2f1 !important;
}
.calendar-dow td.active {
  background: #fff !important;
}
.badge.badge-event {
  background: none !important;
  color: #3e3e3e !important;
  font-weight: 400;
}
.calendar-month-header {
  border-left: 3px solid #fff;
  border-right: 2px solid #fff;
}
.badge.badge-event {
  background: none !important;
  color: #3e3e3e !important;
  font-weight: 400;
}
.calendar-month-header {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.calendar-dow td.disabled-date,
.calendar-dow td.disabled-date.active,
.restricted,
.restricted.active {
  /* opacity: 0.6; */
  cursor: not-allowed !important;
  /* background:#e5eef8!important; */
  pointer-events: none;
  background-color: rgba(229, 238, 248, 0.6) !important;
}
#rentrentstarttimehour,
#rentstarttimeminutes,
#rentrentendtimehour,
#rentendtimeminutes {
  width: 70px;
  height: auto;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.rent-startduration-wrapper,
.rent-endduration-wrapper {
  clear: both;
  display: table;
  padding-bottom: 10px;
}
.form-group span.error,
.error-time .error,
.error-slot .error,
.error-oneweek .error,
.error-day .error,
.form-group label.error {
  font-size: 12px;
  color: red;
}
.rent-startduration-wrapper label,
.rent-endduration-wrapper label {
  display: table;
}
.rent-starttimehour-wrapper,
.rent-starttimeminutes-wrapper,
.rent-endtimehour-wrapper,
.rent-endtimeminutes-wrapper,
.language-dropdown {
  float: left;
}
.rent-starttimehour-wrapper,
.rent-endtimehour-wrapper,
.language-dropdown {
  margin-right: 5px;
}
.rent-time-seperator {
  float: left;
  padding-top: 5px;
}
.rent-starttimeminutes-wrapper,
.rent-endtimeminutes-wrapper {
  margin-left: 5px;
}
.rent-time-seperator span {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
.error-time,
.error-slot,
.error-day,
.error-oneweek {
  clear: both;
  display: none;
  padding-bottom: 10px;
}
.error-time.active,
.error-slot.active,
.error-day.active,
.error-oneweek.active {
  display: block;
}
.rent-startdate-wrapper {
  /* padding-bottom: 15px; */
  padding-top: 15px;
}
#refugeDuLaviau .rent-startdate-wrapper {
  padding: 64px;
}
.salles-et-refuges .formSubmit-Btn-section .butn._prev {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-align: left;
}
.salles-et-refuges .formSubmit-Btn-section .butn._next {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  text-align: right;
}
.disabled-date .fill-checker {
  display: none;
}
#rentstartdate[readonly],
.form-control.datepicker,
#rentenddate[readonly] {
  background-color: #fff;
}
.tooltip-arrow {
  border-bottom-color: #2f70ba !important;
}
.tooltip-inner {
  background-color: #2f70ba;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  visibility: hidden;
}
.div-field-dinamic label.field-options {
  display: block;
  position: relative;
}
.field-check-options {
  display: block;
}

.div-field-dinamic label.field-options input {
  margin-right: 5px;
  margin-top: 0;
}
.div-field-dinamic label .checkmark {
  position: absolute;
  top: 3px;
  left: -2px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}
.div-field-dinamic label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.div-field-dinamic label .checkmark:after {
  top: 1px;
  left: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: white;
}
.div-field-dinamic label input ~ .checkmark {
  background-color: #9f9e9e;
}
.div-field-dinamic label input ~ .checkmark:after {
  display: block;
}
.div-field-dinamic label input:checked ~ .checkmark:after {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}
.datepicker {
  cursor: pointer !important;
}
.rent-startdate-wrapper label,
.rent-startduration-wrapper label,
.rent-endduration-wrapper label,
.rent-enddate-wrapper label {
  font-weight: 400;
}
#rentstartdate::placeholder,
#rentenddate::placeholder {
  color: #000;
}
#rentstartdate:-ms-input-placeholder,
#rentenddate:-ms-input-placeholder {
  color: #000;
}
#rentstartdate::-ms-input-placeholder,
#rentenddate::-ms-input-placeholder {
  color: #000;
}
.agree-checkbox-label {
  display: flex;
}
.agree-checkbox-label input {
  order: 1;
  margin-top: 4px;
  margin-right: 8px !important;
}
.agree-checkbox-label label {
  order: 3;
}
.agree-checkbox-label span {
  order: 2;
}
/*# sourceMappingURL=custom.css.map */

/* Thanusree  Dec 19, 2019*/
.filled {
  cursor: not-allowed !important;
}
.not-book,
.active-nav-disable,
.active-nav-notbook {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.active-nav-disable {
  visibility: hidden;
}
.multi-day-check-time {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.renthour-select,
.disabled,
.again-notclickable {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.checkbox-disabled-label {
  color: rgb(139, 139, 139);
}
.checkbox-disabled-msg {
  color: rgb(255, 199, 95);
}
._next {
  position: relative;
}
#butn-disable-next {
  width: 100%;
  height: 100%;
  clear: both;
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.field-bold {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .salles-et-refuges .menu-timeline-container {
    width: 100%;
    overflow-x: scroll;
    padding: 15px 0px !important;
    margin: 15px 0px;
  }
  .formSubmit-Btn-section {
    flex-wrap: wrap;
  }
  .formSubmit-Btn-section .butn._next,
  .formSubmit-Btn-section .butn._prev,
  .formSubmit-Btn-section .butn._next .btn,
  .formSubmit-Btn-section .butn._prev .btn {
    display: block;
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  .formSubmit-Btn-section .butn._next {
    margin-top: 10px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .salles-et-refuges .menu-timeline-container .menu-timelineBar > span {
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .color-none {
    color: orange;
    font-size: 12px !important;
  }
}

select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
#singledaymultipletime .rent-starttimeminutes-wrapper,
#singledaymultipletime .rent-starttimehour-wrapper,
#singledaymultipletime .rent-endtimehour-wrapper,
#singledaymultipletime .rent-endtimeminutes-wrapper {
  position: relative;
}
.language-dropdown {
  position: relative;
  width: 100px;
}
#singledaymultipletime .rent-starttimeminutes-wrapper::after,
#singledaymultipletime .rent-starttimehour-wrapper::after,
#singledaymultipletime .rent-endtimehour-wrapper::after,
#singledaymultipletime .rent-endtimeminutes-wrapper::after,
.language-dropdown::after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: gray transparent transparent transparent;
}
#singledaymultipletime .rent-startdate-wrapper {
  position: relative;
}
#singledaymultipletime .rent-startdate-wrapper svg.fa-calendar-alt {
  height: 18px;
  position: absolute;
  right: 6px;
  bottom: 20px;
  color: rgba(47, 112, 186, 0.6);
  margin-right: 5px;
}
#multipleday #rentrentstarttimehour,
#multipleday #rentstarttimeminutes {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgb(204, 204, 204);
  border-radius: 0;
  width: 48px;
  height: 29px;
  font-weight: 600;
  padding-right: 5px;
}
#multipleday .rent-starttimehour-wrapper,
.language-dropdown {
  margin-right: 0px;
}
#multipleday .rent-time-seperator {
  display: none;
}

/*Thanusree C P(2nd April 2020) prilley*/
#header-main-content {
  margin: 0 5px;
}
.tx-room-rentals .form-group input[type="text"],
.tx-room-rentals .rent-startdate-wrapper input[type="text"],
.tx-room-rentals .form-group textarea {
  width: 95%;
}
.tx-room-rentals .salles-et-refuges .formSubmit-Btn-section .btn:disabled,
.tx-room-rentals .salles-et-refuges .formSubmit-Btn-section .btn[disabled] {
  background-color: #265a88;
  border-color: #2e6da4;
}
.tx-room-rentals .salles-et-refuges .row {
  margin-right: 1px;
  margin-left: 1px;
}

/* .tx-room-rentals .rent-startdate-wrapper input {
  padding: 14px 6px;
} */

.tx-room-rentals .salles-et-refuges .row .col-md-6,
.tx-room-rentals .salles-et-refuges .row .col-md-12 {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .tx-room-rentals .salles-et-refuges .row .col-md-12 {
    width: 100%;
    float: left;
  }

  .tx-room-rentals .salles-et-refuges .row .col-md-6 {
    width: 50%;
    float: left;
  }

  .rent-startdate-wrapper {
    padding-left: 30px;
  }
}
.tx-room-rentals .salles-et-refuges .formSubmit-Btn-section .btn.btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  background: #2f70ba;
  font-size: 16px;
  border-color: #2e6da4;
}

@media screen and (min-width: 991px) {
  #singleday .form-group .error {
    padding-left: 30px;
  }
}
@media screen and (max-width: 320px) {
  .tx-room-rentals .salles-et-refuges .formSubmit-Btn-section .btn.btn-primary {
    font-size: 14px;
  }
}
.tx-room-rentals .salles-et-refuges .formSubmit-Btn-section .btn.btn-primary:hover {
  background: rgba(47, 112, 186, 0.7);
}
@media screen and (min-width: 768px) {
  div.span12#content-main {
    width: 715px !important;
  }
}
@media screen and (min-width: 980px) {
  div.span12#content-main {
    width: 930px !important;
  }
}

@media screen and (max-width: 600px) {
  .tx-room-rentals .salles-et-refuges .zabuto_calendar table tr {
    float: none !important;
    width: auto !important;
    display: table-row !important;
  }
}

@media screen and (max-width: 600px) {
  .tx-room-rentals .salles-et-refuges .zabuto_calendar table td {
    min-height: 13px !important;
    display: table-cell !important;
    font-size: 14px !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 991px) {
  .tx-room-rentals .salles-et-refuges .form-group {
    float:none !important
  }
}
