﻿.login-logo .custom-brand-image,
.register-logo .custom-brand-image {
    margin-top: -.5rem;
    margin-right: .2rem;
    height: 33px;
}

.input-group-padding {
    padding-top: 0px !important;
}

button {
    cursor: pointer !important;
}

/*.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

    .files input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files {
    position: relative
}

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 50px;
        right: 0;
        height: 56px;
        content: "";
        background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}*/
.dropzone {
    min-height: auto;
}

.dropzone.dropzone-default {
        padding: 20px;
        text-align: center;
        cursor: pointer;
        border: 2px dashed #ECF0F3;
        border-radius: 0.42rem;
    }

.dropzone.dropzone-default .dropzone-msg-title {
            color: #464E5F;
            margin: 0 0 5px 0;
            padding: 0;
            font-weight: 500;
            font-size: 1.2rem;
        }

.dropzone.dropzone-default .dropzone-msg-desc {
            color: #B5B5C3;
            font-weight: 400;
            font-size: 1rem;
        }

.dropzone.dropzone-default .dz-preview .dz-image {
            border-radius: 0.42rem;
        }

.dropzone.dropzone-default .dz-remove {
            color: #80808F;
            font-size: 1px;
            font-weight: 500;
            -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        }

.dropzone.dropzone-default .dz-remove:hover {
                -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
                transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
                color: #3699FF;
            }

.dropzone.dropzone-default.dropzone-primary {
            border-color: #3699FF;
        }

.dropzone.dropzone-default.dropzone-secondary {
            border-color: #E5EAEE;
        }

.dropzone.dropzone-default.dropzone-success {
            border-color: #1BC5BD;
        }

.dropzone.dropzone-default.dropzone-info {
            border-color: #8950FC;
        }

.dropzone.dropzone-default.dropzone-warning {
            border-color: #FFA800;
        }

.dropzone.dropzone-default.dropzone-danger {
            border-color: #F64E60;
        }

.dropzone.dropzone-default.dropzone-light {
            border-color: #F3F6F9;
        }

.dropzone.dropzone-default.dropzone-dark {
            border-color: #212121;
        }

.dropzone.dropzone-default.dropzone-white {
            border-color: #ffffff;
        }

.dropzone.dropzone-default.dropzone-dark-75 {
            border-color: #464E5F;
        }

.dropzone.dropzone-multi {
        border: 0;
        padding: 0;
    }

.dropzone.dropzone-multi .dz-message {
            display: none;
        }

.dropzone.dropzone-multi .dropzone-panel .dropzone-upload,
.dropzone.dropzone-multi .dropzone-panel .dropzone-remove-all {
            display: none;
}

.dropzone.dropzone-multi .dropzone-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 0.75rem;
            border-radius: 0.42rem;
            padding: 0.5rem 1rem;
            background-color: #F3F6F9;
        }

.dropzone.dropzone-multi .dropzone-item .dropzone-file {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
                    font-size: 0.9rem;
                    font-weight: 500;
                    color: #80808F;
                    text-overflow: ellipsis;
                    margin-right: 0.5rem;
                }

.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename b {
                        font-size: 0.9rem;
                        font-weight: 500;
                        color: #B5B5C3;
                    }

.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
                    margin-top: 0.25rem;
                    font-size: 0.9rem;
                    font-weight: 400;
                    color: #F64E60;
                    text-overflow: ellipsis;
                }

.dropzone.dropzone-multi .dropzone-item .dropzone-progress {
                width: 15%;
            }

.dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
                    height: 5px;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

@media (prefers-reduced-motion: reduce) {
    .dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
        -webkit-transition: none;
        transition: none;
    }
}

.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar {
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete {
        height: 25px;
        width: 25px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    }

.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i {
            -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
            font-size: 0.8rem;
            color: #80808F;
        }

.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover {
            -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        }

.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover i {
                color: #3699FF;
            }

.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    }

.ui-datepicker {
    font-size: 9pt !important
}
/***********************
********* Footer ******
************************/

#footer {
    color: #869099;
    background: #ffffff;
}

#footer a {
        color: #161414;
    }

#footer a:hover {
            color: #45aed6;
        }

#footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

#footer ul > li {
            display: inline-block;
            margin: 0 7.5px;
        }

/* Dashboard Start*/
.well {
    background-color: #fcfcfc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.well.white {
        background-color: #fff;
        padding: 9px;
        margin: 10px 0px 10px 0px;
    }

.well .btn-group {
        margin-right: 5px;
        margin-left: 0px;
        margin-top: 5px;
    }

.well .btn-group select, .well .btn-group input {
            margin-bottom: 0px;
        }

