
.sanet_status {
    padding: 3px 10px !important;
    border-radius: 3px !important;
    color: #fff !important;
}

.status_UP {
    background-color: rgba(15, 125, 34, 0.6) !important;
    border: 1px solid #A2ADA4 !important;
}

.status_DN {
    background-color: rgba(255, 0, 0, 0.6) !important;
    border: 1px solid #AD9F9F !important;
}

.status_FA {
    background-color: #FFEB00 !important;
    border: 1px solid #D0D0D0 !important;
    color: #797979 !important;
}

.status_IN {
    background-color: #A4A4A4 !important;
    border: 1px solid #AD9F9F !important;
}

.status_UN {
    background-color: #A4A4A4 !important;
    border: 1px solid #AD9F9F !important;
}

.logic_map_iframe
{
    width:100%;
    height: calc(100% - 30px);
}
