/* Table */
@import url("https://fonts.googleapis.com/css?family=Raleway");
/* line 4, ../sass/styles_v2.scss */
div.calendar {
  float: left;
}

/* line 8, ../sass/styles_v2.scss */
#calendar-2 {
  margin-left: 10px;
}

/* line 12, ../sass/styles_v2.scss */
.select-last-day {
  display: none !important;
}

/* line 16, ../sass/styles_v2.scss */
.ui-datepicker {
  z-index: 99 !important;
}

/* line 20, ../sass/styles_v2.scss */
.overlay_loading {
  position: absolute;
  top: 50px;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background: #7b7b7c url(https://cdn.paraty.es/static_files/secure-booking26/generic/202505221549/images/loading_new.gif) no-repeat center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 34, ../sass/styles_v2.scss */
.overlay_loading.active {
  z-index: 99;
  opacity: 1;
}
/* line 39, ../sass/styles_v2.scss */
.overlay_loading.hide {
  opacity: 0;
}

/* line 44, ../sass/styles_v2.scss */
.booking-widget {
  right: 22px;
  top: 62px;
}

/* line 49, ../sass/styles_v2.scss */
.booking-button--action.booking-button {
  border-radius: 3px;
}

/* line 53, ../sass/styles_v2.scss */
.booking-box--search .booking-box__content {
  background: #e1e1e1;
  position: relative;
  overflow: visible;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

/* line 62, ../sass/styles_v2.scss */
.booking-search-results__new-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

/* line 73, ../sass/styles_v2.scss */
#currencyDiv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 170px;
}

/* line 84, ../sass/styles_v2.scss */
.popup_month_selector {
  padding: 0 20px 10px;
  width: 34%;
  display: inline-block;
}
/* line 89, ../sass/styles_v2.scss */
.popup_month_selector .month_select_element {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 240px;
  padding: 4px 15px;
  vertical-align: middle;
  border-radius: 0;
  color: #5a5a5a;
  font-size: 12px;
  background: white url(https://cdn.paraty.es/static_files/secure-booking26/generic/202505221549/plugins/dates-selector/img/down-arrow.png) no-repeat center;
  background-position-x: 95%;
  background-position-y: 30%;
}

/* line 105, ../sass/styles_v2.scss */
#prices-calendar {
  background: #7b7b7c;
  padding-top: 20px;
  min-height: 585px;
  position: relative;
  width: 917px;
  margin: 0 auto;
}
/* line 113, ../sass/styles_v2.scss */
#prices-calendar .buttons-section {
  display: table;
  width: 100%;
}
/* line 118, ../sass/styles_v2.scss */
#prices-calendar .button {
  height: 45px;
  border-radius: 3px;
  float: right;
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 24px;
  width: 290px;
  overflow: hidden;
  font-weight: 500;
}
/* line 130, ../sass/styles_v2.scss */
#prices-calendar #selectorRooms {
  margin: 3px 0;
  float: none;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 139, ../sass/styles_v2.scss */
#prices-calendar #selectorRooms #roomFilterInCalendar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 35px 4px 15px;
  vertical-align: middle;
  border-radius: 0;
  color: #5a5a5a;
  font-size: 12px;
  background: white url(https://cdn.paraty.es/static_files/secure-booking26/generic/202505221549/plugins/dates-selector/img/down-arrow.png) no-repeat center;
  background-position-x: 95%;
  background-position-y: 30%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 158, ../sass/styles_v2.scss */
#prices-calendar .text {
  color: white;
  margin-left: 2px;
  font-family: 'Raleway', sans-serif;
  margin-right: 13px;
}