.well h5, .well h4, .well h2, .well h3 {
        margin-top: 0px;
    }

.sub-header {
    margin: 10px -20px 20px;
    padding: 0px 20px 10px;
    border-bottom: 1px solid #e3e3e3;
}

/* Dashboard steps */
.steps a, .steps a:hover {
    text-decoration: none;
    color: #555555;
}

.steps h3 {
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 22px;
    margin: 0px;
}

.steps h3 span.step-done {
        text-decoration: line-through;
    }

.steps h3 em.step-done {
        color: #17a2b8;
        font-family: "Caveat", cursive;
        font-size: 150%;
        line-height: 100%;
    }

.steps .lead {
    font-size: 17px;
    margin: 5px 0px 5px 0px;
}

.step {
    /**/ border: 2px solid #f1f1f1;
    padding: 12px 20px;
    background-color: white;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.step:hover {
        border: 2px solid #17a2b8;
    }

.step-icon {
    background: #17a2b8;
    width: 60px;
    height: 60px;
    border: 3px solid #17a2b8;
    position: relative;
    top: 0;
    left: 0px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.step-icon.step-done {
        opacity: 0.6;
    }

.step-icon i {
        position: relative;
        top: 12px;
        left: 0px;
        color: white;
        font-size: 30px;
    }

.step-icon b {
        position: relative;
        font-size: 44px;
        color: white;
        top: -6px;
        left: 27%;
        font-weight: 600;
    }
/* Dashboard Steps Finished*/
.custom-description-text {
    text-transform: uppercase;
    font-size: 13px;
}

.upcomingRequestsRow:hover {
    background-color: #e9ecef !important;
    cursor: pointer;
}

.emptyPage {
    background-image: url(../img/EmptyPage.png);
    height: 68vh;
    margin-left: 15%
}

.emptyPageMessage{
    padding-top:35vh;
    padding-right:10vh;
}

.emptyPageMessage-2 {
    padding-top: 25vh;
    padding-right: 10vh;
}

.emptyPageMessage p {
    font-weight:500;
    justify-content:normal
}

.emptyPageButton {
    padding-bottom: 25vh;
    padding-right: 8vh;
}
.padEmptyPageButton {
    padding-bottom: 25vh;
    padding-right: 10vh;
}

.customScrollBar::-webkit-scrollbar {
    width: 1px;
}

.sub-label {
    font-size: 14px;
    display: block;
    margin: 0px 0px 4px 0px;
}

.PAD-Reject-Img {
    width: 5%;
    object-fit: cover;
}

.statusApproved, .tenantPadIndex {
    display: normal;
}

.btn-xl {
    padding: 08px 16px;
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
}

.rotessa-logo-Img {
    width: 8%;
    object-fit: cover;
    padding: 1% 1% 1% 0.5%;
    cursor: pointer;
}

.registration-step-two-label {
    color: #007bff;
    font-size: 18px;
    padding: 3px;
}

.form-group.required .control-label:after {
    content: " *";
    color: #dc3545;
}

.showMaintenanceRequest {
    display: block;
}

.hideMaintenanceRequest {
    display: none;
}

.padSignupHeaderText > h5 {
    font-size: 1.0rem;
    margin-top: 8px;
}

.padSignupPostText > h5 {
    font-size: 0.95rem;
    margin-top: 8px;
}

.padSignupSuccess {
    width: auto !important;
}

.validation-summary-valid {
    display: none !important;
}

.billingSearchBtn {
    margin-top: 0px;
}

.no-wrap {
    white-space: nowrap;
}

.image-area {
    position: relative;
    width: 100%;
}

.image-area a {
    color: white;
}
.image-area img {
        max-width: 100%;
        height: auto;
    }

.remove-image {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.remove-image:hover {
        background: #dc3545;
        padding: 3px 7px 5px;
        top: -11px;
        right: -11px;
    }

.remove-image:active {
        background: #dc3545;
        top: -10px;
        right: -11px;
    }

.img-wrap {
    position: relative;
    display: inline-block;
    /*border: 1px red solid;*/
    font-size: 0;
}

    .img-wrap .close {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: #848484;
        padding: 5px 4px 7px;
        color: #efefef;
        cursor: pointer;
        opacity: .7;
        text-align: center;
        font-size: 26px;
        line-height: 10px;
        border-radius: 50%;
    }

.img-wrap:hover .close {
        opacity: 1;
    }

.landlord-tenant-checkBox {
    margin-top: 40px;
}

ul.nav.nav-treeview > li {
    margin-left: 12px;
}

.pad-start-btn {
    margin-right: 0%;
    margin-left: -38px;
}

.landlord-invoice-table-width {
    width: 100%;
}

.billing-screen-amount-row {
    position: absolute;
    margin-left: 51%;
}

.rentalAgreementMobileDeleteBtn {
    margin-top: 2%;
}

.rentalAgreementActionColumn {
    width:9%;
}

.certnActionbtn {
    line-height: 1.2;
}

.certnActionbtn .certnIcon {
    padding-right: 2px;
}

.certnVerificationBadge {
    width: 17px;
    margin-bottom: 5px;
    margin-left: 4px;
}

.certnActionBtnText {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s;
    margin: 1.8px;
}

.hiddenTitle {
    display: none !important;
}

.tenantActionColumn {
    width: 100%;
}

.creditCardIcons {
    width: 30px;
}

.bankImage {
    max-width: 100%;
    opacity: .9;
    /*margin-left: 75px;*/
    display: none;
}

.creditCard {
    max-width: 100%;
}

.padInformation {
    display: none;
}

.dashboard_three_Stpes_h3
.dashboard_first_Stpes_h3 {
    max-width: none;
}

.tenantReportDownloadLink {
    margin-top: -22px;
}
.propertyValueInput {
    margin-top: 26px;
}
.padTransactionReportSearchBtn{
    width: 100%;
}

.padSendBtn {
    margin-top: 32px;
}

.slsLogo {
    width: 150px;
}

.prospectFileUploadDiv {
    max-width: 360px; 
}

.paymentDetail {
    width: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.hw_property_table_action_col,
.hw_property_table_description_col {
    width: auto;
}

.hw_inspector_desktop_address{
    display: none;
}

.hw_inspector_mobile_address {
    display: block;
}

.verificationReports {
    min-width: none;
}

.verificationReportsSuccess {
    min-width: none;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.4); /* IE */
    -moz-transform: scale(1.4); /* FF */
    -webkit-transform: scale(1.4); /* Safari and Chrome */
    -o-transform: scale(1.4); /* Opera */
    padding: 10px;
}

.phone-number-table-col{
    width: 110px;
}

.propertyCard {
    display: none;
}

.dateOfBirthDesktopControl {
    display: none;
}

.dateOfBirthMobileControl {
    display: block;
}
.rentalDocChkCol {
    width: 5%;
}
.rentalDocDescCol {
    width: 50%;
}
.rentalDocActionCol {
    width: 30%;
}
.padTitleMobile {
    display: flex !important;
}
.padTitleDesktop {
    display: none !important;
}
.padMessage {
    padding-top: 25px !important;
}

.maintenanceRequestImg {
    width: 180px;
}

.landing-page-text-version {
    width: 50%;
}

.landing-page-videoIFrame {
    height: 430px;
    width: 700px;
}

.landing-page-text {
    font-size: 22px;
}

.applyPageSuccessBody {
    width: 40%;
}

.custom-login-page,
.custom-register-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80vh !important;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2vh;
}

.prospectUploadFile {
    width: 95%;
}

.no-wrap {
    white-space: nowrap;
}

.narrow-column {
    width: 1%;
    white-space: nowrap;
}

::-webkit-scrollbar {
    width: 5px; /* Reduced width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1.5px;
}

::-webkit-scrollbar-thumb:hover {
        background: #555;
}

.swal-left-align {
    text-align: left !important;
}

.table-indicator-column {
    padding-left: 6px !important;
}

/* Responsiveness Style goes here*/
@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .emptyPageMessage, .emptyPageMessage-2 {
        padding-top: 0vh;
        padding-right: 3vh;
    }
    .emptyPageMessage p, .emptyPageMessage-2 p {
        width: 100% !important;
    }
    input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1); /* IE */
        -moz-transform: scale(1); /* FF */
        -webkit-transform: scale(1); /* Safari and Chrome */
        -o-transform: scale(1); /* Opera */
        padding: 10px;
    }
    .dashboard_three_Stpes_h3 {
        max-width: 160px !important;
    }

    .dashboard_first_Stpes_h3 {
        max-width: 195px !important;
    }
    .steps h3 {
        font-weight: 600;
        letter-spacing: -0.5px;
        font-size: 16px;
        margin: 0px;
    }
    .steps .lead {
        font-size: 15px;
        margin: 0px 0px 5px 0px;
    }
    .stepsCardBody {
        padding: 15px 2px 15px 2px;
    }
    .homePhone:before {
        content: " \a";
        white-space: pre;
    }
    .padEmptyPageButton {
        padding-bottom: 25vh;
        padding-right: 04vh;
    }
    .headerBtn {
        display: none;
    }
    .landing-page-text-version {
        width: 90%;
    }
    .landing-page-videoIFrame {
        height: 220px;
        width:300px;
    }
    .landing-page-text {    
        font-size: 20px;
    }
    .applyPageSuccessBody {
        width: 90%;
    }
    .emptyPageButton {
        padding-right: 4vh;
    }
}

