.datePicker {
    border: 1px solid #000;
    width: 230px;
    direction: rtl;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #333;
    padding: 5px;
    border-color: #a5a5a5;
    box-shadow: 0px 0px 14px -2px #000;
}

.datePickerRow {
    background-color: #ddd;
}

.datePickerFriDay {
    background-color: #ED4C67;
    color: #fff !important;
}

.datePickerDay {
    width: 25px;
    height: 16px;
    text-align: center;
    cursor: pointer
}

    .datePickerDay:hover {
        background-color: #EE5A24;
        color: #fff;
        transition: 0.4s;
    }

.datePickerDay {
}

.datePickerDaySelect {
    text-align: center;
    cursor: pointer;
    background-color: #66F !important;
    color: #FFF;
}

.datePickerToday {
    text-align: center;
    cursor: pointer;
    background-color: #8FD08C;
    color: #FFF;
    border-radius: 2px
}

.datePickerHeader td {
    padding-bottom: 7px
}

.datePickerfootertd {
    padding-top: 5px
}

.datePickerHeader button, .datePickerfooterbutton {
    width: 14px;
    height: 20px;
    border: 1px solid #fff;
    font-family: Tahoma;
    background: none;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    padding: 0 8px 2px;
    outline: none;
}

    .datePickerHeader button:active, .datePickerfooterbutton:active, .datePickerHeader button:focus, .datePickerfooterbutton:focus {
        outline: none;
    }

.datePickerHeader button {
    padding: 0 0 2px
}

.datePickerfooterbutton {
    padding: 0 8px 2px
}

    .datePickerHeader button:hover, .datePickerfooterbutton:hover {
        background: #EE5A24;
        color: #fff;
    }

.datePickerYear, .datePickerMonth {
    background-color: transparent;
    text-align: center;
    display: inline-block;
    color: #333;
    height: 17px;
    font-family: 'IsBold' !important;
    font-size: 17px;
}

.datePickerMonth {
    width: 80px
}

.datePickerYear {
    width: 33px
}

.datePickerfooter {
    display: none !important;
}

.datePickerFooter {
    display: none !important;
}

.datePicker td {
    padding: 4px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    background: transparent;
    font-family: 'IsBold' !important;
}

.datePicker tr td:first-child {
    text-align: right;
    font-size: 12px;
    padding-left: 10px;
    color: #333;
}

.datePickerHeader td:first-child {
    font-size: 10px !important;
    text-align: center !important;
    color: #fff !important;
}
