/* Leasing options styles *********************************************************************************************/

.leasing-box h4  {
    background-color: #FF6600; padding: 10px;
    margin: 15px 0 0;
    font-family: Montserrat;
    font-size: 20px;
    color: #fff;
}

.leasing-box th  { padding: 5px; font-family: Montserrat; font-weight:bold;
    font-size: 16px;
    color: #FF6600;}

.leasing-box td  { font-family: Montserrat !important; 	font-size: 15px !important;
    color: #FF6600;}

#leasing-options .leasing-box h4 {
    position: relative;
    display: block;
    height: 55px;
    margin: 15px 0 0;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

#leasing-options .leasing-box h4::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 15px;
    right: 15px;
    bottom: 13px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

/* DSK */
.leasing-box-leasing_dsk th,
.leasing-box-leasing_dsk td { color: #4EAC4A; }
.leasing-box-leasing_dsk h4 { background-color: #4EAC4A; }
.leasing-box-leasing_dsk h4::before{ background-image: url('/resources/images/dsk.svg'); }

/* UNIBANK */
.leasing-box-leasing_ucf th,
.leasing-box-leasing_ucf td { color: #E61D0F; }
.leasing-box-leasing_ucf h4 { background-color: #242424; }
.leasing-box-leasing_ucf h4::before{ background-image: url('/resources/images/unicredit.svg'); }

/* TBI */
.leasing-box-leasing_tbi h4::before{ background-image: url('/resources/images/tbi_logo.svg'); }

.lease-wrap { display: none; }