.leasing_access_info {
    position: relative;
}

.leasing_access_info .leasing-mark {
    background-color: #003665;
    color: #fff;
    width: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}

.leasing_access_info .leasing-notice {
    background-color: #333;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: -55px;
    left: -133px;
    z-index: 999;
    border-radius: 5px;
    font-size: 14px;
    display: none;
    font-weight: normal;
    height: 52px;
    width: 290px;
}

.leasing_access_info .leasing-notice::after {
    content: attr(title);
}

.leasing_access_info .leasing-mark:hover + .leasing-notice {
    display: block;
}

.leasing-url {
    margin-top: 10px;
}

.prepayment_leasing_block {
    display: block !important;
}

body[data-awagpayment='awag_leasing'] .totals.sub th.mark {
    cursor: pointer;
}

body[data-awagpayment='awag_leasing'] .totals.sub th.mark:after {
    content: "?";
    background-color: #000;
    border-radius: 10px;
    display: inline-block;
    color: white;
    width: 20px;
    text-align: center;
    margin-left: 10px;
}

#awag_leasing_payment .note {
    display: block;
    font-size: 10pt;
    margin-top: -5px;
    margin-bottom: 3px;
    color: #777;
}

#awag_leasing_payment .field.error input,
#awag_leasing_payment .field.error select {
    border-color: red;
}