@media only screen and (device-width: 768px) {
    /* default iPad screens */
    #footer .social-icons {
        float: right;
    }
    .billingSearchBtn {
        margin-top: 32px;
    }
    .input-group-padding {
        padding-top: 24% !important;
    }
    .rentalAgreementActionColumn {
        width: 16%;
    }
    .dashboard_three_Stpes_h3 {
        max-width: 200px;
    }  
    .dashboard_first_Stpes_h3 {
        max-width: 200px;
    }
    .prospectFileUploadDiv {
        max-width: 560px;
    }
}

@media only screen and (max-device-width: 800px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .rotessa-logo-Img {
        width: 46%;
        padding: 7% 18% 0% 1.5%;
    }

    .pad-application-type-7-rem {
        margin-bottom: 7rem;
    }

    .pad-application-type-7-rem {
        margin-bottom: 1rem;
    }

    .blockMsg > h1 {
        font-size: 1.5rem;
    }

    .statusApproved, .tenantPadIndex {
        display: none !important;
    }
    .pad-start-btn {
        margin-right: 0%;
        margin-left: -78px;
    }
    .dashboard_three_Stpes_h3 {
        max-width: 180px;
    }
    .dashboard_first_Stpes_h3 {
        max-width: 180px;
    }
}

@media only screen and (min-width: 960px) {
    /* styles for browsers larger than 960px; */
    .padSignupHeaderText > h5 {
        font-size: 1.25rem;
        margin-top: 0px;
    }
    .padSignupPostText > h5 {
        font-size: 1.0rem;
        margin-top: 0px;
    }
    .padSignupSuccess {
        width: 424px !important;
    }
    .PAD-Reject-Img {
        width: 30%;
    }
    .pad-start-btn {
        margin-right: 0px;
        margin-left: 0px;
    }
    .billingSearchBtn {
        margin-top: 32px;
    }
    .landlord-invoice-table-width {
        width: 76%;
    }
    .tenantActionColumn {
        width: 16%;
    }
    .tenantReportDownloadLink {
        margin-top: 0.25rem;
    }
    .propertyValueInput {
        margin-top: 0px;
    }
    .padTransactionReportSearchBtn {
        width: 50%;
    }
    .prospectFileUploadDiv {
        max-width: 600px;
    }
    .paymentDetailDiv {
        width: 500px;
    }
    .hw_property_table_action_col {
        width: 40px;
    }
    .hw_property_table_description_col {
        width: 80%;
    }
    .hw_inspector_desktop_address {
        display: block;
    }
    .hw_inspector_mobile_address {
        display: none;
    }
    .verificationReports {
        min-width: 900px;
    }
    .verificationReportsSuccess {
        min-width: 430px;
    }
    .propertyCard {
        display: block;
    }
    .dateOfBirthDesktopControl {
        display: block;
    }

    .dateOfBirthMobileControl {
        display: none;
    }
    .rentalDocChkCol {
        width: -1px;
    }

    .rentalDocDescCol {
        width: 400px;
    }

    .rentalDocActionCol {
        width: 90px;
    }
    .padTitleMobile {
        display: none !important;
    }

    .padTitleDesktop {
        display: flex !important;
    }
    .padMessage{
        padding-top: 50px !important;
    }
    .maintenanceRequestImg {
        width: auto;
    }
    .prospectUploadFile {
        width: 50%;
    }
    .rentalAgreementActionColumn {
        width: 90px;
    }
}

@media only screen and (min-width: 1440px) {
    /* styles for browsers larger than 1440px; */
    .padSignupSuccess {
        width: 424px !important;
    }
}

@media only screen and (min-width: 2000px) {
    /* for sumo sized (mac) screens */
}

/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .pad-start-btn {
        margin-right: 2px;
        margin-left: -15px;
    }
    .rentalAgreementActionColumn {
        width: 90px;
    }
    .padSendBtn {
        margin-top: 7%;
    }
    .padSignupSuccess {
        width: 424px !important;
    }
    .propertyCard {
        display: block;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
}

@media screen {
    #invoiceAddressDetails {
        display: none;
    }

    #invoiceAddressDetails.show {
            display: block;
    }
}

@media print {
    #invoiceAddressDetails {
        display: block !important;
    }
}
