﻿.checkedBulding {
    background-color: #008B8A;
    border-radius: 4px;
    padding: 7px 20px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #008B8A;
}




.anotherBuildings {
    background: white;
    border: 1px solid #C3CBCC;
    border-radius: 4px;
    padding: 7px 20px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #2C3537;
    margin: 0 4px 10px 0;
}

.btn-building {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .btn-building .text {
        padding: 0px 15px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        color: #2C3537;
    }

.modalTitle {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.modalTitle2 {
    text-align: center;
    margin: 10px;
    font-size: 18px;
}


.overflowView {
    overflow-x: auto;
}

.contentBody {
    margin: 0 auto;
    width: 90%;
    padding: 20px 0px;
}

p.indent {
    margin-bottom: 10px;
    text-indent: 20px;
}

.modal-footer {
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
}

.docHeader {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

ol li {
    margin: 15px;
}

.find_cell.check_boxes {
    margin-top: 60px;
}

p.pT {
    margin: 5px 0px 0px 10px !important;
}

document {
    text-align: justify;
}

.contentBody {
    position: relative;
}

.scrollText {
    background-image: linear-gradient( currentColor 70%, transparent 90%);
    -webkit-background-clip: text;
    background-clip: text;
    background-attachment: fixed;
    padding-bottom: 110px;
}

    .scrollText > * {
        color: transparent;
    }

.fader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.7) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.7) 100%);
    pointer-events: none;
}


#imgBox {
    width: 250px;
    float: left;
    margin-right: 20px;
}

#header {
    margin-bottom: 20px;
}

td {
    min-width: 20px;
}

.popup_text_big center {
    margin-bottom: 30px;
}

p {
    margin: 0px;
}

div#content {
    min-height: 200px;
}

/*deposit*/

.deposit:hover {
    box-shadow: 0px 8px 14px -7px #8b0000;
}

.deposit {
    width: 250px;
    border-radius: 5px;
    box-shadow: 0px 8px 14px -7px #008b8a;
    border: 1px solid grey;
    cursor: pointer;
    float: left;
}

div.depoHeader {
    font-size: 20px;
    padding: 10px;
    text-align: left;
}

div.depoBody {
    padding: 10px;
}

#cbxSelect {
    width: 20px;
    height: 20px;
}


#depositTitle {
    font-size: 18px;
    margin: 10px;
    font-weight: 500;
}

.depoFooter {
    margin-top: 0px;
}

.scrolling-wrapper {
    white-space: nowrap;
    overflow-x: scroll;
}

.grid-item.card.deposit {
    border: 1px solid;
    border-color: #dadada;
    border-radius: 5px;
}

.deposit {
    margin: 7px 0;
}

.navigation {
    display: flex;
    margin: 7px 17px;
}

    .navigation p {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #C3CBCC;
    }

    .navigation svg {
        margin: 4px 15px;
    }

.modal-header {
    border: none;
}

svg {
    margin: 4px 0px;
}

/*.btn-close {
    width: 5px;
    height: 5px;
    margin: 10px;
    padding: 0px;
}*/

.align-middle {
    border: none;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #2C3537;
}

.l-apartment {
    min-width: 72px;
    height: 50px;
    background: #F1F1F1;
    border: 1px solid #878A8A;
    box-sizing: border-box;
    border-radius: 6px;
    padding-top: 17px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #3E5357;
    cursor: pointer;
}

    .l-apartment:not(.nohover):hover {
        background: #99A0A2;
        color: #ffffff !important;
        max-width: 72px;
    }

.l-porch-left {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #878A8A;
    min-width: 80px;
    text-align: right;
}


.l-floor-left {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #878A8A;
    text-decoration: underline;
}

.l-building {
    width: 100%;
    height: 36em;
    overflow: scroll;
}

.btn-apartment {
    background: #BABEBF;
    border-radius: 6px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF !important;
    width: 219px;
    height: 48px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    cursor: pointer;
}

.info-apartment {
    display: none;
    width: max-content;
    height: max-content;
}

.tippy-box[data-theme~='info'] {
    background: #FFFFFF;
    border: 1px solid #D2D4D5;
    box-sizing: border-box;
    border-radius: 5.94124px;
    box-shadow: -13px 16px 26px rgba(0, 0, 0, 0.18);
    padding: 15px 7px 0px 7px;
}




