/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
/*--- BEGIN MEDIA QUERY ---*/
@media only screen and (min-width: 240px) {
    /* BEGIN LOGIN */
    .popUp .box {
        width: 90%;
    }
    .popUp .top {
        padding: 15px 20px;
    }
    .popUp .info {
        padding: 40px 20px;
    }
    /* END LOGIN */
    /* BEGIN HEADER */
    header .right {
        float: right;
        width: 100%;
    }
    .dropdown {
        width: 100%;
        margin: 0 10px 10px 0;
    }
    .btn_celeste {
        padding: 11px 10px;
        font-size: 11px;
    }
    .box_icon_header {
        margin: 0 10px 0 5px;
    }
    .btn_icon {
        margin: 7px 15px 0 0;
    }
    #logo_grupoCLH {
        float: none;
        margin: 0 auto 10px;
    }
    .noMobile {
        display: none;
    }
    .activeMobile {
        display: block;
    }
    .noPaddingLeft {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .noPaddingRight {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .box_user .avatar {
        margin: 0 5px 0 0;
    }
    .box_user p {
        margin: 8px 5px 0 0;
        font-size: 12px;
    }
    nav li {
        margin: 0 10px 10px 0;
      padding-top: 7px;
        width: calc(50% - 10px);
    }
    nav a span {
        margin: 0 5px 0 0;
        width: 14px;
        height: 14px;
    }
    nav a p {
        margin: 5px 0 0;
        font-size: 11px;
    }
    .btn_gris,
    .btn_verde,
    .box_calendar .btn_gris.icon,
    .box_calendar .btn_verde.icon {
        width: calc(50% - 5px);
    }
    .box_calendar {
        margin: 0 0 20px;
        width: 100%;
    }
    /* END HEADER */
    /* BEGIN PASOS */
    .boxResult {
        padding: 15px 15px 15px 15px !important;
    }
    .box_periodo {
        min-height: 140px;
        width: 100%;
        border-right: 0 none;
    }
    .box_dia_semana {
        width: 50%;
        padding: 0;
        border-right: 2px solid #f8f9fa;
    }
    .box_habitaciones {
        width: 50%;
        padding: 0 0 0 5px;
    }
    .box_periodo .input_calendar {
        margin: 0 10px 10px 0 !important;
        width: calc(50% - 10px);
    }
    .box_agrega_otro .btn_verde {
        width: initial;
    }
    .btn_verde,
    .btn_gris_claro {
        padding: 11px 15px;
    }
    .btn_verde:disabled,
    .btn_verde[disabled] {
        background-color: #b0b0b0; /* Color gris */
        color: #666; /* Texto gris oscuro */
        cursor: not-allowed;
        opacity: 0.6; /* Reducir opacidad para dar efecto de deshabilitado */
    }
    .btn_agregar {
        font-size: 12px;
        margin: 9px 0 0;
    }
    .btn_borrar {
        margin: 5px 10px 0 10px;
    }
    .box_dia_semana .box p,
    .box_habitaciones .box p {
        font-size: 10px;
    }
    .box_criterios .simple_dropdown,
    .box_criterios .simple_input {
        margin: 0 0 10px;
        width: 100%;
    }
    .simple_input {
        width: 70px !important;
    }
    .popUp .align_center.margin {
        width: 100%;
    }
    .popUp .align_center.margin .btn_verde,
    .popUp .align_center.margin .btn_gris {
        width: calc(50% - 16px);
        margin: 0 8px;
        line-height: 1.3;
    }
    /* END PASOS */
    /* BEGIN DISPO */
    .box_calendar .input_calendar {
        width: calc(50% - 36px);
        margin: 0 10px 0 0;
    }
    .box_calendar .btn_verde {
        margin: 0 0 0 10px;
        width: initial;
    }
    .boxResult .simple_dropdown {
        width: 140px;
        margin: 0 0 10px;
    }





    .box_dias {
        width: initial;
        float: left;
        margin: 0;
    }
    .box_dias li:first-child {
        margin: 0 5px 0 0;
    }
    .box_dias li:last-child {
        margin: 0 0 0 5px;
    }
    .box_dias li {
        margin: 0 5px;
    }
    .box_dias li:nth-child(9),
    .box_dias li:nth-child(10),
    .box_dias li:nth-child(11),
    .box_dias li:nth-child(12),
    .box_dias li:nth-child(13),
    .box_dias li:nth-child(14),
    .box_dias li:nth-child(15),
    .box_dias li:nth-child(16) {
        display: none;
    }
    article .blue_box li:nth-child(1),
    article .green_box li:nth-child(1),
    article .product_box li:nth-child(1),
    article .product_box_result li:nth-child(1) {
        width: 100%;
    }
    article .blue_box li:nth-child(1) p,
    article .green_box li:nth-child(1) p,
    article .product_box li:nth-child(1) p,
    article .product_box_result li:nth-child(1) p {
        font-size: 16px;
    }
    article .blue_box li:nth-child(2),
    article .green_box li:nth-child(2),
    article .product_box li:nth-child(2),
    article .product_box_result li:nth-child(2) {
        width: 100%;
    }
    article .blue_box li:nth-child(2) p,
    article .green_box li:nth-child(2) p,
    article .product_box li:nth-child(2) p,
    article .product_box_result li:nth-child(2) p {
        font-size: 12px;
    }
    article .blue_box li:nth-child(3),
    article .green_box li:nth-child(3),
    article .product_box li:nth-child(3),
    article .product_box_result li:nth-child(3) {
        clear: both;
    }
    article .blue_box li:nth-child(9),
    article .blue_box li:nth-child(10),
    article .blue_box li:nth-child(11),
    article .blue_box li:nth-child(12),
    article .blue_box li:nth-child(13),
    article .blue_box li:nth-child(14),
    article .blue_box li:nth-child(15),
    article .blue_box li:nth-child(16),
    article .blue_box li:nth-child(17),
    article .green_box li:nth-child(9),
    article .green_box li:nth-child(10),
    article .green_box li:nth-child(11),
    article .green_box li:nth-child(12),
    article .green_box li:nth-child(13),
    article .green_box li:nth-child(14),
    article .green_box li:nth-child(15),
    article .green_box li:nth-child(16),
    article .green_box li:nth-child(17),
    article .product_box li:nth-child(9),
    article .product_box li:nth-child(10),
    article .product_box li:nth-child(11),
    article .product_box li:nth-child(12),
    article .product_box li:nth-child(13),
    article .product_box li:nth-child(14),
    article .product_box li:nth-child(15),
    article .product_box li:nth-child(16),
    article .product_box li:nth-child(17),
    article .product_box_result li:nth-child(9),
    article .product_box_result li:nth-child(10),
    article .product_box_result li:nth-child(11),
    article .product_box_result li:nth-child(12),
    article .product_box_result li:nth-child(13),
    article .product_box_result li:nth-child(14),
    article .product_box_result li:nth-child(15),
    article .product_box_result li:nth-child(16),
    article .product_box_result li:nth-child(17) {
        display: none;
    }
    article .blue_box li,
    article .green_box li,
    article .product_box li,
    article .product_box_result li {
        width: 46.6px;
    }
    article {
        padding: 0 10px;
    }
    article .blue_box ul {
        background: #618ba7;
    }
    article .green_box ul {
        background: #4ec088;
    }
    article .product_box ul {
        background: #edf9f3;
    }
    article .product_box_result ul {
        background: #ffffff;
    }
    /* END DISPO */
}
@media only screen and (max-width: 320px) {
}
@media only screen and (min-width: 348px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (min-width: 568px) {
    /* BEGIN HEADER */
    .dropdown {
        width: 181px;
        margin: 0 10px 0 0;
    }
    .btn_celeste {
        padding: 11px 10px;
        font-size: 12px;
    }
    .box_icon_header {
        margin: 0 20px;
    }
    .btn_icon {
        margin: 7px 20px 0 0;
    }
    nav li {
        margin: 0 10px 10px 0;
        width: initial;
    }
    nav a span {
        margin: 0 5px 0 0;
        width: 19px;
        height: 19px;
    }
    nav a p {
        margin: 6px 0 0;
        font-size: 12px;
    }
    /* END HEADER */
    /* BEGIN PASOS */
    .boxResult {
        padding: 25px 20px 25px 20px !important;
    }
    .box_dia_semana {
        width: 200px;
        padding: 0 30px 0 0;
        border-right: 2px solid #f8f9fa;
    }
    .box_habitaciones {
        width: 200px;
        padding: 0 0 0 30px;
    }
    .box_periodo .input_calendar {
        margin: 0 10px 0 0 !important;
        width: 140px;
    }
    .btn_agregar {
        font-size: 10px;
        margin: 10px 0 0;
    }
    .btn_borrar {
        margin: 5px 10px 0 10px;
    }
    .box_dia_semana .box p,
    .box_habitaciones .box p {
        font-size: 12px;
    }
    .box_criterios .simple_dropdown,
    .box_criterios .simple_input {
        margin: 0 10px 10px 0;
        width: calc(50% - 10px);
    }
    .simple_input {
        width: 70px !important;
    }
    .popUp .align_center.margin {
        width: 392px;
    }
    .popUp .align_center.margin .btn_verde,
    .popUp .align_center.margin .btn_gris {
        width: 180px;
        line-height: 0.9;
    }
    /* END PASOS */
    /* BEGIN DISPO */
    .box_calendar .btn_verde {
        margin: 0 0 0 10px;
        width: initial;
    }
    .boxResult .simple_dropdown {
        width: 140px;
        margin: 0 0 10px;
    }







    .box_dias {
        margin: 5px 0 0 105px;
    }
    .box_dias li {
        margin: 0 2px;
    }
    .box_dias li:nth-child(9),
    .box_dias li:nth-child(10),
    .box_dias li:nth-child(11),
    .box_dias li:nth-child(12),
    .box_dias li:nth-child(13),
    .box_dias li:nth-child(14),
    .box_dias li:nth-child(15),
    .box_dias li:nth-child(16) {
        display: block;
    }
    article .blue_box li:nth-child(1),
    article .green_box li:nth-child(1),
    article .product_box li:nth-child(1),
    article .product_box_result li:nth-child(1) {
        width: 130px;
    }
    article .blue_box li:nth-child(1) p,
    article .green_box li:nth-child(1) p,
    article .product_box li:nth-child(1) p,
    article .product_box_result li:nth-child(1) p {
        font-size: 11px;
    }
    article .blue_box li:nth-child(2),
    article .green_box li:nth-child(2),
    article .product_box li:nth-child(2),
    article .product_box_result li:nth-child(2) {
        width: 180px;
    }
    article .blue_box li:nth-child(2) p,
    article .green_box li:nth-child(2) p,
    article .product_box li:nth-child(2) p,
    article .product_box_result li:nth-child(2) p {
        font-size: 10px;
    }
    article .blue_box li:nth-child(9),
    article .blue_box li:nth-child(10),
    article .blue_box li:nth-child(11),
    article .blue_box li:nth-child(12),
    article .blue_box li:nth-child(13),
    article .blue_box li:nth-child(14),
    article .blue_box li:nth-child(15),
    article .blue_box li:nth-child(16),
    article .blue_box li:nth-child(17),
    article .green_box li:nth-child(9),
    article .green_box li:nth-child(10),
    article .green_box li:nth-child(11),
    article .green_box li:nth-child(12),
    article .green_box li:nth-child(13),
    article .green_box li:nth-child(14),
    article .green_box li:nth-child(15),
    article .green_box li:nth-child(16),
    article .green_box li:nth-child(17),
    article .product_box li:nth-child(9),
    article .product_box li:nth-child(10),
    article .product_box li:nth-child(11),
    article .product_box li:nth-child(12),
    article .product_box li:nth-child(13),
    article .product_box li:nth-child(14),
    article .product_box li:nth-child(15),
    article .product_box li:nth-child(16),
    article .product_box li:nth-child(17),
    article .product_box_result li:nth-child(9),
    article .product_box_result li:nth-child(10),
    article .product_box_result li:nth-child(11),
    article .product_box_result li:nth-child(12),
    article .product_box_result li:nth-child(13),
    article .product_box_result li:nth-child(14),
    article .product_box_result li:nth-child(15),
    article .product_box_result li:nth-child(16),
    article .product_box_result li:nth-child(17) {
        display: block;
    }
    article .blue_box li,
    article .green_box li,
    article .product_box li,
    article .product_box_result li {
        width: 33.4px;
    }
    article {
        padding: 0 10px;
    }
    /* END DISPO */
}
@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 768px) {
    /* BEGIN LOGIN */
    .popUp .box {
        width: 560px;
    }
    .popUp .top {
        padding: 15px 20px;
    }
    .popUp .info {
        padding: 40px 60px;
    }
    /* END LOGIN */
    /* BEGIN HEADER */
    header .right {
        float: right;
        width: initial;
    }
    .dropdown {
        width: 181px;
        margin: 0 10px 0 0;
    }
    .btn_celeste {
        padding: 11px 10px;
    }
    .box_icon_header {
        margin: 0 19px;
    }
    .btn_icon {
        margin: 7px 20px 0 0;
    }
    #logo_grupoCLH {
        float: left;
        margin: 0;
    }
    .noMobile {
        display: block;
    }
    .activeMobile {
        display: none;
    }
    .noPaddingLeft {
        padding-left: 0 !important;
        padding-right: 15px !important;
    }
    .noPaddingRight {
        padding-left: 15px !important;
        padding-right: 0 !important;
    }
    .noPaddingLeft.noPaddingRight {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .box_user .avatar {
        margin: 0 10px 0 0;
    }
    .box_user p {
        margin: 6px 10px 0 0;
        font-size: 14px;
    }
    nav li {
        width: initial;
    }
    nav a span {
        margin: 0 5px 0 0;
    }
    nav a p {
        font-size: 13px;
    }
    .btn_gris,
    .btn_verde,
    .box_calendar .btn_gris.icon,
    .box_calendar .btn_verde.icon {
        width: initial;
    }
    .box_calendar {
        margin: 15px 0;
        width: initial;
    }
    /* END HEADER */
    /* BEGIN PASOS */
    .box_periodo .input_calendar {
        margin: 0 10px 0 0 !important;
        width: 180px;
    }
    .btn_agregar {
        font-size: 12px;
        margin: 9px 0 0;
    }
    .btn_borrar {
        margin: 5px 10px 0 10px;
    }
    .box_criterios .simple_dropdown,
    .box_criterios .simple_input {
        margin: 0 10px 0 0;
        width: 230px;
    }
    .simple_input {
        width: 70px !important;
    }
    /* END PASOS */
    /* BEGIN DISPO */
    .box_calendar .input_calendar {
        width: 144px;
        margin: 0 10px 0 0;
    }
    .box_calendar .btn_verde {
        margin: 0 0 0 10px;
        width: initial;
    }
    .boxResult .simple_dropdown {
        width: 140px;
        margin: 0 0 10px;
    }






    .box_dias {
        margin: 5px 0 0;
    }
    .box_dias li {
        margin: 0 7px;
    }
    article .blue_box li:nth-child(1),
    article .green_box li:nth-child(1),
    article .product_box li:nth-child(1),
    article .product_box_result li:nth-child(1) {
        width: 100px;
    }
    article .blue_box li:nth-child(1) p,
    article .green_box li:nth-child(1) p,
    article .product_box li:nth-child(1) p,
    article .product_box_result li:nth-child(1) p {
        font-size: 12px;
    }
    article .blue_box li:nth-child(2),
    article .green_box li:nth-child(2),
    article .product_box li:nth-child(2),
    article .product_box_result li:nth-child(2) {
        width: calc(100% - 100px);
    }
    article .blue_box li:nth-child(2) p,
    article .green_box li:nth-child(2) p,
    article .product_box li:nth-child(2) p,
    article .product_box_result li:nth-child(2) p {
        font-size: 9px;
    }
    article .blue_box li,
    article .green_box li,
    article .product_box li,
    article .product_box_result li {
        width: 43.4px;
    }
    article {
        padding: 0 12px;
    }
    /* END DISPO */
}
@media only screen and (min-width: 1024px) {
    /* BEGIN LOGIN */
    .popUp .box {
        width: 560px;
    }
    /* END LOGIN */
    /* BEGIN HEADER */
    .dropdown {
        width: 290px;
        margin: 0 10px 0 0;
    }
    .btn_celeste {
        padding: 11px 10px;
    }
    .box_icon_header {
        margin: 0 27px 0 20px;
    }
    .btn_icon {
        margin: 7px 15px 0 0;
    }
    nav li {
        margin: 0 10px 0 0;
        width: initial;
    }
    nav a span {
        margin: 0 5px 0 0;
    }
    nav a p {
        margin: 7px 0 0;
        font-size: 12px;
    }
    /* END HEADER */
    /* BEGIN PASOS */
    .box_periodo {
        min-height: 140px;
        width: 506px;
        border-right: 2px solid #f8f9fa;
    }
    .box_dia_semana {
        width: 210px;
        padding: 0 20px;
        border-right: 2px solid #f8f9fa;
    }
    .box_habitaciones {
        width: 180px;
        padding: 0 0 0 20px;
    }
    .box_periodo .input_calendar {
        margin: 0 10px 0 0 !important;
        width: 120px;
    }
    .btn_verde,
    .btn_gris_claro {
        padding: 11px 10px;
    }
    .btn_agregar {
        font-size: 11px;
        margin: 9px 0 0;
    }
    .btn_borrar {
        margin: 5px 9px 0 10px;
    }
    .box_dia_semana .box p,
    .box_habitaciones .box p {
        font-size: 11px;
    }
    .box_criterios .simple_dropdown,
    .box_criterios .simple_input {
        margin: 0 10px 0 0;
        width: 290px;
    }
    .simple_input {
        width: 70px !important;
    }
    /* END PASOS */
    /* BEGIN DISPO */
    .box_calendar .input_calendar {
        width: 200px;
        margin: 0 10px 0 0;
    }
    .box_calendar .btn_verde {
        margin: 0 0 0 10px;
        width: initial;
    }
    .boxResult .simple_dropdown {
        width: 140px;
        margin: 0 23px 0 0;
    }






    .box_dias {
        float: left;
        margin: 6px 0 0 105px;
    }
    .box_dias li {
        margin: 0 6.5px;
    }
    article .blue_box li:nth-child(1),
    article .green_box li:nth-child(1),
    article .product_box li:nth-child(1),
    article .product_box_result li:nth-child(1) {
        width: 100px;
    }
    article .blue_box li:nth-child(1) p,
    article .green_box li:nth-child(1) p,
    article .product_box li:nth-child(1) p,
    article .product_box_result li:nth-child(1) p {
        font-size: 12px;
    }
    article .blue_box li:nth-child(2),
    article .green_box li:nth-child(2),
    article .product_box li:nth-child(2),
    article .product_box_result li:nth-child(2) {
        width: 150px;
    }
    article .blue_box li:nth-child(2) p,
    article .green_box li:nth-child(2) p,
    article .product_box li:nth-child(2) p,
    article .product_box_result li:nth-child(2) p {
        font-size: 10px;
    }
    article .blue_box li:nth-child(3),
    article .green_box li:nth-child(3),
    article .product_box li:nth-child(3),
    article .product_box_result li:nth-child(3) {
        clear: none;
    }
    article .blue_box li,
    article .green_box li,
    article .product_box li,
    article .product_box_result li {
        width: 42.5px;
    }
    article {
        padding: 0;
    }
    article .blue_box ul,
    article .green_box ul,
    article .product_box ul,
    article .product_box_result ul {
        background: none;
    }
    /* END DISPO */
}
@media only screen and (min-width: 1400px) {
    /* BEGIN LOGIN */
    .popUp .box {
        width: 560px;
    }
    /* END LOGIN */
    /* BEGIN HEADER */
    nav li {
        margin: 0 10px 0 0;
        width: initial;
    }
    nav a span {
        margin: 0 5px 0 0;
    }
    nav a p {
        margin: 5px 0 0;
        font-size: 14px;
    }
    /* END HEADER */
    /* BEGIN PASOS */
    .box_periodo {
        min-height: 140px;
        width: 656px;
        border-right: 2px solid #f8f9fa;
    }
    .box_dia_semana {
        width: 230px;
        padding: 0 30px;
        border-right: 2px solid #f8f9fa;
    }
    .box_habitaciones {
        width: 200px;
        padding: 0 0 0 30px;
    }
    .box_periodo .input_calendar {
        margin: 0 10px 0 0 !important;
        width: 160px;
    }
    .btn_verde,
    .btn_gris_claro {
        padding: 11px 15px;
    }
    .btn_agregar {
        font-size: 12px;
        margin: 9px 0 0;
    }
    .btn_borrar {
        margin: 5px 10px 0 10px;
    }
    .box_dia_semana .box p,
    .box_habitaciones .box p {
        font-size: 12px;
    }
    /* END PASOS */
    /* BEGIN DISPO */
    .boxResult .simple_dropdown {
        width: 140px;
        margin: 0 23px 0 0;
    }
    .box_dias {
        margin: 5px 0 0;
    }
    .box_dias li:first-child {
        margin: 0 10px 0 0;
    }
    .box_dias li:last-child {
        margin: 0 0 0 10px;
    }
    .box_dias li {
        margin: 0 10px;
    }
    article .blue_box li:nth-child(1),
    article .green_box li:nth-child(1),
    article .product_box li:nth-child(1),
    article .product_box_result li:nth-child(1) {
        width: 130px;
    }
    article .blue_box li:nth-child(1) p,
    article .green_box li:nth-child(1) p {
        font-size: 16px;
    }
    article .blue_box li:nth-child(2),
    article .green_box li:nth-child(2),
    article .product_box li:nth-child(2),
    article .product_box_result li:nth-child(2) {
        width: 210px;
    }
    article .blue_box li:nth-child(2) p,
    article .green_box li:nth-child(2) p {
        font-size: 12px;
    }
    article .product_box li:nth-child(1) p,
    article .product_box li:nth-child(2) p,
    article .product_box_result li:nth-child(1) p,
    article .product_box_result li:nth-child(2) p {
        font-size: 12px;
    }
    article .blue_box li,
    article .green_box li,
    article .product_box li,
    article .product_box_result li {
        width: 49.69px;
    }
    /* END DISPO */
}
/*--- END MEDIA QUERY ---*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);

body {
    font-family: 'Roboto', sans-serif !important;
    background: #f5f8fb;
}

header {
    float: left;
    width: 100%;
    background: #35404f;
    padding: 20px 0;
}

section {
    float: left;
    width: 100%;
    clear: both;
}

nav {
    float: left;
    width: 100%;
}

nav ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

nav li {
    list-style: none;
    float: left;
    clear: none;
    margin: 0 10px 0 0;
    width: initial;
}

nav a {
    display: block;
    float: left;
}

nav a span {
    display: block;
    float: left;
    position: relative;
    width: 19px;
    height: 19px;
    margin: 0 5px 0 0;
}

nav a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

nav a img.active {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

nav a img.inactive {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

nav a p {
    float: left;
    margin: 5px 0 0;
    font-size: 12px;
    color: #a1b1bf;
    font-weight: 400;
    line-height: 0.8;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

nav a:hover p {
    color: #4ec088;
}

nav a:hover img.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

nav a:hover img.inactive {
    opacity: 0;
}


/* BEGIN REUTILIZABLE */

#logo_grupoCLH {
    display: block;
    float: left;
    height: 31px;
    width: 144px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#logo_grupoCLH img {
    width: 100%;
}

