/* ==========================================================================
   FLOORS
   ========================================================================== */
.add-floor {
    float: right;
    height: 28px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-top: -2px;
}
.no-floors-configured {
    height: 60vh;
}
.no-division-message {
    float: left;
    text-align: center;
    margin-left: 11.666667%;
    width: 88%;
    line-height: 70px;
}
/* ==========================================================================
   ADD FLOORS
   ========================================================================== */
.floor-list {
    margin-bottom: 20px;
    margin-top: -17px;
}
.floor-name {
    font-weight: 700;
}
.floor-name input {
    margin-left: 0;
    width: 80%;
    color: #20252E;
}
.floor-divisions-length {
    color: #90969B;
    font-weight: 700;
    margin: auto;
    margin-left: 60px;
    margin-top: -20px;
}
.floor-icon {
    height: 45px;
    margin-top: 14px;
    margin-right: 10px;
}
.floor-edit-icon {
    height: 45px;
    vertical-align: bottom;
    margin-right: 10px;
    margin-top: -3px;
}
.add-floor-name {
    font-weight: 700;
}
.add-floor-name-input {
    width: 60%;
}
.add-divisions {
    margin-top: 25px;
    padding: 0;
}
.add-divisions span {
    display: inline;
    color: #00a79d;
    font-weight: 700;
    margin-top: -3px;
    position: relative;
    z-index: 1;
}
.hide-division span {
    color: #90969b !important;
    cursor: default !important;
}
.hide-division img {
    cursor: default !important;
}
.divisions-hr {
    padding: 0;
    margin-top: -15px;
}
.add-new-division {
    float: right;
    cursor: pointer;
    margin-bottom: 5px;
}
.add-new-division-icon {
    margin-left: -25px;
    margin-top: 2px;
}
.add-new-division input {
    margin-left: -12px;
}
.room-input {
    border-radius: 3px;
    transition: background 0.4s;
    width: 100%;
    margin-right: -8px;
    color: #90969B;
    margin-left: 0;
}
.room-input::-webkit-input-placeholder {
    color: #90969B;
}
.room-input:-moz-placeholder {
    color: #90969B;
}
.room-input::-moz-placeholder {
    color: #90969B;
}
.room-input::-ms-input-placeholder {
    color: #90969B;
}
.room-delete-button {
    cursor: pointer;
    margin-left: -25px;
}
.divisions-list {
    padding: 0;
    margin-bottom: 3px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #90969B;
    font-weight: bold;
}
.remove-division-icon {
    height: 20px;
    float: right;
}
.delete-floor {
    text-align: right;
    cursor: pointer;
    color: #20252E;
    height: 40px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}
