@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.btnsubmitwelcomeform{
    background: #1b1363 !important;
    color: #fff !important;
    padding: 10px 30px !important;
}

.progress-bar {
    background-color: #2bc4f3 !important;
}

.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}

/* ---------------- Header ---------------------- */

.btn-info {
    color: #000;
    background-color: #ffa136;
    border-color: #ffa136;
}

#errblock{
    font-size: 18px;
    color: red;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #3d72a4 !important;
}

.card-header{
    align-items: center;
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.ut-lease-summary-collapse{
    padding: 10px;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(61 114 164) !important;
    margin-bottom: 10px;
}

.btnFieldMoveUp{
    height: 30px !important;
    width: 30px !important;
}

.btnFieldMoveDown{
    height: 30px !important;
    width: 30px !important;
}

#datetimepicker{
    padding: 3px 10px;
}

.btnFieldMoveUpL{
    height: 30px !important;
    width: 30px !important;
}

.btnFieldMoveDownL{
    height: 30px !important;
    width: 30px !important;
}

table {
    width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}

.lease-modal-grd {
    display: grid;
    grid-template-columns: 1fr 2.3fr;
    grid-gap: 20px;
}

.aggrebtn{
    width: 100%;
    border: 1px solid !important;
    padding: 2px;
    font-size: 12px;
}

.accordion-button {
    padding: 10px 10px;
    box-shadow: none !important;
}

.ql-align-center{
    text-align: center;
}

.accordion-body {
    padding: 10px;
    padding-bottom: 5px;
}

.navbar-expand-lg .navbar-collapse {
    grid-gap: 50px;
}

.leasecheckergrd{
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

#rootm {
    border: 1px solid;
    display: block;
    margin: auto;
    max-width: 410px;
    padding: 5px;
}
.header-grd {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
    grid-gap: 25px;
    justify-content: right;
    justify-items: end;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #111B41 !important;
    padding: 9px 10px 9px 15px;
    text-transform: uppercase !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    text-align: center !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
}


.header-grd img {
    max-width: 134px;
    width: 100%;
}


.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #ced4da;
    border-top: solid 2px #ef5a23;
    border-bottom: solid 2px #6c757d;
}

.nav-top-panel{
    list-style: none;
    display: flex;
    grid-gap: 15px;
    padding: 5px 0px;
    margin: 0px;
    justify-content: end;
}

.nav-top-panel a{
    color: #000 !important;
    text-decoration: none !important;
}

.dropdown-toggle::after {
    margin-bottom: -1px;
}

header{
    border-bottom: solid 2px #eee;
}

/*
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 240px;
}
 */

.dropdown-divider {
    margin: .1rem 0;
}

@media (max-width: 1400px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 9px 10px 9px 15px;
        font-size: 16px;
        line-height: 120%;
        text-transform: uppercase;
    }
}

@media (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 9px 5px 9px 15px;
        font-size: 16px;
        line-height: 120%;
        text-transform: uppercase;
    }

    .header-grd {
        display: grid;
        grid-template-columns: auto 1fr;
        width: 100%;
        grid-gap: 15px;
        justify-content: right;

    }
}

