﻿.custDashboard li a.disabled {
    background-color: gray!important;
}


.login-alternate-button {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.btn.sw-btn-prev.disabled, .btn.sw-btn-next.disabled {
    display: none;
}
a.formback span {
    vertical-align: top;
}
a.formback {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0597ce;
    background: transparent;
    padding: 4px 10px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
    line-height: 24px;
    box-shadow: none;
    border: 2px solid;
    height: auto;
    margin-top: 10px;
}

    a.formback:hover {
        background: #0597ce;
        color: #fff;
    }

.checkAgreeSection {
    margin-left:35px;
}

/*.leadAgreeSection input[type="checkbox"] {
    position: relative;
    opacity: 1;
    margin-right: 5px;
}*/

.leadAgreeSection label {
    position: relative;
}

.selldof_field-container input[type="checkbox"] {
    position: relative;
    opacity:1;
}

.selldof label.checkbox, .selldof label.radio {
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 20px;
}

.selldof .checkbox input[type=checkbox], .selldof .checkbox-inline input[type=checkbox], .selldof .radio input[type=radio], .selldof .radio-inline input[type=radio] {
    margin-left: -25px!important;
}

.selldof .radio, .selldof .checkbox {
    padding-left: 30px;
}

.selldof_field-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 640px) {
    .checkAgreeSection {
        margin-left:5px;
    }

/*    .leadAgreeSection input[type="checkbox"] {
        position: relative;
        opacity: 1;
        margin-left: 5px;
    }*/
}


.backBtnArea a.backtoHome {
    background: #0597ce;
    color: #fff;
}

.calltoAction {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}

.calltoAction a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
    background: #f35586;
    color: #fff;
    border: none;
    padding: 8px 18px 8px 12px;
    display: inline-block;
    border-radius: 100px;
    line-height: 20px;
}

.calltoAction a i {
    vertical-align: top;
    padding-right: 0px;
}

.calltoAction a:hover {
    background: #0597ce;
    color: #fff;
}

/**/

.allotmentArea .buildingArea img, .allotmentArea .parkingArea img {
    max-width: 75px;
    width: 20%;
}
.allotmentArea .buildingArea p, .allotmentArea .parkingArea p {
    width: 80%;
}