#logo_grupoCLH:hover {
    opacity: 0.5;
}

.dropdown {
    float: left;
    background: #161c26;
    border-radius: 5px;
    width: 290px;
    position: relative;
    margin: 0 15px 0 0;
}

.dropdown .btn {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    float: left;
    border: none;
}

.dropdown p {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #758693;
    line-height: 0.8;
}

.dropdown span {
    float: right;
    width: 10px;
    height: 6px;
    margin: 3px 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.dropdown span img {
    float: left;
    width: 100%;
}

.dropdown span.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.simple_dropdown {
    float: left;
    background: #f4f5f7;
    border-radius: 5px;
    width: 141px;
    /*Modify By Fogo*/
    position: relative;
    margin: 0 23px 0 0;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.3)
}

#top-reserve-detials .no-empty .simple_dropdown {
    background: #ffffff;
}

#top-reserve-detials .no-empty a {
  margin-left: 5px;
  margin-top: -10px;
}

#top-reserve-detials .no-empty a .icon {
    margin-top: 2px;
}

#top-reserve-detials .no-empty a:nth-child(2) .icon {
    margin-top: 4px;
}

.simple_dropdown .btn {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    float: left;
}

.simple_dropdown p {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #758693;
    line-height: 0.8;
}

.simple_dropdown span {
    float: right;
    margin: 3px 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.simple_dropdown span img {
    float: left;
    width: 100%;
}

.simple_dropdown span.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.result_dropdown {
    position: absolute;
    left: 0;
    top: 37px;
    width: 100%;
    background: #ffffff;
    padding: 10px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    display: none;
    z-index: 100;
}

.result_dropdown ul {
    margin: 0;
    padding: 0;
}

.result_dropdown li {
    list-style: none;
    float: left;
    clear: both;
    width: 100%;
}

.result_dropdown a {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #758693;
    line-height: 0.8;
    cursor: pointer;
    padding: 7px;
    border-radius: 5px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}


.result_dropdown a:hover {
    background: #ebf1f7;
}

.result_dropdown a,
.result_dropdown a:hover {
    color: #758693;
    text-decoration: none;
}
.result_dropdown_code {
    position: absolute;
    left: 0;
    top: 37px;
    width: 100%;
    background: #ffffff;
    padding: 10px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    display: none;
    z-index: 100;
}

.result_dropdown_code ul {
    margin: 0;
    padding: 0;
}

.result_dropdown_code li {
    list-style: none;
    float: left;
    clear: both;
    width: 100%;
}

.result_dropdown_code div {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #758693;
    line-height: 0.8;
    cursor: pointer;
    padding: 7px;
    border-radius: 5px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}


.result_dropdown_code div:hover {
    background: #ebf1f7;
}

.result_dropdown_code div a,
.result_dropdown_code div a:hover {
    color: #758693;
    text-decoration: none;
}

.btn_celeste {
    background: #618ba7;
    border-radius: 5px;
    box-shadow: none;
    color: #fffefe;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: 400;
    line-height: 0.8;
    margin: 0;
    padding: 11px 15px;
    text-align: center;
    text-transform: inherit;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: initial;
}

.btn_celeste:hover {
    background: #4ec088;
    text-decoration: none;
    color: #fffefe;
}

.btn_verde {
    background: #4ec088;
    border: 1px solid #4ec088;
    border-radius: 5px;
    box-shadow: none;
    color: #fffefe;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: 400;
    line-height: 0.9;
    margin: 0;
    padding: 11px 15px;
    text-align: center;
    text-transform: inherit;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: initial;
}

.btn_verde span {
    z-index: 10;
    position: inherit;
}

.btn_verde.icon {
    padding: 12px 15px 10px 28px;
}

.btn_verde .icon {
    z-index: 2;
    position: absolute;
    left: 5px;
    top: 5px;
}

.btn_verde:hover {
    background: #618ba7;
    border-color: #618ba7;
    text-decoration: none;
    color: #fffefe;
}

.btn_gris {
    background: #618ba7;
    border: 1px solid #618ba7;
    border-radius: 5px;
    box-shadow: none;
    color: #fffefe;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: 400;
    line-height: 0.9;
    margin: 0;
    padding: 11px 15px;
    text-align: center;
    text-transform: inherit;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: initial;
}

.btn_gris span {
    z-index: 10;
    position: inherit;
}

.btn_gris.icon {
    padding: 12px 15px 10px 28px;
}

.btn_gris .icon {
    z-index: 2;
    position: absolute;
    left: 5px;
    top: 5px;
}

.btn_gris:hover {
    background: #4ec088;
    border: 1px solid #4ec088;
    text-decoration: none;
    color: #fffefe;
}

.btn_gris_claro {
    background: #c8c8c8;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: 400;
    line-height: 0.9;
    margin: 0;
    padding: 11px 15px;
    text-align: center;
    text-transform: inherit;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: initial;
}

.btn_gris_claro span {
    z-index: 10;
    position: inherit;
}

.btn_gris_claro.icon {
    padding: 11px 15px 11px 28px;
}

.btn_gris_claro .icon {
    z-index: 2;
    position: absolute;
    left: 5px;
    top: 5px;
}

.btn_gris_claro:hover {
    background: #618ba7;
    border: 1px solid #618ba7;
    text-decoration: none;
    color: #fffefe;
}

.box_icon_header {
    float: left;
    margin: 0 20px;
}

.box_icon_header a:nth-child(3) {
    margin: 7px 0 0 0;
}

.btn_icon {
    display: block;
    float: left;
    position: relative;
    margin: 7px 20px 0 0;
    cursor: pointer;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
}

.btn_icon .icon {
    float: left;
    width: 20px;
}

.btn_icon span {
    position: absolute;
    top: -5px;
    right: -10px;
    line-height: 1.75;
    background: #4ec088;
    font-size: 11px;
    font-weight: 400;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
}

.btn_icon:hover span {
    background: #618ba7;
}

.box_user {
    float: left;
    cursor: pointer;
}

.box_user .avatar {
    float: left;
    width: 31px;
    height: 31px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.box_user p {
    float: left;
    margin: 6px 10px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.box_user p i.fa {
    color: #fff;
}

.box_user span {
    float: left;
    height: 6px;
    margin: 14px 0 0;
}

.box_user span img {
    width: 100%;
    float: left;
}

.left {
    float: left;
    width: initial;
}

.right {
    float: right;
    width: initial;
}

.white_box {
    background: #fff;
    padding: 20px 0;
}

.checkbox {
    position: relative;
    overflow: hidden;
    width: 18px;
    height: 18px;
    border: 2px solid #eeeff0;
    margin: 4px auto 0;
    background: #ffffff;
    cursor: pointer;
}

.checkbox span {
    position: absolute;
    z-index: 2;
    height: 9px;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -5px;
    width: 11px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

.checkbox.active span {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.checkbox img {
    float: left;
    width: 100%;
}

.simple_input, input[type="text"], input[type="number"], input[type="search"] {
    background: #f4f5f7;
    border-radius: 5px;
    width: 70px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    border: 0 none;
    padding: 6px 10px;
}

.dataTables_filter input[type="search"] {
    font-size: 14px;
    width: 250px;
    background: #ffffff url(../img/icon/search-icon.png) center right 10px no-repeat !important;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.noPaddingRight {
    padding-right: 0 !important;
}

.noPaddingLeft div.no-empty,
.noPaddingRight div.no-empty {
    padding-top: 25px;
    padding-bottom: 10px;
}

/* END REUTILIZABLE */


/* BEGIN POPUP */

.popUp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(161, 177, 191, 0.8);
    display: table;
}

.popUp .center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.popUp .box {
    width: 560px;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
}

.popUp .top,
.modal-header {
    overflow: hidden;
    background: #35404f;
    width: 100%;
    margin: auto;
    padding: 15px 20px;
}

.popUp .top span,
.modal-header span {
    background: url(../img/icon/icon_plus_login.png) center center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.popUp .top p,
.modal-header p {
    float: left;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #a1b1bf;
    font-weight: 400;
}

.popUp .info {
    background: #fff;
    float: left;
    clear: both;
    width: 100%;
    padding: 40px 60px;
}

.popUp .info label {
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    color: #758693;
    line-height: 0.8;
    margin: 0 0 10px;
}

.popUp .info input {
    float: left;
    clear: both;
    background: #f4f5f7;
    border: 0 none;
    box-shadow: inset 0 2px 0 rgba(161, 177, 191, 0.5);
    border-radius: 5px;
    font-size: 13px;
    color: #758693;
    font-weight: 400;
    line-height: 0.8;
    padding: 8px 10px;
    margin: 0 0 10px;
}

.popUp .info input:nth-child(4) {
    margin: 0 0 25px;
}

.popUp .info .btn {
    background: #4ec088;
    border-radius: 5px;
    box-shadow: none;
    clear: both;
    color: #fffefe;
    cursor: pointer;
    float: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 0.8;
    margin: 20px auto 10px 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.popUp .info .btn span {
    z-index: 10;
    position: inherit;
}

.popUp .info .btn:hover {
    background: #618ba7;
}

.popUp h5 {
    font-size: 14px;
    color: #758693;
    width: 100%;
    text-align: center;
    margin: 0;
}

.popUp h6 {
    font-size: 14px;
    color: #758693;
    text-align: left;
    width: 100%;
    margin: 0 0 30px;
}

.popUp ul {
    width: 100%;
    padding: 0 0 0 10px;
}

.popUp li {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #758693;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
    list-style: url(../img/icon/icon_tilde_li.png);
}

.popUp .big_icon {
    margin: auto auto 40px;
    text-align: center;
}

.popUp .align_center {
    clear: both;
    margin: auto;
    width: 242px;
    overflow: hidden;
}

.popUp .align_center .btn_verde,
.popUp .align_center .btn_gris {
    width: 105px;
    margin: 0 8px;
}

.popUp .align_center.margin {
    margin: 50px auto 0;
    width: 392px;
}

.popUp .align_center.margin .btn_verde,
.popUp .align_center.margin .btn_gris {
    width: 180px;
}


/* END POPUP */


/* BEGIN DISPONIBILIDAD */

.box_calendar {
    margin: 15px 0;
}

.box_calendar .btn_verde {
    margin: 0 0 0 10px;
}

.input_calendar {
    float: left;
    position: relative;
    width: 200px;
    margin: 0 3px;
}

.input_calendar input {
    float: left;
    clear: both;
    width: 100%;
    background: #ffffff;
    /*border: 0 none;*/
    /* box-shadow: inset 0 2px 0 rgba(161, 177, 191, 0.5);*/
    border-radius: 5px;
    font-size: 13px;
    color: #758693;
    font-weight: 400;
    line-height: 0.8;
    padding: 8px 10px;
    margin: 0;
}

.input_calendar .icon {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
}

.input_calendar .icon:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.input_calendar:nth-child(2) {
    margin: 0;
}

.input_calendar.gris input {
    background: #f4f5f7;
    border-radius: 5px;
    /*background-image: url(http://localhost:8000/img/icon/icon_input_calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.3) !important; */
    cursor: pointer;
}

input#nochesDesdeC1, input#nochesHastaC1, input.desde, input.hasta {
    background: #f4f5f7 url(../img/icon/icon_input_calendar.png) no-repeat center right 10px;
}

#reserves input.desde.right-padding, #reserve-list input.hasta.right-padding {
    background: url(../img/icon/icon_input_calendar.png) no-repeat center right 10px;
}

.calendario_fisico {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    z-index: 200;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.calendario_fisico.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.calendario_fisico .top {
    float: left;
    width: 100%;
    background: #4ec088;
    padding: 5px 10px;
}

.calendario_fisico .body {
    float: left;
    width: 100%;
    clear: both;
    background: #ffffff;
    padding: 10px;
}

.calendario_fisico h4 {
    float: left;
    margin: 5px 0 0;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 0.8;
}

.calendario_fisico .btn_left {
    float: left;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.calendario_fisico .btn_right {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.calendario_fisico .btn_left:hover,
.calendario_fisico .btn_right:hover {
    opacity: 0.5;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.calendario_fisico .dias {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.calendario_fisico .dias li {
    list-style: none;
    width: 14.28%;
    float: left;
    text-align: center;
    line-height: 0.8;
    font-size: 14px;
    color: #4ec088;
}

.calendario_fisico .numero {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.calendario_fisico .numero li {
    list-style: none;
    width: 14.28%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #66728c;
    font-weight: 400;
    overflow: hidden;
    height: initial;
}

.calendario_fisico .numero li div {
    cursor: pointer !important;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: initial;
    padding: 8px 0;
    position: inherit;
    line-height: 0.8;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.calendario_fisico .numero li div:hover {
    background: #ecf0f9;
    border-radius: 5px;
}

.calendario_fisico .none {
    color: #a1b1bf !important;
}

.boxResult {
    background: #ffffff;
    border-radius: 5px;
}

.box_dias {
    float: left;
    margin: 5px 0 0 100px;
}

.box_dias ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.box_dias li {
    list-style: none;
    float: left;
    margin: 0 10.3px;
    width: 25px;
}

.box_dias li:first-child {
    margin: 0 10px 0 0;
}

.box_dias li:last-child {
    margin: 0 0 0 10px;
}

.box_dias li.disable .arrow a {
    pointer-events: none;
    display:none;
}

.box_dias p {
    margin: 0;
    font-size: 11px;
    color: #a1b1bf;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.box_dias .arrow {
    float: left;
    margin: 5px 0 0;
    cursor: pointer;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
}

.box_dias .arrow img {
    float: left;
}

.box_dias .arrow:hover {
    opacity: 0.5;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

article {
    float: left;
    clear: both;
    width: 100%;
    margin: 25px 0 0;
}

article .blue_box {
    float: left;
    width: 100%;
    background: #618ba7;
}

article .blue_box p {
    margin: 0;
    line-height: 0.9;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 10px;
}

article .blue_box ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

article .blue_box li {
    list-style: none;
    float: left;
    background: #618ba7;
    width: 46px;
    height: 29px;
}

article .blue_box li:nth-child(1) {
    width: 130px;
}

article .blue_box li:nth-child(1) p {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 0.7;
}

article .blue_box li:nth-child(2) {
    width: 210px;
}

article .blue_box li:nth-child(2) p {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
}

article .blue_box li.is-friday {
    background: #5983a2 !important;
}

article .blue_box li.is-saturday {
    background: #5d87a4 !important;
}

article .blue_box li.is-friday p{
    font-weight: 700;
}

article .blue_box li.is-saturday p{
    font-weight: 700;
}

article .blue_box input {
  margin: 0;
  line-height: 0.9;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 5px;
  background: none;
  cursor: url(../img/icon/cursor_lapiz.png), default;
  height: 100%;
  border: 2px solid rgba(176, 197, 211, 0);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}

article .blue_box input:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

article .green_box {
    float: left;
    width: 100%;
    cursor: pointer;
    background: #4ec088;
}


/***Modify by Fogo*****/

article .green_box input {
    margin: 0;
    line-height: 0.9;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: none;
    cursor: url(../img/icon/cursor_lapiz.png), default;
    height: 100%;
    border: 2px solid rgba(176, 197, 211, 0);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

article .green_box p {
    margin: 0;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 10px;
}

article .green_box p {
    margin: 0;
    line-height: 0.9;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 10px;
}

article .green_box ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

article .green_box li {
    list-style: none;
    float: left;
    background: #4ec088;
    width: 46px;
    height: 29px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

article .green_box input:hover {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

article .green_box li:nth-child(1) {
    width: 130px;
}

article .green_box li:nth-child(1) p {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 0.7;
}

article .green_box li:nth-child(2) {
    width: 210px;
}

article .green_box li:nth-child(2) p {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
}

article .green_box li.is-friday {
    background: #48b584 !important;
}

article .green_box li.is-saturday {
    background: #4bbb86 !important;
}

article .green_box .arrow {
    position: absolute;
    margin-top: -4px;
    margin-left: 98px;
    /*right: 10px;*/
    z-index: 9;
    /* bottom: -15px;*/
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

article .green_box:hover .arrow {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

article .green_box.active .arrow {
    opacity: 1;
    transform: scale(1) rotate(180deg);
    -webkit-transform: scale(1) rotate(180deg);
    -moz-transform: scale(1) rotate(180deg);
    -o-transform: scale(1) rotate(180deg);
    -ms-transform: scale(1) rotate(180deg);
}

article .green_box span {
    width: 10px;
    text-align: center;
    display: block;
    line-height: 0.8;
    overflow: hidden;
    margin: auto;
}

article .green_box span img {
    float: left;
}

article .result_green {
    float: left;
    width: 100%;
    display: none;
}

article .blue_box .arrow {
  position: absolute;
  margin-top: -20px;
  margin-left: 98px;
  /*right: 10px;*/
  z-index: 9;
  /* bottom: -15px;*/
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

article .blue_box:hover .arrow {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

article .blue_box.active .arrow {
  opacity: 1;
  transform: scale(1) rotate(180deg);
  -webkit-transform: scale(1) rotate(180deg);
  -moz-transform: scale(1) rotate(180deg);
  -o-transform: scale(1) rotate(180deg);
  -ms-transform: scale(1) rotate(180deg);
}

article .result_blue {
  float: left;
  width: 100%;
  display: none;
}
/**********************************************/

article .product_box input:hover {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

article .product_box input {
    margin: 5px 0 0 0;
    line-height: 0.9;
    font-size: 12px;
    color: #758693;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 3px 10px;
    background: none;
    /*background-color: #edf9f3;*/
    cursor: url(../img/icon/cursor_lapiz.png), default;
    height: 60%;
    border: 2px solid rgba(176, 197, 211, 0);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

article .product_box {
    float: left;
    width: 100%;
    cursor: default;
    background: #edf9f3;
}

article .product_box p {
    margin: 0;
    line-height: 0.9;
    font-size: 12px;
    color: #758693;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 10px 10px 4px;
}

article .product_box span {
    width: 10px;
    text-align: center;
    display: block;
    line-height: 0.8;
    overflow: hidden;
    margin: 0 0 0 18px;
    cursor: pointer;
}

article .product_box span img {
    float: left;
}

article .product_box ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 35px;
    margin: 0px;
}

article .product_box li p {
    cursor: auto;
}

article .product_box li {
    list-style: none;
    float: left;
    background: #edf9f3;
    width: 45.9px;
    height: 35px;
    border-bottom: 2px solid #e6f3ee;
}

article .product_box li:nth-child(1) {
    width: 90px;
    position: relative;
}

article .product_box li:nth-child(1) p {
    text-align: left;
    font-weight: 700;
}

article .product_box li:nth-child(2) {
    width: 252px;
    padding: 0 40px;
    font-size: 12px;
}

article .product_box li:nth-child(2) p {
    text-align: left;
    font-size: 11px;
}

article .product_box li.is-friday {
    background: #daebeb;
    border-bottom: 2px solid #cee0e0;

}
article .product_box li.is-friday p{
  font-weight: 700;
}
article .product_box li.is-saturday {
    background: #e4f2ef;
    border-bottom: 2px solid #d7e6e3;
}
article .product_box li.is-saturday p {
   font-weight: 700;
}

/*article .product_box li:nth-child(8) p,
article .product_box li:nth-child(9) p,
article .product_box li:nth-child(15) p,
article .product_box li:nth-child(16) p {
    font-weight: 700;
}*/

article .product_box .arrow {
    position: absolute;
    right: -35px;
    z-index: 20;
    bottom: -15px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

article .product_box:hover .arrow {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

article .product_box.active .arrow {
    opacity: 1;
    transform: scale(1) rotate(180deg);
    -webkit-transform: scale(1) rotate(180deg);
    -moz-transform: scale(1) rotate(180deg);
    -o-transform: scale(1) rotate(180deg);
    -ms-transform: scale(1) rotate(180deg);
}

article .product_box_result {
    float: left;
    width: 100%;
}

article .product_box_result p {
    margin: 0;
    line-height: 0.9;
    font-size: 12px;
    color: #758693;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 10px;
}

article .product_box_result input {
    margin: 0;
    line-height: 0.9;
    font-size: 12px;
    color: #758693;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: none;
    cursor: url(../img/icon/cursor_lapiz.png), default;
    height: 29px;
    border: 2px solid rgba(176, 197, 211, 0);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

.percentage {
    background: url(../img/icon/percent-small.png) no-repeat !important;
    background-position: right 8px !important;
}

article .product_box_result input:hover {
    border: 2px solid rgba(176, 197, 211, 1);
}

article .product_box_result input:focus {
    outline: none;
    border: 2px solid rgba(176, 197, 211, 1);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

article .product_box_result ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

article .product_box_result li {
    list-style: none;
    float: left;
    width: 45.9px;
    height: 29px;
    background: #ffffff;
}

article .product_box_result li:nth-child(1) {
    width: 132px;
}

article .product_box_result li:nth-child(1) p {
    text-align: left;
    font-weight: 700;
}

article .product_box_result li:nth-child(2) {
    width: 210px;
    position: relative;
}

article .product_box_result li:nth-child(2) p {
    text-align: left;
    font-weight: 700;
    font-size: 11px;
}

article .product_box_result li:nth-child(2) .btntooltip {
    position: absolute;
    top: 2px;
    right: 5px;
    /*cursor: pointer;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

article .product_box_result li:nth-child(2) .btntooltip:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

article .product_box_result li:nth-child(2) .tooltip {
    position: absolute;
    top: -45px;
    font-size: 11px;
    color: #35404f;
    font-weight: 400;
    z-index: 5;
    left: 93px;
    opacity: 0;
    background: #fff;
    text-align: center;
    border: 2px solid #a1b1bf;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    right: -93px;
    display: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

article .product_box_result li:nth-child(2) .tooltip::before {
    content: "";
    display: block;
    background: url(../img/icon/borde_tooltip.png) center center no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -7px;
}

article .product_box_result li:nth-child(2) .tooltip.active {
    opacity: 1;
    display: block;
}

article .product_box_result li.is-friday {
    background: #ebf1f7 !important;
}

article .product_box_result li.is-saturday {
    background: #f5f8fb !important;
}

article .product_box_result li.is-saturday input,
 article .product_box_result li.is-friday input {
   font-weight: 700;
 }

article .result {
    float: left;
    width: 100%;
    display: none;
}


/* END DISPONIBILIDAD */


/* BEGIN PASOS */

.box_periodo {
    float: left;
    border-right: 2px solid #f8f9fa;
    min-height: 140px;
    width: 550px;
}

.box_periodo h1,
.box_dia_semana h1,
.box_habitaciones h1,
.box_criterios h1 {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    line-height: 0.8;
    font-size: 14px;
    color: #758693;
    font-weight: 700;
}

.box_periodo .box {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 20px;
}

.box_periodo .input_calendar {
    margin: 0 10px 0 0 !important;
    width: 160px;
    border-radius: 5px;
}

.box_periodo .box .btn_verde {
    margin: 0 10px 0 0;
}

.box_periodo .box .btn_gris_claro {
    margin: 0 10px 0 0;
}

.box_agrega_otro {
    float: left;
    margin: 0px 24px;
}

.box_dia_semana {
    float: left;
    width: 230px;
    padding: 0 30px;
    min-height: 130px;
    border-right: 2px solid #f8f9fa;
}

.box_dia_semana .box,
.box_habitaciones .box {
    float: left;
    width: 50%;
}

.box_dia_semana .box p,
.box_habitaciones .box p {
    float: left;
    margin: 0;
    text-align: left;
    font-size: 12px;
    color: #758693;
    font-weight: 400;
}

.box_dia_semana .box .checkbox,
.box_habitaciones .box .checkbox {
    margin: 0 10px 0 0;
    float: right;
}

.box_dia_semana .box .separador,
.box_habitaciones .box .separador {
    float: left;
    width: 100%;
    height: 1px;
    margin: 5px 0;
}

.box_habitaciones {
    float: left;
    width: 200px;
    padding: 0 0 0 30px;
    min-height: 130px;
}

.btn_borrar {
    float: left;
    margin: 5px 10px 0 10px;
}

.btn_agregar {
    float: left;
    font-size: 12px;
    color: #758693;
    font-weight: 700;
    margin: 9px 0 0;
}
.btn_agregar > a{
    color:#758693;
}
#filter-buttons-one > a{
    color:#758693;
}
#filter-buttons-one > #hostel-filter-btns {
    color: white;
}


.linea_sep {
    float: left;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #f8f9fa;
    margin: 40px 0;
}

.box_criterios {}

.box_criterios .simple_dropdown,
.box_criterios .simple_input {
    margin: 0 10px 0 0;
}


/* END PASOS */


/*Message No Found User in Table User Index.blade */

.no-results-container {
    /*background: #758693;*/
    color: #758693;
    font-weight: bold;
    padding: 1em;
    text-align: center;
}

.container.content {
    padding-bottom: 120px;
}

/* Start by setting display:none to make this hidden.
     Then we position it in relation to the viewport window
     with position:fixed. Width, height, top and left speak
     for themselves. Background we set to 80% white with
     our animation centered, and no-repeating */

/* When the body has the loading class, we turn
     the scrollbar off with overflow:hidden */

.ajax.loading {
    overflow: hidden;
}


/* Anytime the body has the loading class, our
     modal element will be visible */

.ajax.loading .modal {
    display: inherit;
}

/* Checkbox Login.blade */

.labelLogin {
    display: inline-block;
    float: left;
    margin: 11px 5px 0 5px;
}

.forgot-link {
    clear: both;
    width: 100%;
    text-align: center;
    line-height: 0.8;
    margin: 15px 0 0 0;
}

.forgot-link a {
    color: #758693;
    font-weight: bold;
}

.checkLogin {
    display: inline-block;
    float: left;
    margin: 10px 0 0 0;
}


/*end Login.Blade*/


/*Center Loading Gtilla*/

.loading-center {
    margin-left: 12px;
}


/*end center loading*/


/*Active Menu*/

.menuact {
    color: #4ec088;
}


/*end active menu*/


/* Checkbox Style Multiselect */

.toggle-button {
    position: relative;
    display: inline-block;
    color: #fff;
}

.toggle-button label {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}

.toggle-button input {
    display: none;
}

.toggle-button__icon {
    cursor: pointer;
    pointer-events: none;
}

.toggle-button__icon:before,
.toggle-button__icon:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 35%;
    transition: 0.2s ease-out;
}

.toggle-button--tuli label {
    line-height: 20px;
    text-indent: 30px;
}


.toggle-button--tuli input[type=checkbox]:checked~.toggle-button__icon {
    background: #fff;
}

.toggle-button--tuli input[type=checkbox]:checked~.toggle-button__icon:before,
.toggle-button--tuli input[type=checkbox]:checked~.toggle-button__icon:after {
    opacity: 1;
}

.toggle-button--tuli input[type=radio]:checked~.toggle-button__icon {
    background: #fff;
}

.toggle-button--tuli input[type=radio]:checked~.toggle-button__icon:before,
.toggle-button--tuli input[type=radio]:checked~.toggle-button__icon:after {
    opacity: 1;
}

.toggle-button--tuli .toggle-button__icon {
    position: absolute;
    top: 20%;
    left: 5px;
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    border: 2px solid #eeeeee;
    /*border: 2px solid #758693;*/
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
}

.toggle-button--tuli .toggle-button__icon:before,
.toggle-button--tuli .toggle-button__icon:after {
    top: 5px;
    left: 2px;
    width: 12px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    top: 35%;
    background: #61B136;
    opacity: 0;
    transform-origin: left center;
}

.box .codes .toggle-button.toggle-button--tuli {
    min-width: 50px;
}

.box .codes .toggle-button--tuli .toggle-button__icon {
    position: absolute;
    top: 20%;
    right: 0px;
    left: auto;
    width: 17px;
    height: 17px;
    border: 2px solid #dedede;
}

.box .codes .toggle-button--tuli .toggle-button__icon:before, .box .codes .toggle-button--tuli .toggle-button__icon:after {
    top: 4px !important;
    left: 1px;
    width: 11px;
}

.toggle-button--tuli .toggle-button__icon:before {
    transform: translate(0, 0) rotate(45deg) scale(0.6, 1);
}

.toggle-button--tuli .toggle-button__icon:after {
    transform: translate(4px, 6px) rotate(-45deg);
}

.toggle-button--tuli:hover input[type=checkbox]:not(:checked)~.toggle-button__icon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.toggle-button--tuli:hover input[type=radio]:not(:checked)~.toggle-button__icon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.toggle-button--tuli:hover select option[selected]~.toggle-button__icon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


/* /End CheckBox Style Multiselect */


/* Date Input Style */

.input-group-addon {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: none;
    padding: 4px 4px;
}

.gris, input.gris {
    background: #f4f5f7;
    border: 1px solid #f4f5f7;
}

.gris_oscuro {
    background: #66728c;
    border: 1px solid #66728c;
}

.form-control {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border: 1px solid #fff;
    box-shadow: none !important;
}

.input-group {
    border-radius: 5px;
    /*border-top: 2px solid #ccc;*/
}

.form-control:focus {
    border-color: #fff;
    box-shadow: none !important;
    outline: 0;
}


/* /End Date Input Style */


/* Cursor Linked/Unlinked button */

span.enlazadoAjax {
    cursor: pointer;
}

div.product_box {
    cursor: default;
}


/* /End Cursor Linked/Unlinked button */


/* Calendar Dys Styles */

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    padding: 0px;
    border-radius: 0px;
}

.datepicker-centuries table thead tr:nth-child(2),
.datepicker-decades table thead tr:nth-child(2),
.datepicker-years table thead tr:nth-child(2),
.datepicker-days table thead tr:nth-child(2),
.datepicker-months table thead tr:nth-child(2) {
    color: #fff;
    background: #4ec088;
}

.datepicker-days table thead tr:nth-child(3) {
    color: #4ec088;
    font-weight: 400;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
    visibility: visible !important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    color: #fff !important;
    background: #4ec088 !important;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    color: #fff !important;
    background: #4ec088 !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    color: #fff;
    background: #4ec088;
}

td.today.active.day,
td.today.active.day:hover,
span.month.focused.active {
    color: #fff;
    background: #4ec088;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 3px 5px;
}

.datepicker th {
    border-radius: 0px;
}


/* /End Calendar Dys Styles */


/* Integrate Icon Style */

li i.fa.fa-clock-o {
    position: relative;
    top: -25px;
    left: 35px;
    color: #666;
    font-size: 0.8em;
}

li i.fa.fa-warning {
    position: relative;
    top: -25px;
    left: 33px;
    color: orange;
    font-size: 0.8em;
}

li i.fa.fa-exclamation {
    position: relative;
    top: -25px;
    left: 35px;
    color: orange;
    font-size: 0.8em;
}
/* /End Integrate Icon Style */


/* Alert Message Style */

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #4ec088;
}

/* /End Alert Message Style */

/* Font Awesome Icon  Style */
.btn_borrar .fa {
    color: #758693;
    font-size: 1.2em;
    margin-top: 4px;
}
/* Font Awesome Icon  Style */

/* Massive Changes Styles */

.box_periodo .box .btn_gris_claro,
.box_periodo .box .btn_verde {
    margin-top: 2px;
}

.inputs-massive-changes, .criterios {
    margin: 5px 0px 5px;
}
/* /End Massive Changes Styles */
/* Select2 Styles */

select {
    font-family: inherit;
    font-size: 13 !important;
    line-height: inherit;
    background-color: #f4f5f7;
    border: 1px solid #fff;
    height: 33px;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    min-width: 147px;
    margin: 0 5px 0 0;
    color: #758693;
}

select.canales, select.atributos, .simple_input, input[type="text"], input[type="number"] {
    font-size: 13px;
}

.criterios > span, .criterios > select {
    float: left;
}

.criterios input {
    min-height: 33px;
}

.calendario {
    background-image: url('../img/icon/icon_input_calendar.png');
    background-repeat: no-repeat !important;
    background-position: right 7px center !important;
}

.calendar {
    overflow: visible !important;
}

/* /End Select2 Styles */

/* Checkbox Styles, Alert Form Error Massive and Modal */

.error-message-field {
    border-color: #ebccd1;
    color: #a94442;
    background-color: #ebccd1;
    margin: 15px 0px 10px;
    padding: 7px;
    border-radius: 5px;
    max-width: 250px;
    list-style: none;
}

.error-message ul {
    padding: 0px;
}

span#last-input {
    margin: -15px 15px 0px 5px;
}

.error-message ul li {
    border-color: #ebccd1;
    color: #a94442;
    background-color: #ebccd1;
    margin: 15px 0px 10px;
    padding: 7px;
    border-radius: 5px;
    max-width: 250px;
    list-style: none;
}

.error-fixed ul li {
    display: none;
}

.box .codes .toggle-button label {
    text-transform: capitalize !important;
}

.box .codes .toggle-button--tuli label {
    color: #758693;
    font-weight: 400;
    text-indent: 0px;
    min-width: 50px;
    font-size: 12px;
}


.box .codes .toggle-button--tuli .toggle-button__icon {
    top: 0px !important;
}

.alert {
    padding: 5px 15px;
    margin: 15px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

.swal2-modal {
    width: 560px !important;
    margin: auto !important;
    border-radius: 5px !important;
    padding: 0 0 15px 0 !important;
}

.swal2-modal .top {
    overflow: hidden;
    background: #35404f;
    width: 100%;
    margin: auto;
    padding: 15px 20px;
}

.top {
    overflow: hidden;
    background: #35404f;
    width: 100%;
    margin: auto;
    padding: 15px 20px;
}

.swal2-modal .top p {
    float: left;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #a1b1bf;
    font-weight: 400;
}

.top p {
    float: left;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #a1b1bf;
    font-weight: 400;
}

.swal2-modal .top span {
    background: url(../img/icon/icon_plus_login.png) center center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.top span {
    background: url(../img/icon/icon_plus_login.png) center center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.swal2-modal .swal2-styled {
    border-radius: 5px;
    font-size: 12px !important;
    padding: 10px 15px !important;
}

.swal2-modal .swal2-title {
    font-size: 14px !important;
    margin: 35px !important;
    text-align: center;
}

.swal2-modal .swal2-content {
    font-size: 11px !important;
}

.swal2-content ul {
    list-style: none;
    text-align: left;
    margin: 15px;
}

.swal2-content ul li {
    margin: 5px;
}

.swal2-content ul li i.fa.fa-check {
    color: green;
}

.swal2-content ul li i.fa.fa-close {
    color: red;
}

/* /End Checkbox Styles, Alert Form Error Massive and Modal */

/* Properties Styles Tabs and Content */

.nav-tabs {
    border: none;
}

.nav-tabs > li > a {
    margin-bottom: -3px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #a2afbf;
    font-size: 11px;
    font-weight: 500;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
    color: #555;
    transition: all 0.3s ease-in-out;
}

.nav > li > a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    position: relative !important;
}

.property-details input[type="text"],
.property-details input[type="number"],
.property-details textarea {
    background: #f4f5f7;
    border-radius: 5px;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2) !important;
}

.property-details select {
    height: 35px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2) !important;
    width: 147px !important;
    background-color: #f4f5f7;
    border-radius: 5px;
}
  .property-details select#idCategoria {
    width: 100% !important;
  }
.form-group>.col-sm-11 {
    padding-right: 0px !important;
}

.form-group.with-icons {
    padding: 26px 0;
}

.property-details .form-group {
    margin-bottom: 7px;
}

.action.col-md-2 {
    padding-right: 0px;
}

span.button-text {
    text-transform: uppercase;
    margin-left: 5px;
}

button.btn_verde.icon.pull-right {
    margin-top: -5px;
}

label {
    color: #768591;
    text-transform: uppercase;
    font-size: 11.5px;
    font-weight: 500 !important;
}

label .fa-stack {
    width: 2.1em !important;
    height: 2.1em !important;
    line-height: 2.1em !important;
}

label .fa-lg {
    font-size: 1.5em !important;
}

label i.fa.fa-circle.fa-stack-2x {
    color: #5fc286;
    font-size: 2.1em;
}

label.col-sm-1.control-label {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 30px;
}

.info-buttons {
    margin-bottom: 65px;
}

.info-buttons-admin {
    margin-bottom: 43px;
}

.col-md-6 > .form-group:last-child > .info-buttons {
    margin-bottom: 30px;
}

.hidden-textarea > .col-md-4 > .form-group > .info-buttons {
    margin-bottom: 30px;
}

.info-buttons .col-md-6 {
    padding-left: 0px;
}

span.letter-count {
    color: #5fc286;
    font-size: 11px;
    font-weight: 500;
}

ul.flags {
    float: right;
    margin-right: -15px;
}

ul.flags img {
    margin: 0px 3px;
}

.nav.flags > li,
.nav.comment-buttons > li {
    float: left;
    position: relative;
    top: -3px;
}

.nav.flags > li > a {
    padding: 3px 3px;
}

.nav.flags > li > a:hover,
.nav.flags > li > a:focus,
.nav.comment-buttons > li > a:hover,
.nav.comment-buttons > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}

.nav.flags > li.active > a > img {
    box-shadow: 0px 0px 2px #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
}

img#ar-flag:hover,
.nav.flags > li.active > a > img#ar-flag {
    box-shadow: 0px 0px 2px #7db1df;
    border: 1px solid #7db1df;
    border-radius: 3px;
}

img#us-flag:hover,
.nav.flags > li.active > a > img#us-flag {
    box-shadow: 0px 0px 2px #ff003b;
    border: 1px solid #ff003b;
    border-radius: 3px;
}

img#br-flag:hover,
.nav.flags > li.active > a > img#br-flag {
    box-shadow: 0px 0px 2px #77d266;
    border: 1px solid #77d266;
    border-radius: 3px;
}

.col-md-12 > .form-group > .info-buttons {
    margin-bottom: 0px;
}

.contrats .toggle-button--tuli label {
    line-height: 18px;
    text-indent: 30px;
}

.contracts .toggle-button label {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    margin-top: 7px;
}

.contracts .toggle-button--tuli .toggle-button__icon {
    border: 2px solid #eeeeee;
}

.contracts-box {
    border: 2px solid #eeeeee;
    padding: 15px 0px;
}

.contracts-label {
    margin: 15px 0 5px 0;
}

.hidden-textarea {
    margin: 15px 0px;
}

.hidden-textarea.col-md-12 {
    padding: 0px;
}

/* End Properties Styles Tabs and Content */

/* Products Style */

.boxResult .row>.col-md-3 {
    margin-bottom: 25px;
}

h4 {
    font-size: 14px;
    color: #7b8a95;
    font-weight: 600;
    margin: 0 0 15px;
    -webkit-box-orient: vertical;
}
  h4 span {
    color: #4ec088;
  }
  h4.room-title {
      text-transform: uppercase;
      font-size: 13px;
      color: #7b8a95;
      font-weight: 600;
      height: 25px;
      margin: 5px 0px;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }

.image-box {
    position: relative;
    background-color: #f4f8fb;
}

.image-box img {
    height: 151px;
}

.inner-content .image-box img {
    height: 130px;
}

.pointer {
    cursor: pointer;
}

label.action-buttons-plus {
    cursor: pointer;
    display: block;
}

.action-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    color: #fff;
}

.action-buttons .fa-inverse {
    color: #333;
}

.action-buttons .fa-edit:before,
.action-buttons .fa-pencil-square-o:before {
    position: relative;
    top: 1px;
    left: 1px;
}

.action-buttons-plus {
    position: absolute;
    left: 40%;
    top: 40px;
}

.plus > i.fi.fi-plus-four {
    color: #a2afbf;
    font-size: 48px;
}

.description {
    margin: 5px;
}

.description > p {
    font-size: 11px;
    font-weight: 500;
    color: #7b8a95;
    min-height: 35px;
}

.room-type,
.services {
    font-size: 11px;
    color: #7b8a95;
}

#services label > div > .icon > img,
#services div > .icon > img {
    height: 35px;
}

.services-icon-list {
    display: inline-flex;
    overflow-x: scroll;
    width: 100%;
}

.services-icon-list::-webkit-scrollbar {
    width: 12px;
    height: 5px;
    border-radius: 5px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.services-icon-list:hover ::-webkit-scrollbar {
    opacity: 1;
    transition: all .3s ease-in-out;
}


.services-icon-list::-webkit-scrollbar-track {
    background: none;
}

.services-icon-list::-webkit-scrollbar-thumb {
    background: #eeeeee;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
}


.services-icon-list img.icon {
    margin-right: 3px;
    height: 35px;
}

.type-title,
.service-title {
    color: #4ec088;
    font-weight: 500;
}

.form-bottom {
    margin: 35px;
}


/* End Products Style */

/* Add Images Style */

.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten {
    position: absolute;
    margin-top: -4px;
    z-index: 1;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-left: 7px;
}

.one {
    left: 0%;
}

.two {
    left: 10%;
}

.three {
    left: 20%;
}

.four {
    left: 30%;
}

.five {
    left: 40%;
}

.six {
    left: 50%;
}

.seven {
    left: 60%;
}

.eight {
    left: 70%;
}

.nine {
    left: 80%;
}

.ten {
    left: 90%;
}

.eleven {
    left: 100%;
}

.no-color{
    background-color: #f4f8fb;
}

.progress-color {
    background-color: #7b8a95;
}

.progress-number {
    color: #7b8a95;
    font-weight: 500;
}

.progress {
    height: 7px;
    background-color: #f4f8fb;
    border-radius: 5px;
    box-shadow: none;
    margin-top: 7px;
}

.progress-bar {
    background-color: #7b8a95;
}

h3.images-section-title {
    background-color: #4ec088;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px;
    margin-bottom: 25px;
}

/* End Add Images Style */

/* Form Wizard Product Style */

.nav-wizard {
    font-size: 12px;
    font-weight: 500;
}

.nav-wizard > li {
    float: left;
    border: 2px solid #eeeeee;
    transition: all 0.3s ease-in-out;
    border-right: 2px solid #ffffff;
}

.nav-wizard > li.active {
}

.nav-wizard > li:last-child {
    border-right: 2px solid #eeeeee;
}

.nav-wizard > li > a {
    position: relative;
    color: #4ec088;
    background-color: #ffffff;
    padding: 5px 11px;
    transition: all 0.3s ease-in-out;
}

.nav-wizard > li > a:hover,
.nav-wizard > li > a:focus {
    text-decoration: none;
    background-color: #4ec088;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.nav-wizard > li > a .badge {
    margin-left: 3px;
    color: #ffffff;
    background-color: #4ec088;
}

.nav-wizard > li:not(:first-child) > a {
    padding-left: 34px;
}

.nav-wizard > li:not(:first-child) > a:before {
    width: 0px;
    height: 0px;
    border-top: 17px inset transparent;
    border-bottom: 18px inset transparent;
    border-left: 11px solid #eeeeee;
    position: absolute;
    content: "";
    top: -3px;
    left: -1px;
    transition: all 0.3s ease-in-out;
}

.nav-wizard > li:not(:last-child) > a {
    margin-right: 0px;
}

.nav-wizard > li:not(:last-child) > a:after {
    width: 0px;
    height: 0px;
    border-top: 16px inset transparent;
    border-bottom: 17px inset transparent;
    border-left: 11px solid #ffffff;
    position: absolute;
    content: "";
    top: -2px;
    right: -13px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.nav-wizard > li:first-child > a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.nav-wizard > li:last-child > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
    background-color: #4ec088;
}

.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
    border-right-color: #4ec088;
}

.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
    border-left-color: #4ec088;
}

.nav-wizard > li.done > a {
    background-color: #e2e2e2;
}

.nav-wizard > li.done > a:before {
    border-right-color: #e2e2e2;
}

.nav-wizard > li.done > a:after {
    border-left-color: #e2e2e2;
}

.nav-wizard > li.active,
.nav-wizard > li:hover {
    border: 2px solid #4ec088;
    transition: all 0.3s ease-in-out;
    background-color: #4ec088;
}

.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
    color: #ffffff;
    background-color: #4ec088;
    transition: all 0.3s ease-in-out;
}

.nav-wizard > li.active > a:after {
    border-left-color: #4ec088;
}

.nav-wizard > li.active > a .badge {
    color: #4ec088;
    background-color: #ffffff;
}

.nav-wizard > li.disabled > a {
    color: #777777;
}

.nav-wizard > li.active > a > span.serialize,
.nav-wizard > li.active > a:hover > span.serialize,
.nav-wizard > li > a:hover > span.serialize,
.nav-wizard > li.active > a:focus > span.serialize,
.nav-wizard > li > a:focus > span.serialize {
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 0 3px;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
}

.nav-wizard > li > a > span.serialize {
    border-radius: 50%;
    border: 1px solid #4ec088;
    color: #4ec088;
    padding: 0 3px;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
}

.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
    color: #4ec088;
    text-decoration: none;
    background-color: #ffffff;
    cursor: default;
}

.nav-wizard > li.disabled > a:before {
    border-right-color: #ffffff;
}

.nav-wizard > li.disabled > a:after {
    border-left-color: #ffffff;
}

.nav-wizard.nav-justified > li {
    float: none;
}

.nav-wizard.nav-justified > li > a {
    padding: 6px 15px;
}

.row.type-row {
    padding: 15px 0 0 0;
    margin: 5px 0 0 0;
    border-bottom: 1px solid #eeeeee;
}

.row.category-row {
    padding: 15px 0 0 0;
    margin: 5px 0 0 0;
    border-bottom: 1px solid #eeeeee;
}

.row.type-row:last-child,
.row.category-row:last-child {
    border-bottom: none;
}

.row.type-row > .form-group > label,
.row.category-row > .form-group > label {
    text-transform: none;
}

label.col-md-12.row > .col-md-3 {
    margin-bottom: 0px !important;
}

label > .col-md-8,
label > .col-md-10 {
    padding: 8px 0 15px 0;
}

label > .col-md-8 > span.checkbox-label {
    padding: 0 0 10px 0;
    text-transform: none;
}

label > .col-md-2 .toggle-button__icon {
    border: 2px solid #eeeeee;
}

label .toggle-button--tuli .toggle-button__icon {
    top: -6px;
}

span.checkbox-label {
    color: #758693;
    font-weight: 500;
    text-indent: 0px;
    min-width: 50px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .nav-wizard.nav-justified > li > a {
        border-radius: 4px;
        margin-right: 0;
    }

    .nav-wizard.nav-justified > li > a:before,
    .nav-wizard.nav-justified > li > a:after {
        border: none !important;
    }
}

.inner-content {
    max-width: 920px;
    margin: 35px auto;
    padding-bottom: 40px;
    border-bottom: 2px solid #eeeeee;
    background-image: url(../img/line-bottom-shadow-wizard.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.wizard-right-side {
    background-color: #f4f8fb;
    padding: 15px;
}

.wizard-right-side .row.type-row {
    border: none;
}

.wizard-right-side .row.type-row:first-child {
    padding-top: 0px;
}

.wizard-right-side .row.type-row {
    border: none;
    font-size: 12px;
    color: #768591;
}

.wizard-right-side .row.type-row h5 {
    font-size: 1em;
    margin: 3px 0;
}


/* End Wizard Product Form */

/* Other Action Buttons Style */

.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #4ec088;
    border-color: #4ec088;
    font-size: 11px;
    transition: all 0.3s ease-in-out;
}

.btn-info,
.btn-info:focus {
    color: #ffffff !important;
    background-color: #618ba7;
    border-color: #618ba7;
    font-size: 11px;
    transition: all 0.3s ease-in-out;
}

.btn-success:hover,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #ffffff !important;
    background-color: #618ba7;
    border-color: #618ba7;
    transition: all 0.3s ease-in-out;
}

.btn-info:hover,
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #ffffff !important;
    background-color: #4ec088;
    border-color: #4ec088;
    transition: all 0.3s ease-in-out;
}

.inner-content-buttons > button.btn.btn-info.next-step,
.inner-content-buttons > button.btn.btn-success.next-step {
    text-transform: uppercase;
}

/* Services */

span.titles > .col-md-offset-6.col-md-6 {
    text-align: right;
}

span.titles > .col-md-offset-6.col-md-6 > span {
    font-size: 11px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: slategrey;
}

span.titles > .col-md-offset-6.col-md-6 > span:last-child {
    margin-right: -10px;
}

/* Year Calendar */

.calendar .calendar-header {
    width: 106% !important;
    margin-bottom: -29px !important;
    margin-left: -26px;
}

.calendar .panel-default {
    border: none !important;
}

.calendar .panel {
    box-shadow: none !important;
}

.calendar .calendar-header table th.prev,
.calendar .calendar-header table th.next {
    color: #4ec088;;
}

.calendar .calendar-header table th {
    font-size: 14px !important;
}

.calendar .calendar-header table th:hover {
    background: #ffffff !important;
    cursor: pointer;
}

.calendar .year-title {
    color: #69718B;
    visibility: hidden;
}

.calendar .month-container .month-title {
    padding: 3px 0px 3px 10px !important;
    background-color: #4ec088;
    color: #ffffff;
    text-align: left;
    font-size: 13px !important;
    font-weight: 500;
}

.calendar .month-table {
    min-height: 199px;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.calendar .month-container:nth-child(4) .month-table,
.calendar .month-container:nth-child(8) .month-table,
.calendar .month-container:nth-child(12) .month-table {
    border-right: 1px solid #dedede;
}

.calendar table.month thead tr:first-child {
    display: none;
}

.calendar table.month tr {
    border: 2px solid #ffffff;
}

.calendar table.month th.day-header {
    color: #4ec088;
}

.calendar table.month tr td:nth-child(1) {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.calendar table.month tr td:nth-child(7) {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.calendar table.month tr td.day.first-day {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.calendar table.month tr td.day.last-day {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.calendar table.month tr td .day-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px;
    font-weight: 500;
}

.calendar .month-container {
    margin: 0px;
    height: 226px !important;
    color: #66728C;
}

.calendar .day.day-start {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.calendar .day.day-end {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.legend {
    color: slategrey;
    font-size: 12px;
    font-weight: 500;
    margin-top: 50px;
}

.legend-item {
    display: flex;
    margin: 5px 0px;
}

.legend-item > div {
    display: inline-table;
    margin-right: 5px;
    align-self: center;
}

.high-season-box,
.high-season-spe-holly-box,
.special-hollydays-box,
.hollydays-box,
.high-season-hollydays-box {
    width: 28px;
    height: 28px;
    border-radius: 5px;
}

.high-season-box {
    background-color: #5fc286;
}

.high-season-spe-holly-box {
    background-color: #339449;
}

.special-hollydays-box {
    background-color: #69718b;
}

.hollydays-box {
    background-color: #698aa5;
}

.high-season-hollydays-box {
    background-color: #39424f;
}

.modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*background: #0f1923;*/
}
  .modal-header h5 {
    float: left;
    color: #a1b1bf;
    width: calc(100% - 18px);
  }

.modal-body form {
    margin: auto;
    padding: 0px 78px;
}

.dark-mode {
}
  .dark-mode .close {
    text-shadow: none;
    opacity: 1;
  }
  .dark-mode .close span {
    color: #a1b1bf;
    margin: 0;
    background: none;
  }
.modal-body {
  float: left;
  width: 100%;
  padding: 0;
}
  .modal-body.margin span {
    margin: 35px 0;
  }
.box_big_icon {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
  .box_big_icon span {
    display: inline-block;
    margin: 60px 0 35px;
  }
  .box_big_icon p {
    font-size: 14px;
    color: #758693;
    font-weight: 700;
    margin: 0;
  }
#calendario .col-md-6 {
    padding: 0px !important;
}

.modal-footer {
    text-align: center;
    padding: 15px 15px 35px 15px;
    border-top: none;
    text-transform: uppercase;
}
  .modal-footer .linea_sep {
    margin: 15px 0;
  }
  .modal-footer .form-group,
  .modal-footer .form-group div,
  .modal-footer .full_box {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
  }
    .modal-footer .full_box .box {
      float: left;
      width: calc(50% - 7px);
      margin: 0 7px 0 0;
    }
    .modal-footer .full_box .box:nth-child(2) {
      margin: 0 0 0 7px;
    }
  .modal-footer .form-group.margin {
    margin: 0 0 5px;
  }
  .modal-footer .form-group select.form-control {
    width: 100% !important;
    margin: 0 !important;
  }
  .modal-footer .form-group label {
    width: 100%;
    text-align: left;
  }
  .modal-footer .form-group .form-control {
    float: left;
    margin: 0 14px 0 0;
    width: calc(100% - 14px - 55px) !important;
    background: #f4f5f7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2) !important;
  }
  .modal-footer .form-group .form-control.full {
    width: 100% !important;
    margin: 0 !important;
  }
  .modal-footer .form-group .form-control.white {
    color: #758693;
  }
  .modal-footer .form-group .btn_verde {
    width: 55px;
    text-align: center;
  }
  .modal-footer .form-group .btn_verde span {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .modal-footer .form-group.box_tarjeta {
  }
    .modal-footer .form-group.box_tarjeta .box {
      float: left;
    }
      .modal-footer .form-group.box_tarjeta .box:nth-child(1) {
        width: calc(50% - 7px);
        margin: 0 7px 0 0;
      }
      .modal-footer .form-group.box_tarjeta .box:nth-child(2) {
        width: calc(25% - 7px);
        margin: 0 3.5px;
      }
      .modal-footer .form-group.box_tarjeta .box:nth-child(3) {
        width: calc(25% - 7px);
        margin: 0 0 0 7px;
      }
  .modal-footer a {
    float: none;
    display: inline-block;
    margin: 20px 0 0;
  }
    .modal-footer .center_align {
      margin: 20px 0 0;
    }
    .modal-footer .center_align a {
      float: left;
      display: block;
      margin: 0 7px;
      min-width: 90px;
    }
.modal-content.hidden {
  overflow: hidden;
  display: block !important;
}
  .modal-content.hidden .modal-footer {
    padding-bottom: 0 !important;
  }
  .modal-content.hidden .modal-footer.padding {
    padding-bottom: 35px !important;
  }
.logo_card {
  position: absolute !important;
  position: absolute !important;
  width: initial !important;
  right: 10px !important;
  top: 5px;
}
#calendar .modal-dialog {
    width: 400px;
    margin: 200px auto;
}

.modal-dialog .gris {
    background: #f4f5f7;
    border: 1px solid #f4f5f7;
}

.modal-dialog  .input_calendar {
    float: left;
    position: relative;
    width: 98%;
    margin: 0 3px;
}

.product-action-buttons {
    position: absolute;
    right: 0px;
    top: -35px;
}

.product-action-buttons > div > button {
    margin: 0 0 0 5px;
}

/* Rerserves */

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }
  table.dataTable thead th,
  table.dataTable tfoot th {
    font-weight: bold; }
  table.dataTable thead th,
  table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0px none #111111; }
    table.dataTable thead th:active,
    table.dataTable thead td:active {
      outline: none; }
  table.dataTable tfoot th,
  table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 0px none #111111; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right; }
  table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png"); }
  table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png"); }
  table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png"); }
  table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png"); }
  table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png"); }
  table.dataTable tbody tr {
    background-color: white; }
    table.dataTable tbody tr.selected {
      background-color: #f4f5f7; }
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 8px 10px; }
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 0px none #dddddd; }
  table.dataTable.row-border tbody tr:first-child th,
  table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  table.dataTable.display tbody tr:first-child td {
    border-top: none; }
  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 0px none #dddddd;
    border-right: 0px none #dddddd; }
  table.dataTable.cell-border tbody tr th:first-child,
  table.dataTable.cell-border tbody tr td:first-child {
    border-left: 0px none #dddddd; }
  table.dataTable.cell-border tbody tr:first-child th,
  table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; }
  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f4f5f7; }
    table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
      background-color: #eeeff1; }
  table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: whitesmoke; }
    table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
      background-color: #ebecee; }
  table.dataTable.order-column tbody tr > .sorting_1,
  table.dataTable.order-column tbody tr > .sorting_2,
  table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  table.dataTable.display tbody tr > .sorting_2,
  table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9; }
  table.dataTable.order-column tbody tr.selected > .sorting_1,
  table.dataTable.order-column tbody tr.selected > .sorting_2,
  table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  table.dataTable.display tbody tr.selected > .sorting_2,
  table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #eff0f2; }
  table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }
  table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; }
  table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; }
  table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #e6e7e9; }
  table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #e8e9eb; }
  table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #eaebed; }
  table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9; }
  table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb; }
  table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd; }
  table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #eff0f2; }
  table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #f1f2f4; }
  table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #f3f4f6; }
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea; }
  table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ebebeb; }
  table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #eeeeee; }
  table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #dfe0e2; }
  table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #e1e2e4; }
  table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #e4e5e7; }
  table.dataTable.no-footer {
    border-bottom: 0px none #111111; }
  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap; }
  table.dataTable.compact thead th,
  table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px; }
  table.dataTable.compact tfoot th,
  table.dataTable.compact tfoot td {
    padding: 4px; }
  table.dataTable.compact tbody th,
  table.dataTable.compact tbody td {
    padding: 4px; }
  table.dataTable th.dt-left,
  table.dataTable td.dt-left {
    text-align: left; }
  table.dataTable th.dt-center,
  table.dataTable td.dt-center,
  table.dataTable td.dataTables_empty {
    text-align: center; }
  table.dataTable th.dt-right,
  table.dataTable td.dt-right {
    text-align: right; }
  table.dataTable th.dt-justify,
  table.dataTable td.dt-justify {
    text-align: justify; }
  table.dataTable th.dt-nowrap,
  table.dataTable td.dt-nowrap {
    white-space: nowrap; }
  table.dataTable thead th.dt-head-left,
  table.dataTable thead td.dt-head-left,
  table.dataTable tfoot th.dt-head-left,
  table.dataTable tfoot td.dt-head-left {
    text-align: left; }
  table.dataTable thead th.dt-head-center,
  table.dataTable thead td.dt-head-center,
  table.dataTable tfoot th.dt-head-center,
  table.dataTable tfoot td.dt-head-center {
    text-align: center; }
  table.dataTable thead th.dt-head-right,
  table.dataTable thead td.dt-head-right,
  table.dataTable tfoot th.dt-head-right,
  table.dataTable tfoot td.dt-head-right {
    text-align: right; }
  table.dataTable thead th.dt-head-justify,
  table.dataTable thead td.dt-head-justify,
  table.dataTable tfoot th.dt-head-justify,
  table.dataTable tfoot td.dt-head-justify {
    text-align: justify; }
  table.dataTable thead th.dt-head-nowrap,
  table.dataTable thead td.dt-head-nowrap,
  table.dataTable tfoot th.dt-head-nowrap,
  table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap; }
  table.dataTable tbody th.dt-body-left,
  table.dataTable tbody td.dt-body-left {
    text-align: left; }
  table.dataTable tbody th.dt-body-center,
  table.dataTable tbody td.dt-body-center {
    text-align: center; }
  table.dataTable tbody th.dt-body-right,
  table.dataTable tbody td.dt-body-right {
    text-align: right; }
  table.dataTable tbody th.dt-body-justify,
  table.dataTable tbody td.dt-body-justify {
    text-align: justify; }
  table.dataTable tbody th.dt-body-nowrap,
  table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }
  .dataTables_wrapper .dataTables_length {
    float: left;
    position: absolute;
    bottom: -11px;
    left: 45%; }
  .dataTables_wrapper .dataTables_filter {
    float: right; */
    text-align: right;
    position: absolute;
    right: -60px;
    top: -63px;
    display: none; }
    .dataTables_wrapper .dataTables_filter input {
      margin-left: 0.5em; }
  .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    display: none; }
  .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em; }
    .dataTables_wrapper .dataTables_paginate span > .paginate_button {
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 0.5em 1em;
      margin-left: 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      *cursor: hand;
      color: #758693 !important;
      border: 1px solid transparent;
      border-radius: 5px;
      box-shadow: inset 0 1px 1px rgba(0,0,0,0.2) }
      .previous, .previous:hover, .next, .next:hover {
        text-decoration: none;
        color: #758693 !important;
        font-weight: 500;
        cursor: pointer;
        margin: 0px 4px; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #ffffff !important;
        border: 1px solid #4ec088;
        background-color: #4ec088;
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        /*color: white !important;
        border: 1px solid #4ec088;
        background-color: #4ec088;*/
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        /*outline: none;
        background-color: #4ec088;
       /* W3C */
        /*box-shadow: inset 0 0 3px #111;*/ }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
      padding: 0 1em; }
  .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper .dataTables_paginate {
    color: #758693;
    font-size: 12px; }
  .dataTables_wrapper .dataTables_scroll {
    clear: both; }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
      *margin-top: -1px;
      -webkit-overflow-scrolling: touch; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
        vertical-align: middle; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
        height: 0;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important; }
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px none #111111; }
  .dataTables_wrapper.no-footer div.dataTables_scrollHead > table,
  .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none; }
  .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

