
.ui-datepicker {
    background: #efeff9;
    border: 1px solid #e0e0f0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    font: 10pt 'Open Sans', sans-serif;
    min-width: 250px; }
.ui-datepicker * {
    box-sizing: border-box;
}
.ui-datepicker:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15); }

.ui-datepicker-trigger {
    cursor: pointer;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    right: 5px;
    top: 5px; }

.ui-datepicker table {
    border-collapse: collapse;
    margin: 5px 0 15px;
    width: 100%; }

.ui-datepicker-header {
    background: #ffdf0f;
    border: 1px solid #f0d000;
    border-radius: 3px 3px 0 0;
    margin: -1px -1px 0;
    color: #000;
    padding: 10px;
    font-weight: bold;
    line-height: 30px;
    position: relative; }

.ui-datepicker-title {
    text-align: center; }

.ui-datepicker-prev, .ui-datepicker-next {
    border: 1px solid #f0d000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 600%;
    overflow: hidden;
    position: absolute;
    top: 10px; }

.ui-datepicker-prev:after, .ui-datepicker-next:after {
    background: url("/images/ico/icon-prev.svg") no-repeat 50% 50%;
    background-size: 5px;
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0; }

.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    opacity: 1; }

.ui-datepicker-next {
    right: 10px; }

.ui-datepicker-next:after {
    background-image: url("/images/ico/icon-next.svg"); }

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #90909f;
    text-align: center;}

.ui-datepicker tbody td {
    font-weight: 100;
    text-align: center;
    padding: 2px 0;
    border-right: 1px solid #e0e0f0; }

.ui-datepicker tbody td:last-child {
    border-right: 0px; }

.ui-datepicker tbody tr {
    margin: 0;
    padding: 0;
    width: 100%; }

.ui-datepicker tbody td a {
    display: inline-block;
    width: 100%;
    text-decoration: none;}

.ui-datepicker-calendar .ui-state-active {
    background: #ffdf0f;
    border: 1px solid #f0d000;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    color: #000;
    margin: -1px; }

.ui-datepicker-month {
    border: 1px solid #f0d000;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-right: 5px;
    width: 100px; }

.ui-datepicker-year {
    border: 1px solid #f0d000;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 5px; }
