#status_container{
    width: 90%;
    height: 50px;
    padding: 5px 5px;
}
/* .leg_block{
    padding: 5px 25px;
    float: left;
    margin: auto 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #717171;
} */
.leg_block{
    padding: 10px 10px;
    float: left;
    margin: auto 10px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #717171;
}
.column{
    padding: 2px;
  }
.floorplan_legends{
    display: block;
    padding-right: 10px;
}

/* Status Legend Styles starts */
    .legend-container:has(#legendlist){
        border: 1px solid #d5d5d5;
        width: 200px;
        position: absolute;
        /* z-index: 1500; */
        background-color: rgba(255, 255, 255, 0.97);
        border-radius: 5px;
        font-size: 9pt;
        cursor: move;
        line-height: 0;
    }
    #legendlist{
        /* border: 1px solid #d5d5d5 !important; */
    }
    .legend-row{
        display: flex;
        padding: 8px 3px 8px 10px;
        border-bottom: 1px solid #d5d5d5;
    }
    .legend-header-row{
        display: flex;
        padding: 3px;
        border-bottom: 1px solid #d5d5d5;
        background-color: rgba(3, 7, 68);
        height: 25px;
        align-items: center;
    }
    .legend-row:last-child{
        border-bottom: none;
    }
    .legend-text{
        /* width: 100px; */
        margin: 11px 11px 9px 10px;
    }
    .legend-header{
        font-weight: bold;
        margin: auto;
        width: 100px;
        color: #FFFFFF;
    }
    .legend-colour{
        width: 20px;
        height: 20px;
        border: 1px solid #d5d5d5;
        border-radius: 3px;
    }
    .legend-hideshow{
        width: 15px;
        /* height: 15px; */
        cursor: pointer;
        text-align: center;
        color: #FFFFFF;
    }
    .legend-header-br4{
        border-radius: 0.6em;
    }
    .legend-header-br2{
        border-radius: 0.6em 0.6em 0em 0em;
    }
    /* Status Legend Styles ends */