﻿
.datepicker table tr td {
    width: 40px !important;
    height: 40px !important;
}

td.active.active {
    background-color: #00d3a7 !important;
}

.datepicker table tr td:hover {
    border-radius: 25px !important;
}
.datepicker table tr td {
    border-radius: 50% !important;
}


td.active.stopsalesdate {
    background-color: unset !important;
    color: #999999 !important;
    cursor: default !important;
}