﻿body {
}
.datepicker table {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}
.datepicker-dropdown{
    z-index:9999;
}
.datepicker-inline {
    width: 260px;
}
.datepicker th.prev,.datepicker th.next {       
     width: 25px;
    /*background: #ff4684;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 33px;
    padding: 0 !important;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ed2c6d;*/
    font-size: 18px;
}
.datepicker .datepicker-switch {
      /*font-weight: 600;
     height: 30px;
    width: 145px;
    background: #eaeff3;
    border-radius: 2px;*/
}
.datepicker td, .datepicker th {
     height: 34px;
     width: 42px;
    /*border-radius: 50%;*/
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #d0dce7;
}
 .datepicker th.dow {
         /*background: #eaeef3;
    border: 1px solid #c2cad4;*/
}
.page-datepicker .datepicker-inline,.page-datepicker .datepicker table{
    width:100%;
}
.page-datepicker .datepicker th.prev,.page-datepicker .datepicker th.next,.page-datepicker .datepicker th.dow,.page-datepicker .datepicker td, .page-datepicker .datepicker th {
        border-radius: 2px;
}
.page-datepicker .datepicker td, .page-datepicker .datepicker th {
        height: 37px;
}
.page-datepicker .datepicker {
        padding: 0;
}


@media (max-width:1400px) {
    .datepicker table {
        font-size: 11px;
    }
    .datepicker td, .datepicker th {
        height: 30px;
        width: 36px;
    }
}