table.datatable {
    font-size: 12px;
    font-weight: 500;
}

table.datatable > thead > tr {
    background: #4ec088;
    color: #ffffff;
}

.dataTables_length select {
    min-width: 35px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    font-family: inherit;
    font-size: 13 !important;
    line-height: inherit;
    background-color: #f4f5f7;
    border: 1px solid #fff;
    height: 33px;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    min-width: 147px;
    margin: 0 5px 0 0;
    color: #758693;
}

table.datatable > tbody {
    color: #758693;
    /*background: #f4f5f7;*/
}

table.datatable > tbody > tr > td > a {
    color: #4ec088;
}

table.datatable > tbody > tr > td:nth-child(1)  {
    color: #4ec088;
    font-weight: 700;
}

/*table.datatable > tbody > tr > td:nth-child(3), table.datatable > tbody > tr > td:nth-child(6) {
    font-weight: 700;
    color: #4e5b6d;
}*/

/*table.table-striped.datatable > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}*/

table.datatable > tbody > tr > td,
table.datatable > thead > tr > th {
    border: none;
}

table.datatable > thead.table-footer > tr {
    background: #f4f5f7;
    color: #4e5b6d;
}
.table > thead > tr >th > a{
    color: #fff;
}

.SumoSelect p {
    margin: 0;
}
.SumoSelect {
    width: 140px;
}
.SelectBox {
    padding: 5px 8px;
}
.sumoStopScroll {
    overflow: hidden;
}
/* Filtering style */

