.t-check-in,
.t-check-out,
.t-datepicker {
    /* display: inline-block; */
    position: relative;
    float: right;
}

.t-day-check-in,
.t-day-check-out {
    font-size: 34px;
    font-family: 'Hotels-Bold';
    float: right;
    width: 45px;
}

.t-day-translate {
    float: left;
    width: calc(100% - 45px);
    line-height: 18px;
}

.t-year-check-out,
.t-year-check-in {
    float: right;
    line-height: 10px;
}

.t-datepicker {
    clear: both;
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;
    max-width: 650px;
}

.t-month-check-in,
.t-month-check-out {
    padding: 0 0px 0 5px;
    float: right;
    line-height: 10px;
}

.t-check-in,
.t-check-out {
    width: 50%;
    box-sizing: border-box;
    background: #fff;
    height: 60px;
    border: 1px solid #dedede !important;
    box-shadow: 0 0 5px #e4e4e4 !important;
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
    position: absolute;
    top: 12px;
    right: 33px;
    display: block;
    font-weight: 400;
    opacity: .5;
    font-size: 13px;
    cursor: pointer
}

.t-check-in .fa,
.t-check-out .fa {
    top: -1px;
    position: relative
}

.t-check-in {
    border-radius: 5px;
    width: calc(50% - 5px);
    float: right;
}

.t-picker-only {
    border-radius: 4px;
    width: 100%;
}

.t-check-out {
    border-radius: 5px;
    width: calc(50% - 5px);
    float: left;
}

.t-check-out .t-datepicker-day {
    right: 0;
}

.t-arrow-top {
    top: 32px;
    z-index: 9999
}

.t-arrow-top,
.t-arrow-top::after {
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ddd;
    display: inline-block;
    position: absolute
}

.t-arrow-top::after {
    top: -9px;
    left: -10px;
    content: '';
    border-width: 10px;
    border-bottom-color: #fff
}

.t-datepicker .material-icons {
    position: absolute;
    left: 10px;
    color: #1a88f6;
    z-index: 9;
}

.t-dates {
    padding: 20px 15px;
    box-sizing: border-box
}

.t-datepicker-day {
    border-width: 1px;
    border-style: solid;
    top: 51px;
    overflow: hidden;
    position: absolute;
    z-index: 9998;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .25)
}

.t-table-wrap {
    width: 100%;
    padding: 0 10px;
    font-size: inherit;
    display: inline-block;
    vertical-align: top
}

.t-datepicker-days {
    width: 650px
}

.t-datepicker-days .t-table-wrap {
    padding: 0;
    width: 47%;
    margin-right: 2%
}

.t-table-condensed {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: top
}

.t-next,
.t-prev,
.t-table-condensed td,
.t-table-condensed th {
    text-align: center;
    padding: 10px
}

.t-date-title,
.by-date-title {
    clear: both;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 5px 0 0;
}

.by-date-title {
    color: #0eb589;
}

.t-day,
.t-disabled,
.t-end,
.t-range,
.t-start {
    border-width: 2px;
    border-style: solid
}

.t-arrow {
    border: none
}

.t-hover-day::after,
.t-special-day:before,
.by-special-day:after {
    content: '';
    border-style: solid
}

.t-arrow,
.t-dates,
.t-day,
.t-end,
.t-end-limit,
.t-range,
.t-start {
    cursor: pointer
}

.t-special-day,
.by-special-day {
    position: relative
}

.t-special-day:before,
.by-special-day:after {
    height: 3px;
    width: 3px;
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    border-width: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.by-special-day:after {
    left: 0;
    right: auto;
    border-color: #0eb589 transparent transparent #0eb589;
}

.t-hover-day {
    position: relative
}

.t-hover-day-content {
    top: -30px;
    width: 70px;
    right: calc(50% - 35px);
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 5px;
    border-radius: 4px;
    z-index: 9999
}

.t-hover-day::after {
    position: absolute;
    top: -8px;
    right: calc(50% - 7px);
    border-width: 7px
}

.t-today .t-hover-day-content {
    z-index: 9998
}

.t-check-in .t-end-limit,
.t-disabled {
    opacity: .25;
    cursor: auto
}

#en .search_compo .nice-select {
    text-align: right;
}

#en .t-year-check-out,
#en .t-year-check-in,
#en .t-month-check-in,
#en .t-month-check-out,
#en .t-day-check-in,
#en .t-day-check-out,
#en .t-check-in,
#en .t-datepicker {
    float: left;
}

#en .t-day-translate,
#en .t-check-out {
    float: right;
}

#en .t-month-check-in,
#en .t-month-check-out {
    padding: 0 5px 0 0;
}

#en .t-check-in .t-date-info-title,
#en .t-check-out .t-date-info-title {
    right: auto;
    left: 33px;
}

#en .t-datepicker-days .t-table-wrap {
    margin-left: 2%;
    margin-right: 0;
}

#en .t-datepicker .material-icons {
    left: auto;
    right: 10px;
}

#en .t-check-out .t-datepicker-day {
    right: -100%;
    left: auto;
}

@media (max-width:480px) {
    .t-check-out .t-datepicker-day {
        left: 0;
        right: auto;
    }
    #en .t-check-out .t-datepicker-day {
        right: 0;
        left: auto;
    }
    .t-datepicker-days {
        width: 300px
    }
    .t-datepicker-days .t-table-wrap {
        margin-left: 0;
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:320px) {
    .t-datepicker-days {
        width: 290px
    }
    .t-datepicker-days .t-table-wrap {
        padding: 0 5px
    }
}