.ui-datepicker-header {
    position: relative;
}
.ui-datepicker table tr td a.ui-state-active,
.ui-datepicker table tr td a:hover,
.ui-datepicker table tr td.tourmaster-highlight a,
.ui-datepicker table tr td.tourmaster-highlight span {
    background: #1680b4;
    color: #fff;
}
.ui-datepicker select {
    color: #485da1;
}
.ui-datepicker {
    background-color: #f5f5f5;
}
.ui-datepicker {
    border-color: #ebebeb;
}
.ui-datepicker table tr th {
    color: #808080;
}
.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
    background-color: #fff;
}
.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
    color: #5b5b5b;
}
.ui-datepicker table tr td a.ui-state-disable {
    color: #c0c0c0;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    color: rgba(108, 112, 126, 0.35) !important;
    text-decoration: none;
    pointer-events: none;
}
.ui-datepicker table tr td {
    color: #5b5b5b;
}
.ui-datepicker table tr td.ui-datepicker-week-end {
    color: #d9534f;
}
.ui-datepicker table tr td.ui-datepicker-week-end .ui-state-default {
    color: #d9534f;
}
.ui-datepicker
table
tr
td.ui-datepicker-week-end
.ui-state-default.ui-state-highlight,
.ui-datepicker table tr td.ui-datepicker-week-end .ui-state-default:hover {
    color: #fff;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}
.ui-datepicker-next {
    right: 0px;
}
.ui-datepicker-prev:after {
    content: "<";
}
.ui-datepicker-next:after {
    content: ">";
}
.ui-datepicker {
    width: 300px;
    padding: 5px;
    display: none;
    background: #ebebeb;
    border-radius: 4px;
}
.ui-datepicker .ui-datepicker-title {
    padding-left: 38px;
    padding-right: 38px;
}
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year,
.ui-datepicker-year {
    width: 48%;
    margin: 0px 1%;
    border: none;
    height: 36px;
    padding: 0px 5px;
    font-weight: 500;
    color: #3d3f47;
    background: #fff;
    float: left;
    background-image: url(../images/down-button.svg) !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.ui-datepicker table {
    border-collapse: separate;
    border-spacing: 0px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 0;
}
.ui-datepicker table tr {
    background: transparent;
    color: #949494;
    padding: 0;
}
.ui-datepicker table tr th {
    color: #3d3f47;
    background: transparent;
    font-size: 14px;
    padding: 16px 0px 10px;
    text-align: center;
    font-weight: 500;
    border: none;
}
.ui-datepicker table tr th.ui-datepicker-week-end {
    color: #d9534f;
}
.ui-datepicker table td {
    padding: 0px 0px 5px;
    line-height: 1;
    text-align: center;
    color: #c0c0c0;
    border: none;
}
.ui-datepicker table td a,
.ui-datepicker table td .ui-state-default {
    color: #5b5b5b;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}
.ui-datepicker table td.ui-state-disabled .ui-state-default {
    background-color: #fff;
    color: rgba(108, 112, 126, 0.35) !important;
    text-decoration: none;
    pointer-events: none;
}
.ui-datepicker table td.ui-datepicker-today a {
    color: #fff;
    background-color: #1ba0e2 !important;
}
.ui-datepicker table td a:hover,
.ui-datepicker table td a:focus {
    color: #fff;
    background-color: #1ba0e2 !important;
}