﻿
/*---------------------- GestMag CSS -------------------------- */

/*DevExpress Blazor Grid hide toolbar*/
.hide-toolbar .dxbl-grid-toolbar-container {
    display: none;
}

.gm-bg-danger {
    background-color: #f8d7da;
}

.gm-bg-warning {
    background-color: #fff3cd;
}

.gm-bg-info {
    background-color: #d1ecf1;
}

.gm-bg-violet {
    background-color: #EE82EE;
}

.gm-bg-lightgreen {
    background-color: #90EE90;
}

th {
    white-space: nowrap !important;
}

td {
    white-space: nowrap !important;
}




/*---- CONFIGURACION GRUPOS HEADER ----*/
.ConfigHeaderGlobal {
    /* border-color: #165083 !important;
    border-style: solid !important;*/
    background-color: #165083 !important;
    color: white !important;
    font-weight: bold !important;
}

.ConfigHeaderTitle {
    padding-bottom: 5px !important;
    margin: -10px !important;
}


.ConfigGlobalGrupos {
    color: white !important;
    background-color: rgba(53, 115, 169, 0.8984375) !important;
}

.group1 {
    color: white !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    margin: -10px !important;
}
.group2 {
    margin: -10px !important;
}
.group3 {
    margin: -10px !important;
}
.group4 {
    margin: -10px !important;
}

span {
    color: #165083 !important;
    font-weight: bold !important;
}

