﻿

span.contador {
    font-size: x-large;
    font-weight: bold;
}

div#botoneraGridPedido button img {
    width: 20px;
    height: 20px;
}

div#botoneraCabecera button img {
    width: 20px;
    height: 20px;
}


.titulo {
    color: #5aaafb;
}

.subituto {
    color:#7c7c7c ;
}

.enproc div:first-child{border-top-color: #ff5b32;}
.enproc .txtEstado{color: #ff5b32;}


.dvTareas0, .ulPedidosActivos
{
    overflow: scroll;  overflow-x:hidden;
    overflow-y: auto;
    }
    
/*#PanelGridCandidatos .glyphicon-option-vertical, #PanelGridCandidatos .VerDetalleCandidato {
    cursor: pointer;
}*/

#listaPedidos {
    cursor: pointer;
}

/*#listaPedidos li:hover {
    background-color: #f5f5f5;
}*/

.highcharts-title > tspan
{
        font-size: 24px;
}

    
@media (min-width: 1366px) {
    .posicionFiltro {
        margin-top: 56px;
        padding-left: 60px;
    } 
    
    #nvMenuLft li a div.mndivicono {padding: 0px 24px 0 0;}
    #nvMenuLft li a div.mndivcontador {padding-left: 3.9px;}
    .Char_67    {margin-left: -8px;}
    .dvPedidosActivos {margin: 0 20px 0 20px;}
}

.posicionFiltro {
     /* margin-top: 56px;*/
     margin-top: 96px;
    /*padding-left: 40px;*/
    margin-right: 20px;
}
    
.btn:focus {
    top: 0px;
}

@media (max-width: 1366px) {
.dvFilter {
    width: 290px;
    }
    .Char_67
    {
            margin-left: -8px;
        }
    
    }

/* Filtro Estados Pedidos */

.dvFilter .dvFormCheck {
    padding: 0px 20px 0px;
}


.highcharts-legend
{
     transform: translate(34.5px,360px);
    
    }
    

/* LOADING */

.hidden {
  display: none !important;
  visibility: hidden !important;
}
    
 #overlay {
        opacity: .3; 
        background: #ffffff;
        color: #666666;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        float: left;
        text-align: center;
        padding-top: 25%;
    }


.loading
{
	width: 66px;
	height: 66px;
	margin-top: -50px;
	margin-left: -50px;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 999999;
}
