body {
    background-color: #f1f1f1;
}

#backgroundLayer {
    width: 1920px;
    height: 1080px;
    background-image: url("/img/2023-11-09-background.jpg");
    background-color: #f1f1f1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#map {
    position: absolute;
    top: 154px;
    left: 701px;

}

.pager {
    text-align: center;
    position: relative;
    top: 10px;
    border-radius: 20px;
    background: red;
    width: 490px;

}

.pager div {
    /* background: white; */
    /* border: 1px solid blue; */
    padding: 10px;
    /* float: left; */
    display: inline-block;

}

.pageNumbers {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    /* background: 0px !important; */
}

/* .navBtn {
    background: white;
    border: 1px solid blue;
    padding: 10px;
} */

.pageNumbers a {
    /* background: white; */
    /* border: 1px solid blue; */
    padding: 15px;
    height: 40px;
    width: 30px;
    margin-top: 15px;
    margin-left: 2.5px;
    color: white;
    font-weight: heavy;

}

.pageNumbers a.active {
    background: white;
    color: #D1181E;
}

.navBtn img {
    height: 30px;
    width: 30px;
    
}


#tenants {
    position: absolute;
    top: 276px;
    left: 138px;
    /* border: 1px solid green; */
    width: 530px;
}

#control {
    position: relative;
    height: 60px;
    top: 0px;
    left: 0px;
    /* border: 1px solid red; */
    background: #D1181E;
    display: none;
    margin-top: 10px;
}

#tenantList {
    position: relative;
    height: 725px;
    overflow-y: hidden;
    scroll-padding: 5px;
    /* border: 1px solid red; */
}

#tenantList .listItem {
    cursor: pointer;
    border: 1px solid #333333;
    width: 490px;
    height: 50px;
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    padding: 9px;
    background: white;
    color: black;

}

#tenantList .listItem.selected {
    width: 525px;
    height: 65px;
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    padding: 9px;
    background: white;
    color: black;

}

.listItem.selected div {
    height: 63px;
    /* border: 1px solid purple; */
    vertical-align: middle;
}

.listItem.selected .tFloor {
    padding: 12px;
    padding-top: 15px;
    width: 63px;
}

.listItem.selected .tName {
    top: 0px;
    left: 63px;
    width: 365px;
    padding-top: 15px;
    padding-right: 0px;
    font-size: 22px;
    font-weight: heavy;
    /* border: 1px solid red; */
}

.listItem.selected div.tNameTitle {
    font-size: 20px;
    height: 20px;
    margin-top: -5px;
    top: 0px;
    /* border: 1px solid green; */
}

.listItem.selected div.tNameSub {
    font-size: 14px;
    height: 14px;
    margin: 0px;
    top: 0px;
}

.listItem.selected .tSuite {
    text-align: left;
    padding: 20px;
    padding-top: 15px;
    /* border: 1px solid green; */
    right: 41px;
}

.listItem.selected .tAction {
    position: absolute;
    width: 63px;
    padding-left: 19px !important;
    text-align: center;
    background-image: url("/img/listActionSel.png");
    color: #F2F2F2;
}

.listItem div {
    height: 48px;
    /* border: 1px solid purple; */
    vertical-align: middle;
}

.tFloor {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    text-align: center;
    background: #119DA4;
    color: #F2F2F2;
    border-right: 1px solid #333333;
    padding: 10px;
    padding-top: 8px;
}

.tFloor.f1 {
    background: #119DA4;
}

.tFloor.f2 {
    background: rgb(255, 217, 0);
    color: #333333;
}

.tName {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 337px;
    padding: 10px;
    padding-top: 12px;
    font-size: 18px;
}

.tName.sub {
    padding-top: 4px;
}

div.tNameTitle {
    position: relative;
    font-size: 18px;
    height: 18px;
    margin: 0px;
    top: 0px;
}

div.tNameSub {
    position: relative;
    font-size: 14px;
    height: 14px;
    margin: 0px;
    top: 0px;
}

.tSuite {
    position: absolute;
    top: 0px;
    right: 61px;
    text-align: center;
    padding: 10px;
    padding-top: 8px;
}

.tAction {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 61px;
    padding-left: 19px !important;
    text-align: center;
    background-image: url("/img/listAction.png");
    color: #F2F2F2;
    padding: 10px;
    padding-top: 8px;
}

.alert {
    z-index: 2000;
    right: 0px;
    text-align: center;
    margin: 5px;
    display: none;
    opacity: 70%;
    width: 300px;
}

#dev-control {
    position: absolute;
    bottom: 0px;
    right: 15px;
    z-index: 1000;
    background: red;
    padding: 15px;
    border-radius: 25px 25px 0px 0px;
    display: none;
}

.tbAddress {
    /* background: purple; */

    /* width: 400px; */
    position: absolute;
    left: 140px;
    top: 22px;
    text-align: left;
    color: white;
    font-family: "Cabin", sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    line-height: 1.2;

}

#topBar {
    position: absolute;
    /* border: 1px solid green; */
    /* background: orange; */
    top: 31px;
    height: 128px;
    width: 100vw;
    padding: 25px;
    /* z-index: 1000 !important; */
}

.tbTitle {
    position: absolute;
    right: 25px;
    top: 14px;
    font-size: 65px;

    color: white;
    font-family: "Cabin", sans-serif;
    font-weight: bolder;
    letter-spacing: 2px;
    margin: 0px;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    margin-block-start: 23px;
    margin-block-end: 0px;
    line-height: .8;

    
}

.searchBox {
    /* background: orange; */
    position: absolute;
    /* z-index: 1000; */
    top: 184px;
    left: 138px;
    width: 485px;
}

.searchBox #search {
    margin-left: 14px;
    width: 400px;
    height: 61px;
    background: none;
    border: none;
    font-size: 25px;
}

.searchBox .searchBtn {
    position: absolute;
    top: 5px;
    right: 7px;
}


.load-background {
    position: absolute;
    background: white;
    z-index: 30000;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    color: #000000;
    text-align: center;
    padding: 100px;
}

.load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
    /*change these sizes to fit into your project*/
    width:100px;
    height:100px;
  }
  .load hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite; opacity: 1;}
  
  .load :first-child{background:#19A68C;animation-delay:-1.5s}
  .load :nth-child(2){background:#F63D3A;animation-delay:-1s}
  .load :nth-child(3){background:#FDA543;animation-delay:-0.5s}
  .load :last-child{background:#193B48}
  
  @keyframes spin{
    0%,100%{transform:translate(0)}
    25%{transform:translate(160%)}
    50%{transform:translate(160%, 160%)}
    75%{transform:translate(0, 160%)}
  }