font-weight $weight !important {
  font-size: $size !important;
}
.text-search-widget {
  border-radius: 100px;
  background-color: #e2e6e8;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: block;
  margin: 5px auto 5px auto;
  border: none;
}
.text-search-widget::-webkit-input-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 13px;
}
.text-search-widget::-moz-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 13px;
}
.text-search-widget:-ms-input-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 13px;
}
.text-search-widget:-moz-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 13px;
}
body,
html {
  background: #e9e9e9;
}
a,
strong,
li,
ul,
p,
span,
h1,
h2,
h3,
h4,
option,
select {
  font-family: 'Roboto', sans-serif;
}
a:hover,
strong:hover,
li:hover,
ul:hover,
p:hover,
span:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
option:hover,
select:hover,
a:focus,
strong:focus,
li:focus,
ul:focus,
p:focus,
span:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
option:focus,
select:focus,
a:visited,
strong:visited,
li:visited,
ul:visited,
p:visited,
span:visited,
h1:visited,
h2:visited,
h3:visited,
h4:visited,
option:visited,
select:visited {
  text-decoration: none;
}
input,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.panels {
  margin: 130px 70px 70px 120px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panels.active-secondary-bar {
  margin-top: 175px !important;
}
.panels.active-sidebar {
  margin-left: 310px !important;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panels > div {
  overflow: hidden;
}
.panels > div.hide-panel {
  height: 0px;
}
.loading-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../../images/iconos/bkg-loading.jpg") #36a9e1 center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 0px;
  left: 0px;
}
.loading-panel .bkg-stars {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../../images/iconos/loading-stars.gif") repeat;
}
.loading-panel .bkg-stars span {
  background: url("../../images/iconos/loading-mono.gif") center center no-repeat;
  width: 500px;
  height: 500px;
  background-size: 400px;
  display: inline-block;
  margin-top: -250px;
  top: 50%;
  right: 50%;
  margin-right: -250px;
  position: absolute;
}
.loading-filters {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.loading-widget {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(73,144,226,0.8);
  z-index: 2;
}
.loading-widget span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin-left: -60px;
  margin-bottom: 14px;
  font-size: 12px;
  width: 120px;
  font-style: italic;
}
.container-general > .loading-general {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../../images/iconos/bkg-loading.jpg") center center no-repeat #36a9e1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.container-general > .loading-general.loading-wait {
  opacity: 1;
}
.container-general > .loading-general.loading-success {
  display: none;
}
.container-general > .loading-general > span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../images/iconos/logo_old.svg") center center no-repeat;
  background-size: 600px;
}
.to-align-right {
  text-align: right;
}
.no-margin-right {
  margin-right: 0px !important;
}
.main-container {
  position: relative;
  background-color: #e9e9e9;
  overflow: auto;
  padding-right: 0px;
  padding-left: 0px;
}
.main-container .bkg-component {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
}
.main-container .bkg-component.custom-calendar {
  z-index: 3;
}
.main-container .bkg-component.list-report {
  z-index: 5;
}
.main-container .bkg-component.inactive {
  display: none;
}
.pickup-dates {
  display: inline-block;
}
.pickup-dates .arrow {
  color: #4da1ff;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}
.pickup-dates .arrow:hover {
  cursor: pointer;
}
.weeks-pickup {
  line-height: 50px;
  display: inline-block;
  margin-left: 10px;
}
.weeks-pickup .title {
  color: #4da1ff;
  font-size: 12px;
  font-weight: 200;
}
.weeks-pickup .week-select {
  width: 24px;
  line-height: 30px;
  border: 1px solid #4da1ff;
  color: #4da1ff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  margin-left: 2px;
  font-weight: 200;
}
.weeks-pickup .week-select.disabled {
  background: #dedede !important;
  color: #b3b3b6 !important;
}
.weeks-pickup .week-select:hover,
.weeks-pickup .week-select.active {
  background: #4da1ff;
  color: #fff;
  cursor: pointer;
}
.select-style {
  line-height: 50px;
  position: relative;
}
.select-style.type-two {
  width: 140px;
}
.select-style.type-two > span.blue {
  border: 1px solid #4da1ff;
  background-color: transparent;
  background-image: url("../../images/iconos/select-row-blue.svg");
  background-size: 17px;
  background-position: right center;
  background-repeat: no-repeat;
  color: #4da1ff;
}
.select-style.type-two > span.blue.not-arrow {
  background: #fff;
}
.select-style.type-two.hide-panel > span {
  background-image: url("../../images/iconos/select-row-inactive-blue.svg");
}
.select-style.type-two .select-days {
  position: absolute;
  bottom: 2px;
  left: 0px;
  height: 30px;
  width: 100%;
  z-index: 3;
}
.select-style.hide-panel ul {
  display: none !important;
}
.select-style.hide-panel > span.white {
  background-image: url("../../images/iconos/select-row-inactive.svg");
}
.select-style:hover {
  cursor: pointer;
}
.select-style > span {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  padding: 0px 10px;
  min-width: 100%;
  width: 100%;
  vertical-align: middle;
  font-weight: 200;
  position: relative;
  display: inline-block;
  text-align: left;
}
.select-style > span > span {
  position: absolute;
  height: 30px;
  overflow: hidden;
  padding-right: 20px;
  width: 100%;
}
.select-style > span.white {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url("../../images/iconos/select-row-active.svg");
  background-size: 17px;
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
  padding-right: 25px;
}
.select-style > span.blue {
  border: 1px solid #4da1ff;
  background-color: transparent;
  background-image: url("../../images/iconos/selector.svg");
  background-size: 17px;
  background-position: right center;
  background-repeat: no-repeat;
  color: #4da1ff;
}
.select-style > span ul {
  list-style: none;
  position: absolute;
  z-index: 4;
  background-color: #fff;
  padding: 0px;
  width: 200px;
  left: 0px;
  top: 30px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}
.select-style > span ul li {
  display: block;
  vertical-align: middle;
  padding: 10px;
  line-height: normal;
  color: #36a9e1;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  position: relative;
}
.select-style > span ul li.btn-apply-hotels {
  background: #36a9e1;
  color: #fff;
  text-align: center;
  margin: 10px;
  width: auto;
}
.select-style > span ul li:last-child {
  border-bottom: none;
}
.select-style > span ul li:last-child:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select-style > span ul li:hover,
.select-style > span ul li.active {
  background-color: #36a9e1;
  color: #fff;
  cursor: pointer;
}
.select-style > span ul li input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  width: 15px;
  height: 15px;
  margin: 0px;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.select-style > span ul li input[type=checkbox]:hover {
  cursor: pointer;
}
.select-style > span ul li input[type=checkbox]:hover ~ .checkmark {
  background-color: #ccc;
  cursor: pointer;
}
.select-style > span ul li input[type=checkbox]:checked ~ .checkmark {
  background-color: #fff;
}
.select-style > span ul li input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.select-style > span ul li .checkmark {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.select-style > span ul li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #2196f3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.date-period {
  line-height: 50px;
  position: relative;
}
.date-period .DayPickerInput {
  display: initial;
}
.date-period .DayPickerInput .datepicker-filter {
  position: absolute;
}
.date-period .DayPickerInput input[type=text],
.date-period .DayPickerInput input {
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1px;
  line-height: 30px;
  height: 30px;
  font-size: 11px;
  padding: 0px 10px;
  border: 1px solid #4da1ff;
  background-color: transparent;
  background-image: url("../../images/iconos/selector-date.svg");
  background-size: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  color: #4da1ff;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
}
.date-period .DayPickerInput input[type=text]::-webkit-input-placeholder,
.date-period .DayPickerInput input::-webkit-input-placeholder {
  color: #4da1ff;
}
.date-period .DayPickerInput input[type=text]::-moz-placeholder,
.date-period .DayPickerInput input::-moz-placeholder {
  color: #4da1ff;
}
.date-period .DayPickerInput input[type=text]:-ms-input-placeholder,
.date-period .DayPickerInput input:-ms-input-placeholder {
  color: #4da1ff;
}
.date-period .DayPickerInput input[type=text]:-moz-placeholder,
.date-period .DayPickerInput input:-moz-placeholder {
  color: #4da1ff;
}
/* datepickers styles */
.date-period .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
  background-color: #f0f8ff !important;
  color: #4a90e2;
}
.date-period .DayPicker-Day {
  color: #696969;
  line-height: initial;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.date-period .DayPicker-Weekday {
  color: #1e6fba;
  line-height: initial;
  font-family: 'Roboto', sans-serif;
}
.date-period .DayPicker-Caption {
  background: #fff;
  color: #4ca1ff;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  line-height: initial;
}
.date-period .DayPicker-Caption > div {
  font-size: 14px;
}
.date-period .DayPicker-Day--start,
.date-period .DayPicker-Day--end {
  border-radius: 0px;
  background-color: #36a9e1;
  color: #fff;
}
.date-period .Selectable .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
  background-color: #cae6ff !important;
}
.date-period .DayPickerInput-Overlay {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/* Slides filter styles */
.slick-next:before {
  width: 20px;
  height: 20px;
  background-image: url("../../images/iconos/right-row.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  background-size: 15px;
}
.slick-prev:before {
  width: 20px;
  height: 20px;
  background-image: url("../../images/iconos/left-row.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  background-size: 15px;
}
.tooltip > .tooltip-inner {
  background-color: rgba(77,161,255,0.8);
  font-family: 'Roboto', sans-serif !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(77,161,255,0.8) !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(77,161,255,0.8) !important;
}
.container-preview .layout {
  position: relative;
  z-index: 1;
}
.with-love {
  position: fixed;
  width: 300px;
  bottom: 10px;
  right: 15px;
  z-index: 10;
}
.with-love > div {
  display: block;
  width: 100%;
  margin: 0px auto;
  text-align: right;
}
.with-love > div span {
  color: #084b9a;
}
.no-padding-left-right {
  padding-left: 0px;
  padding-right: 0px;
}
.no-margin-left-right {
  margin-left: 0px;
  margin-right: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.scroller-section {
  overflow: scroll;
}