.i-header {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    color: #2C3537;
}

.i-i-head {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 10px;
    color: #99A0A2;
    margin-bottom: 7px;
}

.i-i-i {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #2C3537;
    margin-bottom: 10px;
}

.popup_forms input {
    border: 1px solid #99A0A2;
    box-sizing: border-box;
    border-radius: 6px;
    width: 134px;
    height: 48px;
}

.popup_text_big {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #2C3537;
}

.scroll-hidden {
    overflow: hidden;
}

#info-select {
    display: flex;
    margin-right: auto;
}

    #info-select .select {
        display: flex;
        margin: auto;
        align-items: center;
        margin-left: 20px;
    }

.select .color {
    width: 36px;
    height: 24px;
    border-radius: 6px;
}

.select .text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2C3537;
    margin-left: 10px;
}

#color1 {
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}

#color2 {
    background: #e5e5e5;
    border: 1px solid #878A8A;
}

#color3 {
    background: #008F91;
}
#color4 {
    background: #656363c7 !important;
}

.l-selected {
    background: #008b8a;
    border: 1px solid #008b8a;
    color: white;
    max-width: 72px;
}

#ResendSMS {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #99A0A2;
    margin-left: 10px;
    cursor: pointer;
}

.resendOrange {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold !important;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: underline;
    color: #F05E22 !important;
}

.textResend {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #2C3537;
}

.gray_text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #99A0A2;
}

.modal-content {
    border: none;
}

.l-entryway {
    width: max-content;
    margin: auto;
}

.modal-footer-table {
    width: 100%;
}

.buldingDisabled {
    background: url(/Images-baspana/locked.svg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    border: #e5e5e5;
    background-color: #e5e5e5;
    padding: 5px;
    background-size: 12px 13px;
    padding: 8px 27px;
}

.mob-info {
    display: none;
}

.mobHint {
    display: none;
}

#selBtn {
    margin-right: 1rem;
}


#Content {
    display: block;
    overflow: auto;
    /*height: 37em;*/
    height: 30em;
}

#selApTxt {
    display: none;
}

.mobileNavigation {
    display: none;
}

.mobileBack {
    display: none;
}

@media screen and (max-width: 1200px) {

    .modal-header {
        padding: 3rem 1rem 2.5rem !important;
    }

    #modalHead {
        display: none;
    }

    .mobileBack {
        display: flex;
        align-items: center;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #878A8A;
    }

        .mobileBack img {
            transform: rotate( 180deg);
            margin-right: 10px;
        }

    #closeUniversalModel {
        display: none;
    }

    #Content {
        height: 100vh;
    }

    .modal-header .navigation {
        display: none;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-content {
        height: 100vh;
    }

    #building_tables_wrapper .l-apartment {
        min-width: 48px;
        height: 34px;
        font-size: 12px;
        line-height: 34px;
        padding: 0;
    }

    .noselect img {
        width: 12px;
        height: 14px;
    }

    #poolSelectModal #info-select {
        display: none;
    }


    #poolSelectModal {
        background: #FFFFFF;
        box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.14);
        border-radius: 16px 16px 0px 0px;
        padding: 15px 15px 25px;
        justify-content: space-between;
    }

        #poolSelectModal .info-apartment {
            display: none;
        }

    #selApTxt {
        display: block;
        margin: 10px auto;
        font-weight: 500;
    }

    .l-porch-left p {
        display: none;
    }

    .l-porch-left {
        min-width: 48px;
    }


    #poolSelectModal .notmobile {
        display: none;
    }

    #poolSelectModal .mobileSelectButton {
        background: #008F91;
        border-radius: 27px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        margin: 0 0 15px auto;
        width: 60%;
        padding: 15px 0;
        text-align: center;
    }

    .mob-info {
        display: flex;
        width: 100%;
    }


    .mobHint {
        z-index: 5;
        background: rgba(24, 26, 27, 0.75);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        display: block;
    }

        .mobHint .wrapper {
            width: 70%;
            margin: auto;
            text-align: center;
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 16px;
            color: #FFFFFF;
            position: absolute;
            left: 0;
            right: 0;
            top: 20%;
        }

            .mobHint .wrapper img {
                margin-bottom: 15px;
            }


    .mobileNavigation {
        display: flex;
        overflow: scroll;
        margin-top: 20px;
        width: 100%;
    }

        .mobileNavigation svg {
            margin: 10px;
        }

        .mobileNavigation::-webkit-scrollbar {
            display: none;
        }

    .mobileNavigation {
        -ms-overflow-style: none;
    }

        .mobileNavigation .step {
            border-radius: 23px;
            background: #F5F5F5;
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            color: #878A8A;
            padding: 5px 15px;
            white-space: nowrap;
            display: flex;
            align-items: center;
        }



        .mobileNavigation .gone {
            background: #2C3537;
            font-family: Ubuntu-Bold;
            color: #FFFFFF !important;
        }

    #saleSum {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #2C3537;
    }

    #number {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #008F91;
    }

    #poolSelectModal .statements {
        background: #EEF4F3;
        border-radius: 6px;
        padding: 6px 15px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 13px;
        color: #878A8A;
        margin: 15px 0;
        width: 78%;
        justify-content: space-between;
        align-items: center;
    }

    .gtxt {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        color: #2C3537;
        display: flex;
        align-items: center;
    }

    .greytx {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        color: #878A8A;
        margin-left: 5px;
    }

    #image img {
        width: 100%;
        height: 107px;
    }

    .dot {
        display: block;
        background: #BDBDBD;
        width: 4px;
        height: 4px;
        border-radius: 25px;
        margin-right: 5px;
    }
}

