#datos_chartPieNoConformidades{
    font-size: 15px;
}

.highcharts-chart { 
    display: block; 
    width: 100%; 
    height: auto; 
}

div#carga{
    display: flex;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
    overflow-y: scroll;
}

div#carga{
  justify-content: center;
  align-items: center;
}

.canvas{
    width: 800px!important;
}

.tabla-div-modal{
    width: 100%;
}

.encabezado-lpa{
    background-color: rgb(244,150,0);
    color: white!important;
    border: solid 1px rgb(244,150,0)!important;
}

.hover-lpas:hover{
    font-weight: bold;
    border: 1px solid #F49600;
}

div#div-que, div#div-evidencia, div#div-pregunta, div#respuestas{
    width: 100%;
    display:flex;
    border-radius: 15px;
    height: auto;
    background: #e0e0e0;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}

.block-btn-blue {
    background: #e0e0e0;
    box-shadow: 6px 6px 20px -1px #bebebe, -6px -6px 20px -1px #ffffff;
    min-width: 275px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #53657D;
    text-decoration: none;
    border: none;
    margin: 10px;
}


main#main-lpaUserPrincipal {
    display: flex;
    /* grid-template-columns: 25% 50% 25%; */
    /* grid-column-gap: 10px; */
}


div#div-pregunta{
    background: #ffffff!important;
    box-shadow: 20px 20px 60px #ffffff, -20px -20px 60px #bebebe!important;
}

div#div-que{
 
}

div#div-evidencia{
    
}

main#main-lpaUser{
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-column-gap: 10px;
}

form#acceso-lpa{
    width:500px;
    text-align: center;
}

.exit{
    position: fixed;
    right: 0;
    margin-right: 15px;
}

#noConformidad{
    display: none;
}

.button{
    padding: 10px;
    border-radius: 10px;
    height: 120px;
    display: block;
    align-items: center;
    align-content: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.button p{
    font-size: 25px;
}

.datos{
    padding: 10px;
    border-radius: 10px;
    height: 130px;
    display: block;
    align-items: center;
    align-content: center;
    text-align: center;
}

.datos p{
    font-size: 15px;
}


li a {
    display: flex;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    text-decoration: none;
}
.w3-dropdown-content {
    display: none;
}


.w3-dropdown-hover:hover > .w3-dropdown-content {
    display: block;
    position: relative;
    z-index: 1;
}

.navbar-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    background-color:hsla(213, 77%, 14%, 1);
    background: linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%); 
    background: -moz-linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);    
    background: -webkit-linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#08203E", endColorstr="#557C93", GradientType=1 );
    color: #fff;    
    box-shadow: 10px 2px 5px 5px hsla(202, 27%, 45%, 1);
}

.nav-links a{
    color: #fff;
}

.logo{
    width: 50px;
    height: 50px;
}

.logo img{
    width: 50px;
    height: 50px;
    transition: ease-in-out .5s;
}

.logo:hover{
    width: 70px;
    height: 70px;
}

.menu-nav{
    display: flex;
    gap: 1em;
    font-size: 18px;
    right: 0;
    position: absolute;
    top: 0;
}

.menu-nav li:hover{
    /*background-color:  #4c9e9e;*/
    border-radius: 5px;
    transition: 0.3s ease;
}

.menu-nav li{
    padding: 5px 14px;
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

li{
    list-style: none;
}


.encabezado{
    box-shadow: 8px 8px 15px -2px;
    margin-top: 6px;
    padding: 10px;
}

.menu{
    box-shadow: 8px 8px 15px -2px;
    margin-top: 5px;
    padding: 10px;
}

.li-img {
    float: left;
    width: 25px;
    height: 25px;
    padding: 10px;
    margin-top: 0px;
  }

  .w3-golde {
    color: #F49600;
    margin: 0px 20px;
    border-radius: 19px;
    background: #e0e0e0;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    cursor: pointer;
}


  .centrar{
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .w3-ciefondo{
    background: -webkit-linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);
    color: #fff!important;
  }

  .mayusculas{
      text-transform: uppercase;
  }

  .mt-20{
      margin-top: 20px;
  }

  .mt-20{
    margin-top: 30px;
}

  .br-15{
      border-radius: 15px;
      box-shadow:  20px 20px 60px #419544,
      -20px -20px 60px #57c95c;
  }

  body{
      background: #e0e0e0;
  }

  input{
    background: transparent;
    margin-top: 5px;
    color: #F49600;
  }

  input:focus, input[type]:focus {
    border-color: rgb(255, 144, 0);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(255,144,0,0.6);
    outline: 0 none;
}

.w3-select{
    background: transparent;
    color: #F49600;
}


.img-previa{
    width: 150px;
    height: 150px;
}

.table-golde{
    border-collapse: collapse;
    width: 95%;
    border-spacing: 0px 0px;
    margin: auto;
    margin-top: 20px;
}

.table-golde thead tr th{
    padding: 10px 15px;
}

.table-golde thead {
    font-size: 11px;
    color: #fff;
    background: rgb(8,33,63);
    text-align: center;
}

.table-golde tbody tr:nth-child(even) {
    background: rgba(8, 33, 63, 0.542);
    color: #fff;
}

.table-golde thead tr th:first-child{
    border-top-left-radius: 15px;
}

.table-golde thead tr th:last-child{
    border-top-right-radius: 15px;
}

.table-golde tbody tr:nth-child(odd) {
    background: transparent;
    color: #4d4e4d;
}


.table-golde tbody tr:last-child td:first-child{
    border-bottom-left-radius: 15px;
}

.table-golde tbody tr:last-child td:last-child{
    border-bottom-right-radius: 15px;
}

table.dataTable tbody td {
    padding: 0px 3px !important;
}


.btn-golde{
    text-decoration: none;
    padding: 10px;
    color: #F49600;
    background: transparent;
    margin-left: 20px;
    border-radius: 7px;
    transition: all .6s;
    cursor: pointer;
}

.btn-golde:hover{
    border: 0px;
    box-shadow: 0px 5px 10px 0px grey;
}

.btn-golde-salir{
    text-decoration: none;
    padding: 10px;
    color: #a31717;
    background: transparent;
    margin-left: 20px;
    border-radius: 7px;
    transition: all .6s;
    cursor: pointer;
}

.btn-golde-salir:hover{
    border: 0px;
    box-shadow: 0px 5px 10px 0px grey;
}

.img-ico{
    width: 20px;
}

.w3-green{
    border-radius: 7px;
}

.img-25{
    border-radius: 50%;
    padding: 2px;
    width: 60px;
    height: 60px;
    box-shadow: 2px 5px 8px 0px grey;
    cursor: pointer;
    margin: 5px;
}

.img-20{
    border-radius: 50%;
    padding: 2px;
    width: 20px;
    height: 20px;
    box-shadow: 2px 5px 8px 0px grey;
    cursor: pointer;
    margin: 5px;
}

#myImg:hover {opacity: 0.7;}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 550px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close-img-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.fb{
    font-weight: bold;
}

