.xdsoft_noselect,
.xdsoft_noselect:not(input) {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.period_picker_input {
border: 0;
line-height: 40px;
font-size: 13px;
color: #000;
cursor: pointer;
position: relative;
width: 100%;
display: inline-block;
margin: 0;
padding: 3px 0 0px 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
white-space: nowrap;
outline: 0;
text-align: left;
}
.period_picker_input:before {
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
padding: 0;
content: '';
border-radius: 0;
background: #fff;
border: 1px solid #eeeeee;
}
.period_picker_input:focus:before {
background: #f6f6f6;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .4);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .4)
}
.period_picker_input[disabled] {
color: #999
}
.period_picker_input[disabled]:before {
background-color: #eee
}
.period_picker_input:active:before {
background-color: #f6f5f3;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .3)
}
.period_picker_input .period_button_text {
padding: 0 13px;
position: relative
}
.period_picker_input .icon_calendar,
.period_picker_input .icon_clear {
width: 16px;
height: 16px;
background: 50% no-repeat;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23010202%22%20d%3D%22M0%206h3v3H0V6zm4%203h3V6H4v3zm4%200h3V6H8v3zm4%200h3V6h-3v3zm0-7v3h3V2h-3zM8%205h3V2H8v3zM4%205h3V2H4v3zm-4%208h3v-3H0v3zm4%200h3v-3H4v3zm4%200h3v-3H8v3z%22%2F%3E%3C%2Fsvg%3E);
margin-right: 9px;
margin-bottom: 2px;
position: relative;
vertical-align: middle;
display: inline-block
}
.period_picker_input .icon_calendar:after,
.period_picker_input .icon_clear:after {
visibility: hidden;
content: '\00A0'
}
.period_picker_input[disabled] .icon_calendar,
.period_picker_input[disabled] .icon_clear {
opacity: .5
}
.period_picker_input .icon_clear {
background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M8%200c-4.418%200-8%203.582-8%208s3.582%208%208%208%208-3.582%208-8-3.582-8-8-8zM8%2014.5c-3.59%200-6.5-2.91-6.5-6.5s2.91-6.5%206.5-6.5%206.5%202.91%206.5%206.5-2.91%206.5-6.5%206.5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M10.5%204l-2.5%202.5-2.5-2.5-1.5%201.5%202.5%202.5-2.5%202.5%201.5%201.5%202.5-2.5%202.5%202.5%201.5-1.5-2.5-2.5%202.5-2.5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A);
margin-right: 0;
margin-left: 9px;
-webkit-transition: opacity .2s linear, background .2s linear;
-moz-transition: opacity .2s linear, background .2s linear;
-o-transition: opacity .2s linear, background .2s linear;
transition: opacity .2s linear, background .2s linear;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px
}
.period_picker_input .icon_clear:hover {
opacity: .8
}
.period_picker_input .icon_clear:active {
background-color: #ccc
}
.period_picker_input .period_button_dash {
margin-left: 3px;
margin-right: 2px
}
.period_picker_box {
position: absolute;
left: 0;
top: 0;
padding: 0 20px 20px;
background: #fff;
font-family: Arial, sans-serif;
font-size: 13px;
cursor: default;
overflow: hidden;
z-index: 33001;
border: 1px solid rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .4);
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .4);
min-width: 236px;
max-width: 100%;
min-height: 365px;
padding-bottom: 80px;
visibility: hidden;
display: none
}
.period_picker_box,
.period_picker_box * {
-webkit-box-sizing: border-box!important;
-moz-box-sizing: border-box!important;
box-sizing: border-box!important;
color: #606060
}
.period_picker_box.with_first_timepicker {
min-width: -webkit-calc(236px + 87px);
min-width: -moz-calc(236px + 87px);
min-width: calc(236px + 87px)
}
.period_picker_box.with_first_timepicker.with_second_timepicker {
min-width: -webkit-calc(236px + 87px + 87px);
min-width: -moz-calc(236px + 87px + 87px);
min-width: calc(236px + 87px + 87px)
}
.period_picker_box.period_picker_maximize {
border: 0;
position: fixed;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
left: 0;
top: 0;
min-width: 667px;
min-height: 395px;
margin-top: 0;
width: 100%!important;
height: 100%!important;
max-width: 100%;
left: 0!important;
top: 0!important
}
@media (max-width:667px) {
.period_picker_box.period_picker_maximize {
min-width: 200px
}
}
.period_picker_box.visible {
visibility: visible;
display: block
}
.period_picker_box.animation {
opacity: 0;
margin-top: -200px;
-webkit-transition: .15s linear;
-moz-transition: .15s linear;
-o-transition: .15s linear;
transition: .15s linear;
-webkit-transition-property: opacity, margin-top;
-moz-transition-property: opacity, margin-top;
-o-transition-property: opacity, margin-top;
transition-property: opacity, margin-top
}
.period_picker_box.active.animation {
opacity: 1;
margin-top: 0
}
.period_picker_box.animation.xdsoft_inline,
.period_picker_box.xdsoft_inline {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
visibility: visible;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
opacity: 1;
margin: 0;
z-index: 0;
display: inline-block
}
.period_picker_box .period_picker_error {
-webkit-box-shadow: 1px 1px 10px red!important;
-moz-box-shadow: 1px 1px 10px red!important;
box-shadow: 1px 1px 10px red!important
}
.period_picker_box .period_picker_head {
color: #333;
position: relative;
height: 40px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.period_picker_box .period_picker_head_title {
display: inline-block;
margin-top: 12px;
color: rgba(0, 0, 0, .5)
}
.period_picker_box .period_picker_close,
.period_picker_box .period_picker_max_min,
.period_picker_box .period_picker_resizer {
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2256%22%20height%3D%2214%22%20viewBox%3D%220%200%2056%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M16%202h11v10H16V2zm1%201h9v8h-9V3z%22%2F%3E%3Cpath%20d%3D%22M38%209h2V3h-7v2h-2v6h7V9h1V4h-6v1h5v4zm-6-3h5v4h-5V6z%22%2F%3E%3Cpath%20d%3D%22M12%202.714L11.287%202%207%206.286%202.714%202%202%202.714%206.286%207%202%2011.285l.714.715L7%207.714%2011.287%2012l.713-.715L7.714%207%2012%202.714%22%2F%3E%3Cpath%20d%3D%22M44.964%2010.328l.708.708%206.364-6.364-.708-.708-6.364%206.364zm3.415.586l.706.707%203.535-3.534-.706-.707-3.535%203.534z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
background-repeat: no-repeat;
opacity: .5;
right: 0
}
.period_picker_box .period_picker_close:hover,
.period_picker_box .period_picker_max_min:hover,
.period_picker_box .period_picker_resizer:hover {
opacity: .9
}
.period_picker_box .period_picker_close:active,
.period_picker_box .period_picker_max_min:active,
.period_picker_box .period_picker_resizer:active {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2)
}
.period_picker_box .period_picker_resizer {
position: absolute;
bottom: 0;
right: 0;
font-size: 0;
line-height: 0;
width: 14px;
height: 14px;
cursor: se-resize;
z-index: 7;
display: block;
background-position: -42px 0
}
.period_picker_box.period_picker_maximize .period_picker_resizer {
display: none
}
.period_picker_box .period_picker_close,
.period_picker_box .period_picker_max_min {
position: absolute;
width: 14px;
height: 14px;
top: 10px;
cursor: pointer;
background-position: 0 0
}
.period_picker_box .period_picker_max_min {
background-position: -14px 0;
right: 20px
}
.period_picker_box .period_picker_maximize div span.period_picker_max_min {
background-position: -28px 0
}
.period_picker_box .period_picker_years {
position: relative;
left: 0;
height: 30px;
margin-bottom: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.period_picker_box .period_picker_years_selector {
position: absolute;
width: 100%;
height: 30px;
overflow: hidden;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #f4f4f3
}
.period_picker_box .period_picker_years_selector .period_picker_year {
position: absolute;
top: 5px;
width: 3em;
margin-left: -1.5em;
font-size: 12px;
text-align: center;
cursor: pointer;
z-index: 11;
color: rgba(0, 0, 0, .5);
font-weight: 700
}
.period_picker_box .period_picker_years_selector .period_picker_year:hover {
color: #000
}
.period_picker_box .period_picker_years_selector .period_picker_year:after {
content: '';
display: block;
width: 1px;
height: 9px;
margin: 2px auto;
background: rgba(0, 0, 0, .2)
}
.period_picker_box .period_picker_years_selector_container {
position: absolute;
left: 0;
top: 0;
height: 30px
}
.period_picker_box .period_picker_years_dragger {
position: absolute;
top: 0;
right: 20px;
width: 70px;
height: 30px;
margin-left: -1px;
font-size: 0;
line-height: 0;
z-index: 12;
cursor: pointer
}
.period_picker_box .period_picker_years_dragger:after {
content: '';
display: block;
border: 2px solid rgba(0, 0, 0, .7);
background: rgba(255, 255, 255, .4);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: absolute;
top: 0;
bottom: 0;
left: 1px;
right: -1px
}
.period_picker_box .period_picker_years_dragger:hover:after {
border-color: #000;
background: rgba(255, 255, 255, .6)
}
.period_picker_box .period_picker_years_period {
background: #ffcf00;
position: absolute;
right: 100px;
width: 1px;
height: 32px;
font-size: 0;
line-height: 0;
z-index: 9;
display: none
}
.period_picker_box .period_picker_first_letters_td,
.period_picker_box .period_picker_first_letters_tr {
padding: 0 6px
}
.period_picker_box table {
border-spacing: 0;
border-collapse: separate
}
.period_picker_box table td,
.period_picker_box table th {
font-family: Arial, sans-serif;
font-size: 13px;
font-weight: 400;
white-space: nowrap;
padding: 0;
text-align: left;
vertical-align: top;
border-collapse: collapse
}
.period_picker_box table td.period_picker_first_letters_td,
.period_picker_box table td.period_picker_first_letters_tr,
.period_picker_box table th.period_picker_first_letters_td,
.period_picker_box table th.period_picker_first_letters_tr {
padding: 0
}
.period_picker_box table td.period_picker_selector_week {
width: 16px;
padding: 2px 5px 0;
text-align: center
}
.period_picker_box .period_picker_days table td {
vertical-align: top
}
.period_picker_box .period_picker_days table table {
width: 184px;
table-layout: fixed;
border-spacing: 0
}
.period_picker_box .period_picker_days table table.period_picker_first_letters_table th {
text-align: right;
font-size: 9px;
height: 10px;
line-height: 10px;
padding: 0;
color: rgba(0, 0, 0, .5);
font-family: Verdana, Arial, sans-serif
}
.period_picker_box .period_picker_days table table th {
width: 23px;
padding: 0 5px;
height: 25px;
white-space: nowrap
}
.period_picker_box .period_picker_days table table td {
width: 23px;
padding: 0 5px;
height: 25px;
cursor: pointer;
empty-cells: hide;
vertical-align: middle
}
.period_picker_box .period_picker_days table table td:hover {
background: #EBEBEB;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.period_picker_box .period_picker_days table table td.period_picker_holiday {
color: #c11924
}
.period_picker_box .period_picker_days table table th.period_picker_month {
border: 0;
font-weight: 700;
padding: 14px 0 10px 12px;
text-transform: uppercase
}
.period_picker_box .period_picker_days table table th.period_picker_month:hover {
color: rgba(0, 0, 0, .7);
cursor: pointer
}
.period_picker_box .period_picker_days table table td.period_picker_empty,
.period_picker_box .period_picker_days table table td.period_picker_empty:hover {
cursor: default!important;
background: 0 0!important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.period_picker_box .period_picker_days table table td.period_picker_gray_period,
.period_picker_box .period_picker_days table table td.period_picker_gray_period:hover {
color: #aaa
}
.period_picker_box .period_picker_days table td.period_picker_month12:not(:last-child) {
position: relative
}
.period_picker_box .period_picker_days table td.period_picker_month12:not(:last-child):after {
content: '';
display: block;
border-right: 2px solid rgba(0, 0, 0, .1);
position: absolute;
top: -16px;
bottom: 0;
right: -5px
}
.period_picker_box .period_picker_days table td.period_picker_cell_today {
background: #c8ffca;
color: #0e5632
}
.period_picker_box .period_picker_days table td.period_picker_selected {
background: #ffeba0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.period_picker_box .period_picker_days table td.period_picker_selected:hover {
background-color: #fff5d0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.period_picker_box .period_picker_days table td.period_picker_selected_start,
.period_picker_box .period_picker_days table td.period_picker_selected_start:hover {
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0
}
.period_picker_box .period_picker_days table td.period_picker_selected_end,
.period_picker_box .period_picker_days table td.period_picker_selected_end:hover {
-webkit-border-radius: 0 0 5px 0;
-moz-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0
}
.period_picker_box span.period_picker_selector_week_cap {
visibility: hidden
}
.period_picker_box span.period_picker_selector_week,
.period_picker_box span.period_picker_selector_week_cap {
padding: 0;
background-color: #ccc;
display: inline-block;
width: 2px;
height: 16px
}
.period_picker_box .period_picker_empty,
.period_picker_box .period_picker_gray_period,
.period_picker_box .period_picker_holiday,
.period_picker_box .period_picker_weekday {
text-align: right
}
.period_picker_box .period_picker_month b {
display: none
}
.period_picker_box .period_picker_submit_dates {
position: absolute;
bottom: 0;
right: 0;
left: 0;
font-size: 13px;
text-align: center;
margin: 0 20px 15px;
background-color: #fff
}
.period_picker_box .period_picker_submit_dates:before {
content: '';
border-top: 1px solid rgba(0, 0, 0, .1);
margin: 0;
margin-bottom: 20px;
display: block
}
.period_picker_box .period_picker_submit_dates .input_box {
padding-right: 7px;
background: #fff;
-webkit-box-shadow: inset 0 0 0 1px #cbcbcb;
-moz-box-shadow: inset 0 0 0 1px #cbcbcb;
box-shadow: inset 0 0 0 1px #cbcbcb;
position: relative;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: text
}
.period_picker_box .period_picker_submit_dates .input_focused_yes .input_box {
-webkit-box-shadow: inset 0 0 0 1px #d0ba65, 0 0 10px #fc0;
-moz-box-shadow: inset 0 0 0 1px #d0ba65, 0 0 10px #fc0;
box-shadow: inset 0 0 0 1px #d0ba65, 0 0 10px #fc0
}
.period_picker_box .period_picker_submit_dates input {
width: 6.1em
}
.period_picker_box .period_picker_submit_dates input.input_control {
position: relative;
z-index: 3;
width: 100%;
margin: 0;
font-size: 100%;
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .4em 0;
border: 0;
outline: 0;
background: 0 0;
font-family: Arial, sans-serif;
color: #000;
padding-left: 7px
}
.period_picker_box.without_bottom_panel {
min-height: 311px;
padding-bottom: 0
}
.period_picker_box.without_bottom_panel .period_picker_submit_dates {
display: none
}
.period_picker_box.without_yearsline {
min-height: 335px
}
.period_picker_box.without_header {
min-height: 325px
}
.period_picker_box.without_header .period_picker_head {
height: 10px
}
.period_picker_box.without_header.without_yearsline {
min-height: 325px
}
.period_picker_box.without_header.without_bottom_panel {
min-height: 271px
}
.period_picker_box.without_yearsline.without_bottom_panel {
min-height: 281px
}
.period_picker_box.without_yearsline.without_header.without_bottom_panel {
min-height: 241px
}
.period_picker_box .period_picker_from_block,
.period_picker_box .period_picker_from_time_block,
.period_picker_box .period_picker_to_block,
.period_picker_box .period_picker_to_time_block {
margin-right: 5px;
width: 81px;
font-size: 13px;
line-height: 28px;
font-family: Arial, sans-serif;
color: #000;
position: relative;
display: inline-block;
margin-bottom: 5px
}
.period_picker_box .period_picker_from_time_block,
.period_picker_box .period_picker_to_time_block { }
.period_picker_box.xdsoft_norange .period_picker_from_block~span {
display: none
}
.period_picker_box .period_picker_to_block,
.period_picker_box .period_picker_to_time_block {
margin-right: 0;
margin-left: 5px
}
.period_picker_box .period_picker_show {
display: inline-block;
margin: 0;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
white-space: nowrap;
outline: 0;
position: absolute;
right: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family: Arial, sans-serif;
color: #000;
line-height: 28px;
font-size: 13px;
cursor: pointer;
border: 0;
background: 0 0;
z-index: 3;
height: 40px;
}
.period_picker_box .period_picker_show+.period_picker_show {
right: 50px
}
.period_picker_box .period_picker_show:before {
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
padding: 0;
content: '';
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #ffdb4d;
}
.period_picker_box .period_picker_show span {
position: relative;
padding: 0 13px;
color: #fff;
}
.period_picker_box .period_picker_show:focus {
-webkit-box-shadow: 0 0 6px #fc0;
-moz-box-shadow: 0 0 6px #fc0;
box-shadow: 0 0 6px #fc0
}
.period_picker_box .period_picker_show:active:before {
background-color: #fc0;
-webkit-box-shadow: 0 0 0 1px rgba(159, 127, 0, .8);
-moz-box-shadow: 0 0 0 1px rgba(159, 127, 0, .8);
box-shadow: 0 0 0 1px rgba(159, 127, 0, .8)
}
.period_picker_box .period_picker_work {
vertical-align: top;
height: 100%;
position: relative
}
.period_picker_box .period_picker_timepicker_box {
width: 87px;
display: block;
top: 0;
bottom: 100px;
left: 0;
position: absolute
}
.period_picker_box .period_picker_timepicker_box+.period_picker_days+.period_picker_timepicker_box {
left: auto;
right: 0
}
.period_picker_box.with_first_timepicker .period_picker_days {
width: -webkit-calc(100% - 87px);
width: -moz-calc(100% - 87px);
width: calc(100% - 87px);
margin-left: 87px
}
.period_picker_box.with_first_timepicker.with_second_timepicker .period_picker_days {
width: -webkit-calc(100% - 174px);
width: -moz-calc(100% - 174px);
width: calc(100% - 174px);
margin-left: 87px
}
.period_picker_box.xdsoft_norange_timepickerinright.with_first_timepicker .period_picker_days {
margin-right: 87px;
margin-left: 0
}
.period_picker_box .xdsoft_navigate {
background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%0D%0A%3Csvg%20height%3D%2212px%22%20version%3D%221.1%22%20viewBox%3D%220%200%209%2012%22%20width%3D%229px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%09%3Ctitle%2F%3E%0D%0A%09%3Cdesc%2F%3E%0D%0A%09%3Cdefs%2F%3E%0D%0A%09%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%0D%0A%09%09%3Cg%20fill%3D%22%23444444%22%20id%3D%22Core%22%20transform%3D%22translate(-218.000000%2C%20-90.000000)%22%3E%0D%0A%09%09%09%3Cg%20id%3D%22chevron-left%22%20transform%3D%22translate(218.500000%2C%2090.000000)%22%3E%0D%0A%09%09%09%09%3Cpath%20d%3D%22M7.4%2C1.4%20L6%2C0%20L-8.8817842e-16%2C6%20L6%2C12%20L7.4%2C10.6%20L2.8%2C6%20L7.4%2C1.4%20Z%22%20id%3D%22Shape%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center center;
position: absolute;
top: 0;
left: -13px;
bottom: 100px;
width: 15px;
opacity: .7;
-webkit-transition: opacity .3s linear;
-moz-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
transition: opacity .3s linear
}
.period_picker_box .xdsoft_navigate:hover {
opacity: 1
}
.period_picker_box .xdsoft_navigate:active {
margin-top: 2px
}
.period_picker_box .xdsoft_navigate.xdsoft_navigate_next {
background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%0D%0A%3Csvg%20height%3D%2212px%22%20version%3D%221.1%22%20viewBox%3D%220%200%209%2012%22%20width%3D%229px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%09%3Ctitle%2F%3E%0D%0A%09%3Cdesc%2F%3E%0D%0A%09%3Cdefs%2F%3E%0D%0A%09%3Cg%20transform%3D%22rotate(180%204.1999969482421875%2C6)%20%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%0D%0A%09%09%3Cg%20fill%3D%22%23444444%22%20id%3D%22Core%22%20transform%3D%22translate(-218.000000%2C%20-90.000000)%22%3E%0D%0A%09%09%09%3Cg%20id%3D%22chevron-left%22%20transform%3D%22translate(218.500000%2C%2090.000000)%22%3E%0D%0A%09%09%09%09%3Cpath%20d%3D%22M7.4%2C1.4%20L6%2C0%20L-8.8817842e-16%2C6%20L6%2C12%20L7.4%2C10.6%20L2.8%2C6%20L7.4%2C1.4%20Z%22%20id%3D%22Shape%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
left: auto;
right: -15px
}
.period_picker_box.without_bottom_panel .xdsoft_navigate {
bottom: 0
}body:not(.dokan-dashboard)    .xdsoft_noselect {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
body:not(.dokan-dashboard)  .periodpicker_timepicker {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
font-family: 'Century Gothic', CenturyGothic, AppleGothic, Muli, sans-serif;
font-size: 1em;
overflow: hidden;
font-size: 16px;
padding: 0
}
body:not(.dokan-dashboard)  .periodpicker_timepicker,
body:not(.dokan-dashboard)  .periodpicker_timepicker * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
body:not(.dokan-dashboard)  .periodpicker_timepicker input.periodpicker_key_hooker {
border: 0 !important;
background: 0 0 !important;
outline: 0 !important;
width: 0 !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
font-size: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
position: absolute !important;
top: 0 !important;
left: 0 !important
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div {
position: absolute;
top: 0;
bottom: 0;
width: 50%;
text-align: center;
cursor: default
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col4 {
width: 25%
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col4 + div.periodpicker_col4 {
left: 25%
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col4 + div.periodpicker_col4 + div.periodpicker_col4 {
left: 50%
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col4 + div.periodpicker_col4 + div.periodpicker_col4 + div.periodpicker_col4 {
left: 75%
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col3 {
width: 33.3333333333%
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col3 + div.periodpicker_col3 {
left: 33.3333333333%
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col3 + div.periodpicker_col3 + div.periodpicker_col3 {
left: 66.6666666666%
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col2 {
width: 50%
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col2 + div.periodpicker_col2 {
left: 50%
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div:not(.draggable) > div {
-webkit-transition: margin-top .1s linear;
-moz-transition: margin-top .1s linear;
-o-transition: margin-top .1s linear;
transition: margin-top .1s linear
}
.body:not(.dokan-dashboard)  periodpicker_timepicker .periodpicker_timepicker_sliders > div > div > div {
height: 22px;
line-height: 23px;
-webkit-transition: font .1s linear;
-moz-transition: font .1s linear;
-o-transition: font .1s linear;
transition: font .1s linear;
position: relative;
color: #727272
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div > div > div.active {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
color: #4B4B4B;
font-size: 1.1em;
font-weight: 700
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col2 + div.periodpicker_col2:not(.periodpicker_ampmpicker_box):not(.draggable) div.active:before,
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col3 + div.periodpicker_col3:not(.periodpicker_ampmpicker_box):not(.draggable) div.active:before,
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col4 + div.periodpicker_col4:not(.periodpicker_ampmpicker_box):not(.draggable) div.active:before {
content: ":";
position: absolute;
font-size: 16px;
margin-left: -1px;
left: 0;
font-weight: 700;
color: #797575;
margin-top: -1px;
z-index: 1
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_sliders > div.periodpicker_col2 + div.periodpicker_col2 div.active:before {
margin-left: -9px
}
body:not(.dokan-dashboard)  .periodpicker_timepicker:before {
content: "";
position: absolute;
left: 0;
right: 0;
height: 20px;
-webkit-box-shadow: inset 1px 32px 20px 0 rgba(255, 255, 255, .55);
-moz-box-shadow: inset 1px 32px 20px 0 rgba(255, 255, 255, .55);
box-shadow: inset 1px 32px 20px 0 rgba(255, 255, 255, .55);
z-index: 2
}
body:not(.dokan-dashboard)  .periodpicker_timepicker:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 20px;
-webkit-box-shadow: inset 0 -32px 20px 0 rgba(255, 255, 255, .55);
-moz-box-shadow: inset 0 -32px 20px 0 rgba(255, 255, 255, .55);
box-shadow: inset 0 -32px 20px 0 rgba(255, 255, 255, .55);
z-index: 2
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_center {
position: absolute;
top: 50%;
left: 0;
height: 0;
right: 0
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_center:after,
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_center:before {
content: "";
position: absolute;
width: 100%;
border-top: 1px solid #ccc
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_center:before {
margin-top: -11px
}
body:not(.dokan-dashboard)  .periodpicker_timepicker .periodpicker_timepicker_center:after {
margin-top: 13px
}
body:not(.dokan-dashboard)  .periodpicker_timepicker_dialog {
position: absolute;
height: 300px;
width: 99px;
background: #fff;
z-index: 33001;
border: 1px solid rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .4);
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .4);
display: none
}
body:not(.dokan-dashboard)  .periodpicker_timepicker_dialog.periodpicker_timepicker_inline {
display: inline-block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: relative
}
body:not(.dokan-dashboard)  .periodpicker_timepicker_dialog.visible {
display: block
}.xdsoft_datetimepicker {
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
background: #fff;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
color: #333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 8px;
padding-left: 0;
padding-top: 2px;
position: absolute;
z-index: 99999999999999;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
position: absolute;
left: 0;
top: 0;
width: 75px;
height: 210px;
background: transparent;
border: none;
} .xdsoft_datetimepicker button {
border: none !important;
}
.xdsoft_noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }
.xdsoft_datetimepicker.xdsoft_inline {
display: inline-block;
position: static;
box-shadow: none;
}
.xdsoft_datetimepicker * {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
width: 224px;
float: left;
margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
float: right;
margin-right: 8px;
margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
width: 58px;
float: left;
text-align: center;
margin-left: 8px;
margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
float: right;
margin-right: 8px;
margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
margin-top: 8px;
margin-bottom: 3px
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
position: relative;
text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
opacity: 0.5;
background-position: -92px -19px;
display: inline-block;
width: 9px;
height: 20px;
vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
float: left;
background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
float: left;
background-position: -70px 0;
margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
float: right;
background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
background-color: transparent;
background-repeat: no-repeat;
border: 0 none;
cursor: pointer;
display: block;
height: 30px;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
outline: medium none;
overflow: hidden;
padding: 0;
position: relative;
text-indent: 100%;
white-space: nowrap;
width: 20px;
min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
float: none;
background-position: -40px -15px;
height: 15px;
width: 30px;
display: block;
margin-left: 14px;
margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
float: none;
margin-left: 0;
margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
background-position: -40px 0;
margin-bottom: 7px;
margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
height: 151px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
background: #f5f5f5;
border-top: 1px solid #ddd;
color: #666;
font-size: 12px;
text-align: center;
border-collapse: collapse;
cursor: pointer;
border-bottom-width: 0;
height: 25px;
line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
display: inline;
position: relative;
z-index: 9999;
margin: 0;
padding: 5px 3px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
background-color: #fff;
float: left;
width: 182px;
text-align: center;
cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
opacity: 1.0;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
border: 1px solid #ccc;
position: absolute;
right: 0;
top: 30px;
z-index: 101;
display: none;
background: #fff;
max-height: 160px;
overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
color: #fff;
background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
padding: 2px 10px 2px 5px;
text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
background: #33aaff;
box-shadow: #178fe5 0 1px 3px 0 inset;
color: #fff;
font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
width: 100px;
text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
clear: both;
}
.xdsoft_datetimepicker .xdsoft_year{
width: 48px;
margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
border-collapse: collapse;
width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
width: 14.2857142%;
background: #f5f5f5;
border: 1px solid #ddd;
color: #666;
font-size: 12px;
text-align: right;
vertical-align: middle;
padding: 0;
border-collapse: collapse;
cursor: pointer;
height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
background: #ffe9d2;
box-shadow: #ffb871 0 1px 4px 0 inset;
color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
background: #c1ffc9;
box-shadow: #00dd1c 0 1px 4px 0 inset;
color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
background: #33aaff;
box-shadow: #178fe5 0 1px 3px 0 inset;
color: #fff;
font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
color: #fff !important;
background: #ff8000 !important;
box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
background: #33aaff !important;
box-shadow: #178fe5 0 1px 3px 0 inset !important;
color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
color: inherit	!important;
background: inherit !important;
box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
font-weight: 700;
text-align: center;
color: #999;
cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
color: #ccc !important;
font-size: 10px;
clear: both;
float: none;
margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }
.xdsoft_time_box {
position: relative;
border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
background: #ccc !important;
height: 20px;
border-radius: 3px;
}
.xdsoft_scrollbar {
position: absolute;
width: 7px;
right: 0;
top: 0;
bottom: 0;
cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
left: 0;
right: auto;
}
.xdsoft_scroller_box {
position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
background: #000;
border-bottom: 1px solid #444;
border-left: 1px solid #333;
border-right: 1px solid #333;
border-top: 1px solid #333;
color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
background: #0a0a0a;
border-top: 1px solid #222;
color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
border: 1px solid #333;
background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
color: #000;
background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
background: #cc5500;
box-shadow: #b03e00 0 1px 3px 0 inset;
color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
background: #0a0a0a;
border: 1px solid #222;
color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
background: #ffe9d2;
box-shadow: #ffb871 0 1px 4px 0 inset;
color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
background: #c1ffc9;
box-shadow: #00dd1c 0 1px 4px 0 inset;
color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
background: #cc5500;
box-shadow: #b03e00 0 1px 3px 0 inset;
color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
color: #000 !important;
background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }
.xdsoft_dark .xdsoft_time_box {
border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
display: block;
border: 1px solid #dddddd !important;
margin-top: 5px;
width: 100%;
color: #454551;
font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
font-family: "museo-sans", "Book Antiqua", sans-serif;
font-size: 12px;
font-weight: 300;
color: #82878c;
height: 28px;
position: relative;
padding: 4px 17px 4px 33px;
border: 1px solid #d7d8da;
background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa)); background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%); background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%); background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%); background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 ); }
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
color: #454551;
background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF)); background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%); background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%); background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%); background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 ); }.variation dt:nth-child(1),
.variation dd:nth-child(2),
.variation dt:nth-child(3),
.variation dd:nth-child(4) {
display: none !important;
}
#pixad-listing.list .season_prices {
min-width: 130px;
}
#pixad-listing.list .season_prices .card__price-number,
#pixad-listing.list .season_prices .after-price-text {
color: #222;
}
#pixad-listing.list .season_prices span {
font-size: 12px;
color: #999;
}
.slider-grid__price .season_prices span {
font-size: 12px;
color: #fff;
}
#booking_car_info .card__price-number {
color: #222;
}
html #booking_car_info .car-details__price-inner {
line-height: 1;
padding: 20px 0;
}
#pixad-listing.list .season_prices span.price_description {
font-size: 11px;
color: #222;
opacity: 0.5;
}
#booking_car_info .season_prices {
padding: 9px 0 13px 0;
margin: 21px 0 -30px 0;
border-radius: 0;
border-bottom: #ddd 1px solid;
border-top: #555 1px solid;
color: #222;
background: url(//www.rentingsalvaje.es/wp-content/plugins/pix-booking-auto/css/img/texture-1.gif);
}
#booking_car_info .car-details__price-inner .after-price-text {
color: #222;
}
#booking_car_info .price_description .season_prices {
font-size: 11px;
}
#booking_car_info .season_prices .card__price-number {
font-size: 14px;
line-height: 1;
}
#booking_car_info .season_prices .car-details__price-inner .price_description {
font-size: 10px;
line-height: 1;
}
html #booking_car_info .car-details__price-inner .price_description {
line-height: 1.2;
}
.pix-input-time {
-webkit-appearance: none !important;
-webkit-border-radius: 0 !important
}
.booking_form_title {
display: none
}
#booking_car_form {
padding: 0;
margin: 0
}
.booking_form {
background: #fff !important;
padding: 40px;
display: inline-block;
width: 100%;
margin-bottom: 0;
border: 1px solid #eee;
margin-top: 0
}
.booking-auto-form label {
display: inline-block;
width: 100%;
padding-bottom: 5px;
color: inherit;
padding-left: 0 !important;
margin-bottom: 0;
font-weight: 600;
text-transform: uppercase;
font-size: 13px
}
.notice-hide {
opacity: 0
}
.booking-notice {
color: #fff;
font-size: 14px;
line-height: 22px;
width: 100%;
background: rgba(210, 88, 62, .8);
margin-top: 30px;
margin-bottom: -20px;
padding: 10px 10px;
position: fixed;
top: 0;
left: 0;
text-align: center;
z-index: 99999;
box-shadow: none;
-webkit-transition: all .3s;
transition: all .3s
}
.booking-notice + .booking-notice {
top: 43px
}
.extra_service_title_item .extr-left {
float: left;
padding-right: 5%;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
display: inline-block;
vertical-align: top;
padding-top: 5px
}
.extra_service_title_item .extr-left input[type=checkbox] {
margin-right: 3px;
position: relative;
top: 2px
}
.extra_service_title_item .extr-left {
width: 63%;
padding-right: 0
}
.extra_service_title_item .extr-right {
float: right;
display: inline-block;
vertical-align: top;
font-weight: 500;
font-size: 13px;
padding-top: 3px;
padding-bottom: 3px;
width: 35%;
text-align: right
}
.extra_service_title_item {
display: inline-block;
vertical-align: top;
padding-bottom: 5px;
padding: 5px 0 5px 0;
border-bottom: 1px dotted #ddd;
margin: 0 1% 1% 0;
width: 48.5%
}
.booking-auto-form button.submit,
.booking-auto-form a.reset_auto {
text-transform: uppercase;
color: #fff;
background-color: #e9a31b;
padding: 15px;
border: 0;
border-radius: 0;
font-weight: 500;
margin-top: 30px;
float: right
}
.booking-auto-form a.reset_auto,
.calculate_auto {
font-size: 11px;
text-align: center;
margin-top: 2px;
background: transparent;
color: #222;
border: 1px solid #ddd;
padding: 10px 20px;
text-transform: uppercase;
width: 100%;
font-weight: 500;
text-decoration: none !important;
}
.booking-auto-form a.reset_auto:hover {
text-decoration: none;
}
.extra_service_title {
font-size: 13px;
padding-bottom: 0;
padding-top: 10px;
text-transform: uppercase
}
.rb_field {
width: 24.5%;
padding-left: 0;
padding-right: 2%;
display: inline-block;
vertical-align: top
}
#booking_car_info {
margin-bottom: 25px
}
#booking_car_info .rb_field {
width: 100%;
padding-left: 0;
padding-right: 2%;
display: inline-block;
vertical-align: top
}
#booking_car_info .extra_service_title_item {
margin: 0;
width: 100%
}
.rb_field select {
display: block;
width: 100%;
font-size: 12px;
line-height: 1.42857143;
color: #999;
background-color: #fff;
border: 1px solid #eee;
margin-bottom: 18px;
height: 43px;
border-radius: 0
}
#booking_car_info .submit {
width: 100%
}
#booking_car_info .booking_form {
background: #f7f7f7 !important
}
#booking_car_info .car-details__price-inner {
font-size: 20px;
font-weight: 600;
color: #fff;
margin-bottom: 10px;
background: #222;
padding: 10px;
margin: -40px -40px 0 -40px;
text-align: center
}
#booking_car_info .booking-notice {
position: initial
}
#booking_car_info .notice-hide {
display: none
}
html .period_picker_box.visible {
z-index: 99993 !important
}
@media only screen and (max-width:768px) {
html #single-pixad-extra-modal .modal-dialog .modal-content .modal-body {
width: 100% !important
}
#booking_car_form {
display: block !important;
margin-bottom: 25px
}
.car-booking-box {
display: none
}
.booking-auto-form select {
-webkit-appearance: none;
border-radius: 0
}
.coupon .button,
html .rb_field {
width: 100% !important;
padding-bottom: 15px;
float: none !important
}
html .booking-auto-form button.submit {
margin-top: 25px;
float: none;
width: 100%;
padding: 15px
}
.rb_field select {
margin-bottom: 0 !important;
padding: 0 10px
}
html #single-pixad-booking-modal .modal-dialog {
width: auto !important;
margin: 10% auto;
display: inline-block
}
html .booking_form {
min-width: auto
}
html .extra_service_title_item {
margin: 0;
width: 100%
}
}
@media only screen and (max-width:320px) {
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item {
display: inline-block !important
}
html #single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item .extr-right {
width: 100%;
text-align: center;
margin-right: 15px;
float: none
}
html #single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item .extr-left {
width: 100%;
text-align: center
}
}
.period_picker_box .period_picker_days table td.calendar-cell_booked {
background: #d2583e;
color: #fff
}
aside .period_picker_days table td,
aside .period_picker_days table th {
border: 0
}
.pixba-calendar__wrapper .period_picker_box .period_picker_days table td.calendar-cell_booked {
color: #fff;
background: #ddd !important;
border-radius: 0 !important;
cursor: default
}
.period_picker_box .period_picker_days table table td.period_picker_gray_period {
color: #fff;
background: #ddd !important;
border-radius: 0 !important;
cursor: default
}
.booking-auto-form .wrap_fields .rb_field:first-child {
padding-top: 40px
}
#booking_car_info .car-details__price-inner {
position: relative;
display: block
}
#booking_car_info .car-details__price-inner .price_description {
display: block;
font-size: 14px;
margin-top: 10px;
opacity: .7;
font-weight: 400;
}
.product-quantity {
max-width: 175px
}
.booking-price-info {
font-size: 11px;
display: inline-block;
width: 100%;
font-weight: 400;
font-style: italic;
margin: 5px 0;
clear: both;
border-bottom: 1px dotted #ddd;
padding-bottom: 6px
}
.product-quantity .booking-price-info {
border-bottom: 0;
padding-bottom: 0;
padding-top: 5px;
margin: 0
}
#booking_car_info .rb_field.hide_end_time {
display: none
}
.booking_form .booking-auto-form .wrap_fields .hide_end_time {
display: none
}
.fancybox-container .booking-auto-form .wrap_fields .rb_field:first-child {
padding-top: 0
}
.fancybox-container .booking-auto-form label {
font-size: 11px
}
.calendar-wrap .fc-widget-header th {
padding: 15px 10px;
background: #222;
color: #fff;
border: 1px solid #fff
}
.fc td,
.fc th {
background: #fff;
text-align: center;
padding-top: 17px
}
.calendar-wrap .fc-day-number {
text-align: center;
padding-top: 17px
}
.calendar-wrap .fc-basic-view td.fc-day-number,
.calendar-wrap .fc-basic-view td.fc-week-number span {
padding-top: 37px !important;
padding-bottom: 2px;
text-align: center !important
}
.calendar-wrap .fc-day-grid-event {
margin: 1px 2px 0;
padding: 0 1px;
position: relative;
top: -19px
}
.calendar-wrap .fc-event {
border: 0
}
.calendar-wrap .fc-event {
background-color: rgba(243, 63, 76, .3);
font-weight: 400
}
.calendar-wrap .fc-unthemed .fc-today {
background: #fff6e9 !important;
position: relative;
border-top: 1px solid #ddd
}
.reverved-preview {
display: flex;
align-items: center;
margin-top: -15px;
margin-bottom: 25px
}
.reverved-preview .preview-booking {
height: 16px;
width: 35px;
border-radius: 10px;
background: rgba(243, 63, 76, .3);
display: inline-block;
margin-right: 10px
}
html .calendar-wrap .fc-basic-view td.fc-day-number,
html .calendar-wrap .fc-basic-view td.fc-week-number span {
padding-top: 7px !important;
padding-bottom: 2px;
text-align: center !important
}
html .fc-basic-view tbody .fc-row {
min-height: 32px
}
html .fc-scroller {
height: 190px !important
}
.pixba_contact_modal {
padding: 15px 0;
text-align: center
}
.pixba_booking_extra_hidden {
visibility: hidden;
position: absolute
}
#booking_form .pixba_contact_modal_btn {
display: inline-block;
text-align: center;
width: 100%;
padding-top: 5px;
font-size: 16px;
text-decoration: none;
font-weight: 400;
cursor: pointer;
margin-bottom: 0
}
.modal-body .extra_service_title_item {
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0
}
.ovacrs_resource a {
display: inline-block;
text-align: center;
width: 100%;
padding-top: 0;
font-size: 16px;
text-decoration: none;
font-weight: 400;
cursor: pointer
}
#booking_form .pixba_contact_modal_btn:hover,
.ovacrs_resource a:hover {
text-decoration: underline !important
}
#booking_car_info .booking_form.no_price .car-details__price-inner {
display: none
}
.booking_form.no_price .booking-auto-form .wrap_fields .rb_field:first-child {
padding-top: 0
}
#single-pixad-autos-modal .modal-body,
#single-pixad-extra-modal .modal-body {
position: relative;
padding: 0 40px 20px 40px;
overflow: hidden
}
#single-pixad-autos-modal .modal-dialog,
#single-pixad-extra-modal .modal-dialog {
padding-top: 2%
}
#single-pixad-extra-modal .modal-content {
background: #fff !important;
align-items: flex-start
}
#single-pixad-extra-modal .modal-dialog {
padding-top: unset;
height: 100%;
margin: auto;
top: auto;
bottom: auto;
align-items: center;
vertical-align: middle;
display: flex;
z-index: 9999
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body {
width: 600px;
max-height: 500px;
overflow: auto;
column-count: unset;
padding: 25px;
position: relative
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body .fields_category_contain {
display: inline-block;
width: 100%;
vertical-align: top;
border: 1px solid #ddd;
padding: 25px;
margin: 10px 0
}
#single-pixad-extra-modal .modal-dialog {
max-width: 600px;
column-count: 2
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item {
display: inline-flex;
width: 100%
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item .extr-left {
width: 50%
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item .extr-right {
width: 49%;
text-align: right;
margin-right: 15px
}
#single-pixad-autos-modal .modal-content,
#single-pixad-extra-modal .modal-content {
background: #f5f5f5
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body .icon {
font-size: 20px;
margin-right: 10px
}
#single-pixad-extra-modal .extra_service_category {
font-size: 19px;
font-weight: 700;
color: #222;
margin-top: 0;
display: inline-block;
text-transform: uppercase;
margin-bottom: 20px
}
aside .extra_service_category {
font-size: 14px;
font-weight: 700;
color: #222;
display: inline-block;
text-transform: uppercase;
margin-bottom: 5px;
margin-top: 15px
}
.extra_service_category_icon {
margin-right: 7px;
font-size: 19px
}
.product-price span.my_price {
font-size: 18px
}
.product-price span {
display: block;
margin: 5px
}
table .product-price span {
display: inline-block
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal {
display: none
}
.cclw_qty,
.qty {
display: none !important;
}
#cclw_order_details_table .cclw_order_review_table td.thumb img {
margin-left: 10px;
}
html #cclw_order_details_table .cclw_order_review_table .more_details_slide dt {
width: 100%;
float: none;
padding-top: 5px;
}
.no_extra_opt .extra_service {
display: none !important;
}
.pixba_contact_modal {
padding: 0;
text-align: center;
}
.fix_quantity_time_label {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
display: inline-block;
padding: 15px;
font-size: 11px;
margin: 0px 0 15px;
}
.extra_service_category_descr{
margin: 0 !important;
padding: 10px 0 0px 0 !important;
}.fc {
direction: ltr;
text-align: left; }
.fc-rtl {
text-align: right; }
body .fc { font-size: 1em; } .fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
border-color: #ddd; }
.fc-unthemed .fc-popover {
background-color: #fff; }
.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
background: #eee; }
.fc-unthemed .fc-popover .fc-header .fc-close {
color: #666; }
.fc-unthemed .fc-today {
background: #fcf8e3; }
.fc-highlight { background: #bce8f1;
opacity: .3;
filter: alpha(opacity=30); } .fc-icon {
display: inline-block;
font-size: 2em;
line-height: .5em;
height: .5em; font-family: "Courier New", Courier, monospace; }
.fc-icon-left-single-arrow:after {
content: "\02039";
font-weight: bold; }
.fc-icon-right-single-arrow:after {
content: "\0203A";
font-weight: bold; }
.fc-icon-left-double-arrow:after {
content: "\000AB"; }
.fc-icon-right-double-arrow:after {
content: "\000BB"; }
.fc-icon-x:after {
content: "\000D7"; } .fc button { -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; margin: 0;
height: 2.1em;
padding: 0 .6em; font-size: 1em; white-space: nowrap;
cursor: pointer; } .fc button::-moz-focus-inner {
margin: 0;
padding: 0; }
.fc-state-default { border: 1px solid; }
.fc-state-default.fc-corner-left { border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.fc-state-default.fc-corner-right { border-top-right-radius: 4px;
border-bottom-right-radius: 4px; } .fc button .fc-icon { position: relative;
top: .05em; margin: 0 .1em; } .fc-state-default {
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
color: #333333;
background-color: #e6e6e6; }
.fc-state-hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear; }
.fc-state-down,
.fc-state-active {
background-color: #cccccc;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
.fc-state-disabled {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none; } .fc-button-group {
display: inline-block; } .fc .fc-button-group > * { float: left;
margin: 0 0 0 -1px; }
.fc .fc-button-group > :first-child { margin-left: 0; } .fc-popover {
position: absolute;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
.fc-popover .fc-header {
padding: 2px 4px; }
.fc-popover .fc-header .fc-title {
margin: 0 2px; }
.fc-popover .fc-header .fc-close {
cursor: pointer; }
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
float: left; }
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
float: right; } .fc-unthemed .fc-popover {
border-width: 1px;
border-style: solid; }
.fc-unthemed .fc-popover .fc-header .fc-close {
font-size: 25px;
margin-top: 4px; } .fc-popover > .ui-widget-header + .ui-widget-content {
border-top: 0; } .fc hr {
height: 0;
margin: 0;
padding: 0 0 2px; border-style: solid;
border-width: 1px 0; }
.fc-clear {
clear: both; }
.fc-bg,
.fc-highlight-skeleton,
.fc-helper-skeleton { position: absolute;
top: 0;
left: 0;
right: 0; }
.fc-bg {
bottom: 0; }
.fc-bg table {
height: 100%; } .fc table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
font-size: 1em; }
.fc th {
text-align: center; }
.fc th,
.fc td {
border-style: solid;
border-width: 1px;
padding: 0;
vertical-align: top; }
.fc td.fc-today {
border-style: double; } .fc .fc-row {  border-style: solid;
border-width: 0; }
.fc-row table { border-left: 0 hidden transparent;
border-right: 0 hidden transparent; border-bottom: 0 hidden transparent; }
.fc-row:first-child table {
border-top: 0 hidden transparent; } .fc-row {
position: relative; }
.fc-row .fc-bg {
z-index: 1; } .fc-row .fc-highlight-skeleton {
z-index: 2;
bottom: 0; }
.fc-row .fc-highlight-skeleton table {
height: 100%; }
.fc-row .fc-highlight-skeleton td {
border-color: transparent; } .fc-row .fc-content-skeleton {
position: relative;
z-index: 3;
padding-bottom: 2px; }
.fc-row .fc-helper-skeleton {
z-index: 4; }
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td { background: none; border-color: transparent; border-bottom: 0; }
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td { border-top: 0; } .fc-scroller { overflow-y: scroll;
overflow-x: hidden; }
.fc-scroller > * { position: relative; width: 100%; overflow: hidden; } .fc-event {
position: relative; display: block; font-size: .85em;
line-height: 1.3;
border-radius: 3px;
border: 1px solid #3a87ad; background-color: #3a87ad; font-weight: normal; } .fc-event,
.fc-event:hover,
.ui-widget .fc-event {
color: #fff; text-decoration: none; }
.fc-event[href],
.fc-event.fc-draggable {
cursor: pointer; } .fc-day-grid-event {
margin: 1px 2px 0; padding: 0 1px; } .fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
margin-left: 0;
border-left-width: 0;
padding-left: 1px; border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
margin-right: 0;
border-right-width: 0;
padding-right: 1px; border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.fc-day-grid-event > .fc-content { white-space: nowrap;
overflow: hidden; }
.fc-day-grid-event .fc-time {
font-weight: bold;
display: none; } .fc-day-grid-event .fc-resizer {
position: absolute;
top: 0;
bottom: 0;
width: 7px; }
.fc-ltr .fc-day-grid-event .fc-resizer {
right: -3px;
cursor: e-resize; }
.fc-rtl .fc-day-grid-event .fc-resizer {
left: -3px;
cursor: w-resize; }  a.fc-more {
margin: 1px 3px;
font-size: .85em;
cursor: pointer;
text-decoration: none; }
a.fc-more:hover {
text-decoration: underline; }
.fc-limited { display: none; } .fc-day-grid .fc-row {
z-index: 1; }
.fc-more-popover {
z-index: 2;
width: 220px; }
.fc-more-popover .fc-event-container {
padding: 10px; } .fc-toolbar {
text-align: center;
margin-bottom: 1em; }
.fc-toolbar .fc-left {
float: left; }
.fc-toolbar .fc-right {
float: right; }
.fc-toolbar .fc-center {
display: inline-block; } .fc .fc-toolbar > * > * { float: left;
margin-left: .75em; } .fc .fc-toolbar > * > :first-child { margin-left: 0; } .fc-toolbar h2 {
margin: 0; } .fc-toolbar button {
position: relative; }
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
z-index: 2; }
.fc-toolbar .fc-state-down {
z-index: 3; }
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
z-index: 4; }
.fc-toolbar button:focus {
z-index: 5; }   .fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.fc-view,
.fc-view > table { position: relative;
z-index: 1; }  .fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton { padding-top: 1px; padding-bottom: 1em; }
.fc-basic-view tbody .fc-row {
min-height: 4em; } .fc-row.fc-rigid {
overflow: hidden; }
.fc-row.fc-rigid .fc-content-skeleton {
position: absolute;
top: 0;
left: 0;
right: 0; } .fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
padding: 0 2px; }
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
padding-top: 2px;
padding-bottom: 2px; }
.fc-basic-view .fc-week-number {
text-align: center; }
.fc-basic-view .fc-week-number span { display: inline-block;
min-width: 1.25em; }
.fc-ltr .fc-basic-view .fc-day-number {
text-align: right; }
.fc-rtl .fc-basic-view .fc-day-number {
text-align: left; }
.fc-day-number.fc-other-month {
opacity: 0.3;
filter: alpha(opacity=30);  } .fc-agenda-view .fc-day-grid {
position: relative;
z-index: 2; }
.fc-agenda-view .fc-day-grid .fc-row {
min-height: 3em; }
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
padding-top: 1px; padding-bottom: 1em; } .fc .fc-axis { vertical-align: middle;
padding: 0 4px;
white-space: nowrap; }
.fc-ltr .fc-axis {
text-align: right; }
.fc-rtl .fc-axis {
text-align: left; }
.ui-widget td.fc-axis {
font-weight: normal; } .fc-time-grid-container,
.fc-time-grid { position: relative;
z-index: 1; }
.fc-time-grid {
min-height: 100%; }
.fc-time-grid table { border: 0 hidden transparent; }
.fc-time-grid > .fc-bg {
z-index: 1; }
.fc-time-grid .fc-slats,
.fc-time-grid > hr { position: relative;
z-index: 2; }
.fc-time-grid .fc-highlight-skeleton {
z-index: 3; }
.fc-time-grid .fc-content-skeleton {
position: absolute;
z-index: 4;
top: 0;
left: 0;
right: 0; }
.fc-time-grid > .fc-helper-skeleton {
z-index: 5; } .fc-slats td {
height: 1.5em;
border-bottom: 0; }
.fc-slats .fc-minor td {
border-top-style: dotted; }
.fc-slats .ui-widget-content { background: none; } .fc-time-grid .fc-highlight-container { position: relative; }
.fc-time-grid .fc-highlight {
position: absolute;
left: 0;
right: 0; } .fc-time-grid .fc-event-container { position: relative; }
.fc-ltr .fc-time-grid .fc-event-container { margin: 0 2.5% 0 2px; }
.fc-rtl .fc-time-grid .fc-event-container { margin: 0 2px 0 2.5%; }
.fc-time-grid .fc-event {
position: absolute;
z-index: 1; } .fc-time-grid-event.fc-not-start {  border-top-width: 0;
padding-top: 1px; border-top-left-radius: 0;
border-top-right-radius: 0; }
.fc-time-grid-event.fc-not-end { border-bottom-width: 0;
padding-bottom: 1px; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.fc-time-grid-event {
overflow: hidden; }
.fc-time-grid-event > .fc-content { position: relative;
z-index: 2; }
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
padding: 0 1px; }
.fc-time-grid-event .fc-time {
font-size: .85em;
white-space: nowrap; }
.fc-time-grid-event .fc-bg {
z-index: 1;
background: #fff;
opacity: .25;
filter: alpha(opacity=25); } .fc-time-grid-event.fc-short .fc-content { white-space: nowrap; }
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title { display: inline-block;
vertical-align: top; }
.fc-time-grid-event.fc-short .fc-time span {
display: none; }
.fc-time-grid-event.fc-short .fc-time:before {
content: attr(data-start); }
.fc-time-grid-event.fc-short .fc-time:after {
content: "\000A0-\000A0"; }
.fc-time-grid-event.fc-short .fc-title {
font-size: .85em; padding: 0; } .fc-time-grid-event .fc-resizer {
position: absolute;
z-index: 3; left: 0;
right: 0;
bottom: 0;
height: 8px;
overflow: hidden;
line-height: 8px;
font-size: 11px;
font-family: monospace;
text-align: center;
cursor: s-resize; }
.fc-time-grid-event .fc-resizer:after {
content: "="; }
.booking-preview-calendar {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 50px; }
.booking-preview-calendar {
display: inline-block; }
.booking-preview-calendar .placeholder {
display: none;
width: 300px; }
.booking-preview-calendar .flatpickr-calendar {
background: none;
border: 0;
border-radius: 0;
box-shadow: none;
color: #fff;
top: 0; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-innerContainer {
overflow: visible; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
overflow: visible; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-month {
color: inherit;
margin-bottom: 10px; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
font-size: 16px; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
display: none; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
top: calc(50% - 23px); }
.booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg, .booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
height: 46px;
width: 46px; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg path, .booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg path {
fill: #3DAE2B; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
left: -60px; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
right: -60px; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer {
max-width: 307.875px;
padding: 0 10px;
position: relative; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer::after {
content: '';
background: #343F48;
position: absolute;
top: -32px;
bottom: -230px;
right: 0;
width: 1px; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer:last-child::after {
content: none; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
color: #fff;
font-weight: 700; }
.booking-preview-calendar .flatpickr-calendar .dayContainer {
box-shadow: none;
padding: 0 10px;
position: static; }
.booking-preview-calendar .flatpickr-calendar .dayContainer:last-child::after {
content: none; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-day {
background: #fff;
border: 0;
color: #1D252C;
font-weight: 500;
transition: color .1s, background .1s; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-day:hover {
background: #3DAE2B;
color: #fff; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-day.flatpickr-disabled, .booking-preview-calendar .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
background: none;
color: #fff;
cursor: default; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-day.selected:not(.hidden), .booking-preview-calendar .flatpickr-calendar .flatpickr-day.selected:not(.hidden):hover, .booking-preview-calendar .flatpickr-calendar .flatpickr-day.selected:not(.hidden):focus {
background: #37A628;
color: #fff; }
.booking-preview-calendar .flatpickr-calendar .flatpickr-day.nextMonthDay, .booking-preview-calendar .flatpickr-calendar .flatpickr-day.prevMonthDay {
background: none;
color: rgba(207, 210, 211, 0.1) !important;
cursor: default;
visibility: visible; }
.booking-preview-calendar .calendar-events {
display: block;
justify-content: space-around;
margin-top: 30px;
min-height: 36px; }
@media screen and (min-width: 992px) {
.booking-preview-calendar .calendar-events {
display: flex;
justify-content: space-around; } }
.booking-preview-calendar .calendar-events .event {
font-size: 29px; }
.booking-preview-calendar .calendar-events .event .date {
color: #fff;
font-weight: 600; }
.booking-preview-calendar .calendar-events .event .location {
color: #3DAE2B;
font-weight: 800;
letter-spacing: -.8px; }
.preview-booking {
height: 16px;
width: 16px;
background: red;
display: inline-block; }.booking-wrapper-location,
.booking-wrapper-custom-fields {
border: 1px solid #dddddd;
padding: 25px;
overflow: hidden;
margin-bottom: 25px;
}
.booking-add_location,
.booking-save_location {
text-align: center;
margin-top: 5px !important;
width: 300px !important;
float: none !important;
}
.btn_save_work_days {
text-align: center;
max-width: 600px !important;
float: none !important;
margin: 15px 0 25px 10px !important;
}
.booking-wrapper-location h3 {
font-size: 16px;
}
.booking-location-all .pixad-form-control {
display: inline-block;
width: 225px !important;
}
.bkg {
background-color: #eee;
}
html .booking-block {
background-color: #eee;
}
.remove_location {
background-color: #2271b1 !important;
border: 0 !important;
color: #fff !important;
padding: 5px !important;
height: 21px;
width: 20px;
margin-bottom: 10px !important;
display: inline-block !important;
line-height: 13px !important;
min-height: auto !important;
font-size: 12px !important;
text-align: center;
}
.notice-custom-admin {
display: block;
width: max-content;
}
.category-notice {
position: relative;
top: 4px;
font-size: 12px;
}
.tmbooking_sim_product{
position: absolute;
z-index: -9999;
left: -100%;
top: -100%;
}
.tmbooking_save_btn{
background: #222;
padding: 13px 20px;
color: #fff !important;
text-decoration: none;
text-transform: uppercase;
margin: 10px 0;
min-width: 220px;
display: inline-block;
text-align: center;
font-size: 16px;
}
.tmbooking_save_btn:hover{
opacity: 0.9;
}