@media (max-width: 992px) {
    .header-grd .navbar-collapse {
        position: absolute;
        left: 0px;
        width: 100%;
        background: #ffffff;
        top: 95px;
        box-shadow: 0px 0px 1px 1px #ddd;
        z-index: 1000;
    }

    .header-grd {
        display: grid;
        grid-template-columns: auto 1fr;
        width: 100%;
        grid-gap: 25px;
        justify-content: right;
    }

    .dropdown-menu {
        box-shadow: none;
        border: 0px solid #ced4da;
        border-top: solid 2px #72c02c;
        border-bottom: solid 2px #6c757d;
        border-radius: 0px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nav-top-panel {
        justify-content: center;
        flex-wrap: wrap;
        grid-gap: 13px;
    }
}
/* ---------------- Header end ------------------ */

/*-- SA --------------------------------------*/
.wa_sa{
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
}
.wa_sa .bg_semi {
    position: absolute;
    bottom: 0;
    min-height: auto;
    background-color: #000000b3;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.wa_sa .bg_semi .wa_text{
    margin-top: 20px;
    font-size: 2.7em;
    font-weight: 900;
    font-family: initial;
    line-height: 1.2em;
}
.wa_sa .bg_semi .wa_sub_message{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    border-top: solid 2px #FFF;
    margin-top: 15px;
    padding-top: 15px;
}

.wa_sa .bg_semi .wa_sub_message a{
    display: block;
    text-decoration: none;
    background: #ef5a23;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}

.wa_sa .bg_semi .wa_final_statement{
    font-style: italic;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*-- SA END --------------------------------------*/


/* F5 Footer 1 -------------------------------*/
.wa_f5 {
    color: #FFF;
    padding-bottom: 0px;
    border-top: solid 5px #000000;
    background: #D9D9D9;
}
.wa_f5 a:link, .wa_f5 a:visited, .wa_f5 a:active{
    color: #FFF;
}
.wa_f5 a:hover{
    color: #fff;
}
.wa_f5_sbft {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Lato';
    margin-top: 10px;
}
.wa_f5 .wa_h5_hr{
    border-color: #FFF;
}
.wa_f5 .wa_f5_soc{
    font-size: 30px;
}
.wa_f5 .wa_f5_soc a:hover{
    color: #000;
    transition: 0.5s;
}
.wa_f5-grid-top {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 35px;
    margin-top: 24px;
    margin-bottom: 25px;
    align-items: center;
    justify-items: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}
.wa_h5_center-grd h3 {
    font-style: normal;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    text-transform: uppercase;
}
.wa_h5_icons-grd{
    display: flex;
    grid-gap: 15px;
    margin-top: 10px;
}
.wa_f5 hr {
    margin: 0rem 0 !important;
    opacity: 1;
    background: #FFFFFF !important;
    border: 0px !important;
}
.wa_h5_center-grd {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.wa_h5_center-grd textarea {
    width: 100%;
    border: 0px;
    margin-bottom: 10px;
}

.wa_h5_center-grd input{
    border: 0px;
    box-shadow: none !important;
    background: #FFA136;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 5px 50px;
}

.wa_h5_center-grd form{
    margin: 0px !important;
}

.wa_h5-lnk{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
    text-decoration: none !important;
}
.wa_h5_contacts {
    margin-top: 15px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
@media (max-width: 992px) {
    .wa_f5-grid-top {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 10px;
    }

    .wa_f5-grid-top img {
        width: 100%;
    }
    .wa_h5_center-grd {
        grid-template-columns: 1fr;
        grid-gap: 20px 40px;
    }
}
@media (max-width: 768px) {

    .wa_sa {
        min-height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
        color: #FFF;
        text-align: center;
        position: relative;
        background-position-x: center;
    }

    .wa_h5_center-grd {
        grid-template-columns: 1fr;
    }
}
/* F5 END ---------------------------------------*/


/* A0184 Start --------------------*/
.a0184{
    padding-top: 50px;
    padding-bottom: 60px;
}
.a0184-main-grd {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin-top: 35px;
}
.a0184-items-grd {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    justify-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.a0184-img{
    border: 3px solid #619F42;
    filter: drop-shadow(0px 3px 19px rgba(24, 55, 9, 0.3));
    width: 100%;
}
.a0184-item-box {
    border: 1px solid #E4E7E2;
    box-shadow: 0px 4px 7px #dee2e6;
    padding: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #4F524D;
    max-width: 300px;
}
.a0184 h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000;
}
.a0184 h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.a0184-icon {
    max-height: 100px;
}

.dropdown-item.active, .dropdown-item:active{
    background: transparent !important;
}

.dropdown-item a{
    color: #212529 !important;
    text-decoration: none !important;
}

.dropdown-item.active, .dropdown-item:active{
    color: #212529 !important;
    text-decoration: none !important;
}

#dshboard{
padding: 30px 0px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px !important;
        width: 90% !important;
    }
}

@media (max-width: 992px) {
    .a0184-main-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        margin-top: 15px;
    }
    .a0184 {
        padding-top: 20px;
        padding-bottom: 30px;
    }


}
@media (max-width: 576px) {

}
/* A0184 END --------------------*/

#tophead{
    background: #000000;
    padding: 5px 0px;
}

#tophead .nav-top-panel a{
    color: #000 !important;
    background: #FFA136 !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    letter-spacing: 0.25em !important;
    text-align: center !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
    padding: 5px 50px;
}

