
.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: 12px 13px;
    border-radius: 50%;
    height: 40px;
}
.datepicker-days {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    border-radius: 6px;
    margin-left: 29%;
    padding: 20px 30px;
}
.active.day{
    background:#088856!important;
}
.datepicker-months, .datepicker-years, .datepicker-decades, .datepicker-days {
    width: 371px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-left: 29%;
}
    .datepicker-days table tr th, .datepicker-months table tr th, .datepicker-years table tr th, .datepicker-decades table tr th {
        width: 33.3%;
        background: #fff;
    }
        .datepicker-days table tr th, .datepicker-months table tr th:hover, .datepicker-years table tr th:hover, .datepicker-decades table tr th:hover {
            width: 33.3%;
            background: #fff !important;
        }
    .datepicker-months table tr td, .datepicker-years table tr td, .datepicker-decades table tr td {
        width: 100%;
    }
.month.focused.active, .year.active.focused, span.decade.active {
    border-radius: 50%;
    background: #088856 !important;
}
span.decade {
    border-radius: 50%!important;
}

.datepicker-months table tr td span.month {
    width: 16%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1% 8.6%;
}
.datepicker-years .table-condensed, .datepicker-months .table-condensed, .datepicker-decades .table-condensed {
    width: 100%;
}
.datepicker-years table tr td span.year, .datepicker-decades table tr td span.decade {
    width: 16%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1% 8%;
}

.datepicker td, .datepicker th {
    padding: 5px 13px !important;
}


@media (min-width:768px) and (max-width:1024px) {
    .datepicker-months, .datepicker-years, .datepicker-decades, .datepicker-days {
        width: 292px;
        margin-left: 0px;
        padding: 2px;
    }
    .calamount .datepicker-inline {
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }
    .datepicker td, .datepicker th {
        padding: 5px 10px !important;
    }
}
@media (max-width:767px) {
    .datepicker-months, .datepicker-years, .datepicker-decades, .datepicker-days {
        width: 292px;
        margin-left: 0px;
        padding: 2px;
    }
    .datepicker td, .datepicker th {
        padding: 5px 10px !important;
    }
}


@media (max-width:380px) {
    .datepicker-months, .datepicker-years, .datepicker-decades, .datepicker-days {
        width: 266px;
        }
    .datepicker td, .datepicker th {
        padding: 5px 6px !important;
    }
    }   