div.datepicker {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px !important;
    height: 180px;
    cursor: default;
}

.datepickerContainer,
.datepickerContainer table {
    width: 100%;
    height: 100%;
}

.datepickerContainer {
	background: #121212;
}
.datepickerHidden {
	display: none;
}
div.datepicker a {
    color: #eee;
    text-decoration: none;
    cursor: default;
    display: block;
}
div.datepicker th {
    color: #999;
}
td.datepickerNotInMonth a {
	color: #8b8a8a;
}
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a, .datepickerGoPrev a, .datepickerMonth a {
    height: 34px;
    padding: 10px 0;
    cursor: pointer !important;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}


th.datepickerWeek span {
    font-size: 82% !important;
    color: #9b9898;
}
div.datepicker table tr.datepickerDoW th {
    padding-bottom: 1em;
}
div.datepicker table td {
    text-align: center;
    border: 1px solid #120c0e;
}
.datepickerGoPrev span {
    transform: rotate(180deg);
    display: inline-block;
}
td.datepickerSaturday a,
td.datepickerSunday a {
	color: #f7bfbf;
}
td.datepickerDay {
    background: linear-gradient(210deg, #090909, #141313);
}