#copyright-bottom{
    background: #000000;
    padding: 10px 0px;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}


#blue-dsbrdpanel{
    background: #3D72A4;
}

.blue-dsbrdpanel-grd{
    display: grid;
    grid-template-columns: 300px 1fr 200px;
    grid-gap: 26px;
}

.blue-dsbrdpanel-grd-body{
    display: grid;
    grid-template-columns: 300px 1fr 220px;
    grid-gap: 26px;
    margin-top: 25px;
}



.blue-dsbrdpanel-grd h2{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;
    color: #FFFFFF;
    padding: 10px 0px;
}

.blue-dsbrdpanel-button{
    display: grid;
    grid-template-columns: 1fr auto;
    border: 1px solid #3D72A4;
    background: #fff;
    height: 100%;
    align-items: center;
    padding: 10px 24px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #231F20 !important;
    text-decoration: none !important;
}


.dashboard-left-nav {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 50px;
}

#dshboard{
    background: #F5F5F5;
}

#dashboard-finall{
    background: #F5F5F5;
}

.btn-srch {
    background: #fff;
    border: 0.5px solid #9A9999;
    display: flex;
    justify-content: center;
    grid-gap: 25px;
    align-items: center;
    padding: 10px;
    font-size: 16px !important;
    font-family: Montserrat;
    background-color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.btn-srch h4{
    margin: 0px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.dashboard-left-nav-item {
    background: #fff;
    border: 0.5px solid #9A9999;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 16px;
    align-items: center;
    padding: 10px;
    font-size: 16px !important;
    font-family: Montserrat;
    background-color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.dashboard-left-nav-item h4{
    text-align: left;
    margin: 0px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.29px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;
}

.dashboard-left-nav-item a{
    color: #000 !important;
    text-decoration: none !important;
    text-align: left;
    margin: 0px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.29px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;
}

.dashboard-right-nav-item {
    background: #3D72A4;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 15px;
    padding: 13px 10px;
    text-decoration: none !important;
    color: #fff !important;
}

.dashboard-right-nav-item h4{
    margin: 0px;
    color: #fff !important;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.dashboard-right-nav{
    display: grid;
    grid-gap: 5px;
    margin-bottom: 50px;
}

.leased-avaliable {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.white-head {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 14px;
    border: 0.5px solid #000000;
    color: #000;
    background: #FFFFFF;
    margin-top: 10px;
}

.leased-avaliable h6{
    background: #3D72A4;
    margin: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.94px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.leased-avaliable img{
    padding: 5px;
}

.leased-grd {
    display: grid;
    grid-template-columns: 45px 1fr 47px 60px;
    align-items: center;
    text-align: center;
}

.aviable-grd{
    display: grid;
    grid-template-columns: 45px 1fr 47px 60px;
    align-items: center;
    text-align: center;
}

.self-storage-tab {
    display: grid;
    max-width: 200px;
    padding: 9px;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
    align-items: center;
    text-align: center;
    background: #fff;
    text-decoration: none !important;
    height: 100%;
}

.self-storage-tab h5{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;
}

.self-storage-tab-active {
    background: #706F6F;
}

.self-storage-tab-active h5{
    color: #fff;
}

#self-storage-customers-top-grd {
    display: grid;
    flex-flow: wrap;
    margin-top: 0px;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.self-storage-tab-inner{
    display: none;
}

.self-storage-tab-inner-active{
    display: block;
    overflow: auto;
}

#blue-dsbrdpanel-center{
}

#btnAddTax{
    width: 140px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    color: #fff;
    background: #1b1363 !important;
    border: 1px solid #1b1363 !important;
}

#taxEditorContainer .toast{
    position: absolute;
    left: 0px;
    top: -65px;
    width: 300px !important;
    max-width: 1000px;
    background: #fff !important;
    color: #000 !important;
}

.dshbordbluebtn{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff !important;
    text-decoration: none !important;
    background: #3D72A4 !important;
    display: block;
    padding: 10px;
    border-color: #3D72A4 !important;
}

.btn-warning {
    color: #000;
    background-color: #FFA136 !important;
    border-color: #FFA136 !important;
    color: #fff;
}

.latepaid-grd{
    display: grid;
    grid-template-columns: 1fr 92px;
    margin-top: 5px;
}

.latepaid-second-item{
    border: 0.5px solid #000000;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 10px;
    background: #fff;
}

.latepaid-first-item{
    border: 0.5px solid #000000;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    padding: 10px;
    background: #DBD7D7;
}

@media(max-width: 1400px){
    .blue-dsbrdpanel-grd-body {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-gap: 26px;
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    .blue-dsbrdpanel-grd-body {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 26px;
        margin-top: 25px;
    }

    .dashboard-right-nav {
        display: grid;
        grid-gap: 5px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {

    .blue-dsbrdpanel-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 0px;
    }

    #blue-dsbrdpanel-grd-body-3col{
        display: block !important;
    }

    #blue-dsbrdpanel-grd-body{
        grid-template-columns: 1fr !important;
    }

    .blue-dsbrdpanel-button{
        display: none !important;
    }
}

@media (max-width: 768px) {
    .leased-avaliable {
        display: grid;
        grid-template-columns: 309px;
        grid-gap: 20px;
        margin-bottom: 30px;
    }

    #blue-dsbrdpanel-center {
        overflow: auto;
    }
}


/*-------------------  table-customers -------------------------------*/
.table-customers td {
    border: 1px solid #F5F5F5;
    background: #fff;
    padding: 15px 10px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.table-customers th {
    border: 1px solid #F5F5F5;
    background: #fff;
    padding: 0px 10px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.table-customers .first-th {
    border: 1px solid #706F6F;
    color: #706F6F;
    padding: 0px;
}

.table-customers .second-th {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
}

.table-customers .third-th {
    background: #706F6F;
    color: #fff;
    border: 1px solid #706F6F;
    text-align: center;
}

.td-red{
    color:#FF0A0A;
}


/*-------------------  table-facilities -------------------------------*/
.table-facilities{}

.table-facilities td {
    border: 1px solid #9E9E9E;
    background: #fff;
    padding: 15px 10px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.table-facilities th {
    border: 1px solid #F5F5F5;
    background: #fff;
    padding: 0px 10px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.table-facilities .first-th {
    border: 1px solid #706F6F;
    color: #706F6F;
}

.table-facilities .second-th {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
}

.table-facilities .third-th {
    background: #706F6F;
    color: #fff;
    border: 1px solid #706F6F;
    text-align: center;
    padding: 15px 10px;
}

.table-facilities .btn {
    width: 160px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

#addfacilitybtn{
    width: 200px;
    display: block;
    margin-top: 20px;
}

.td-red{
    color:#FF0A0A;
}


#facilityLoader {
    margin: auto;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* ----------------- facilities ------------------------------------- */
#facilityinnerpage .ut-toolbar{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#facilityinnerpage .dropdown-toggle{
    min-width: 60px;
}


#facilityinnerpage .dropdown-menu {
    width: 225px;
    left: 0px !important;
    transform: translate3d(0px, 41px, 0px) !important;
}



#facilityinnerpage .ut-facility-unit-listitem .dropdown-menu {
    width: 165px;
    left: 0px !important;
    transform: translate3d(-100px, 41px, 0px) !important;
}


#facilityinnerpage .btn-info {
    color: #fff;
    background-color: #3D72A4 !important;
    border-color: #3D72A4 !important;
    box-shadow: none !important;
}

#facilityinnerpage .form-select{
    box-shadow: none !important;
}


