*:focus {
    outline: none;
}

.bg-image-ext {
    position: absolute;
    /* The image used */
    background-image: url("../img/fondo.png");

    /* Add the blur effect */
    filter: blur(10px);
    -webkit-filter: blur(10px);

    /* Full height */
    height: 100%; 
    width: 100%;
    bottom: 0;
    left: 0;

    /* Center and scale the image nicely */
    /*background-position: left bottom;*/
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-color: white;
}

td, th, div{
    border: none!important;
    box-sizing: border-box!important;
}

.table .thead-dark th, th{
    background: #0569c8;
    color: white;
}

.caja, .selectcaja, .cajaSinMargen, .cajaBuscar, .cajaSinAncho, .cajaAl45{
    box-shadow: 0px 2px 6px 2px rgba(76,141,191,0.75);
    border-radius: .25rem;
    margin: .5rem;
    width: 99%!important;
    background: white!important;
    padding: .6rem;
}

.cajaSinAncho{
    width: auto!important;
}

.cajaAl45{
    width: 48%!important;
}

.inputs45{
    width: calc(50% - 2em)!important; 
    margin-left: 1.35em;
}

.selectormultiple{
    padding-top: .3em!important;
    /*padding-bottom: .5em!important;*/
}

.selectmultiple{
    text-align: left!important;
    margin: 0!important;
    margin-top: 3px!important;
    padding: .5em!important;
    max-height: 18.5em;
    overflow-y: scroll;
    background: white;
    box-shadow: 1px 9px 10px 4px rgba(0,0,0,0.63);
    border-radius: .25rem;
    z-index: 100;
    position: relative;
}

.selectormultiple>input, .selectormultiple>i{
    display: inline!important;
}

.selectcaja{
    padding: .7rem 0 .7rem .3rem;
    margin-left: .4rem;
    width: 98%!important;
    border: none!important;
}

.checkboxCaja{
    margin-left: .5rem;
    margin-top: 1.3rem;
}

.cincuenta{
    display: inline-block;
    width: 48%;
    margin: 2em 0 0 1%;
    text-align: center;
}

.container{margin-top:1em}

.container-ext{margin-top:22vh;}

/*th{
    text-transform: uppercase!important;
}*/

th.sticky-header0 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #0569c8;
}

th.sticky-header1 {
    position: -webkit-sticky;
    position: sticky;
    top: 41px;
    z-index: 5;
    background: #0569c8;
}

.bg-image {
    background-image: url("../img/header.png");
    /*filter: blur(2px);*/
    /*-webkit-filter: blur(2px);*/

    /* height: 100%; 
     width: 80%;
     top: 0;
     right: 0;*/

    /* Center and scale the image nicely */
    background-position: right;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    /*background-color: gray;*/
}

.grafica{
    padding: 0 0 0 2rem;
    display: inline-block; 
    width: 47%; min-width: 21rem;
}

.btn-primary{
    background: #0569c8;
    /*color: black!important;*/
}

.btn-warning{
    background: #efe61e;
    color: black!important;
}

.btn-success{
    background: #7cc805;
    color: black!important;
}

.btn-danger{
    background: red;
    color: white!important;
}

.valoresnetos, .valoresdetalle, .masgrande, .masgrandeflat{
    font-weight: bolder!important;
    font-size: 1.3em!important;
}

.valoresnetos{ 
    background: grey!important;
}

.valoresdetalle{
    background: #a0a0a0!important;
}

.masgrande, .masgrandeflat{ 
    color: black;
    text-transform: uppercase;
}

.masgrandeflat{
    color: gray;
}

tr:nth-child(odd) {
    background-color: #0569c8;
}

.table>thead>tr>td{
    background-color: white; 
}

.table-striped>tbody>tr:nth-child(odd)>td,
/*.table-striped>tbody>tr:nth-child(odd)>th,*/
.impar{
    background-color: #c4c4c4;
    color: black;
}

