﻿
.btn-menu {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    height: 30px;
    outline: 0;
    border: 0;
}

    .btn-menu:hover, .btn-menu:focus, .btn-menu.focus {
        color: #fff;
        outline: 0;
        text-decoration: none;
    }

/*Este es el estilo que hace que el menu se colapse de derecha a izuiquierda y viceversa.*/
#divMenuCollapsed.width {
    height: auto;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

/*Estilo para todos los grid del portal*/

.dxgvHeader_Metropolis {
    background: #4A4A4A !important;
    color: #ffffff !important;
    text-align: center !important;
    font-weight: bold !important;
}

.dxgvHeader_MetropolisBlue {
    background: #4A4A4A !important;
    color: #ffffff !important;
    text-align: center !important;
    font-weight: bold !important;
}

.label-filtros {
    margin-bottom: -17px !important;
    margin-top: 7px !important;
}

.div-columns {
    margin-bottom: 5px !important;
}

.lbl-notificaciones {
    border: 2px solid #b30000 !important;
    background: #cc0000 !important;
    border-radius: 6px !important;
    color: white !important;
    text-align: center !important;
    font-weight: bold !important;
}

.panelCollapsible {
    background-color: #f6f7fb  !important;
    border-color: #337ab7 !important;
    font-weight: 600 !important;
}
