﻿.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    height: 25px;
    margin: 0 10px;
    width: auto;
}

.datepicker {
    padding: 5px;
}

.gj-icon {
    bottom: 0;
    background-image: url(images/calendar.svg);
    width: 24px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: absolute;
    right: 10px !important;
    top: 11px !important;
    font-size: 0 !important;
    background-repeat: no-repeat;
}

.umbraco-forms-page .gj-icon {
    top: 8px !important;
}

.calendar-week div {
    color: #BDBDBD;
}

.container-wrap .date input {
    background-color: #fff;
}

.gj-picker .gj-icon {
    background: #fff url(/css/images/select-arrow.png) center center no-repeat;
    background-size: auto;
    display: block;
    position: absolute;
    left: 50% !important;
    margin-left: -8px;
    top: 50% !important;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}

    .gj-picker .gj-icon:before {
        content: none;
    }

.gj-icon.chevron-left {
    transform: rotate( 90deg );
}

.gj-icon.chevron-right {
    transform: rotate( -90deg );
}

@media (max-width: 767px) {
    .datepicker {
        left: 0 !important;
        right: 0 !important;
    }
}