.SumoSelect .hidden {
    display: none;
}
.SumoSelect .search-txt {
    display: none;
    outline: none;
}
.SumoSelect .no-match {
    display: none;
    padding: 6px;
}
.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}
.SumoSelect.open>.search>span,
.SumoSelect.open>.search>label {
    visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */

.SelectClass,
.SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.SelectClass {
    z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.SumoSelect {
    display: inline-block;
    position: relative;
    outline: none;
    float: left;
}
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.SumoSelect > .CaptionCont {
    position: relative;
    min-height: 14px;
    background-color: #ffffff;
    margin: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    color: #768591;
    font-weight: bold;
}
/*placeholder style*/

.SumoSelect > .CaptionCont > span.placeholder {
    color: #768591;
}
.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 2px;
    margin: auto;
    background-repeat: no-repeat;
}
.SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 150%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    overflow: hidden;
}
.SumoSelect.open > .optWrapper {
    top: 35px;
    display: block;
}
.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    /*Set the height of pop up here (only for desktop mode)*/

    max-height: 250px;
    /*height*/
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
    border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options {
    border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px 6px;
    position: relative;
}
.SumoSelect > .optWrapper > .options li.opt.padding-left {
    padding: 6px 6px 6px 35px !important;
    position: relative;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel {
    background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
    display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: bold;
}
/*Floating styles*/

.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%;
}
/*disabled state*/

