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;
}
.container-preview .layout > .slide-keys {
  margin-top: 20px;
  display: block;
  margin: 0px auto;
  height: auto;
  width: 100%;
  position: fixed;
  bottom: 0px;
  padding-left: 95px;
  left: 0px;
  right: 0px;
  text-align: left;
}
.container-preview .layout > .slide-keys.active-sidebar {
  padding-left: 280px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.container-preview .layout > .slide-keys .tabs {
  display: block;
  padding: 0px;
}
.container-preview .layout > .slide-keys .tabs div {
  padding: 5px 10px;
  background: #4ca1ff;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #fff;
  font-weight: 200;
}
.container-preview .layout > .slide-keys .tabs div:hover {
  cursor: pointer;
}
.container-preview .layout > .slide-keys .tabs div.active {
  border-bottom: 1px solid #4ca1ff;
}
.container-preview .layout > .slide-keys .tabs div:first-child {
  margin-left: 10px;
}
.container-preview .layout > .slide-keys .filters-tab {
  display: block;
  background: #4ca1ff;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.container-preview .layout > .slide-keys .filters-tab .filters-active {
  display: none;
}
.container-preview .layout > .slide-keys .filters-tab .content-submodules {
  display: none;
}
.container-preview .layout > .slide-keys .filters-tab.active {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.container-preview .layout > .slide-keys .filters-tab.active .filters-active,
.container-preview .layout > .slide-keys .filters-tab.active .content-submodules {
  display: block;
  padding: 10px;
  overflow: scroll;
}
.container-preview .layout > .slide-keys .content-submodules {
  background: #4ca1ff;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.container-preview .layout > .slide-keys .content-submodules.active {
  height: auto;
  opacity: 1;
  padding: 10px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.container-preview .layout > .slide-keys .content-submodules div {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  padding: 10px;
  border-radius: 25px;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 1px;
  background: #4399f8;
  line-height: 12px;
}
.container-preview .layout > .slide-keys .content-submodules div:hover {
  cursor: pointer;
}
.container-preview .layout > .slide-keys .content-submodules div .title {
  color: #fff;
  display: block;
}
.container-preview .layout > .slide-keys .content-submodules div.active {
  border-radius: 25px;
  background: #3071b8;
}
.container-preview .layout > .slide-keys .content-submodules div.active .title {
  color: #fff;
}
.container-preview .layout > .slide-keys .content-submodules div.active .section {
  background: #fff;
}
.with-love {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  border: none !important;
}
.with-love > div {
  display: block;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.with-love > div span {
  color: #ababb1 !important;
}
.with-love > div span i {
  display: block;
  font-size: 22px;
}
.active-sidebar .with-love {
  position: relative;
}
.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;
}
.table-split {
  text-align: center;
  overflow: auto;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.table-split .datagrid-widget {
  box-shadow: 0 2px 6px 0 rgba(64,82,88,0.07);
  margin-bottom: 15px;
  background-color: #fff;
  padding-bottom: 0px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  top: -542px;
}
.table-split .datagrid-widget.hide-widget {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: -542px;
  opacity: 0;
}
.table-split .datagrid-widget.hide-widget.complete {
  display: none;
}
.table-split .datagrid-widget.show-widget {
  display: inline-block;
}
.table-split .datagrid-widget.show-widget.complete {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0px;
  opacity: 1;
}
.table-split .datagrid-widget .current-values .head-current {
  border-bottom: 1px solid #a9bed0;
  display: table;
  height: 36px;
}
.table-split .datagrid-widget .current-values .head-current span {
  display: table-cell;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  color: #696969;
  width: 85px;
  line-height: 14px;
}
.table-split .datagrid-widget .current-values .head-current span:first-child {
  text-align: center;
}
.table-split .datagrid-widget .current-values .datagrid-list {
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  position: relative;
}
.table-split .datagrid-widget .current-values .datagrid-list > div {
  height: 30px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
.table-split .datagrid-widget .current-values .datagrid-list > div.totals {
  background: #084b9a;
  color: #fff;
}
.table-split .datagrid-widget .current-values .datagrid-list > div .title {
  text-transform: capitalize;
}
.table-split .datagrid-widget .current-values .datagrid-list > div .title.day {
  min-width: 75px;
}
.table-split .datagrid-widget .current-values .datagrid-list > div .filter-row {
  width: 20px !important;
  height: 20px !important;
  background-size: auto 20px !important;
}
.table-split .datagrid-widget .current-values .datagrid-list > div.row-c {
  background-color: #f0f7ff;
}
.table-split .datagrid-widget .current-values .datagrid-list > div span {
  display: inline-block;
  width: 25px;
}
.table-split .datagrid-widget .current-values .datagrid-list > div span.segment-filter {
  width: 160px;
}
.table-split .datagrid-widget .current-values .datagrid-list > div span.channel-filter {
  width: 160px;
  text-align: left;
}
.table-split .datagrid-widget .current-values .datagrid-list > div i {
  font-size: 14px;
  color: #a9bed0;
  vertical-align: middle;
  cursor: pointer;
}
.table-split .datagrid-widget .current-values .datagrid-list > div > div {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  width: 70px;
  font-size: 12px;
}
.table-split .datagrid-widget .current-values .datagrid-list > div > div:first-child {
  text-align: center;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment {
  height: auto;
  width: 100%;
  display: block;
  margin: 0px;
  position: relative;
  padding: 0px;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div {
  height: 30px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div.totals {
  background: #084b9a;
  color: #fff;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div .title {
  text-transform: capitalize;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div .title.day {
  min-width: 75px;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div .filter-row {
  width: 20px !important;
  height: 20px !important;
  background-size: auto 20px !important;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div.row-c {
  background-color: #f0f7ff;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div span {
  display: inline-block;
  width: 25px;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div span.segment-filter {
  width: 160px;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div span.channel-filter {
  width: 160px;
  text-align: left;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div i {
  font-size: 14px;
  color: #a9bed0;
  vertical-align: middle;
  cursor: pointer;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div > div {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  text-align: left !important;
  width: 70px;
  font-size: 12px;
}
.table-split .datagrid-widget .current-values .datagrid-list > .major-segment > div > div:first-child {
  text-align: center;
}
.table-split .datagrid-widget .current-values .filter-apply {
  padding-left: 0px;
  padding-right: 0px;
  height: auto !important;
}
.table-split .datagrid-widget .current-values .filter-apply a {
  width: 100%;
  height: 30px;
  display: block;
  line-height: 30px;
  border-radius: 1px;
  margin: 10px auto;
  background-color: #4da1ff;
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  border: none;
  vertical-align: middle;
  letter-spacing: 1px;
}
.table-split .datagrid-widget.by-segment,
.table-split .datagrid-widget.by-chanel {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.table-split .datagrid-widget.by-segment.inactive,
.table-split .datagrid-widget.by-chanel.inactive {
  width: 0px;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}
.table-split .datagrid-widget.by-segment.active,
.table-split .datagrid-widget.by-chanel.active {
  min-width: 205px;
  height: auto;
  overflow: overlay;
}
.table-split .datagrid-widget.by-date,
.table-split .datagrid-widget.by-segment,
.table-split .datagrid-widget.by-chanel,
.table-split .datagrid-widget.by-trimester {
  width: auto;
}
.table-split .datagrid-widget.by-date .current-values .head-current,
.table-split .datagrid-widget.by-segment .current-values .head-current,
.table-split .datagrid-widget.by-chanel .current-values .head-current,
.table-split .datagrid-widget.by-trimester .current-values .head-current {
  height: 36px;
}
.table-split .datagrid-widget.by-date .current-values .datagrid-list > div > div:first-child,
.table-split .datagrid-widget.by-segment .current-values .datagrid-list > div > div:first-child,
.table-split .datagrid-widget.by-chanel .current-values .datagrid-list > div > div:first-child,
.table-split .datagrid-widget.by-trimester .current-values .datagrid-list > div > div:first-child {
  text-align: left;
}
.table-split .datagrid-widget.by-date .header-widget,
.table-split .datagrid-widget.by-segment .header-widget,
.table-split .datagrid-widget.by-chanel .header-widget,
.table-split .datagrid-widget.by-trimester .header-widget {
  background-color: #4ca1ff;
}
.table-split .datagrid-widget.by-date .header-widget .remove-widget i,
.table-split .datagrid-widget.by-segment .header-widget .remove-widget i,
.table-split .datagrid-widget.by-chanel .header-widget .remove-widget i,
.table-split .datagrid-widget.by-trimester .header-widget .remove-widget i {
  color: #4ca1ff !important;
}
.table-split .datagrid-widget.by-date.active .datagrid-list,
.table-split .datagrid-widget.by-segment.active .datagrid-list,
.table-split .datagrid-widget.by-chanel.active .datagrid-list,
.table-split .datagrid-widget.by-trimester.active .datagrid-list {
  overflow: hidden;
}
.table-split .datagrid-widget.by-date.active .datagrid-list > .active,
.table-split .datagrid-widget.by-segment.active .datagrid-list > .active,
.table-split .datagrid-widget.by-chanel.active .datagrid-list > .active,
.table-split .datagrid-widget.by-trimester.active .datagrid-list > .active {
  height: 360px;
  position: relative;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.table-split .datagrid-widget.by-date.active .datagrid-list > .inactive,
.table-split .datagrid-widget.by-segment.active .datagrid-list > .inactive,
.table-split .datagrid-widget.by-chanel.active .datagrid-list > .inactive,
.table-split .datagrid-widget.by-trimester.active .datagrid-list > .inactive {
  overflow: hidden;
  opacity: 0px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.table-split .datagrid-widget.by-date.hide-widget,
.table-split .datagrid-widget.by-segment.hide-widget,
.table-split .datagrid-widget.by-chanel.hide-widget,
.table-split .datagrid-widget.by-trimester.hide-widget {
  width: 0px;
  margin: 0px;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.table-split .datagrid-widget.chart-pickup {
  top: inherit;
  width: auto;
  display: block;
  background: #fff;
}
.table-split .datagrid-widget.chart-pickup .header-widget {
  background-color: #4ca1ff;
  height: 32px;
  line-height: 32px;
}
.table-split .datagrid-widget.chart-pickup .header-widget .chart-types {
  width: auto;
  display: inline-block;
  text-align: right;
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
}
.table-split .datagrid-widget.chart-pickup .header-widget .chart-types .chart-type-select {
  display: inline-block;
  width: auto;
  text-align: center;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  line-height: 24px;
  padding: 0px 5px;
  font-weight: 200;
}
.table-split .datagrid-widget.chart-pickup .header-widget .chart-types .chart-type-select:hover,
.table-split .datagrid-widget.chart-pickup .header-widget .chart-types .chart-type-select.active {
  cursor: pointer;
  border: 1px solid #fff;
  background: #fff;
  color: #4ca1ff;
}
.table-split .datagrid-widget.chart-pickup .group-years-query {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.table-split .datagrid-widget.chart-pickup .group-years-query > span {
  display: inline-block;
  width: auto !important;
  font-size: 12px;
  line-height: 15px;
  margin: 5px;
}
.table-split .datagrid-widget.chart-pickup .group-years-query > span .last-year {
  background: #15d39a;
  display: inline-block;
  width: 15px;
  line-height: 15px;
  height: 15px;
  border-radius: 5px;
  vertical-align: middle;
}
.table-split .datagrid-widget.chart-pickup .group-years-query > span .current-year {
  background: #fec400;
  display: inline-block;
  width: 15px;
  line-height: 15px;
  height: 15px;
  border-radius: 5px;
  vertical-align: middle;
}
.table-split .datagrid-widget.trimester .current-values .datagrid-list > div .title.day {
  min-width: 115px;
}
.table-split .datagrid-widget .header-widget {
  background-color: #ccc;
  height: 28px !important;
  line-height: 28px !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.table-split .datagrid-widget .header-widget .options-widget {
  text-align: right;
  line-height: 20px;
  display: table;
}
.table-split .datagrid-widget .header-widget .options-widget .btn-apply {
  line-height: 30px;
  width: 30px;
  font-size: 12px;
  color: #fff;
  padding: 0px 5px;
  border: 1px solid #fff;
}
.table-split .datagrid-widget .header-widget .options-widget .btn-apply:hover,
.table-split .datagrid-widget .header-widget .options-widget .btn-apply:focus,
.table-split .datagrid-widget .header-widget .options-widget .btn-apply:visited {
  text-decoration: none;
}
.table-split .datagrid-widget .header-widget .options-widget .title {
  font-size: 16px;
  color: #fff;
  display: table-cell;
  height: 28px !important;
  vertical-align: middle;
  text-align: left;
}
.table-split .datagrid-widget .header-widget .options-widget > .opt {
  width: 24px;
  text-align: center;
  display: table-cell;
  border-radius: 15px;
  margin-left: 4px;
  vertical-align: middle;
}
.table-split .datagrid-widget .header-widget .options-widget > .opt > i {
  color: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  line-height: inherit;
  border-radius: 15px;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
}
.table-split .datagrid-widget .header-widget .options-widget > .opt.chart-change > i {
  font-size: 9px;
  height: 20px;
  width: 20px;
  text-align: center;
}
.table-split .datagrid-widget .header-widget .options-widget > .opt.remove-widget {
  text-align: center;
  float: right;
  border: none;
  width: auto !important;
  padding-left: 15px;
  text-align: right;
  line-height: 28px;
}
.table-split .datagrid-widget .header-widget .options-widget > .opt.remove-widget:hover {
  cursor: pointer;
}
.table-split .datagrid-widget .header-widget .options-widget > .opt.remove-widget > i {
  font-size: 18px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  text-align: center;
}
select.select-style {
  line-height: 27px;
  width: 80px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../images/iconos/select-row-inactive.svg");
  background-color: transparent;
  background-size: 18px;
  background-position: 66px center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
}
select.select-style:focus,
select.select-style:visited {
  border: none;
  box-shadow: none;
  outline: none;
}
.hidden-widgets {
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.hidden-widgets .wdg {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  margin-left: 15px;
  padding: 0px 6px 0px 6px;
  border-radius: 80px;
  cursor: pointer;
  opacity: 1;
  position: relative;
  top: 0px;
}
.hidden-widgets .wdg.hide-widget {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  top: -100px;
}
.hidden-widgets .wdg.time {
  background-color: #4ca1ff;
}
.hidden-widgets .wdg.time i {
  background-color: #4ca1ff;
}
.hidden-widgets .wdg.room-nights {
  background-color: #f7c056;
}
.hidden-widgets .wdg.room-nights i {
  background-color: #f7c056;
}
.hidden-widgets .wdg.adr {
  background-color: #6ce4c0;
}
.hidden-widgets .wdg.adr i {
  background-color: #6ce4c0;
}
.hidden-widgets .wdg.revenue {
  background-color: #ff80cb;
}
.hidden-widgets .wdg.revenue i {
  background-color: #ff80cb;
}
.hidden-widgets .wdg.revpar {
  background-color: #ff4558;
}
.hidden-widgets .wdg.revpar i {
  background-color: #ff4558;
}
.hidden-widgets .wdg .opt-w {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}
.hidden-widgets .wdg span {
  margin-right: 2px;
  margin-left: 2px;
  font-size: 14px;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.hidden-widgets .wdg i {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}
.hidden-widgets .wdg i:before {
  vertical-align: middle;
}
.video-fixed {
  position: fixed;
  top: 0px;
  background: #ccc;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.video-fixed video {
  width: 100%;
}
.video-fixed .btn-goto-bottom {
  position: absolute;
  background: #337ab7;
  z-index: 10;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 128px;
  font-weight: 600;
}
.video-fixed .btn-goto {
  position: absolute;
  background: #337ab7;
  color: #fff;
  z-index: 10;
  right: 0px;
  top: 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 128px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 3px;
  vertical-align: middle;
  font-style: italic;
}
.video-fixed .btn-goto span {
  display: block;
}
