/* =========================================================================
*
* Bookelier - Motor de reserves
*
* ==========================================================================
*
* File: main.css;
* Description: Custom styles for MR Bookelier based on Bootstrap framework.
* Version: 1.0
*
* =========================================================================== */


html {
  height: 100%;
}
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

body {
  background-color: #f7f7f7;
  background-image: url("../img/booking_engine/mr-bk-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #2f2f2f;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 100;
  min-height: 100%;
  min-width:320px;
  position: relative;
}
a {
  cursor: pointer;
  color:#e22847;
}
a:hover, a:focus {
  color: #ef5877;
  text-decoration: none;
  outline: 0;
}
button:hover, button:focus {
  outline: 0;
}
.test-dark {
  float: right;
}
/*===== Headings =====*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 100;
  line-height: 1.42857;
  margin-top: 0;
}
h1, .h1 {
  font-size: 24px;
}
h2, .h2 {
  font-size: 22px;
}
h1, .h1,
h2, .h2 {
  color: #e22847;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 16px;
  font-weight: 400;
}
h6, .h6 {
  font-size: 14px;
  font-weight: 400;
}

/* # Buttons
================================================== */


.btn-default {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #2f2f2f;
  font-size: 17px;
  padding: 7px 40px;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000;
}

.btn-primary {
  background-color: #e22847;
  border-color: #e22847;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 40px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #ff4867;
  border-color: #ff4867;
  color: #ffffff;
}

.btn-detail {
  color: #666666;
  padding: 0;
  text-decoration: none;
}

.btn-detail:hover, .btn-detail:focus {
  color: #969696;
  text-decoration: none;
}

.btn-back {
  color: #e22847;
  float: right;
  font-size: 17px;
  font-weight: 100;
  margin-top: 5px;
  padding: 0;
  text-decoration: none;
}

.btn-back:hover, .btn-back:focus {
  color: #ff4867;
  text-decoration: none;
}


/* # Forms
================================================== */


.form-group {
  margin-bottom: 20px;
}

.panel .form-group:first-child,
.well .form-group:first-child {
  margin-top: 5px;
}

.rtl-inputs [class*="col-"],
.rtl-inputs [class^="col-"] {
  float: right!important;
}

.form-control {
  border-color: #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-weight: 100;
  padding: 7px 9px 8px;
  color:#777;
}
.booking-search .form-control {
  font-size: 18px;
}

input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: #D5D5D5;
  box-shadow: none;
}

.form-control + .form-control,
.input-group + .input-group {
  margin-top: 20px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #FAFAFA;
}

.form-actions {
  margin-bottom: 5px;
}

.form-control-feedback {
  color: #777777;
  font-size: 17px;
  right: 16px;
  top: 9px;
}
.form-group:last-child {
  margin-bottom: 0;
}

.payment-info{
  margin-top:-20px;
}

.form-horizontal .control-label {
  font-weight: 100;
  text-align: left;
}

.form-block {
  margin-bottom: 30px;
}

.cvn-input {
  float: left;
  width: 75px;
}
.cvn-info {
  color: #666666;
  float: left;
  padding: 6px;
}

.help-block {
  color: #999999;
  font-size: 11px;
  margin-bottom: 12px;
  margin-top: 7px;
}

.radio label, .checkbox label {
  font-weight: 100;
  padding-left: 0;
}