.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */

    filter: alpha(opacity=50);
    /* Netscape */

    -moz-opacity: 0.5;
    /* Safari 1.x */

    -khtml-opacity: 0.5;
    /* Good browsers */

    opacity: 0.5;
}
/*styling for multiple select*/

.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 15px;
    cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: 70px;
    right: 0;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ededed;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: none;
    background-color: #a1c0e4;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/

.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
    box-shadow: none;
    background-image: url('../img/icon/icon_checkbox.png');
    background-repeat: no-repeat;
    background-position: center center;
}
/*disabled state*/

.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none;
}
/**Select all button**/

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 15px;
    height: 35px;
    cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
    cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}
/*styling for optgroups*/

.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}

/* -- */

.opt > label,
.select-all > label {
    color: #768591;
    text-transform: capitalize !important;
    font-size: 12px !important;
    margin: 5px 0px;
}

.reserves .simple_dropdown {
    width: 100%;
}

#reserves .simple_input, input[type="text"], input[type="number"], input[type="search"] {
    padding: 8px 10px;
}

#reserves .btn {
    padding: 9px 12px;
    text-transform: uppercase;
}

#reserves .SelectBox {
    padding: 8px 8px;
}

#reserves .input_calendar {
    float: left;
    position: relative;
    width: 120px;
    margin: 0px 3px 4px;
}

