/* Увага! Всі url мають бути абсолютні! */
#filter-datepicker,
#filter-datepicker-2 {
  position: absolute;
  z-index: 1000;
  margin-top: 10px;
}
#filter-datepicker-2 {
  left: 150px;
}
.ui-datepicker {
  width: 286px;
  height: auto;
  margin: 0 auto 0;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid #95eeb5;
  background: #f6f5ee;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  color: #000;
  line-height: 60px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.ui-datepicker-title {
  text-align: center;
  cursor: default;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.ui-datepicker-prev a,
.ui-datepicker-next a {
  color: #000;
}
.ui-datepicker-prev {
  color: #000;
  float: left;
  background: url('/static/common/img/arrow_left_small.png?f396049c93a0') center no-repeat;
}
.ui-datepicker-prev:hover {
  background: url('/static/common/img/arrow_left_small_hover.png?f396049c93a0') center no-repeat;
}
.ui-datepicker-prev.ui-state-disabled {
  visibility: hidden;
}
.ui-datepicker-next {
  color: #000;
  float: right;
  background: url('/static/common/img/arrow_right_small.png?f396049c93a0') center no-repeat;
}
.ui-datepicker-next:hover {
  background: url('/static/common/img/arrow_right_small_hover.png?f396049c93a0') center no-repeat;
}
.ui-datepicker thead {
  background-color: #f6f5ee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  line-height: 22px;
  color: #989898;
  cursor: default;
}
.ui-datepicker th.ui-datepicker-week-end {
  color: indianred;
}
.ui-datepicker tbody td {
  /* Styling The Dates */
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ui-datepicker tbody td:last-child {
  border-right: 0;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ui-datepicker td span,
.ui-datepicker td a {
  /* Datepicker Default, Hover And Active State */
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #4d5155;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #d0d4d9;
  cursor: default;
}
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-active {
  color: #d1430f;
  background: #eef1f5;
  border: 1px solid #d1430f;
  margin: -1px;
  width: 42px;
  height: 42px;
}
.cal-bottom-btns {
  /* Calendar bottom buttons */
  width: 100%;
  height: 60px;
  line-height: 38px;
  font-size: 11px;
  padding: 10px 0;
  font-weight: 500;
  text-align: center;
  cursor: default;
  color: #fff;
}
.cal-bottom-btns .weekend,
.cal-bottom-btns .week,
.cal-bottom-btns .month {
  cursor: pointer;
  float: left;
  width: 78px;
  height: 38px;
  background: #d1430f;
  border: 1px solid #f6672f;
  -webkit-box-shadow: 0 3px 3px -3px black;
  -moz-box-shadow: 0 3px 3px -3px black;
  box-shadow: 0 3px 3px -3px black;
  margin-left: 7px;
}
.cal-bottom-btns .btn-cancel-data {
  display: inline-block;
  line-height: 35px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  color: #d1430f;
}

.content-timepicker {
  width: 850px;
  height: 75px;
  background-color: #f6f6f6;
  position: absolute;
  z-index: 1000;
}
#filter-timepicker {
  margin-top: 50px;
  width: 785px;
  margin-left: 25px;
  height: 5px;
  background-color: #fff;
  border-top: 2px solid #ccc;
}
.ui-slider {
  position: relative;
  text-align: left;
  background-color: #bbb;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 20px;
  top: -10px !important;
  cursor: pointer !important;
  background: url('/static/common/img/btn_filter_range.png?f396049c93a0') center no-repeat;
}
.ui-slider .ui-slider-handle.ui-state-focus {
  outline: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  display: block;
  background-color: #95eeb5;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