.checker, .checker span, .checker input {
  height: 18px;
  width: 18px;
}
.checker {
  cursor: pointer;
  display: inline-block;
  margin-right: 6px;
  margin-top: -3px;
  position: relative;
  vertical-align: middle;
}
.checker span {
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  display: inline-block;
  position: relative;
  text-align: center;
}
.checker span::after {
  background: rgba(0, 0, 0, 0) url("../img/booking_engine/check.png") no-repeat scroll 50% center;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.checker span.checked::after {
  content: "";
  opacity: 1;
}
.checker.focus span.checked::after {
  opacity: 1;
}
.checkbox-danger .checker span::after {
  background-image: url("../img/booking_engine/check_white.png");
  content: "";
}
.checkbox-danger .checker span:hover {
  border-color: #d65c4f;
}
.checkbox-danger .checker:active span, .checkbox-danger .checker.active span, .checkbox-danger .checker span.checked {
  background-color: #d65c4f;
  border-color: #d65c4f;
}
.checkbox-success .checker span::after {
  background-image: url("../img/booking_engine/check_white.png");
  content: "";
}
.checkbox-success .checker span:hover {
  border-color: #65b688;
}
.checkbox-success .checker:active span, .checkbox-success .checker.active span, .checkbox-success .checker span.checked {
  background-color: #65b688;
  border-color: #65b688;
}
.checkbox-primary .checker span::after {
  background-image: url("../img/booking_engine/check_white.png");
  content: "";
}
.checkbox-primary .checker span:hover {
  border-color: #455763;
}
.checkbox-primary .checker:active span, .checkbox-primary .checker.active span, .checkbox-primary .checker span.checked {
  background-color: #455763;
  border-color: #455763;
}
.checkbox-info .checker span::after {
  background-image: url("../img/booking_engine/check_white.png");
  content: "";
}
.checkbox-info .checker span:hover {
  border-color: #3ca2bb;
}
.checkbox-info .checker:active span, .checkbox-info .checker.active span, .checkbox-info .checker span.checked {
  background-color: #3ca2bb;
  border-color: #3ca2bb;
}
.checker input[type="checkbox"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  left: -1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: -1px;
  vertical-align: top;
  z-index: 2;
}
.checker:active span, .checker.active span {
  background-color: #f8f8f8;
  border-color: #d5d5d5;
}
.checker.focus span, .checker:hover span {
  background-color: #fafafa;
}
.checker.focus:active span.checked::after, .checker:hover:active span.checked::after, .checker.active:hover span.checked::after, .checker.active.focus span.checked::after {
  opacity: 0.8;
}
.checker.disabled span, .checker.disabled:active span, .checker.disabled.active span {
  opacity: 0.6;
}
.checker.disabled span.checked, .checker.disabled:active span.checked, .checker.disabled.active span.checked {
  opacity: 0.6;
}
.checker.disabled span.checked::after, .checker.disabled:active span.checked::after, .checker.disabled.active span.checked::after {
  opacity: 1;
}

.choice, .choice span, .choice input {
  height: 18px;
  width: 18px;
}
.choice {
  cursor: pointer;
  display: inline-block;
  margin-right: 6px;
  margin-top: -3px;
  position: relative;
  vertical-align: middle;
}
.choice span {
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
}
.choice span::after {
  background: rgba(0, 0, 0, 0) url("../img/booking_engine/choice.png") no-repeat scroll 50% center;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.choice span.checked::after {
  content: "";
  opacity: 1;
}
.choice.focus span.checked::after {
  opacity: 1;
}
.choice:active span, .choice.active span {
  background-color: #f8f8f8;
  border-color: #d5d5d5;
}
.choice.focus span, .choice:hover span {
  background-color: #fafafa;
}
.radio-danger .choice span::after {
  background-image: url("../img/booking_engine/choice_white.png");
  content: "";
}
.radio-danger .choice span:hover {
  border-color: #d65c4f;
}
.radio-danger .choice:active span, .radio-danger .choice.active span, .radio-danger .choice span.checked {
  background-color: #d65c4f;
  border-color: #d65c4f;
}
.radio-success .choice span::after {
  background-image: url("../img/booking_engine/choice_white.png");
  content: "";
}
.radio-success .choice span:hover {
  border-color: #65b688;
}
.radio-success .choice:active span, .radio-success .choice.active span, .radio-success .choice span.checked {
  background-color: #65b688;
  border-color: #65b688;
}
.radio-primary .choice span::after {
  background-image: url("../img/booking_engine/choice_white.png");
  content: "";
}
.radio-primary .choice span:hover {
  border-color: #455763;
}
.radio-primary .choice:active span, .radio-primary .choice.active span, .radio-primary .choice span.checked {
  background-color: #455763;
  border-color: #455763;
}
.radio-info .choice span::after {
  background-image: url("../img/booking_engine/choice_white.png");
  content: "";
}
.radio-info .choice span:hover {
  border-color: #3ca2bb;
}
.radio-info .choice:active span, .radio-info .choice.active span, .radio-info .choice span.checked {
  background-color: #3ca2bb;
  border-color: #3ca2bb;
}
.choice input[type="radio"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  float: none;
  left: -1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: -1px;
  vertical-align: top;
  width: 18px;
  z-index: 2;
}
.choice.focus:active span.checked::after, .choice:hover:active span.checked::after, .choice.active:hover span.checked::after, .choice.active.focus span.checked::after {
  opacity: 0.8;
}
.choice.disabled span, .choice.disabled:active span, .choice.disabled.active span {
  opacity: 0.6;
}
.choice.disabled span.checked, .choice.disabled:active span.checked, .choice.disabled.active span.checked {
  opacity: 0.6;
}
.choice.disabled span.checked::after, .choice.disabled:active span.checked::after, .choice.disabled.active span.checked::after {
  opacity: 1;
}

.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-choice {
  -moz-user-select: none;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #777777;
  display: block;
  height: 34px;
  line-height: 32px;
  overflow: hidden;
  padding: 0 0 0 10px;
  position: relative;
  white-space: nowrap;
}
.select2-container .select2-choice:hover {
  background-color: #fcfcfc;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dddddd;
}
.select2-container .select2-choice > .select2-chosen {
  display: block;
  font-weight: 100;
  margin-right: 31px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-choice abbr {
  background-color: #3ca2bb;
  background-image: url("../img/booking_engine/clear_results.png");
  background-position: 4px 4px;
  cursor: pointer;
  display: none;
  height: 14px;
  outline: 0 none;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 14px;
  z-index: 100;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-color: #ca665b;
  cursor: pointer;
}
.select2-drop-mask {
  background-color: #ffffff;
  border: 0 none;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 9998;
}
.select2-drop {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  color: #333333;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaaaaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  border-bottom: 0 none;
  border-top: 1px solid #dddddd;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #dddddd;
}
.select2-container .select2-choice .select2-arrow {
  background-clip: padding-box;
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 11px;
  top: 13px;
  width: 11px;
  z-index: 99;
}
.select2-container .select2-choice .select2-arrow b {
  background: rgba(0, 0, 0, 0) url("../img/booking_engine/vertical_arrows.png") no-repeat scroll 0 0;
  display: block;
  height: 6px;
  width: 11px;
}
.select2-search {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  display: block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.select2-search input {
  background: #ffffff url("../img/booking_engine/filter.png") no-repeat scroll 10px center;
  border: 1px solid #dddddd;
  height: auto !important;
  margin: 0;
  outline: 0 none;
  padding: 7px 20px 8px 30px !important;
  width: 100%;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  outline: medium none;
}
.select2-dropdown-open .select2-choice {
  background-color: #fafafa;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #dddddd;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: 0 -6px;
}
.select2-results {
  margin: 0;
  max-height: 204px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
}
.select2-results ul.select2-result-sub {
  margin: 0 -1px;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  display: list-item;
  list-style: outside none none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #d65c4f;
  font-weight: bold;
}
.select2-results .select2-result-label {
  -moz-user-select: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  min-height: 1em;
  padding: 9px 10px 10px;
}
.select2-results .select2-highlighted {
  background: #565656 none repeat scroll 0 0;
  border-color: #565656;
  color: #ffffff;
}
.select2-results li em {
  background: #feffde none repeat scroll 0 0;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.select2-results .select2-highlighted ul {
  background: #ffffff none repeat scroll 0 0;
  color: #000000;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background: #fafafa none repeat scroll 0 0;
  border-top: 1px solid #dddddd;
  color: #999999;
  display: list-item;
  font-size: 11px;
  line-height: 16px;
  padding: 6px 10px;
}
.select2-results .select2-disabled.select2-highlighted {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #666666;
  cursor: default;
  display: list-item;
}
.select2-results .select2-disabled {
  background: #f4f4f4 none repeat scroll 0 0;
  cursor: default;
  display: list-item;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url("../img/booking_engine/loader.gif") no-repeat scroll 100% center;
}
.select2-more-results {
  background: #f5f5f5 none repeat scroll 0 0;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0 none;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0 0 3px;
  position: relative;
}
.select2-locked {
  padding: 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #dddddd;
  outline: medium none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: outside none none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 0 none;
  box-shadow: none;
  line-height: 1.42857;
  margin: 3px 0 0;
  outline: 0 none;
  padding: 7px 10px 8px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url("../img/booking_engine/loader.gif") no-repeat scroll 100% center !important;
}
.select2-default {
  color: #999999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  -moz-user-select: none;
  background-clip: padding-box;
  background-color: #239169;
  color: #ffffff;
  cursor: default;
  margin: 3px 0 0 3px;
  padding: 7px 12px 8px 26px;
  position: relative;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select-disabled.select2-container-multi {
  width: 100% !important;
}
.select2-search-choice-close {
  background: rgba(0, 0, 0, 0) url("../img/booking_engine/clear_results.png") no-repeat scroll 50% center;
  display: block;
  height: 12px;
  outline: medium none;
  position: absolute;
  right: 3px;
  top: 10px;
  width: 12px;
}
.select2-container-multi .select2-search-choice-close {
  left: 8px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  opacity: 0.6;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  color: #999999;
  padding: 6px 12px 7px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: none;
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
  border: 0 none !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  left: 0 !important;
  margin: 0 !important;
  outline: 0 none !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 1px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  height: 100px;
  left: -10000px;
  overflow: scroll;
  position: absolute;
  top: -10000px;
  width: 100px;
}


.mandatory {
  color: #ff0000;
  margin-left: 2px;
}

span.select2-hidden-accessible {
  display: none!important;
}

.well {
  background-color: #f5f5f5;
  border: medium none;
  border-radius: 2px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 20px;
}
.well p {
  color: #969696;
  font-size: 16px;
  font-weight: 100;
}
#loadingDiv{
  background: rgba(255,255,255,0.7)
              url('../img/booking_engine/ajax-loader.gif')
              50% 50%
              no-repeat;;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.callout {
  border-left: 3px solid #eeeeee;
  margin: 0 0 35px;
  padding: 20px;
}
.callout h5 {
  margin-bottom: 6px;
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  background-color: #ffffff;
  border-radius: 3px;
}
.callout-default {
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.callout-default h5 {
  color: #555555;
}
.callout-danger {
  background-color: #fdf7f7;
  border-color: #e22847;
}
.callout-danger h5 {
  color: #e22847;
}
.callout-warning {
  background-color: #fcf8f2;
  border-color: #e7804f;
}
.callout-warning h5 {
  color: #e7804f;
}
.callout-info {
  background-color: #f2f7f9;
  border-color: #1992c2;
}
.callout-info h5 {
  color: #1992c2;
}
.callout-success {
  background-color: #f4faf5;
  border-color: #239169;
}
.callout-success h5 {
  color: #239169;
}
footer {
  color: #a6a6a6;
  padding-top: 15px;
}
.success-msg {
  padding: 40px 0;
}
.success-msg p {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.success-msg-ico {
  font-size: 60px;
}

.mr-setup-panel {
  margin: 0 0 35px;
  position: relative;
}

.mr-setup {
  display: block;
  float: right;
  font-size: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}

.mr-setup > li {
  display: block;
  float: left;
  font-size: 12px;
  position: relative;
}
.mr-setup > li > a {
  color: #ffffff;
  display: block;
  font-weight: 100;
  padding: 9px 14px 10px 5px;
}
.mr-setup > li > span {
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 9px 4px 10px 10px;
}
.panel {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}
.panel-body {
  padding: 15px 20px;
}
.panel-heading {
  padding: 0;
  position: relative;
  transition: background 0.45s ease 0s;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.panel-group .panel .panel-heading {
  background-color: #f7f8f9;
  border-radius: 5px;
  margin-bottom: 0;
}
.panel-group .panel .panel-heading h4 {
  font-weight: 100;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border: medium none;
}
.panel-up, .panel-down {
  color: #b1b1b1;
  float: left;
  font-weight: 100;
  margin-top: 4px;
  padding: 0 15px 0 0;
}
.collapsed .panel-down, .panel-up {
  display: inline-block;
}
.panel-down, .collapsed .panel-up {
  display: none;
}
.panel-group.no-radius .panel, .panel-group.no-radius .panel-heading {
  border-radius: 0 !important;
}
.panel-heading a {
  display: block;
  padding: 15px 20px;
}
.panel-title {
  font-size: 18px;
}
.panel-title-info {
  color: #acacac;
}

.panel-title-icons {
  float: right;
}

.panel-title-icons ul {}
.panel-title-icons li {
  float: left;
  list-style: outside none none;
}


.panel-icon {
  -moz-osx-font-smoothing: grayscale;
  color: #303030 !important;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  margin-top: -9px;
  position: absolute;
  right: 20px;
  text-rendering: auto;
  top: 50%;
  transform: translate(0px, 0px);
}
.panel-icon::before {
  content: "";
}
.collapsed .panel-icon::before {
  content: "";
}
.panel-default {
  border: medium none;
}
.panel-default > .panel-heading {
  background-color: #f9f9f9;
  border-color: #d7d7d7;
  color: #505050;
}
.panel-default > .panel-heading:hover {
  background-color: #f2f2f2;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eaeaea;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top-color: #eaeaea;
}
.panel-custom > .panel-heading {
  color: #f1f1f1;
}
.panel-primary > .panel-heading:hover {
  background-color: #286090;
}
.panel-inverse {
  border-color: #1a1a1a;
}
.panel-inverse > .panel-heading {
  background-color: #2a2a2a;
  border-color: #1a1a1a;
  color: #bebebe;
}
.panel-inverse > .panel-heading:hover {
  background-color: #1a1a1a;
}
.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1a1a1a;
}
.panel-inverse .panel-icon {
  color: #eaeaea !important;
}
.panel-primary .panel-title a, .panel-custom .panel-title a {
  color: #f5f5f5;
}
.panel-primary .panel-icon, .panel-custom .panel-icon {
  color: #f1f1f1 !important;
}
.panel-custom .panel-title a:hover, .panel-primary .panel-title a:hover, .panel-custom .panel-title a:focus, .panel-primary .panel-title a:focus {
  color: #ffffff;
}
.panel-inverse .panel-title a {
  color: #eaeaea;
}
.panel-inverse .panel-title a:hover, .panel-inverse .panel-title a:focus {
  color: #f1f1f1;
}
.panel-bordered, .panel-border-tb {
  border-color: #eaeaea;
}
.panel-bordered > .panel-heading, .panel-border-tb > .panel-heading {
  border-color: #eaeaea;
}
.panel-bordered > .panel-heading + .panel-collapse > .panel-body, .panel-der-tb > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eaeaea;
}
.panel-border-tb > .panel-heading {
  border-radius: 0;
}
.panel-border-tb.panel {
  border-left: medium none;
  border-radius: 0;
  border-right: medium none;
  box-shadow: none;
}

.mr-panel {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 10px 0;
}
.nav-pills > li > a {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  color: #cfd2d5;
  font-size: 22px;
  font-weight: 100;
  padding: 20px 25px;
  text-align: left;
  cursor: default;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #fcfcfc;
  box-shadow: none;
}
.nav-pills > li > a > i {
  float: left;
  margin: 0px 6px 0 0;
}
.nav-pills > li > a > i.pull-right {
  margin: 0px -6px 0 0;
}
.nav-pills > li > a .label {
  margin: -5px -8px -5px 8px;
}
.nav-pills > li.active > a .label {
  background-color: #444;
}
.nav-pills.nav-justified > li > a .label {
  float: right;
  margin: -3px -8px -3px 8px;
}
.nav-pills .open > a, .nav-pills .open > a:hover, .nav-pills .open > a:focus {
  color: #ffffff;
  background-color: #3CA2BB;
  border-color: #3CA2BB;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #ffffff;
  border-color: #e22847;
  color: #e22847;
}

.help-block.form-error {
  display: none;
}

.tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fff;
}
.tab-pane {
  padding: 25px 30px;
}
.panel > .tabbable > .tab-content {
  border: 0;
}
.pill-content {
  border: 0;
  margin-top: 16px;
}

a.ui-datepicker-prev.ui-corner-all.ui-state-disabled{
  height:100%;
}

a.ui-datepicker-prev.ui-corner-all{
  height:100%;
}

#availabilities input{
  cursor:pointer;
}

.step-ico {
  background-color: #cfd2d5;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  font-size: 20px;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  padding-top:2px;
}

.nav-pills > li.active > a .step-ico {
  background-color:#e22847;
}
.step-ico-disabled {}

/* Room detail info */
.room {
  border-bottom: 1px dotted #dfdfdf;
  margin: 15px 0;
}
.room-pic, .room-info {
  padding-bottom: 15px;
}
.room-detail {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
.room-detail::before {
  /*border-bottom: 10px solid #f6f6f6;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  content: "";*/
  display: inline-block;
  left: 25px;
  position: absolute;
  top: -10px;
}
.room-detail-close {
  display: block;
}
.room-detail-open {
  display: none;
}
.collapsed .room-detail-close {
  display: none;
}
.collapsed .room-detail-open {
  display: block;
}
.room:last-child {
  border-bottom: medium none;
  margin-bottom: 0;
}
.room-pic img {
  height: auto;
  width: 100%;
  max-height: 130px;
}
.room-price-label {
  font-size: 18px;
}
.room-price-value {
  color: #e22847;
  font-size: 25px;
  margin-bottom: 15px;
}
.room-price-currency {
  font-size: 18px;
}

.room-book-abstract {
  padding-bottom: 15px;
}
.room-price-night-label {
  color: #868686;
  font-size: 16px;
}
.room-price-night-value {
  color: #868686;
  font-size: 16px;
}
.room-price-night-currency {
  font-size: 12px;
}
.room-price-detail {
  font-size: 18px;
}
.room-price-detail-value {
  color: #2f2f2f;
  font-size: 18px;
}
.room-price-book-value {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 400;
}
.room-price-book-value {
  color: #2f2f2f;
  font-size: 18px;
}
.room-price-book-currency {
  font-size: 14px;
}

.book-summary {
  padding-bottom:20px;
}
.book-summary-night, .book-summary-pax {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.book-summary-pax {
  font-weight: 400;
}

.book-total {}
.book-price-label {
  color: #2f2f2f;
  font-size: 18px;
}
.book-price-value {
  color: #e22847;
  font-size: 25px;
  margin-bottom: 15px;
}
.book-price-currency{
  font-size: 18px;
}

.text-voucher {
  text-align: right;
}

.room-book {
  border-bottom: 1px dotted #dfdfdf;
  margin: 15px 0;
}

/* ===== jQuery UI spinner ===== */

.ui-spinner {
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-button {
  width: 25px;
  height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  cursor: pointer;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
  text-indent: -99999px;
}
.ui-spinner-up {
  top: 0;
  background: url(../img/booking_engine/spinner_top.png) no-repeat;
  border-top: 1px solid #ddd;
}
.ui-spinner-down {
  top: 18px;
  background: url(../img/booking_engine/spinner_bottom.png) no-repeat;
  border-bottom: 1px solid #ddd;
}



/*===== Datepicker =====*/

.datepicker-liquid {
  width: 100%;
}
.datepicker-icon-trigger {
  padding: 7px 30px 7px 9px;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  bottom: 0;
  background-color: #65B688;
  padding: 7px;
  cursor: pointer;
}
.ui-datepicker-trigger:hover {
  background-color: #666;
}
.ui-datepicker .ui-state-hover {
  background-color: #e22847;
  color: #fff;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-active {
  background-color: #e22847;
  color: #fff;
}
.ui-datepicker .ui-state-disabled {
  color: #999;
}
.ui-datepicker {
  width: auto!important;
  display: none;
  z-index: 10;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background-color: #565656;
  color: #fff;
  font-weight: 400;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
}
.date-trigger .ui-datepicker-trigger {
  margin-left: 6px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  padding: 9px 16px;
  cursor: pointer;
  top: 0;
  background-repeat: no-repeat;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  background-color: #666666;
}
.ui-datepicker .ui-datepicker-next-hover {
  border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
  border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url(../img/booking_engine/arrow_left.png);
  background-position: 14px 14px;
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  background-image: url(../img/booking_engine/arrow_right.png);
  right: 0;
  background-position: 14px 14px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 33px;
  padding: 11px 0 12px 0;
  text-align: center;
  font-size: 12px;
}
.ui-datepicker table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #DDD;
  border-top: 0;
}
.ui-datepicker-append {
  margin-left: 14px;
  font-size: 11px;
}
.no-append .ui-datepicker-append {
  display: none;
}
.datepicker-liquid > .ui-datepicker {
  width: 100%;
}
.datepicker-fixed {
  width: 20em;
}
.ui-datepicker th {
  padding: 12px 6px 10px 6px;
  text-align: center;
  font-weight: 600;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
}
.ui-datepicker td span, .ui-datepicker td a {
  color: #000000;
  display: block;
  font-weight: 100;
  line-height: 16px;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker td span {
  color: #9b9b9b;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
  margin-left: 2px;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  margin-left: 1px;
}
.ui-datepicker-multi .ui-datepicker-group:first-child {
  margin-left: -2px;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3333333333%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media (max-width: 479px) {
  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: auto;
  }
}

/*===== carousel-roompics =====*/

.carousel-roompics {
  margin: 20px auto;
  width: 100%;
}
.carousel-roompics .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.carousel-roompics .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}
.carousel-roompics .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}
.carousel-roompics .carousel-indicators li.active img {
  opacity: 1;
}
.carousel-roompics .carousel-indicators li:hover img {
  opacity: 0.75;
}
.carousel-roompics .carousel-outer {
  position: relative;
}

.carousel-inner .item img{
  width:100%;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
  padding: 10px;
}
.carousel-control.left i {
  left:0;
}
.carousel-control.right i {
  right:0;
}
.carousel-control i {
  display: inline-block;
  font-size: 35px;
  height: 35px;
  position: absolute;
  text-shadow: none;
  top: 50%;
  z-index: 5;
}


/*===== Dropdown menu =====*/

.dropdown-menu {
  margin: 10px 0 0 0;
  text-align: left;
  padding: 0;
  font-size: 12px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu.dropdown-menu-right {
  right: 5px;
}

.dropdown-menu > li > a {
  font-weight: 400;
  padding: 6px 12px;
  text-align: left;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  outline: 0;
  color: #ffffff;
  background-color: #a6a6a6;
  box-shadow: 1px 0 0 #a6a6a6, -1px 0 0 #a6a6a6;
  -webkit-box-shadow: 1px 0 0 #a6a6a6, -1px 0 0 #a6a6a6;
  -moz-box-shadow: 1px 0 0 #a6a6a6, -1px 0 0 #a6a6a6;
}

.dropdown-menu > li > a .label {
  float: right;
  margin-top: -2px;
  margin-right: -5px;
}
.dropdown-menu > li > a:hover .label,
.dropdown-menu > li.active > a:hover .label {
  background-color: rgba(0,0,0,0.5);
}

.dropdown-menu > li > a > i,
.dropdown-menu > li > a > img {
  opacity: 0.4;
  color: #505050;
  float: left;
  margin-right: 8px;
}
.dropdown-menu > li > a > img {
  margin-top: 3px;
}

.dropdown-menu > li > a:hover > i,
.dropdown-menu > li > a:hover > img {
  color: #fff;
  opacity: 1;
}

.dropdown-menu > li {
  position: relative;
}
.dropdown-menu > li:first-child {
  margin-top: -1px;
}
.dropdown-menu > li:last-child {
  margin-bottom: -1px;
}

.dropdown-menu.icons-right > li > a > i {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}


.dropdown-menu > li:first-child > a {
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
}
.dropdown-menu > li:last-child > a {
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #e22847;
}
.dropdown-menu > .active > a > img,
.dropdown-menu > .active > a:hover > img,
.dropdown-menu > .active > a:focus > img,
.dropdown-menu > .active > a > i,
.dropdown-menu > .active > a:hover > i,
.dropdown-menu > .active > a:focus > i {
  opacity: 1;
  color: #fff;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  box-shadow: none;
}

.dropdown-menu > .disabled > a > img,
.dropdown-menu > .disabled > a:hover > img,
.dropdown-menu > .disabled > a:focus > img,
.dropdown-menu > .disabled > a i,
.dropdown-menu > .disabled > a:hover i,
.dropdown-menu > .disabled > a:focus i {
  color: #999;
  opacity: 0.4;
}

.dropdown-menu-right {
  right: -1px;
}
.dropdown-menu-left {
  left: -1px;
}

.dropdown-header {
  padding: 11px 12px 12px 12px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.pull-right > .dropdown-menu {
  right: -1px;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 10px;
}


/* Dropdown submenu */

.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #a6a6a6;
  box-shadow: 1px 0 0 #a6a6a6, -1px 0 0 #a6a6a6;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  -webkit-border-radius: 0 2px 2px 2px;
  -moz-border-radius: 0 2px 2px 2px;
  border-radius: 0 2px 2px 2px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-border-radius: 2px 2px 2px 0;
  -moz-border-radius: 2px 2px 2px 0;
  border-radius: 2px 2px 2px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-left-color: #999;
  margin-top: 7px;
  margin-right: -4px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none!important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: -2px;
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
}

.dropdown-submenu .dropdown-menu > li:first-child:before,
.dropdown-submenu .dropdown-menu > li:first-child:after,
.dropup .dropdown-submenu .dropdown-menu > li:last-child:before,
.dropup .dropdown-submenu .dropdown-menu > li:last-child:after {
  border: 0;
}


/* Dropdown arrows */

.dropdown-menu > li:first-child:before {
  position: absolute;
  top: -6px;
  left: 11px;
  display: inline-block;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #ccc;
  border-left: 7px solid rgba(0, 0, 0, 0);
  content: '';
}

.dropdown-menu > li:first-child:after {
  position: absolute;
  top: -5px;
  left: 12px;
  display: inline-block;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #FFF;
  border-left: 6px solid rgba(0, 0, 0, 0);
  content: '';
}

.dropdown-menu.dropdown-menu-right > li:first-child:before,
.dropup .dropdown-menu.dropdown-menu-right > li:first-child:before {
  left: auto;
  right: 13px;
}

.dropdown-menu.dropdown-menu-right > li:first-child:after,
.dropup .dropdown-menu.dropdown-menu-right > li:first-child:after {
  left: auto;
  right: 14px;
}

.dropup .dropdown-menu > li:last-child:before {
  position: absolute;
  bottom: -6px;
  left: 11px;
  display: inline-block;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #ccc;
  border-left: 7px solid rgba(0, 0, 0, 0);
  content: '';
}

.dropup .dropdown-menu > li:last-child:after {
  position: absolute;
  bottom: -5px;
  left: 12px;
  display: inline-block;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #fff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  content: '';
}

.dropup .dropdown-menu > li:first-child:before,
.dropup .dropdown-menu > li:first-child:after {
  border: 0;
}

.dropup .dropdown-menu.dropdown-menu-right > li:last-child:after {
  left: auto;
  right: 14px;
}

.dropup .dropdown-menu.dropdown-menu-right > li:last-child:before {
  left: auto;
  right: 13px;
}

.dropdown-menu > li:first-child:hover:after,
.dropdown-menu > li:first-child:hover:before {
  border-bottom-color: #a6a6a6;
}

.dropup .dropdown-menu > li:last-child:hover:after,
.dropup .dropdown-menu > li:last-child:hover:before {
  border-top-color: #a6a6a6;
}

.dropdown-menu > li.active:first-child:after,
.dropdown-menu > li.active:first-child:before {
  border-bottom-color: #65B688;
}

.dropup .dropdown-menu > li.active:last-child:after,
.dropup .dropdown-menu > li.active:last-child:before {
  border-top-color: #65B688;
}

.dropdown-menu > li.disabled:first-child:hover:after {
  border-bottom-color: #fff;
}
.dropdown-menu > li.disabled:first-child:hover:before {
  border-bottom-color: #ccc;
}

.dropup .dropdown-menu > li.disabled:last-child:hover:after {
  border-top-color: #fff;
}
.dropup .dropdown-menu > li.disabled:last-child:hover:before {
  border-top-color: #ccc;
}

.dropdown-menu > li.dropdown-header:first-child:hover:before {
  border-bottom-color: #ccc;
}

.dropdown-menu > li.dropdown-header:first-child:hover:after {
  border-bottom-color: #fff;
}

.dropup .dropdown-menu > li.dropdown-header:last-child:hover:before {
  border-top-color: #ccc;
}

.dropup .dropdown-menu > li.dropdown-header:last-child:hover:after {
  border-top-color: #fff;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ff0000;
  font-size: 12px;
}


/* # DARK SKIN VARIATIONS
================================================== */

body.dark {
  background-image:none;
  background-color:#000;
  color: #ffffff;
}
.dark .mr-panel {
  background-color: #353535;
}
.dark .nav-pills > li > a {
  background-color: #353535;
}
.dark .nav-pills > li.active > a, .dark .nav-pills > li.active > a:hover, .dark .nav-pills > li.active > a:focus {
  background-color: #353535;
}
.dark .nav-pills > li > a:hover, .dark .nav-pills > li > a:focus {
  background-color: #3e3e3e;
}
.dark .step-ico {
  color: #353535;
}
.dark .tab-content {
  background-color: #353535;
}
.dark .well {
  background-color: #454545;
}
.dark .panel-group .panel .panel-heading {
  background-color: #505050;
  color: #ffffff;
}
.dark .btn-detail {
  color: #b6b6b6;
}
.dark .callout-danger {
  background-color: #5f5f5f;
}
.dark .room-detail {
  background-color: #454545;
}
.dark .room-detail::before {
  border-bottom: 10px solid #454545;
}
.dark .carousel-indicators li {
  border: 1px solid #757575;
}
.dark .book-summary-night, .dark .book-summary-pax {
  color: #ffffff;
}
.dark .room-price-detail-value,
.dark .room-price-book-value,
.dark .book-price-label {
  color: #ffffff;
}
.dark .cvn-info {
  color: #ffffff;
}
.dark .dropdown-menu {
  background-color: #000;
  border: 1px solid #000000;
}
.dark .dropdown-menu > li > a {
  color: #ffffff;
}
.dark .dropdown-menu > li > a:hover, .dark .dropdown-menu > li > a:focus {
  background-color: #464646;
  box-shadow: 1px 0 0 #303030, -1px 0 0 #303030;
  color: #ffffff;
}
.dark .dropdown-menu > li:first-child::after {
  border-bottom: 6px solid #000000;
}
.dropdown-menu > li:first-child::before {
  border-bottom: 7px solid #000000;
}

.dark .dropdown-menu > li:first-child:hover::after, .dark .dropdown-menu > li:first-child:hover::before {
  border-bottom-color: #464646;
}

.test-dark{
  display:none;
}

input[type=text].engine{
  border: 1px solid #D3D3D3	;
  height: 30px;
}

input[type=text].engine:focus {
  outline: none !important;
  border: 1px solid #e22847;
}

select.engine {
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  height: 30px;
  background: white;
}
select.engine:focus {
  outline: none !important;
  border: 1px solid #e22847;
}
label.engine {
  font-size: 16px;
  color: #1f1f1f;
  font-weight: normal;
}

div.engine-errors {
  color: red;
}
button.engine{
  border: 0px solid ;
  background: #e22847;
  height: 40px;
  border-radius: 5px;
  color: white;
}
input.engine-error, select.engine-error {
  box-shadow: 0px 0px 9px -1px red;
}









/* # RESPONSIVE VARIATIONS
================================================== */

@media all and (max-width: 1200px) {

  h1, .h1 {
    font-size: 20px;
  }

  h2, .h2 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 15px;
  }
  .panel-title {
    font-size: 16px;
  }
  .nav-pills > li > a {
    font-size: 18px;
  }
  .step-ico {
    font-size: 16px;
    height: 26px;
    width: 26px;
  }
  .form-control {
    font-size: 16px;
  }


}

@media all and (max-width: 991px) {

  .panel-step-title {
    clear: both;
    display: block;
    font-size: 17px;
    width: 100%;
    text-align:center;
    margin-top:5px;
  }

  .step-ico {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .form-control {
    font-size: 14px;
    margin-bottom: 15px;
  }

}

@media all and (max-width: 768px) {

  .tab-pane {
    padding: 10px 15px;
  }

  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .panel-step-title {
    font-size: 14px;
  }

  .btn-primary {
    font-size: 14px;
    width: 100%;
  }

  .text-voucher {
    text-align: left;
  }


}
@media all and (max-width: 475px) {

  body{
    background-size:initial;
    font-size:12px;
  }

  h1{
    font-size:16px;
  }
  h2{
    font-size:15px;
  }
  h5{
    font-size:13px;
  }
  .booking-search .form-control{
    font-size:13px;
  }
  .panel-title{
    font-size:13px;
  }
  .btn-back{
    font-size:12px;
  }
  .book-summary-night, .book-summary-pax{
    font-size:12px;
  }
  .room-price-night-label{
    font-size:12px;
  }
  .room-price-detail-value{
    font-size:12px;
  }
  .book-price-label{
    font-size:14px;
  }
  .book-price-value{
    font-size:18px;
  }


  .room-price-book-value{
    font-size:14px;
  }
  .room-price-night-value{
    font-size:14px;
  }
  .select2-container{
    margin-bottom:35px;
  }
  .city{
    margin-bottom:30px;
  }
  .success-msg{
    padding:20px 0px;
  }
  .success-msg p{
    font-size:13px;
  }
  .success-msg-ico{
    font-size:50px;
  }
  .btn-default{
    font-size:12px;
  }

  .nav-pills > li > a {
    padding: 15px 9px;
  }
  .panel-step-title {
    font-size: 12px;
  }

}

@media print {
  body * {
    visibility: hidden;
  }
  #panel-step4, #panel-step4 * {
    visibility: visible;
  }
  #panel-step4 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .success-msg .col-sm-1 *{
    visibility: hidden!important;
  }
  .btn-default{
    visibility: hidden!important;
  }
}
.info_rates {
  border: 1px solid #04040440;
  padding: 2px 5px 4px 3px;
  border-radius: 27px;
  background-color: #6a6a6a36;
  font-size: 11px;
  margin-left: 5px;
  cursor: pointer;
}

#modalConditions{
  width: 100%;
  justify-content: center;
  align-items: center;
}