#reserve-list .loading {
    background: transparent url('../img/icon/loading.gif') no-repeat center 65%;
    height: 80px;
    width: 100px;
    position: fixed;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -50px;
    z-index: 2000;
}

#reserves select#pagination-limit {
    min-width: 50px;
}

.desde, .hasta {
    background-image: url('../img/icon/icon_input_calendar.png');
    background-repeat: no-repeat;
    background-position: center right 10px;
}
#reserve-details .loading {
    background: transparent url('../img/icon/loading.gif') no-repeat center 65%;
    height: 80px;
    width: 100px;
    position: fixed;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -50px;
    z-index: 2000;
}
#reserve-details-table {
    margin: 25px 0px;
}

#reserves .dropdown-menu > li > a {
    color: #ffffff;
    transition: all .3ms ease-out;
}

#reserves .dropdown-menu > li > a:hover {
    background-color: #618ba7;
    transition: all .3ms ease-out;
}

#reserves .btn-success:active,
#reserves .btn-success.active,
#reserves .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #618ba7;
    border-color: #618ba7;
}

#reserves ul.dropdown-menu {
    background-color: #4ec088;
}

#filter-one, #filter-two, #filter-three, #filter-four, #filter-five {
    width: 100%;
}

.boxResult thead a,
.boxResult-table .paginator a {
    cursor: pointer;
}

