.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: "\f100";
}

.ui-datepicker-next:before {
    content: "\f101";
}
div.qbtn3 { position: absolute; top: -3px; right: -24px; }
/*a div.qbtn3:hover + .info_text { display: block; }*/
.info_text { display: none; color: black; position: absolute; font-size: 12px; width: max-content; background: white;
    border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;     padding: 10px 35px 2px 10px; font-size: 14px; font-weight: normal;
    line-height: 20px; text-wrap: wrap; }
div.info span.notes-circle:before { content: '\f129'; color: #edb421; font-size: 16px; font-weight: 100; position: relative; top: -3px; left: 14px; }
div.info span.notes-circle:after { content: '\f1db'; color: #edb421; font-size: 25px; font-weight: 100; }
div.info_box_close {
    content: '';
    position: absolute;
    height: 36px;
    width: 36px;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/new_style/images/icon-close.svg);
    border-radius: 2px;
}
@media screen and (max-width: 1000px) {
    .info_text { display: none; color: black; position: absolute; top: 25px; left: 0; font-size: 12px; width: 300px;}
    div.qbtn3 { width: fit-content; }
    a div.qbtn3:hover + .info_text { display: none; }
}