.ui-widget-header {
    border: none;
    background: transparent;
}

.ui-datepicker .ui-datepicker-title {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    margin-bottom: 28px;
}

.ui-widget {
    font-family: 'Montserrat', sans-serif;
}

.ui-widget-content, .ui-widget.ui-widget-content{
    border: none;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev{
    background: none!important;
    border: none!important;
    top: 2px!important;
}

.ui-datepicker .ui-datepicker-prev{
    left: 2px!important;
}

.ui-datepicker .ui-datepicker-next{
    right: 2px!important;
}

.ui-datepicker .ui-datepicker-next span{
    background: url(../img/slider_arrow_next.svg) no-repeat center;
    margin-top: -10px;
}

.ui-datepicker .ui-datepicker-prev span{
    background: url(../img/slider_arrow_prev.svg) no-repeat center;
    margin-top: -10px;
}


.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover{
    opacity: 0.6;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    background: transparent;
    border: none;
    color: #000000;
    font-weight: 600;
    font-size: 10px;
}

.ui-datepicker th{
    font-size: 8px;
    font-weight: 600;
}

.ui-datepicker td span, .ui-datepicker td a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    padding: 0;
    display: block;
}
td.ui-datepicker-unselectable.ui-state-disabled.grey span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    padding: 0;
    display: block;
}

.ui-widget.ui-widget-content {
    width: 100% !important;
}
td.red > a {
	background: #DE5465 !important;
    color: #fff!important;
    pointer-events: none;
}
td.yellow > a {
	background: #F9C81D !important;
	color: #fff!important;
}
td.grey > a {
	background: #A0A4A8 !important;
	color: #fff!important;
}
td.green > a {
	background: #93D143 !important;
	color: #fff!important;
}
.ui-widget-content .ui-state-active {
    background: #003eff !important;
    color: #fff!important;
}

td.ui-datepicker-unselectable.ui-state-disabled.grey > span {
    background: #A0A4A8 !important;
    color: #fff!important;
}

td.ui-datepicker-unselectable.ui-state-disabled.red > span {
    background: #DE5465 !important;
    color: #fff!important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1;
}