.white {
  background-color: #ffffff !important;
  border: none !important;
}

#reserves select#pagination-limit {
    min-width: 50px;
}

.btn-success i {
    font-size: 14px;
}

.form-control {
    width: 100% !important;
}


.inner-content-buttons.text-center.row {
    margin: 50px 0px 0px;
}

/* Reserve Details */

.time {
  color: #768591;
  font-size: 12px;
  font-weight: 700;
}

.details {
    border-left: 1px solid #4ec088;
    font-size: 12px;
    font-weight: 500;
    color: #768591;
    padding-bottom: 20px;
}

.timeline {
    font-size: 10px;
}

span.timeline-circle i {
    position: absolute;
    right: -4.5px;
    color: #4ec088;
    /*top: 2px;*/
}

h5.follow-operations-title {
    color: #4ec088;
    font-size: 12px;
    font-weight: 700;
}

h5.follow-operations-date {
    font-size: 12px;
    font-weight: 700;
}

#reserve-details .last-child {
    margin: 25px 0px;
}

#reserve-details label {
    margin-top: 10px;
}

#reserve-details .simple_dropdown {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#reserve-details ul.comment-buttons {
    float: right;
}

#reserve-details textarea {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

#reserve-details .paginate > .pagination > li > a, .pagination > li > span {
    color: #4ec088 !important;
    border: none !important;
    margin: 2px !important;
    border-radius: 5px !important;
}

#reserve-details .paginate > .pagination > .active > a, #reserve-details .paginate > .pagination > .active > a:hover, #reserve-details .paginate > .pagination > .active > a:focus, #reserve-details .paginate > .pagination > .active > span, #reserve-details .paginate > .pagination > .active > span:hover, #reserve-details .paginate > .pagination > .active > span:focus {
    background-color: #4ec088 !important;
    border-color: none !important;
}

.hide-info,
.show-info {
  cursor: pointer;
}

.more {
  background-color: #f4f5f7;
  color: #4ec088;
  font-size: 11px;
  padding: 5px;
  border-radius: 5px;
}

.more:hover {
  background-color: #f4f5f7;
  color: #4ec088;
  text-decoration: none;
}

.reserve-id {
    color: #4ec088;
    font-weight: 700;
    font-size: 12px;
}

.reserve-inputs {
    margin: 15px 0px;
}

.table-currency {
    font-size: 12px;
}
table.table-currency > thead > tr> th, table.table-currency > tbody>tr> td {
    border:none;
}

table.table-currency > thead > tr > th {
    color: #4ec088;
    vertical-align: text-top;

}


table.table-currency > thead > tr > th > span.sub-thead {
    font-weight: 400;
}

table.table-currency > tbody > tr > td.sub-title {
    font-weight: 700;
    color: #768591;
}

table.table-currency > tbody > tr > td.sub-title-bold {
    font-weight: 700;
}

/* End Reserve Details */

/* End Reserves */

/*-- Paginator Style --*/

.paginator > .active > a, .paginator > .active > a:hover, .paginator > .active > a:focus, .paginator > .active > span, .paginator > .active > span:hover, .paginator > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #4ec088;
    border-color: #4ec088;
    cursor: default;
}

.paginator > li {
    display: inline;
}


.paginator > li > a, .paginator > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    color: #758693;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 1px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;

}

.paginator > li > a.first,
.paginator > li > a.last {
  box-shadow: none;
}

/*-- /end Paginator --*/

/* exceptions */

.box_calendar .simple_input,
.gris .simple_input,
.box_calendar input[type="text"],
.gris input[type="text"],
.box_calendar input[type="number"],
.gris input[type="number"],
.box_calendar input[type="search"],
.gris input[type="search"] {
    box-shadow: none !important;
}

.filter-buttons a.trash i.fa {
    margin-top: 9px;
}
.filter-buttons{
    padding-left: 2px;
}
/* end exceptions */

@media (min-width: 768px) {
    .modal-dialog {
        width: 768px;
        margin: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .calendar .calendar-header {
        width: 108% !important;
        margin-bottom: -29px !important;
        margin-left: -28px;
    }
}

@media (max-width: 991px) {
    .calendar .calendar-header {
        width: 108% !important;
        margin-bottom: -29px !important;
        margin-left: -25px;
    }
}

/* exceptions */

.box_calendar .simple_input,
.gris .simple_input,
.box_calendar input[type="text"],
.gris input[type="text"],
.box_calendar input[type="number"],
.gris input[type="number"],
.box_calendar input[type="search"],
.gris input[type="search"] {
    box-shadow: none !important;
}

input[type="email"].shadow,input[type="email"].shadow:hover,input[type="email"].shadow:focus,
input[type="password"].shadow,input[type="password"].shadow:hover,input[type="password"].shadow:focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.panel {
    margin-top: 50px;
    border: none;
    border-radius: 5px !important;
}

.panel-body input {
    float: left;
    clear: both;
    background: #f4f5f7;
    border: 0 none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    border-radius: 5px;
    font-size: 13px;
    color: #758693;
    font-weight: 400;
    line-height: 0.8;
    padding: 8px 10px;
    margin: 0 0 10px;
}

.control-label{
      text-transform:none;
}

.borderless td, .borderless th {
    border: none;
}


/*sumo select on collections*/}
.sumofull .SumoSelect{
    width: 100% !important;
}

notunderscore, notunderscore:hover, notunderscore:ative, notunderscore:visited, notunderscore:focus{
    text-decoration: none;
}
/*# sourceMappingURL=all.css.map */




/* BEGIN INTEGRACIÓN */
.box_table_integracion {
  float: left;
  width: 100%;
}
  .box_table_integracion .top {
    float: left;
    width: 100%;
    padding: 9px 15px;
    background: #4ec088;
  }
    .box_table_integracion .top div {
      float: left;
      font-size: 12px;
      font-weight: 400;
      line-height: 0.8;
    }
      .box_table_integracion .top div:nth-child(1) {
        width: 16%;
      }
      .box_table_integracion .top div:nth-child(2) {
        width: 13%;
      }
      .box_table_integracion .top div:nth-child(3) {
        width: 41%;
      }
      .box_table_integracion .top div:nth-child(4) {
        width: 10%;
      }
      .box_table_integracion .top div:nth-child(5) {
        width: 20%;
      }
    .box_table_integracion .top b {
      float: left;
      font-size: 12px;
      font-weight: 900;
      color: #fff;
    }
    .box_table_integracion .top p {
      float: left;
      font-size: 12px;
      font-weight: 400;
      color: #fff;
    }
  .box_table_integracion .box_canal {
    float: left;
    width: 100%;
    padding: 5px 15px;
    background: #edf9f3;
    border-bottom: 2px solid #e6f3ee;
  }
    .box_table_integracion .box_canal div {
      float: left;
    }
      .box_table_integracion .box_canal div:nth-child(1) {
        width: 16%;
      }
      .box_table_integracion .box_canal div:nth-child(2) {
        width: 13%;
      }
      .box_table_integracion .box_canal div:nth-child(3) {
        width: 41%;
      }
      .box_table_integracion .box_canal div:nth-child(4) {
        width: 10%;
      }
      .box_table_integracion .box_canal div:nth-child(5) {
        width: 20%;
      }
    .box_table_integracion .box_canal b {
      float: left;
      font-size: 12px;
      font-weight: 900;
      color: #758693;
    }
      .box_table_integracion .box_canal b {
        color: #4ec088;
      }
    .box_table_integracion .box_canal p {
      float: left;
      font-size: 12px;
      font-weight: 400;
      color: #758693;
      margin: 0;
    }
    .box_table_integracion .box_canal a {
      float: right;
      font-size: 12px;
      font-weight: 900;
      color: #758693;
      transition: all 0.3s ease-in-out;
    }
      .box_table_integracion .box_canal a:hover {
        opacity: 0.6;
        text-decoration: none;
      }
  .box_table_integracion .box_result_canal {
    float: left;
    width: 100%;
    display: none;
  }
    .box_table_integracion .box_result_canal .top_result {
      float: left;
      width: 100%;
      background: #f5f8fb;
      padding: 5px 15px;
      border-bottom: 2px solid #eef2f6;
    }
    .box_table_integracion .box_result_canal .top_result div {
      float: left;
    }
      .box_table_integracion .box_result_canal .top_result div:nth-child(1) {
        width: 4%;
      }
      .box_table_integracion .box_result_canal .top_result div:nth-child(2) {
        width: 16%;
      }
      .box_table_integracion .box_result_canal .top_result div:nth-child(3) {
        width: 18%;
      }
      .box_table_integracion .box_result_canal .top_result div:nth-child(4) {
        width: 14%;
      }
      .box_table_integracion .box_result_canal .top_result div:nth-child(5) {
        width: 14%;
      }
      .box_table_integracion .box_result_canal .top_result div:nth-child(6) {
        width: 14%;
      }
      .box_table_integracion .box_result_canal .top_result div:nth-child(7) {
        width: 16%;
      }
      .box_table_integracion .box_result_canal .top_result div:nth-child(8) {
        width: 4%;
      }
    .box_table_integracion .box_result_canal .top_result div p {
      float: left;
      font-size: 12px;
      font-size: 700;
      color: #758693;
      margin: 0;
    }
  .box_table_integracion .box_result_canal .result {
    float: left;
    width: 100%;
    padding: 5px 15px;
    border-bottom: 2px solid #f8f9fa;
  }
    .box_table_integracion .box_result_canal .result div {
      float: left;
    }
      .box_table_integracion .box_result_canal .result div:nth-child(1) {
        width: 4%;
      }
      .box_table_integracion .box_result_canal .result div:nth-child(2) {
        width: 16%;
      }
      .box_table_integracion .box_result_canal .result div:nth-child(3) {
        width: 18%;
      }
      .box_table_integracion .box_result_canal .result div:nth-child(4) {
        width: 14%;
      }
      .box_table_integracion .box_result_canal .result div:nth-child(5) {
        width: 14%;
      }
      .box_table_integracion .box_result_canal .result div:nth-child(6) {
        width: 14%;
      }
      .box_table_integracion .box_result_canal .result div:nth-child(7) {
        width: 16%;
      }
      .box_table_integracion .box_result_canal .result div:nth-child(8) {
        width: 4%;
      }
      .box_table_integracion .box_result_canal .result div b {
        float: left;
        font-size: 12px;
        font-size: 700;
        color: #758693;
        margin: 0;
      }
      .box_table_integracion .box_result_canal .result div p {
        float: left;
        font-size: 12px;
        font-size: 400;
        color: #758693;
        margin: 0;
      }
      .box_table_integracion .box_result_canal .result button, .box_table_integracion .box_canal button {
        float: right;
        margin: 0 5px 0 0;
        padding: 0;
        border: 0 none;
        background: none;
        transition: all 0.3s ease-in-out;
      }
        .box_table_integracion .box_result_canal .result button:hover , .box_table_integracion .box_canal button:hover{
          opacity: 0.5;
        }
        .box_table_integracion .box_result_canal .result button:first, .box_table_integracion .box_canal button:first {
          margin: 0;
        }
.btn_canal {
  display: block;
  cursor: pointer;
}
/* END INTEGRACIÓN */
/* BEGIN MATIAS 2018 */
.box_full_logo {
  float: left;
  width: 100%;
}
.box_left_logo {
  float: left;
  width: calc(70% - 30px);
  margin: 0 30px 0 0;
}
.box_right_logo {
  float: left;
  width: 30%;
}
  .box_right_logo .btn_verde {
    float: left !important;
    width: 80%;
  }
  .box_right_logo .btn_verde span {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
  }
.titular_single_user {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #4ec088;
  margin: 0 0 10px;
}
#box_userlist .panel {
  margin-top: 0;
}
#box_userlist select {
  height: 35px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2) !important;
  background-color: #f4f5f7;
  border-radius: 5px;
  margin: 0 0 10px;
}
#box_userlist .form-control.selectTextArea {
  background: #f4f5f7;
  border-radius: 5px;
  width: 100%;
  height: 116px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2) !important;
}
#box_userlist .form-group label {
  float: left;
  padding: 0;
  text-transform: uppercase;
}
#box_userlist .col-md-3 .form-group {
  text-align: left !important;
}
#box_userlist .col-md-12 .form-group,
#box_userlist .col-md-12 .form-group div {
  float: left;
  width: 100%;
  text-align: right;
}
#box_userlist .btn.btn-primary {
  display: inline-block;
  background: #4ec088;
  border: 1px solid #4ec088;
  border-radius: 5px;
  box-shadow: none !important;
  color: #fffefe;
  cursor: pointer;
  float: none;
  font-size: 11px;
  font-weight: 400;
  line-height: 0.9;
  margin: 0;
  padding: 11px 15px;
  text-align: center;
  text-transform: inherit;
  position: relative;
  text-transform: uppercase;
}
#box_userlist .panel.panel-default {
  border-bottom: 0 none !important;
  box-shadow: none;
  margin: 0;
}
.box_criterios {
  float: left;
  width: 100%;
}
  .box_criterios .form-group  {
    float: right;
    width: initial;
  }
  .box_criterios .form-group input {
    margin: 0;
  }
#indexTableUser {
  margin: 0;
}
  #indexTableUser thead {
    background: #4ec088;
  }
  #indexTableUser thead th {
    border-bottom: 0 none;
    color: #ffffff;
  }
  #indexTableUser tbody tr td {
    border-top: 0 none;
  }
  #indexTableUser tbody tr td:nth-child(1) label {
    float: left;
    width: 100%;
    font-weight: 700 !important;
  }
  #indexTableUser tbody tr td label {
    float: left;
    width: 100%;
    font-weight: 400 !important;
  }
  #indexTableUser tbody tr:nth-child(even) {
    background: #f5f8fb;
  }
.btn_interaction_user {
  float: right;
  color: #33495c !important;
}
  .btn_interaction_user:nth-child(1) {
    margin: 0 0 0 5px;
  }
  .btn_interaction_user:nth-child(2) {
    margin: 1px 0 0;
  }
  .btn_interaction_user i {
    float: right;
    color: #33495c !important;
  }
#reserve-details-table tbody td:nth-child(2){
  font-weight: 700;
}
.table.table-hover.table-currency.borderless tr {
  border-bottom: 2px solid #f8f9fa;
}
.table.table-hover.table-currency.borderless .desclocal1 div {
  border-bottom: 2px solid #f8f9fa;
}
  .table.table-hover.table-currency.borderless .desclocal1 div:last-child {
    border-bottom: 0 none;
  }