/* line 166, ../sass/styles_v2.scss */
table.calendar {
  border-collapse: collapse;
  border-spacing: 2px;
  table-layout: fixed;
  width: 420px;
  /* Days of another month */
  /* Days of current month */
  /* Available day with price */
  /* Not available day */
  /* Day with restriction */
  /* Day with release */
}
/* line 172, ../sass/styles_v2.scss */
table.calendar th {
  border: 3px solid #7b7b7c;
  height: 27px;
  color: white;
  background-color: #4f4f4f;
  font-family: roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  padding-top: 2px;
}
/* line 186, ../sass/styles_v2.scss */
table.calendar th.day_label_element {
  font-size: 14px;
  height: 28px;
}
/* line 192, ../sass/styles_v2.scss */
table.calendar td {
  border: 4px solid #7b7b7c;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-family: roboto, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
/* line 203, ../sass/styles_v2.scss */
table.calendar td.end-selection .day {
  background: #00b8e8;
}
/* line 210, ../sass/styles_v2.scss */
table.calendar .another-month-day {
  background-color: #e2e3e3;
  height: 59px;
}
/* line 216, ../sass/styles_v2.scss */
table.calendar .day {
  height: 24px;
}
/* line 220, ../sass/styles_v2.scss */
table.calendar .day-number {
  padding-top: 5px;
}
/* line 224, ../sass/styles_v2.scss */
table.calendar .day-content {
  background-color: white;
  height: 35px;
  position: relative;
}
/* line 229, ../sass/styles_v2.scss */
table.calendar .day-content.candidate-cell {
  cursor: pointer;
}
/* line 233, ../sass/styles_v2.scss */
table.calendar .day-content.available .price {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0;
}
/* line 247, ../sass/styles_v2.scss */
table.calendar .available-day {
  color: white;
  background-color: #a1bc31;
}
/* line 251, ../sass/styles_v2.scss */
table.calendar .available-day.promotion_container {
  background-color: #fdd835;
}
/* line 256, ../sass/styles_v2.scss */
table.calendar .price {
  height: 15px;
  padding-top: 2px;
  font-weight: bold;
  color: #707173;
}
/* line 263, ../sass/styles_v2.scss */
table.calendar .tick {
  padding: 2px 0;
}
/* line 268, ../sass/styles_v2.scss */
table.calendar .not-available-day {
  color: white;
  background-color: #be0411;
}
/* line 271, ../sass/styles_v2.scss */
table.calendar .not-available-day.previous_date {
  background-color: #AAA;
}
/* line 276, ../sass/styles_v2.scss */
table.calendar .not-available-message {
  color: #be0411;
  padding: 6px 2px;
  line-height: normal;
  font-size: 8px;
}
/* line 281, ../sass/styles_v2.scss */
table.calendar .not-available-message.previous_date {
  color: transparent;
}
/* line 287, ../sass/styles_v2.scss */
table.calendar .restricted-day {
  color: white;
  background-color: #da9500;
}
/* line 292, ../sass/styles_v2.scss */
table.calendar .restriction-message {
  color: #da9500;
  font-size: 8px;
}
/* line 298, ../sass/styles_v2.scss */
table.calendar .day-with-release {
  color: white;
  background-color: #76aadc;
}
/* line 303, ../sass/styles_v2.scss */
table.calendar .restriction-message-with-release {
  color: #76aadc;
  font-size: 8px;
}

/* line 310, ../sass/styles_v2.scss */
#prices-calendar .no-availability-message {
  background: #7b7b7c;
  padding: 10px;
  color: white;
}
/* line 316, ../sass/styles_v2.scss */
#prices-calendar .legend {
  margin-bottom: 10px;
}
/* line 318, ../sass/styles_v2.scss */
#prices-calendar .legend p {
  color: white;
  margin-left: 2px;
  font-family: 'Raleway', sans-serif;
}
/* line 323, ../sass/styles_v2.scss */
#prices-calendar .legend p.small-letter-text {
  font-style: italic;
}
/* line 328, ../sass/styles_v2.scss */
#prices-calendar .legend li {
  margin-right: 10px;
}
/* line 331, ../sass/styles_v2.scss */
#prices-calendar .legend li.promotion_legend_wrapp {
  display: inline-table;
  clear: both;
}
/* line 335, ../sass/styles_v2.scss */
#prices-calendar .legend li.promotion_legend_wrapp span {
  color: white;
}
/* line 339, ../sass/styles_v2.scss */
#prices-calendar .legend li.promotion_legend_wrapp .promotion_day {
  width: auto;
}
/* line 342, ../sass/styles_v2.scss */
#prices-calendar .legend li.promotion_legend_wrapp .promotion_day .legend_square {
  background: #fdd835;
  margin-right: 5px;
}
/* line 347, ../sass/styles_v2.scss */
#prices-calendar .legend li.promotion_legend_wrapp .promotion_day span {
  color: white;
  margin-left: 2px;
  font-family: 'Raleway', sans-serif;
}
/* line 357, ../sass/styles_v2.scss */
#prices-calendar .no-availability-section {
  margin-bottom: 5px;
}
/* line 361, ../sass/styles_v2.scss */
#prices-calendar .calendars {
  position: relative;
  max-height: 450px;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  display: block !important;
  overflow: hidden;
  height: auto !important;
}
/* line 373, ../sass/styles_v2.scss */
#prices-calendar .calendars.hide {
  max-height: 0;
}
/* line 377, ../sass/styles_v2.scss */
#prices-calendar .calendars .calendars_wrapper {
  display: table;
  width: 100%;
}
/* line 382, ../sass/styles_v2.scss */
#prices-calendar .calendars .previous_month_button, #prices-calendar .calendars .next_month_button {
  position: absolute;
  left: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 30px;
  height: 30px;
  background: url(https://cdn.paraty.es/static_files/secure-booking26/generic/202505221549/images/booking_3/flecha-der.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
}
/* line 399, ../sass/styles_v2.scss */
#prices-calendar .calendars .next_month_button {
  left: auto;
  right: -33px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 411, ../sass/styles_v2.scss */
