@charset "utf-8";
/* CSS Document */

.alarm-label {

    background-color: transparent !important;
    border: 2px solid #dc3545;
    color: red;
    /* #dc3545;*/
    padding: 3px;
}


.custom-badge {
    display: inline-block;
    padding: 4px;
    border-radius: 5px;
    /* font-size: 14px; */
    /* line-height: 1; */
    font-weight: normal;
    text-align: center;
    /* white-space: nowrap; */
    /* vertical-align: baseline; */
}

.custom-badge-danger {
    background-color: transparent !important;
    border: 2px solid #dc3545;
    color: red;
    /* #dc3545; */
}

.custom-badge-danger-x {
    background-color: transparent !important;
    border: 4px solid red;
    color: red;
    /* #dc3545; */
}

.custom-badge-success {
    background-color: transparent;
    border: 2px solid #28a745;
    color: #28a745;
}

.custom-badge-warning {
    background-color: transparent;
    border: 2px solid #ffc107;
    color: #ffc107;
}


