@import url(https://fonts.googleapis.com/css?family=Jaldi);

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
}
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px; 
    height: 30px;
    border-radius: 4px; 
    border: none;
    color: #000; 
    cursor: pointer !important; 
}
datepicker table tr td.day:hover,
    .datepicker table tr td.focused {
    background: red;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}
.datepicker table tr td.today {
    color: white !important;
    background-color: #FFA953; 
    border-color: #FFB76F;  
}
.datepicker table tr td.today:hover {
    color: #FFFFFF;
    background-color: #FF8273;
    border-color: #f59e00;
    cursor: pointer !important; 
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #f8f8f8;
} 
.ui-datepicker {
    width: 15.20em !important;
    font-family: 'Jaldi', sans-serif !important;
    border: 1px solid #ccc !important;
}
.ui-datepicker-header {
    border-radius: 0px !important;
    background-color: #ededed !important;
    background: #ededed !important;
    border: none !important;
}
.ui-datepicker-next {
    color: #000 !important;
    top:3px !important;
    right: 3px !important;
}
.ui-datepicker-prev {
    color: #000 !important;
    top:3px !important;
    left: 3px !important;
}
.ui-datepicker-next:hover {
    border: none !important;
    top:3px !important;
    right: 3px !important;
    background: white !important;
    cursor: pointer;
}
.ui-datepicker-prev:hover {
    border: none !important;
    top:3px !important;
    left: 3px !important;
    background: white !important;
    cursor: pointer;
}
.ui-state-default {
    background: none !important;
    background-color: #ededed;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: none !important;
    background-color: #eaeaea !important;
    border: 1px solid #A51E1E !important;
    border-radius: 10% !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #a1a1a1 !important;
    color: whitesmoke !important;
    font-weight: bold !important;
    border: 1px solid #d3d3d3 !important;
}
#date-picker-expirate .ui-datepicker-calendar {
    display: none;
}
.ui-widget select {
    font-family: 'Jaldi', sans-serif !important;
    font-size: 14px !important;
}
.ui-priority-primary, .ui-widget-content {
    font-weight: normal !important;
}
.ui-datepicker-close {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    font-size: 14px !important;
}
.hide-calendar .ui-datepicker-calendar {
    display: none;
}
#startDate {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 6px;
}
.ui-datepicker-current {
    display: none !important;
}
.ui-datepicker-buttonpane {
    float: left !important; 
    padding: 0 !important;
}