/* Default styling for jQuery Calendars Picker v2.0.0. */
.calendars {
    background-color: #fff;
    color: #000;
    /*border: 1px solid #444;*/
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 5px;
    font-size: 100%;
    width: 250px !important;
    height: 275px !important;
}

.calendars-rtl {
    direction: rtl;
}

.calendars-popup {
    z-index: 1000;
    width: 250px !important;
    height: 275px !important;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 9px;
}

.calendars-disable {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.calendars a {
    /*color: #fff;*/
    text-decoration: none;
}

    .calendars a.calendars-disabled {
        color: #888;
        cursor: auto;
    }

.calendars button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    font-weight: bold;
}

.calendars-nav, .calendars-ctrl {
    float: left;
    width: 100%;
    background-color: rgb(0, 158, 247);
    /*color: #fff;*/
    font-size: 100%;
    /*font-weight: bold;*/
    /*  margin-top: 8px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.calendars-ctrl {
    background-color: #600;
    /*display:none;*/
}

.calendars-cmd {
    width: 30%;
    border-radius: 10px;
}

    .calendars-cmd:hover { 
        border-radius: 10px;
    }

        .calendars-cmd:hover i {
            color: antiquewhite;
        }



.calendars-cmd-prevJump, .calendars-cmd-nextJump {
    width: 8%;
}

a.calendars-cmd {
    /* height: 2em; */
    /*border: thin solid #000;*/
    text-align: center !important;
    padding: 5px 0px 3px;
    width: 35px;
    float: left;
    margin-left: 37px;
}

button.calendars-cmd {
    text-align: center;
}

.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
    float: left;
    padding-left: 2%;
}

.calendars-cmd-current, .calendars-cmd-today {
    float: left;
    width: 35%;
    text-align: center;
    
}

.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
    float: right;
    padding-right: 2%;
    text-align: right;
}

.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
    float: right;
    padding-left: 0%;
    padding-right: 2%;
    text-align: right;
}

.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
    float: right;
}

.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
}

.calendars-month-nav {
    float: left;
    background-color: #777;
    text-align: center;
}

    .calendars-month-nav div {
        float: left;
        width: 12.5%;
        margin: 1%;
        padding: 1%;
    }

    .calendars-month-nav span {
        color: #888;
    }

.calendars-month-row {
    clear: left;
    width: 100% !important;
    height: 235px !important;
}

.calendars-month {
    float: left;
    width: 15em;
    text-align: center;
    width: 100% !important;
    height: 100% !important;
}
.calendars-month-header select option {
    background-color: #fff;
    color:dimgray;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
    height: 2em;
    color: #fff;
    font-size: small;
    background-color: #009ef7;
}

    .calendars-month-header select, .calendars-month-header input {
        height: 2em;
        border: none;
    }

    .calendars-month-header input {
        position: absolute;
        display: none;
    }

.calendars-month > table > thead > tr > th {
    background-image: none;
}

.calendars-month > table > thead > tr, .calendars-month > table > tbody > tr {
    height: 24x;
}

.calendars-month table {
    width: 100%;
    border-collapse: unset !important;
}

.calendars-month thead {
    /*border-bottom: 1px solid #aaa;*/
}

.calendars-month th, .calendars-month td {
    /*margin: 0em;
    padding: 0em;
    font-weight: normal;
    text-align: center;*/
}

.calendars-month th {
    font-weight: 500;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

    .calendars-month th, .calendars-month th a {
        color: #6c7293;
    }

.calendars-month td {
    /*background-color: #eee;*/
    /*border: 1px solid #aaa;*/
}

    .calendars-month td.calendars-week {
        /*border: 1px solid #777;*/
    }

        .calendars-month td.calendars-week * {
            background-color: #777;
            /*color: #fff;*/
            border: none;
        }

.calendars-month a {
    display: block;
    width: 100%;
    padding: 0.18em 0em;
    /* background-color: #eee; */
    color: #48465b;
    text-decoration: none;
}

.calendars-month span {
    display: block;
    width: 100%;
    padding: 0.125em 0em;
}

.calendars-month td span {
    color: #dcdcdc;
}

.calendars-month td .calendars-other-month {
    /*background-color: #fff;*/
}

.calendars-month td .calendars-weekend {
    color: #f1416c !important;
}

.calendars-month td .calendars-today {
    background: #5867dd;
    color: #ffffff;
    border-radius: 5px;
}

.calendars-month td .calendars-highlight {
    background-color: #f9f7f7;
}

.calendars-month td .calendars-selected {
    /*background-color: #777;
    color: #fff;*/
    border-radius: 5px;
    position: relative;
    background: rgba(93, 120, 255, 0.7) !important;
    color: #ffffff !important;
}

.calendars-month th.calendars-week {
    background-color: #777;
    /*color: #fff;*/
}

.calendars-status {
    clear: both;
    background-color: #ddd;
    text-align: center;
}

.calendars-clear-fix {
    clear: both;
}
/*npdate picker plugins*/
.calendars-cmd > i {
    color: #fff ;
}

.csdatepicker {
    padding: 0px;
    max-width: 100% !important;
}

    .csdatepicker > .datepicker {
        width: 100% !important;
    }

.csdmpicker {
    max-width: 100% !important;
    max-height: 40% !important;
    height: 16px !important;
    padding: 0px !important;
    text-align: center !important;
    margin: 0px;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 0.9rem !important;
}

    .csdmpicker:last-child {
        margin-top: 0px;
        border-radius: 4px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

.csdmpickerdis {
    background-color: #eff2f5 !important;
}