.delete-floor img {
    height: 26px;
    margin-top: -6px;
}
.divisions-grid {
    margin-left: 11.666667%;
    width: 88%;
}
.add-floor-label {
    font-weight: normal !important;
}
.room-item-list-box {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
}
.settings-floors-box {
    min-height: calc(100vh - 119px);
}
.floors-divisions-outer-box {
    margin-bottom: 35px;
    height: calc(100vh - 336px);
    margin-top: 70px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 2px;
}
.floors-divisions-outer-box::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border: 3.5px solid #eaeff2;
    background-color: #90969b;
    background-color: rgba(144,150,155,0.5);
}
.floors-divisions-outer-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    box-shadow: inset 0 0 2px rgba(0,0,0,0);
}
.floors-divisions-outer-box::-webkit-scrollbar-thumb {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.floors-divisions-outer-box::-webkit-scrollbar-thumb:window-inactive {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
/* RESPONSIVE */
@media only screen and (max-width: 1199px) {
    .add-floor {
        height: 26px;
        margin-top: -3px;
    }
    .delete-floor {
        height: 38px;
        line-height: 45px;
    }
    .settings-floors-box {
        min-height: calc(100vh - 97px);
    }
    .floors-divisions-outer-box {
        height: calc(100vh - 308px);
    }
}
@media only screen and (max-width: 991px) {
    .floor-icon {
        height: 38px;
        margin-top: 9px;
    }
    .floor-edit-icon {
        height: 38px;
        margin-left: 0;
        margin-top: -1px;
    }
    .floor-list {
        margin-top: -10px;
    }
    .delete-floor {
        height: 26px;
        line-height: 33px;
    }
    .delete-floor img {
        height: 20px;
        margin-top: -6px;
    }
    .remove-division-icon {
        height: 18px;
        float: right;
    }
    .add-floor {
        height: 24px;
        margin-top: -2px;
    }
    .add-new-division input {
        margin-left: 0 !important;
    }
    .floor-list-change {
        padding-right: 0 !important;
    }
    .room-delete-button {
        margin-left: -27px;
        height: 25px;
        margin-top: -2px;
    }
    .floor-divisions-length {
        margin-left: 52px;
        margin-top: -15px;
    }
    .floor-list {
        padding: 0 !important;
    }

    .add-new-division-icon {
        margin-left: -27px;
        margin-top: 2px;
        height: 25px;
    }
    .settings-floors-box {
        min-height: calc(100vh - 75px);
    }
    .floors-divisions-outer-box {
        padding-right: 0 !important;
        margin-left: -5px;
        height: calc(100vh - 255px);
    }
}
@media only screen and (max-width: 800px) {
    /******************************
    STYLING FOR IPADS
    ******************************/
    .delete-floor {
        height: 26px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .floor-icon {
        height: 40px;
    }
    .floor-edit-icon {
        height: 40px;
    }
    .add-floor {
        height: 32px;
        margin-top: -3px;
    }
    .room-delete-button {
        height: 30px;
        margin-top: -1px;
        margin-left: -32px;
    }
    .delete-floor {
        height: 40px;
        line-height: 50px;
    }
    .delete-floor img {
        height: 25px;
        margin-top: -10px;
    }
    .add-divisions span {
        margin-top: 0;
    }
    .settings-floors-box {
        min-height: calc(100vh - 80px);
    }
    .floors-divisions-outer-box {
        height: calc(100vh - 220px);
        margin-top: 55px;
    }
    .add-divisions {
        margin-top: 15px;
    }
    .divisions-hr {
        margin-top: -20px;
    }
    .add-new-division-icon {
        margin-left: -28px;
        margin-top: 0;
        height: 30px;
    }
    .floor-divisions-length {
        margin-left: 43px;
        margin-top: -13px;
    }
}
@media only screen and (max-width: 600px) {
    .floor-edit-icon {
        height: 32px;
        margin-right: 7px;
    }
    .no-floors-configured {
        height: 50vh;
    }
    .floors-divisions-outer-box {
        height: calc(100vh - 290px);
        margin-top: 50px;
    }
    .floor-divisions-length {
        margin-left: 56px;
    }
}
@media only screen and (max-width: 450px) {
    .add-floor {
        height: 25px;
        margin-top: -4px;
    }
    .delete-floor {
        line-height: 40px;
    }
    .delete-floor img {
        height: 20px;
        margin-top: -6px;
    }
    .floor-edit-icon {
        height: 26px;
    }
    .no-floors-configured {
        height: 40vh;
    }
    .floors-divisions-outer-box {
        height: calc(100vh - 290px);
    }
    .room-delete-button {
        height: 25px;
        margin-top: -1px;
        margin-left: -27px;
    }
    .add-new-division-icon {
        margin-left: -22px;
        margin-top: -3px;
        height: 25px;
    }
    .add-floor-name-input {
        width: 65%;
    }
}
@media only screen and (max-width: 400px) {
    .delete-floor {
        width: auto;
        float: right;
    }
}
@media only screen and (max-width: 350px) {
    .add-floor {
        height: 20px;
        margin-top: 0;
    }
    .floor-edit-icon {
        height: 20px;
    }
    .no-floors-configured {
        height: 30vh;
    }
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
    .floors-divisions-outer-box {
        height: calc(100vh - 126px);
    }
}
