.ui-datepicker  {
    background: #fff;
    width: 172px;
    border: 1px solid #BCBCBC;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    color: #B3B3B3;
    padding: 15px;
    display: none;
    z-index: 110 !important;
    font-size: 11px;
    line-height: 15px;
}

.ui-datepicker-header {
    height: 20px;
    line-height: 20px;
    position: relative;
    margin: 0 -15px 10px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    top: 50%;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    border: 1px solid transparent;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    border-color: #464646;
}

.ui-datepicker-prev:after, .ui-datepicker-next:after {
    content: '';
    display: block;
    width: 8px;
    height: 7px;
    background: url(../images/icon-sprite.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
}

.ui-datepicker-prev {
    left: 20px;
}
.ui-datepicker-prev:after {
    background-position: -137px -25px;
}

.ui-datepicker-next {
    right: 20px;
}

.ui-datepicker-next:after {
    background-position: -137px -37px;
}


.ui-datepicker-title {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #656565;
    text-transform: lowercase;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar span, .ui-datepicker-calendar a {
    width: 18px;
    height: 21px;
    line-height: 21px;
    display: block;
    position: relative;
}

.ui-datepicker-calendar a {
    color: #6D6D6D;
    text-decoration: none;
}

.ui-datepicker-calendar a:hover {
    background: #DCEDFF;
    color: #767F86;
    text-decoration: none;
}

.ui-datepicker-today a {
    border-color: #388e3c;
    color: #388e3c;
    top: -1px;
}

.ui-datepicker-calendar th {
    font-weight: 400;
    color: #262626;
    text-align: center;
}


.ui-datepicker-today {
    font-weight: 700;
    color: #676767;
}