.fs-11{
    font-size:11px
}

.close-img-modal:hover,
.close-img-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


.w3-salida{
    background: #f40400c6;
    color: #fff;
}

.w3-entrada{
    background: #0e6712ca;
    color: #fff;
}

.w3-almacen{
    background:  rgba(8, 33, 63, 0.77);
    color:  #fff;
}

.w3-datos{
    background:      #f44336b7!important;
    color: #fff;
}

.active{
    text-decoration: none;
}

.w3-exit{    
    display: grid;
    text-align: center;
    align-items: center;
    align-content: center;
    box-shadow: 0px;
    font-size: 30px;
}

.codigo{
    height: 50px;
    width: 100px;
}

.menorStock{
    background: rgb(210, 52, 52);
    color: white;
    font-size: 13px;
    text-align: center;
}

.minStock{
    background: rgb(179, 41, 7);
    color: white;
    font-size: 13px;
    text-align: center;
}

.mayorMinStock{
    background: rgb(175, 139, 12);
    color: white;
    font-size: 13px;
    text-align: center;
}


.stockInter{
    background: rgb(20, 134, 8);
    color: white;
    font-size: 13px;
    text-align: center;
}


.menorMaxStock{
    background: rgb(10, 68, 4);
    color: white;
    font-size: 13px;
    text-align: center;
}

.maxStock{
    background: rgb(8, 90, 134);
    color: white;
    font-size: 13px;
    text-align: center;
}

.mayorStock{
    background: rgb(16, 3, 111);
    color: white;
    font-size: 13px;
    text-align: center;
}

.activo{
    background-color: #da740e;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.asignado{
    background-color: #FFFF00;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.realizado, .ABIERTO{
    background-color: #00B050;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.caducado, .CERRADO{
    background-color: #FF0000;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.cancelado{
    background-color: #92D050;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
} 

.reactivado{
    background-color: #FFD966;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
    overflow-y: scroll;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}


.modalDialog > div {
	width: 800px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.modalConformidad
{
    width: 800px!important;
}



.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.modalDialog > div.preguntar {
	width: 600px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
    border: 2px solid red;
	background: #fff;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    text-align: center;
}

h6{
    float: left;
}

.principal{
    display: flex;
}


.w3-dropdown-content {
    background: linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%); 
    background: -moz-linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);    
    background: -webkit-linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);
    border-radius: 10px; 
    border: none;
}


.w3-dropdown-content a:hover{
    border-radius: 10px;
}

.menu-icon{
    display: none;
}


@media (max-width: 991px) {

    form#acceso-lpa{
        width:350px;
        text-align: center;
    }

    .principal{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .datos{
        display: flex;
        align-items: center;
        align-content: center;
        padding: 10px;
        border-radius: 10px;
        height: 43px;
    }

    .datos p{
        text-align: center;
        font-size: 9px;
        margin-left: 18px;
    }

    .button {
        padding: 1px;
        border-radius: 10px;
        height: 40px;
        display: block;
        align-items: center;
        align-content: center;
        text-align: center;
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    }

    .button p{
        font-size: 10px;
    }

    .w3-exit a{        
        font-size: 15px;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
    }

    /*Menu para celular*/
    .navbar-menu{
        right: 0;
        left: 0;
    }

    .menu-icon{
        display: block;
        right: 35px;
        position: absolute;
    }

    .menu-nav {
        display: none;      
        left: 0;
        background: teal;
        position: absolute;
        width: 250px;
        top: 50px;
        z-index: 999;
        transition: all .5s ease-in-out;
    }
    /*Hasta aca termina lo del menu*/
    /*Aca inicia la vista de los div de las preguntas, evidencias y los que*/
    div#div-que, div#div-evidencia, div#div-pregunta{
        display:block;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    div#div-que div, div#div-evidencia div, div#div-pregunta div{
        width: 100%; 
        height:auto;
        text-align: center;
    }

    main#main-lpaUser{
        display:contents;
    }

    #titulo_lpa{
        font-size: 15px;
    }

    #div-titulo-lpa{
        height: 50px;
    }

    #div-parte{
        text-align: center;
    }

    #div-si-no-na{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    div#div-pregunta{
        margin-top: 8px;
        margin-bottom: 8px; 
    }

}