.ut-nav-block{
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tabnwleasebtn-active {
    background-color: #DDD;
    color: #101010 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.tabnwleasebtn{
    display: block;
    padding: 19px;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
}

#EditUnitsNotesModal tbody, #EditUnitsNotesModal td, #EditUnitsNotesModal tfoot, #EditUnitsNotesModal th, #EditUnitsNotesModal thead, #EditUnitsNotesModal tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

.CustomerButton{
    color: #000 !important;
    background: #FFA136 !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    letter-spacing: 0.25em !important;
    text-align: center !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
    padding: 5px 50px;
    margin: auto;
    display: block;
    margin-top: 10px;
    border: 0px;
}

.tabcustomer{
    display: none;
}


.ut-legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ut-legend .ut-legend-item {
    display: flex;
}

.ut-legend .ut-legend-item .ut-legend-item__color {
    width: 20px;
    height: 20px;
    border: solid 1px #6c757d;
    margin: 0 .5rem .5rem 0;
}

.ut-legend .ut-legend-item.ut-legend-item--unit .ut-legend-item__color {
    background-color: #fff;
}

.ut-legend .ut-legend-item.ut-legend-item--available .ut-legend-item__color {
    background-color: #fff;
}

.ut-legend .ut-legend-item.ut-legend-item--esign .ut-legend-item__color {
    background-color: #3498db;
}

.ut-legend .ut-legend-item.ut-legend-item--leased .ut-legend-item__color {
    background-color: rgba(64,151,28,.7);
}

.ut-legend .ut-legend-item.ut-legend-item--inactive .ut-legend-item__color {
    background-color: #ced4da;
}

.ut-legend .ut-legend-item.ut-legend-item--unrentable .ut-legend-item__color {
    background-image: url("/img/map/unrentable-background.svg");
    background-repeat: repeat;
    background-size: 30px 30px;
}

.ut-legend .ut-legend-item.ut-legend-item--needsrepair .ut-legend-item__color {
    background-color: rgba(243,240,0,.7);
}

.ut-legend .ut-legend-item.ut-legend-item--nolease .ut-legend-item__color {
    background-color: #fff;
}

.ut-legend .ut-legend-item.ut-legend-item--paidahead .ut-legend-item__color {
    background-color: #72c02c;
}

.ut-legend .ut-legend-item.ut-legend-item--paidup .ut-legend-item__color {
    background-color: rgba(160,242,126,.7);
}

.ut-legend .ut-legend-item.ut-legend-item--late .ut-legend-item__color {
    background-color: rgba(243,240,0,.7);
}

.ut-legend .ut-legend-item.ut-legend-item--overdue .ut-legend-item__color {
    background-color: rgba(231,81,81,.7);
}

.ut-legend .ut-legend-item.ut-legend-item--notlockedout .ut-legend-item__color {
    background-color: rgba(64,151,28,.7);
}

.ut-legend .ut-legend-item.ut-legend-item--lockedout .ut-legend-item__color {
    background-color: rgba(231,81,81,.7);
}

#editmap{
    background-image: url(/storage/editorBackground.png);
    min-height: 500px;
    background-color: #90c0ff;
    background-repeat: repeat;
    overflow: auto;
    min-width: 500px;
    position: relative;
    height: 100%;
    width: 100%;
}

.unt-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 15px;
}

.szs-grd .dropdown-toggle::after {
    margin-bottom: -1px;
    margin: 7px;
    border: 0px !important;
}

.szs-grd{
    display: grid
;
    grid-template-columns: 50px 1fr auto;
    grid-gap: 10px;
}

.szs-grd img{
    width: 100%;
}

.mapeditor-grd{
    display: grid
;
    grid-template-columns: 200px 1fr;
}