.day-with-release-box {
  margin: 10px 0;
  border-color: #76aadc;
  background-color: #76aadc;
}

/* Day selection */
/* line 418, ../sass/styles_v2.scss */
.available {
  cursor: pointer;
}

/* line 422, ../sass/styles_v2.scss */
.no-available {
  cursor: auto;
}

/* line 426, ../sass/styles_v2.scss */
.selected-cell {
  background: #f6eb61 !important;
  color: black !important;
}

/* line 431, ../sass/styles_v2.scss */
.actual_selection_info_wrapper {
  width: 550px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}
/* line 437, ../sass/styles_v2.scss */
.actual_selection_info_wrapper .label_actual_selection, .actual_selection_info_wrapper .nights_number_wrapper, .actual_selection_info_wrapper .selection_price_wrapper {
  height: 45px;
  float: left;
  position: relative;
}
/* line 443, ../sass/styles_v2.scss */
.actual_selection_info_wrapper .label_actual_selection {
  width: 60%;
  background: #e2e3e3;
  line-height: 47px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 25px;
  box-sizing: border-box;
  color: #434345;
  font-weight: 500;
}
/* line 456, ../sass/styles_v2.scss */
.actual_selection_info_wrapper .nights_number_wrapper {
  width: 20%;
  background: #00b8e8;
  font-size: 20px;
  line-height: 37px;
  border-bottom: 0;
}
/* line 463, ../sass/styles_v2.scss */
.actual_selection_info_wrapper .nights_number_wrapper label {
  margin-top: 5px;
  font-weight: 300;
  color: white;
}
/* line 469, ../sass/styles_v2.scss */
.actual_selection_info_wrapper .nights_number_wrapper .nights_number {
  text-align: center;
  color: white;
  line-height: 1;
  margin-right: 3px;
}
/* line 477, ../sass/styles_v2.scss */
.actual_selection_info_wrapper .selection_price_wrapper {
  width: 20%;
  background: #4f4f4f;
}
/* line 481, ../sass/styles_v2.scss */
.actual_selection_info_wrapper .selection_price_wrapper .vertical_center {
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 22px;
  line-height: 1;
}
/* line 497, ../sass/styles_v2.scss */
.actual_selection_info_wrapper .selection_price_wrapper .total_price_label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1px;
}
/* line 504, ../sass/styles_v2.scss */
.actual_selection_info_wrapper .selection_price_wrapper label {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
}

/* line 514, ../sass/styles_v2.scss */
.no-availability-section {
  color: white;
  background: #d29432 url(https://cdn.paraty.es/static_files/secure-booking26/generic/202505221549/images/booking/bulb_light.png) no-repeat 20px center;
  margin: 0 22px;
  min-height: 80px;
  padding: 32px 0 0 100px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 12px;
}
/* line 524, ../sass/styles_v2.scss */
.no-availability-section p {
  margin-bottom: 0;
}

/* line 529, ../sass/styles_v2.scss */
.restrictions_breakdown_wrapper {
  width: 1140px;
  margin: -12px auto 30px;
  border: 1px solid #d29432;
  padding: 20px;
  box-sizing: border-box;
}
/* line 536, ../sass/styles_v2.scss */
.restrictions_breakdown_wrapper .text {
  padding-left: 15px;
  position: relative;
}
/* line 540, ../sass/styles_v2.scss */
.restrictions_breakdown_wrapper .text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: black;
  border-radius: 5px;
}

