.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#panelloading{
    display: none;
    width: 100%;
    border: solid 1px;
    background-color: white;
    top: 0%;
    left: 0%;
    position: absolute;
    z-index: 8000;
    opacity:0.4;
}

#panelloading #loading{
    width: 100%;
    height: 1000px;
    background-image: url(../img/loading2.gif);
    background-repeat: no-repeat;
    margin-left: 50%;
    margin-top: 30%;
    z-index: 8001;
}

.tableform td {
    padding: 2px;
}

.resultado_gestion_fila {
    border-radius: 10px; 
    border-collapse: separate;
    border-spacing:  5px 15px;
    text-align: center;
    margin-top: 10px;
    color:#000000;
    font-weight: bold;
    width:9%;
}

.resultado_gestion_fila_limite {
    background-color:#CCCCCC;
    border-radius: 10px; 
    border-collapse: separate;
    border-spacing:  5px 15px;
    text-align: center;
    margin-top: 10px;
    color:#000000;
    font-weight: bold;
    width:9%;
    height: 10px;
}

.encabezado_gestion_fila {
    background-color:#990000;
    border-radius: 10px; 
    border-collapse: separate;
    border-spacing:  5px 5px;
    text-align: center;
    margin-top: 10px;
    color:#FFFFFF;
    width:9%;
    height: 40px;
}

.encabezado_gestion_fila_limite {
    background-color:#c20a0b;
    border-radius: 10px; 
    border-collapse: separate;
    border-spacing:  5px 5px;
    text-align: center;
    margin-top: 10px;
    color:#FFFFFF;
    width:9%;
    height: 40px;
}

.sucursal_gestion_fila {
    background-color:#B3B3B3;
    border-radius: 20px; 
    border-collapse: separate;
    border-spacing:  50px 15px;
    text-align: center;
    width:4%;
}

.indicador_gestion_fila {
    background-color:#4D4D4D;
    border-radius: 10px; 
    text-align: center;
    color:#FFFFFF;
    height: 10px; 
}