#info_drop, #info_drop_pm {
  float: left;
  width: 100%;
  top: 34px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
  #info_drop, #info_drop_pm ul {
    float: left;
    width: 100%;
  }
  #info_drop, #info_drop_pm li {
    margin: 0 0 10px;
  }
  #info_drop, #info_drop_pm .box {
    float: left;
    width: 50%;
  }
    #info_drop, #info_drop_pm .box b {
      font-size: 12px;
      color: #758693;
      font-weight: 900;
      float: left;
      width: 100%;
      text-align: left;
      margin: 9px 0 0;
    }
    #info_drop, #info_drop_pm .box select,
    #info_drop, #info_drop_pm .box input {
      float: left;
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      margin: 0 !important;
    }
    #info_drop, #info_drop_pm .box_full {
      margin: 20px 0;
    }
.box_full {
  float: left;
  width: 100%;
}
  .box_full.center {
    text-align: center;
  }
  .box_full.center .btn_verde {
    width: 100px !important;
    float: left;
    margin: 0 10px 0 0 !important;
    text-transform: uppercase;
  }
  .box_full.center .btn_gris {
    width: 100px !important;
    float: left;
    margin: 0 !important;
    text-transform: uppercase;
  }
.center_align {
  width: initial;
  display: inline-block;
}
#box_redes {
  float: left;
  width: 100%;
  margin: 21px 0 0;
}
  #box_redes .form-group.with-icons {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 23px;
  }
.btn_ojo {
  display: block;
  float: right;
  float: right;
  padding: 0;
  margin: 4px 0 0;
  border: 0 none;
  background: none;
}
.box_popup {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  /*width: 100vw;*/
  height: 100vh;
  /*background: rgba(161, 177, 191, 0.8);*/
  display: table;
  transition: all 0.3s ease-in-out;
}
  .box_popup .vertical {
    display: table-cell;
    vertical-align: middle;
  }
  .box_popup .center {
    float: left;
    width: 100%;
    text-align: center;
  }
  .box_popup .box_top {
    float: left;
    width: 100%;
    background: #35404f;
    border-radius: 5px 5px 0 0;
  }
    .box_popup .box_top .titular {
      float: left;
      width: 100%;
      padding: 15px 20px;
    }
    .box_popup .box_top .icon {
      float: left;
      margin: 0 12px 0 0;
    }
    .box_popup .box_top .text {
      float: left;
      font-size: 14px;
      color: #a1b1bf;
      font-weight: 400;
    }
  .box_popup .box_info {
    float: left;
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
  }
  @media only screen and (min-width: 280px) {
    .box_popup .box_info {
      padding: 20px;
    }
  }
  @media only screen and (min-width: 768px) {
    .box_popup .box_info {
      padding: 25px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .box_popup .box_info {
      padding: 30px 50px;
    }
  }
  @media only screen and (min-width: 1200px) {
    .box_popup .box_info {
      /*padding: 40px 70px;*/
    }
  }
    .box_popup .box_info label {
      float: left;
      width: 100%;
      text-align: left;
      color: #768591;
      text-transform: uppercase;
      font-size: 11.5px;
      font-weight: 500 !important;
    }
    .box_popup .box_info input {
      float: left;
      background: #f4f5f7;
      border: 0 none;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2) !important;
      border-radius: 5px;
      font-size: 13px;
      color: #758693;
      font-weight: 400;
      line-height: 0.8;
      padding: 8px 10px;
      margin: 0 0 12px;
    }
    .box_popup .box_info select {
      float: left;
      width: 100%;
      height: 35px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2) !important;
      background-color: #f4f5f7;
      border-radius: 5px;
      margin: 0 0 10px;
    }
    .box_popup .box_info .center_align {
      float: left;
      width: 100%;
      text-align: center;
    }
      @media only screen and (min-width: 280px) {
        .box_popup .box_info .center_align {
          margin: 15px 0 0;
        }
      }
      @media only screen and (min-width: 1024px) {
        .box_popup .box_info .center_align {
          margin: 20px 0 0;
        }
      }
      @media only screen and (min-width: 1200px) {
        .box_popup .box_info .center_align {
          margin: 30px 0 0;
        }
      }
    .box_popup .box_info .center_align .box {
      display: inline-block;
    }
    .box_popup .box_info .center_align .btn_verde {
      margin: 0 15px 0 0;
    }
/* END MATIAS 2018 */
/* BEGIN MATIAS 2019 */
  .box_popup .box_info input[type="submit"]{
    background: #4ec088;
    border: 1px solid #4ec088;
    border-radius: 5px;
    box-shadow: none!important;
    color: #fffefe;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: 400;
    line-height: 0.9;
    margin: 0;
    padding: 11px 15px;
    text-align: center;
    text-transform: inherit;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 15px 0 0;
  }

  .box_popup .box_info input[type="submit"]:hover {
    background: #618ba7;
    border-color: #618ba7;
    text-decoration: none;
    color: #fffefe;
  }


.article_recebi {
  margin: 25px 0 50px !important;
}
.article_recebi ul li {
  width: calc(100% / 4) !important;
}
.article_recebi ul li {
  width: calc(100% / 4) !important;
}
.article_recebi .product_box li {
  padding: 0 !important;
}
.article_recebi .blue_box li:first-child p,
.article_recebi .product_box li:first-child p,
.article_recebi .product_box_result li:first-child p {
  text-align: left !important;
}
.article_recebi .blue_box li p,
.article_recebi .product_box li p,
.article_recebi .product_box_result li p {
  text-align: center !important;
}
.result_box {
  float: left;
  width: 100%;
  background: #f8f9fa;
}
  .result_box ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .result_box li {
    float: left;
    width: calc(100% / 4);
    list-style: none;
  }
  .result_box li:first-child p {
    text-align: left !important;
  }
  .result_box p {
    text-align: center;
    font-weight: 900;
    font-size: 11px;
    color: #758693;
    padding: 5px 10px 4px;
    margin: 0;
  }
.box_preload {
  position: fixed;
  z-index: 10000000;
  width: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.box_preload img {
  float: left;
  width: 100%;
}
.box_table_parcela {
  float: left;
  width: 100%;
}
  .box_table_parcela .top {
    float: left;
    width: 100%;
    padding: 9px 15px;
    background: #4ec088;
  }
    .box_table_parcela .top div {
      float: left;
      font-size: 12px;
      font-weight: 400;
      line-height: 0.8;
    }
      .box_table_parcela .top div:nth-child(1) {
        width: 8%;
      }
      .box_table_parcela .top div:nth-child(2) {
        width: 19%;
      }
      .box_table_parcela .top div:nth-child(3) {
        width: 16%;
      }
      .box_table_parcela .top div:nth-child(4) {
        width: 12%;
      }
      .box_table_parcela .top div:nth-child(5) {
        width: 12%;
      }
      .box_table_parcela .top div:nth-child(6) {
        width: 5%;
      }
      .box_table_parcela .top div:nth-child(7) {
        width: 14%;
      }
      .box_table_parcela .top div:nth-child(8) {
        width: 14%;
      }
    .box_table_parcela .top b {
      float: left;
      font-size: 12px;
      font-weight: 900;
      color: #fff;
    }
    .box_table_parcela .top p {
      float: left;
      font-size: 12px;
      font-weight: 400;
      color: #fff;
    }
.box_table_parcela .box_canal {
  float: left;
  width: 100%;
  padding: 5px 15px;
  background: #edf9f3;
  border-bottom: 2px solid #e6f3ee;
}
  .box_table_parcela .box_canal div {
    float: left;
  }
    .box_table_parcela .box_canal div:nth-child(1) {
      width: 8%;
    }
    .box_table_parcela .box_canal div:nth-child(2) {
      width: 19%;
    }
    .box_table_parcela .box_canal div:nth-child(3) {
      width: 16%;
    }
    .box_table_parcela .box_canal div:nth-child(4) {
      width: 12%;
    }
    .box_table_parcela .box_canal div:nth-child(5) {
      width: 12%;
    }
    .box_table_parcela .box_canal div:nth-child(6) {
      width: 5%;
    }
    .box_table_parcela .box_canal div:nth-child(7) {
      width: 14%;
    }
    .box_table_parcela .box_canal div:nth-child(8) {
      width: 14%;
    }
  .box_table_parcela .box_canal b {
    float: left;
    font-size: 12px;
    font-weight: 900;
    color: #758693;
  }
    .box_table_parcela .box_canal b {
      color: #4ec088;
    }
  .box_table_parcela .box_canal p {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #758693;
    margin: 0;
  }





.box_table_parcela .box_result_canal {
  float: left;
  width: 100%;
  display: none;
}
  .box_table_parcela .box_result_canal .top_result {
    float: left;
    width: 100%;
    background: #f5f8fb;
    padding: 5px 15px;
    border-bottom: 2px solid #eef2f6;
  }
  .box_table_parcela .box_result_canal .top_result div {
    float: left;
  }
    .box_table_parcela .box_result_canal .top_result div:nth-child(1) {
      width: 4%;
    }
    .box_table_parcela .box_result_canal .top_result div:nth-child(2) {
      width: 15%;
    }
    .box_table_parcela .box_result_canal .top_result div:nth-child(3) {
      width: 15%;
    }
    .box_table_parcela .box_result_canal .top_result div:nth-child(4) {
      width: 15%;
    }
    .box_table_parcela .box_result_canal .top_result div:nth-child(5) {
      width: 13%;
    }
    .box_table_parcela .box_result_canal .top_result div:nth-child(6) {
      width: 24%;
    }
    .box_table_parcela .box_result_canal .top_result div:nth-child(7) {
      width: 7%;
    }
  .box_table_parcela .box_result_canal .top_result div p {
    float: left;
    font-size: 12px;
    font-size: 700;
    color: #758693;
    margin: 0;
  }




.box_table_parcela .box_result_canal .result {
  float: left;
  width: 100%;
  padding: 5px 15px;
  border-bottom: 2px solid #f8f9fa;
}
  .box_table_parcela .box_result_canal .result div {
    float: left;
  }
    .box_table_parcela .box_result_canal .result div:nth-child(1) {
      width: 4%;
    }
    .box_table_parcela .box_result_canal .result div:nth-child(2) {
      width: 15%;
    }
    .box_table_parcela .box_result_canal .result div:nth-child(3) {
      width: 15%;
    }
    .box_table_parcela .box_result_canal .result div:nth-child(4) {
      width: 15%;
    }
    .box_table_parcela .box_result_canal .result div:nth-child(5) {
      width: 13%;
    }
    .box_table_parcela .box_result_canal .result div:nth-child(6) {
      width: 24%;
    }
    .box_table_parcela .box_result_canal .result div:nth-child(7) {
      width: 7%;
    }
    .box_table_parcela .box_result_canal .result div b {
      float: left;
      font-size: 12px;
      font-size: 700;
      color: #758693;
      margin: 0;
    }
    .box_table_parcela .box_result_canal .result div p {
      float: left;
      font-size: 12px;
      font-size: 400;
      color: #758693;
      margin: 0;
    }
.form_full {
  float: left;
  width: 100%;
}
.form_left {
  float: left;
  width: calc(100% - 80px - 10px);
  margin: 0 10px 0 0;
}
.form_right {
  float: left;
  width: 80px;
}
.box_registro {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
  .box_registro select {
    height: 35px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2) !important;
    width: 100% !important;
    background-color: #f4f5f7;
    border-radius: 5px;
  }
.box_saldo_total {
  float: left;
  width: 100%;
  margin: 24px 0 0;
}
  .box_saldo_total .top {
    float: left;
    width: 100%;
    background: #4ec088;
    border: 0 none;
    margin: 0;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 0.8;
  }
  .box_saldo_total .top.green{
    background: #4ec088;
    }
  .box_saldo_total .top.red{
    background: #f03232;
  }
  .box_saldo_total .center {
    float: left;
    width: 100%;
    border: 2px solid #eeeff0;
    padding: 25px;
    margin: 0 0 15px;
    font-size: 48px;
    font-weight: 700;
    color: #758693;
    line-height: 0.8;
    text-align: center;
  }
  .box_saldo_total .bottom {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 12px;
  }
  .box_saldo_total .bottom.green{
      color: #4ec088;
    }
  .box_saldo_total .bottom.red{
      color: #f03232;
    }
  .box_saldo_total .btn_gris {
    width: 100%;
  }
.box_movimientos {
  float: left;
  width: 100%;
}
  .box_movimientos .fecha {
    float: left;
    font-size: 12px;
    font-weight: 900;
    color: #35404f;
    margin: 0 15px 0 0;
  }
  .box_movimientos .box_result {
    float: left;
    width: calc(100% - 66px - 15px);
  }
  .box_movimientos .result {
    float: left;
    width: 100%;
    margin: 0 0 15px;
  }
    .box_movimientos .result:last-child span:after {
      display: none;
    }
  .box_movimientos .puntos {
    float: left;
    font-size: 12px;
    width: 65px;
    font-weight: 900;
    color: #758693;
    margin: 0 15px 0 0;
  }
  .box_movimientos .pointer {
    float: left;
    width: 20px;
  }
  .box_movimientos span {
    display: block;
    float: left;
    width: calc(100% - 65px - 20px);
    width: 7px;
    height: 7px;
    background: #4ec088;
    border-radius: 50%;
    margin: 5px 0 0;
    position: relative;
  }
    .box_movimientos span:after {
      content: "";
      display: block;
      width: 1px;
      height: 26px;
      background: #4ec088;
      position: absolute;
      left: 3px;
      top: 7px;
    }
  .box_movimientos .valor {
    float: left;
    font-size: 12px;
    color: #758693;
    font-weight: 400;
  }
  .box_movimientos .btn_verde {
    float: none;
    display: block;
    margin: auto;
  }
.box_checkbox {
  float: left;
  margin: 0 25px 15px 0;
}
  .box_checkbox .toggle-button {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
  }
  .box_checkbox .checkbox-label {
    float: left;
    margin: 5px 0 0;
  }
.box_reclamos {
}
  .box_reclamos thead {
  }
  .box_reclamos td {
    vertical-align: middle !important;
  }
  .box_reclamos select {
    width: initial !important;
  }
  .box_reclamos input {
    height: 35px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2) !important;
    width: initial !important;
    padding: 0 10px;
    background-color: #f4f5f7;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #758693;
  }
  .icon_aceptar {
    display: block;
    float: right;
    border: 0 none;
    margin: 0;
    padding: 0;
    background: none;
    margin: 0 6px 0 0;
  }
  .icon_cancelar {
    display: block;
    float: right;
    border: 0 none;
    margin: 0;
    padding: 0;
    background: none;
  }
  .icon_editar {
    display: block;
    float: right;
    border: 0 none;
    margin: 0;
    padding: 0;
    background: none; 
  }
/* END MATIAS 2019 */

a.btn_gris {
  display: inline-block;
  float: none;
  margin: 0px 3px !important;
}

.form-horizontal .col-md-12:after {
  height: fit-content;
  content: ' ';
  clear: both;
  display: block;
}

@media only screen and (min-width: 240px) {
  /* BEGIN LOGIN */
  .popUp .box {
    width: 90%;
  }
}

section.sub-nav-custom{
  padding: 20px 0px 20px 0px;
}