/* line 554, ../sass/styles_v2.scss */
.no-availability-message {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 567, ../sass/styles_v2.scss */
table.calendar .selected-cell-parent .available-day, table.calendar .selected-cell-parent .day-content {
  background: #9fcbce !important;
}
/* line 571, ../sass/styles_v2.scss */
table.calendar .selected-cell-parent .price {
  color: white;
}
/* line 577, ../sass/styles_v2.scss */
table.calendar .first-selection .available-day, table.calendar .first-selection .day-content, table.calendar .first-selection .day, table.calendar .end-selection .available-day, table.calendar .end-selection .day-content, table.calendar .end-selection .day {
  background: #00b8e8 !important;
}
/* line 581, ../sass/styles_v2.scss */
table.calendar .first-selection .price, table.calendar .end-selection .price {
  color: white;
}
/* line 586, ../sass/styles_v2.scss */
table.calendar .first-selection .day-content:before {
  content: "\A";
  border-style: solid;
  position: absolute;
  right: -7px;
  left: auto;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #52b6c5;
}
/* line 596, ../sass/styles_v2.scss */
table.calendar .end-selection .day-content:before {
  content: "\A";
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #52b6c5 transparent transparent;
  position: absolute;
  left: -7px;
}

/*=== Header selectors =====*/
/* line 608, ../sass/styles_v2.scss */
.header_wrapper_calendar_availability {
  display: table;
  width: 917px;
  margin: 0 auto;
}

/* line 614, ../sass/styles_v2.scss */
.graph_calendar_selector {
  width: 49%;
  float: left;
}

/* line 619, ../sass/styles_v2.scss */
.calendar_button, .graph_button {
  width: 205px;
  background: #a4c64b;
  color: white;
  height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  margin-right: 6px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  line-height: 59px;
  cursor: pointer;
}
/* line 633, ../sass/styles_v2.scss */
.calendar_button span, .graph_button span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: sub;
  background: url(https://cdn.paraty.es/static_files/secure-booking26/generic/202505221549/images/booking_2/ico_calendario.png) no-repeat center;
}
/* line 642, ../sass/styles_v2.scss */
.calendar_button.active, .graph_button.active {
  background: #7b7b7d;
}

/* line 647, ../sass/styles_v2.scss */
.popup_helper_wrapper {
  position: relative;
  background: orange url(https://cdn.paraty.es/static_files/secure-booking26/generic/202505221549/plugins/dates-selector/img/lightbulb.png) no-repeat 5px center;
  background-size: 40px;
  color: white;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 15px;
  padding: 16px 12px 13px 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
  float: right;
  right: 23px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
/* line 670, ../sass/styles_v2.scss */
.popup_helper_wrapper.search_button {
  background: #00b8e8 url(https://cdn.paraty.es/static_files/secure-booking26/generic/202505221549/plugins/dates-selector/img/lightbulb.png) no-repeat 5px center;
  background-size: 40px;
  cursor: pointer;
}

/* line 678, ../sass/styles_v2.scss */
.popup_month_selector .previous_month_selector, .popup_month_selector .next_month_selector {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(https://cdn.paraty.es/static_files/secure-booking26/generic/202505221549/plugins/dates-selector/img/green_left_arrow.png) no-repeat center;
  vertical-align: middle;
  background-size: contain;
  margin-top: -2px;
  cursor: pointer;
}
/* line 689, ../sass/styles_v2.scss */
.popup_month_selector .next_month_selector {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 2, ../sass/_graph_styles.scss */
.graphs_fields_wrapper {
  height: 430px;
  padding: 0 20px;
  background: #7b7b7d;
  display: none;
}

/* line 9, ../sass/_graph_styles.scss */
.graphs_field {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: visible !important;
}

/* line 16, ../sass/_graph_styles.scss */
.day_element_option {
  text-align: center;
}
/* line 19, ../sass/_graph_styles.scss */
.day_element_option span, .day_element_option div, .day_element_option input {
  display: block;
  margin: auto;
}
/* line 24, ../sass/_graph_styles.scss */
.day_element_option .day_element_label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
/* line 30, ../sass/_graph_styles.scss */
.day_element_option .day_element_number {
  margin-top: 7px;
  font-size: 14px;
  font-weight: bold;
}
/* line 36, ../sass/_graph_styles.scss */
.day_element_option .graph_block {
  position: relative;
}
/* line 39, ../sass/_graph_styles.scss */
.day_element_option .graph_block .graph_element {
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  width: auto;
  z-index: 2;
  box-sizing: border-box;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 250px;
}

/* line 58, ../sass/_graph_styles.scss */
.linear_labels_area .higher_legend, .linear_labels_area .medium_legend, .linear_labels_area .lower_legend {
  position: absolute;
  width: 100%;
  border-top: 1px solid gray;
}
/* line 63, ../sass/_graph_styles.scss */
.linear_labels_area .higher_legend span, .linear_labels_area .medium_legend span, .linear_labels_area .lower_legend span {
  background: white;
  margin-top: -7px;
  display: table;
  padding: 0 8px 0 0;
  font-weight: bold;
  font-size: 12px;
}
/* line 73, ../sass/_graph_styles.scss */
.linear_labels_area .higher_legend {
  top: 35px;
  left: 50px;
  right: 89px;
  width: auto;
}
/* line 80, ../sass/_graph_styles.scss */
.linear_labels_area .medium_legend {
  top: calc(36px + 50%);
  left: 50px;
  width: auto;
  right: 90px;
}
/* line 87, ../sass/_graph_styles.scss */
.linear_labels_area .lower_legend {
  top: calc(35px + 90%);
  left: 50px;
  width: auto;
  right: 90px;
}

/* line 95, ../sass/_graph_styles.scss */
.available_days_area {
  display: table;
  width: 100%;
  box-sizing: border-box;
  background: white;
  padding-left: 90px;
  padding-right: 90px;
}
/* line 103, ../sass/_graph_styles.scss */
.available_days_area .day_element_option {
  padding: 6px 0;
  float: left;
}
/* line 108, ../sass/_graph_styles.scss */
.available_days_area .day_element_option:nth-of-type(odd) {
  background: #efefef;
}
/* line 112, ../sass/_graph_styles.scss */
.available_days_area .day_element_option {
  float: left;
}
/* line 115, ../sass/_graph_styles.scss */
.available_days_area .day_element_option.disabled_day {
  opacity: 0.5;
}
/* line 120, ../sass/_graph_styles.scss */
.available_days_area .day_element_option:not(.ready) .graph_element {
  max-height: 0;
}

/* line 127, ../sass/_graph_styles.scss */
.graphical_date_selection {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #9c9c9c;
  cursor: pointer;
}
/* line 135, ../sass/_graph_styles.scss */
.graphical_date_selection:disabled {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEXOzs7y8vKNS741AAAADklEQVQI12M4wPSAWQAABoQBtgsaY5kAAAAASUVORK5CYII=);
  cursor: default;
}
/* line 140, ../sass/_graph_styles.scss */
.graphical_date_selection:checked, .graphical_date_selection[checked='checked'] {
  background: #bedcde;
  background-size: 23px;
  position: relative;
}
/* line 146, ../sass/_graph_styles.scss */
.graphical_date_selection:checked.first-selectioned:before, .graphical_date_selection[checked='checked'].first-selectioned:before {
  content: "\A";
  border-style: solid;
  border-width: 6px 10px 7px 0;
  border-color: transparent #52b6c5 transparent transparent;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 160, ../sass/_graph_styles.scss */
.graphical_date_selection:checked.last-selectioned:after, .graphical_date_selection[checked='checked'].last-selectioned:after {
  content: "\A";
  border-style: solid;
  border-width: 6px 10px 7px 0;
  border-color: transparent #52b6c5 transparent transparent;
  position: absolute;
  right: 0;
}

/* line 171, ../sass/_graph_styles.scss */
.tooltip-datepicker {
  display: none;
  position: absolute;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  background-color: black;
  border: 1px solid #F7F7F7;
  color: white;
  font: 300 15px Tahoma, Geneva, sans-serif;
  padding: 4px 10px;
  z-index: 9999;
}

@media (max-width: 1000px) {
  /* line 701, ../sass/styles_v2.scss */
  .fancybox-inner table.calendar {
    width: 428px;
  }
}
