.dash{
    background-color: #fff;
    padding: 20px;
}
.list-group ul li{
    font-size: 14px;
    font-family: Poppins;
}
.list-group ul li a{
    text-decoration: none;
    color: #000;
}
.list-group ul li a:focus{
    font-weight: bold;
    color: #0073E6;
}

.badge1{
    padding: 8px;
}
.floor-section{
    background-color: #fff;
    height: 200px;
    width: 100%;
    border-radius: 20px;
}
.bigBed{
    font-size: 5rem;
    margin-left: 15px;
    color: #28A745; 
}
.bedname{
    margin-left: 15px;
}
.badge2{
    width: 100%;
    height: 30px;
    line-height: 20px;
}
#patientsTable a{
    text-decoration: none;
}
#ipd-right{
    background: #F4F4F4;
}
label{
    font-family:'Roboto','Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #333;;
}
input{
    border: 0px;
}