
.overlay-management{
    position: relative;
    height: 40px;
    width: 96px;
    left: 388px;
    bottom: 554px;
    z-index: 1;
    background-color: rgba(93, 179, 188, 0.50);
    border-radius: 5px;
    border: 1px solid #00dcff;    
}
.overlay-health{
    position: relative;
    height: 30px;
    width: 96px;
    left: 10px;
    bottom: 398px;
    z-index: 1;
    background-color: rgba(93, 179, 188, 0.50);
    border-radius: 5px;
    border: 1px solid #00dcff;           
}
.overlay-assets{
    position: relative;
    height: 37px;
    width: 115px;
    left: 125px;
    bottom: 316px;
    z-index: 1;
    background-color: rgba(93, 179, 188, 0.50);
    border-radius: 5px;
    border: 1px solid #00dcff;
}
.overlay-validation{
    position: relative;
    height: 33px;
    width: 72px;
    left: 359px;
    bottom: 195px;
    z-index: 1;
    background-color: rgba(93, 179, 188, 0.50);
    border-radius: 5px;
    border: 1px solid #00dcff;
}
.overlay-management:hover, .overlay-health:hover, .overlay-validation:hover, .overlay-assets:hover{
    background-color: rgba(93, 179, 188, 0.30);
    border-radius: 5px;
    border: 1px solid #00dcff;
}
.management-popup{
    display: none;
    background-color: white;

    position: relative;
    width: 400px;

    bottom: 425px;

    border: 2px solid #00dcff;
    border-radius: 3px;
    left: 240px;
}
