
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none;
    border: 0;
    margin-bottom: 30px;
}

div#ui-datepicker-div {
    font-family: Montserrat;
    text-transform: uppercase;
    width: 340px;
    padding: 30px;
    border: 0;
    border-radius: 7px;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
}

span.ui-icon.ui-icon-circle-triangle-w {
    background: url("/images/arrow@3X.png");
    background-size: 100%;
    transform: rotate(180deg);
}

a.ui-datepicker-prev.ui-corner-all:hover, a.ui-datepicker-next.ui-corner-all:hover {
    background: none;
    border: none;
    padding: 0;
    top: 2px;
    cursor: pointer;
}

span.ui-icon.ui-icon-circle-triangle-w {
    background: url("/images/arrow@3X.png");
    background-size: 100%;
    transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background: url("/images/arrow@3X.png");
    background-size: 100%;
    margin-top: -8px;
}

table.ui-datepicker-calendar {
    padding: 30px;
}

.ui-datepicker-calendar > thead {
    color: #67aaf9;
    font-weight: 600;
    font-family: OpenSans;
}

.ui-datepicker-calendar > tbody > tr > td > a.ui-state-active {
    text-align: center;
    background: none;
    border: 0 !important;
    padding: 11px;
    color: #67aaf9 !important;
    font-weight: 600;
    background: none !important;
}

.ui-datepicker-calendar > tbody > tr > td > a {
    text-align: center;
    background: none;
    border: 0 !important;
    padding: 11px;
    color: #b1b0b0 !important;
    font-weight: 600;
    background: none !important;
}

.ui-datepicker-calendar > tbody > tr > td {
    border-radius: 100%;
    margin: 10px;
}

td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
    background: none;
}

.ui-datepicker-buttonpane.ui-widget-content {
    display: none;
}

.ui-timepicker-div {
    /*display: none;*/
}