.table-striped>tbody>tr:nth-child(even)>td,
/*.table-striped>tbody>tr:nth-child(even)>th*/
.par{
    background-color: #e0e0e0;
    color: black;
}

.paratablaMin th{
    text-align: left;
}

.impar{
    background-color: #c4c4c4!important;
    color: black;
}

.par{
    background-color: #e0e0e0!important;
    color: black;
}

.nombre{
    width: 15%;        
}

input{
    border: none;
    text-decoration: none;
    padding: .5rem;
}

.labelFormulario{
    margin: 0;
    padding: 0;
}

.alert{
    margin-left: 1rem;
    margin-top: .27rem;
    margin-bottom: 0;
}

.cabecera{
    background-image: url("../img/header.png");
    -webkit-box-shadow: -2px 5px 4px -2px rgba(163,163,163,0.6);
    -moz-box-shadow: -2px 5px 4px -2px rgba(163,163,163,0.6);
    box-shadow: -2px 5px 4px -2px rgba(163,163,163,0.6);
    margin-bottom: 2rem;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cajaSinMargen, .cajaBuscar{
    margin: 0!important;
}

.cajaBuscar{    
    width: 68%!important;
}

.disable{
    background-color: #77889985!important;
}

.grupobotones, .grupoBuscar{
    margin-top: 1.5rem;
}

.grupobotones{    
    display: inline-table;
    padding: 0 0 .3rem .5rem;
}

.grupoBuscar, .grupoBuscar>.cajaSinMargen, .grupoBuscar>.btn{
    max-width: none;
    margin: 0 .5rem;
    padding: .5rem;
}

.grupoBuscar{    
    margin-top: 4.7rem;
    margin-bottom: 2.8rem;
}

.borraUsuario{
    width: 15%;
    display: inline-block;
}

.usuarioEmail{
    display: inline-block;
    width: 83%;
}

.usuario{
    width: 20%;
    display: inline-block;
}

.email{
    width: 78%;
    display: inline-block;
    word-break: break-all;
}

.col-1medio, .col-minmedio{
    display: inline-table;
    width: 15rem;
    margin: 0 auto;
    margin-bottom: 1.3rem;
    padding: 0 .5rem;
}

.col-minmedio{
    width: auto;
}

.col-maximo{
    display: inline;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

.paratabla{
    width: 92%;
}

.paratablaMax{
    width: 99%;
}

.paratabla>table, .paratablaMin>table, .paratablaMax{
    border-collapse: initial;
}

.paratablaMin{
    display: none;
}

.paratablaMin th, .paratablaMin td, .paratabla th, .paratabla td{
    vertical-align: middle;
}

.btn-link{
    color: navy;
    text-decoration: underline;
}

.delete, .delete2{
    width: 2rem;    
}

.delete>i, .delete2>i{    
    color:red;
    font-size: 1.3rem; 
}

.delete2>i{
    color: darkcyan;
}

.btn>i{
    margin-right: .5em;
}

.grupobotones>.btn{
    width: 8.5rem;
    margin-left: .5rem;
    margin-bottom: .5rem;
}

.agregarDestino{
    color: white!important;
    padding: .5rem 1rem; 
    margin: 4em 0 0 0;
}

.imprimir{
    width: 8.5rem;
    margin-left: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.panelizquierdo, .panederecho{
    width: 26%; 
    margin-top: 1em; 
    display: inline-block;
}

.panederecho{
    width: 72%;
    margin-left: 1em;
    vertical-align: top;
}

@media(max-width: 1400px){    
    .panelizquierdo, .panederecho{
        width: 30.2%;
    }

    .panederecho{
        width: 68%;
    }
}

@media(max-width: 1150px){    
    .panelizquierdo, .panederecho{
        width: 40.1%;
    }

    .panederecho{
        width: 57%;
    }
}   

@media(max-width: 1050px){
    .agregarDestino{
        margin: 0;
    }

    .ocultar{
        display: none!important;
    }

    .grafica{
        padding: 1em 0 0 1rem;
        display: block; 
        width: 96%;
    }

    .cincuenta{
        width: 96%;
    }

    th.sticky-header1 {
        position: -webkit-sticky;
        position: sticky;
        top: 42px;
        z-index: 5;
        background: #0569c8;
    }

    .nombre, .valor, .cargador{
        padding: 0;
        margin: 0;
    }

    .nombre{
        width: 24%;        
    }

    .valor{
        min-width: 70%;
        width: auto;
    }

    .cargador{
        margin-right: 0;
        margin-left: auto;
        min-width: 75%;
        margin-bottom: 1rem;
    }


    .alert{
        margin-left: .3rem;
        display: none;
    }

    .caja{
        margin-top: 0;
    }

    .titulo{
        font-size: 1.6rem!important;
    }

    .col-1medio{
        width: 49%;
    }

    .paratabla, .paratablaMax{
        display: none;
    }

    .paratablaMin{
        display: block;
        margin-top: 1rem!important;
    }

    .panelizquierdo{
        width: 37.2%;
    }

    .panederecho{
        width: 60%;
    }

    .cajaAl45{
        width: 95%!important;
    }

    .inputs45{
        margin-left: 1.2em;
    }
}

/*@media(max-width: 659px){
}*/

@media(max-width: 450px){
    .col-1medio{
        width: 100%;
    }

    .col-2medio{
        border-bottom: 1px solid gainsboro!important;
    }

    .borraUsuario, .usuarioEmail, .usuario, .email{
        display: block;
        width: 100%;
    }

    .borraUsuario{
        color: #0569c8;
        display: none;
    }

    .botonEliminarUsuario{
        margin-bottom: 2rem;
        margin-top: -2rem;
        display: block;
    }

    .grupobotones{
        text-align: center;
    }

    .grupobotones>.btn{        
        margin-left: 0!important;
        margin-right: .5em;
    }

    .grupoBuscar{
        margin-top: 5.1rem;
        margin-bottom: 2.5rem;
    }

    .imprimir{
        margin-left: 0;
    }
}


@-moz-document url-prefix() {
    .panelizquierdo {
        width: 23%;
    }

    .panederecho{
        width: 75%;
    }

    @media(max-width: 1400px){
        .panelizquierdo{
            width: 27%;
        }

        .panederecho{
            width: 71%;
        }
    }
    @media(max-width: 1150px){
        .panelizquierdo{
            width: 32.4%;
        }

        .panederecho{
            width: 65.3%;
        }
    }
}



.iconEdit{
	padding: 0rem 0.75rem;
}

.form-filtro{
	font-size:0.75rem!important;
}

.tblBodega thead th, .tblCalidad thead th {
	vertical-align:top!important;
	text-align:center!important;
}

.tblBodega td, .tblBodega th, .tblCalidad td, .tblCalidad th, .tblRedestino th, .tblRedestino td, .tblInventario th, .tblInventario td{
	padding: 0.15rem!important;
	font-size:12px!important;
}

.tblInventario thead th {
	vertical-align:top!important;
	text-align:center!important;
}

.tblInventario td, .tblBodega td, .tblCalidad td, .tblRedestino td{
	padding: 0.25rem!important;
	font-size:12px!important;
}

.labelItem {
	text-align: left;
    font-size: 11px;
    font-weight: bolder;
    color: #999;
	text-transform:uppercase
}

.input-vista{
	font-size:13px!important;
}

.tblDestinos th, .tblDestinos td{
	padding: 0.25rem!important;
	font-size:14px!important;
}

.btnFilter{
	background-color:#0569c8!important
}

.col-3medio, .col-minmedio{
    display: inline-table;
    width: 10rem;
    margin: 0 auto;
    margin-bottom: 1.3rem;
    padding: 0 .5rem;
}

.spinner {
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}