.ui-datepicker {
    border-radius: 4px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    z-index: 99999 !important
}

.ui-datepicker-header a.ui-state-disabled {
    visibility: hidden
}

#calendar-container input {
    background: #fbfbfd;
    border: 0 none
}

.ui-datepicker-header {
    height: 65px;
    line-height: 50px;
    color: #ecf0f1;
    background: #e25213;
}

.ui-datepicker-next, .ui-datepicker-prev {
    width: 26px;
    height: 26px;
    text-indent: 9999px;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 18px
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin: -43px 0 0 8px
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin: -43px 0 0 6px
}

.ui-datepicker-next:after, .ui-datepicker-prev:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fbfbfd;
    border-bottom: 2px solid #fbfbfd
}

.ui-datepicker-month, .ui-datepicker-year {
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.ui-datepicker-next:hover, .ui-datepicker-next:hover:after, .ui-datepicker-prev:hover, .ui-datepicker-prev:hover:after {
    border-color: #FFF
}

.ui-datepicker-title {
    text-align: center
}

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

.ui-datepicker-calendar tbody td > a {
    width: 40px;
    height: 40px;
    text-decoration: none;
    transition: all .2s ease-in;
    border-radius: 50%
}

.ui-datepicker-calendar tbody > tr:last-of-type > td {
    padding-bottom: 10px
}

.ui-datepicker-calendar tbody > tr > td:first-of-type {
    padding-left: 10px
}

.ui-datepicker-calendar tbody > tr > td:last-of-type {
    padding-right: 10px
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    min-width: 40px;
    color: #8e8e8e;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 10px 0 10px 0;
    background: #f5f5f5;
    text-align: center
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #8e8e8e;
    line-height: 40px;
    font-size: 12px
}

.ui-datepicker-unselectable .ui-state-default:hover {
    background: #FFF
}

.ui-state-default:hover {
    background: #e25213;
    border-radius: 50%;
    color: #fbfbfd
}

.ui-state-highlight {
    background: #FFF;
    border-radius: 50%;
    color: #e25213;
}

.ui-state-active {
    background: #e25213;
    color: #FFF
}

.ui-state-active.ui-state-default:hover {
    background: #e25213;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #ebebeb
}

@media screen and (max-width: 767px) {
    .ui-datepicker {
        margin-top: 2px;
        left: 10px !important;
        right: 10px !important
    }

    .ui-datepicker td {
        height: 42px
    }

    .ui-datepicker td a {
        line-height: 42px
    }

    .ui-state-default {
        font-size: 15px
    }

    .ui-datepicker-calendar {
        width: 100%
    }
}