/*page */
.dooor {
    display: none !important;
}

.smallbutton {
    font-family: U8;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1px;
    display: table;
    background: url(../assets/img/arrow_go.svg) no-repeat center right 10px;
    padding-right: 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 30px 0 60px 0;
    color: #FF0000 !important;
    border: none;
}

.smallbutton:hover {
    color: #FF0000 !important;
    text-decoration: none;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

/* Checkbox */
.agreed1,
.business1 {
    display: table;
    width: calc(100% - 40px);
    margin-left: 40px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + .wpdev-list-item-label,
[type="checkbox"]:checked + .wpdev-list-item-label {
    position: relative;
    display: block !important;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + .wpdev-list-item-label:before,
[type="checkbox"]:checked + .wpdev-list-item-label:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 7px;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + .wpdev-list-item-label:after,
[type="checkbox"]:checked + .wpdev-list-item-label:after {
    content: '';
    background: url(../assets/img/check.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: -32px;
    transition: all .2s;
    height: 15px;
    width: 15px;
    display: block;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + .wpdev-list-item-label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + .wpdev-list-item-label:after {
    opacity: 1;
    transform: scale(1);
}

.wpdev-list-item-label a {
    text-decoration: underline;
    color: #000;
}

/** accessibility */
/*
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}
*/


/*
Calendar [.calendar-wrapper]
*/

.bk_calendar_frame {
    width: 100% !important;
    margin-bottom: 40px;
}

.datepick thead {
    border-bottom: 2px solid orange;
    padding: 20px;
    height: 30px;
}

/*
.block_hints {
    display: flex;
}
*/
.wpdev_hint_with_text {
    padding-right: 40px;
}


/*
.datepick thead span,
.block_hints .block_free a,
.block_hints .block_time {
    display: block;
    color: #000000;
    font-family: U8;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}
*/
.datepick thead span,
.datepick-inline .date_available a {
    padding: 20px;
    display: block;
    color: #000000;
    font-family: U8;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}

.datepick-inline {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.datepick-days-row td,
div.datepick-inline .datepick-title-row th,
.datepick-inline .calendar-links {
    background: transparent !important;
    border: none !important;
}


.datepick-days-cell a,
.datepick-days-cell span,
.datepick-inline .datepick-header {
    text-shadow: none !important;
}

/* prev/next */
.datepick-prev a,
.datepick-next a {
    color: transparent !important;
    text-shadow: none !important;
    background-repeat: no-repeat;
    background-position: center;
    /*    background-size: contain;*/
    background-size: 10px 10px;
}

.datepick-prev a {
    background-image: url(../assets/img/arrow_back_b.svg);
}

.datepick-next a {
    background-image: url(../assets/img/arrow_next_b.svg);
}

/* header */
.datepick-header span {
    color: #000000;
    font-family: U8;
    font-size: 14px !important;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}

/* days */
.datepick-days-cell.date_available a,
.datepick-days-cell.timespartly a,
.datepick-days-cell.datepick-unselectable span {
    height: 6vw;
    width: 100px;
    text-align: center;
    display: table-cell !important;
    border-radius: 100%;
    vertical-align: middle !important;
}


.datepick-days-cell.date_available a:before,
.datepick-days-cell.timespartly a:before,
.datepick-days-cell.datepick-unselectable span:before {
    content: '';
    height: 4vw;
    width: 4vw;
    top: 1vw;
    left: 0;
    right: 0;
    display: block;
    border-radius: 100%;
    position: absolute;
    margin: 0 auto;
    background: transparent;
    z-index: -1;
}

.datepick-days-cell.datepick-today a:before {
    content: '';
    height: 4vw;
    width: 4vw;
    top: 1vw;
    left: 0;
    right: 0;
    display: block;
    border-radius: 100%;
    position: absolute;
    margin: 0 auto;
    background: #fafafa;
    border: 2px solid #ececec;
    z-index: -1;
}

.datepick-days-cell.datepick-current-day a:before {
    content: '';
    height: 4vw;
    width: 4vw;
    top: 1vw;
    left: 0;
    right: 0;
    display: block;
    border-radius: 100%;
    position: absolute;
    margin: 0 auto;
    background: #ededed;
    z-index: -1;
}


.datepick-days-cell.date_available a {
    /*    background: yellow;*/
}

.datepick-days-cell.timespartly a {
    /*    background: pink;*/
}

.datepick-days-cell.datepick-unselectable span {
    /*    background: blue;*/
}


/* vabad ajad */
/*
.block_hints .block_free a,
.block_hints .block_time,
.datepick-inline .date_available a
*/
.datepick-days-cell.date_available a {
    color: #15D659 !important;
}

.datepick-days-cell.date_available a:hover {
    color: #fff !important;
}

.datepick-days-cell.date_available a:hover:before {
    background: #15D659 !important;
}

/* mõned vabad ajad */
/*
.block_hints .block_time,
.datepick-inline .timespartly 
*/
.datepick-days-cell.timespartly {
    background-image: none !important;
}

/*
.block_hints .block_free a,
.block_hints .block_time,
.datepick-inline .date_available.timespartly a 
*/

.datepick-days-cell.timespartly a {
    color: #000 !important;
}

.datepick-days-cell.timespartly a:hover {
    color: #fff !important;
}

.datepick-days-cell.timespartly a:hover:before {
    background: #000 !important;
}

/* kinni */
.datepick-inline .date2approve.datepick-unselectable span {
    color: red !important;
}

/*
Legend [.block_hints]
*/

.block_hints .block_free.datepick-days-cell,
.block_hints .block_booked.date_approved,
.block_hints .block_time.timespartly {
    border: none;
    border-radius: 100%;
}

.block_hints .block_free.datepick-days-cell {
    background: none repeat scroll 0 0 #15D659;
}

.block_hints .block_time.timespartly {
    background: none repeat scroll 0 0 #000000;
}

.block_hints .block_booked.date_approved {
    background: none repeat scroll 0 0 #FF0035;
}


.block_hints .block_text {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* Fields */

.booking_form_div .field-label {
    text-transform: uppercase;
    color: #000000;
    font-family: avenirDemi;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 35px;
}

.field-label-container {
    padding-left: 4vw;
}

.field-label input,
.field-label select {
    background: transparent !important;
    border: none !important;
    width: 100% !important;

    font-weight: 400;
    font-family: avenir;
    font-size: 16px;
    /* margin-left: -9px; */
    margin-top: 10px;
    padding: 0 !important;
}

.field-label select option {
    padding: 0 !important;
}

/* RESP */
@media (max-width: 991px) {
    .field-label-container {
        padding: 0;
    }
}