div#ModalDialogSizeId {
    width: max-content !important;
    place-content: center !important;
}

    div#ModalDialogSizeId .modal-content {
        width: 1300px !important;
    }

    div#ModalDialogSizeId .textWrap {
        position: unset !important;
        transform: none !important;
    }


div#AnsaganModalDialogSizeId {
    width: max-content !important;
    place-content: center !important;
}

    div#AnsaganModalDialogSizeId .modal-content {
        width: 1300px !important;
    }

    div#AnsaganModalDialogSizeId .textWrap {
        position: unset !important;
        transform: none !important;
    }
/*.navigation {*/
/* width: 100% !important; */
/*}*/

.modal-header.ui-draggable-handle {
    width: 100% !important;
}

div#UniversalModalId div#ModalDialogSizeId .modal-content  {
    width: 1300px !important;
}

div#AnsaganModalId div#AnsaganModalDialogSizeId .modal-content  {
    width: 1300px !important;
}

::-webkit-scrollbar-thumb {
    background: #f1f2f2;
}

.modal-footer hr {
    display: none;
}

::-webkit-scrollbar {
    height: max-content !important;
}

div#ListsModal .modal-content {
    height: max-content !important;
}
@media(max-width:1200px) {
    div#ListsModal div#StatementRangModelDialogSize {
        margin: 0 !important;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    div#ListsModal {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        min-width: 102%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }


    div#listsModalId .contentBody {
        margin: 0;
        overflow-x: auto;
        width: 100%;
        height: 100%;
        max-height: 100%;
        min-height: max-content;
    }

        div#listsModalId .contentBody * {
            /* width: max-content; */
            /* height: max-content; */
        }

    div#ListsModal div#StatementRangModelDialogSize .modal-content {
        border-radius: 0;
        min-width: 100%;
        max-width: 100%;
        display: flex;
        height: 100% !important;
        top: 0;
        max-height: 100%;
        min-height: 100%;
        padding: 11px;
    }

    div#ListsModal .overflowView {
        /* width: 100%; */
        height: 100%;
    }

    div#StatementRangModelDialogSize div.modal-content .modal-header {
        padding: 0px !important;
        width: 100%;
    }

    div#StatementRangModelDialogSize h5#exampleModalLongTitle {
        margin: 0;
    }

    div#ListsModal .modal-footer {
        display: none;
    }

    div#ListsModal .modal-content .modal-body {
        /* padding-bottom: 100px; */
        /* height: 300px; */
        height: 100%;
        display: contents;
    }

    div#ListsModal * {
        font-size: 14px !important;
    }


    div#ListsModal button.close span {
        font-size: 18px !important;
    }


}
@media(min-width:1200px) {
    div#StatementRangModelDialogSize {
        min-width: max-content;
        width: max-content;
        max-width: max-content;
        margin: 100px auto !important;
        position: fixed;
        left: 0;
        right: 0;
    }
}