.ui-datepicker {
    width: 258px;
    height: auto;
    margin: 5px auto 0;
    font-size: 12px;
    background: #fff;
    padding: 10px;
    z-index: 1001 !important;
    display: none;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    font-weight: bold;
    line-height: 30px;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-family: ETmodules !important;
    background-repeat: no-repeat;
    
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;    
}

.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
    display: none;
}

.ui-datepicker-prev:before, .ui-datepicker-next:after {
    font-size: 40px;
    color: #000;
}

.ui-datepicker-prev:before {
    content: '4';
    margin-left: -18px;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-next:after {
    content: '5';
}

.ui-datepicker thead {
    border-bottom: 1px solid #e2e2e2;
}

.ui-datepicker th {
    font-size: 14px;
    padding: 5px 0;
    color: #999;
}

.ui-datepicker tbody td {
    padding: 2px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #222;
}

.ui-datepicker-calendar .ui-state-default {
    background: #f4f4f4;
}
.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}  

.ui-datepicker-calendar .ui-state-hover {
    background: #d8ca9b;
}

.ui-datepicker-calendar .ui-state-active {
    background: #a7914a;
    color: #fff;
}