@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Martian+Mono:wght@100..800&display=swap');

*{
    /*font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;*/
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html, body{
    background: #CAD8ED;
    width: 100%;
    overflow-x: hidden;
}

.c-red {
    color: red !important;
}

input{
  background: transparent;
  margin-top: 5px;
  color: #F49600;
}

input:focus, input[type]:focus {
  border: 0px;
  box-shadow: 6px 6px 20px -1px #acb8c9, -6px -6px 20px -1px #e8f8ff;
  outline: 0 none;
  background: #CAD8ED;
}


.block-btn-blue {
    background: #CAD8ED;
    box-shadow: 6px 6px 20px -1px #acb8c9, -6px -6px 20px -1px #e8f8ff;
    min-width: 275px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #53657D;
    text-decoration: none;
    border: none;
    margin: 10px;
}

.tarjeta-sot{
    background: #CAD8ED;
    box-shadow: 6px 6px 10px -1px #acb8c9, -6px -6px 10px -1px #e8f8ff;
    color: #53657D;
    border: none!important;
}

.block-btn-blue:hover {
    background: #CAD8ED;
    box-shadow: inset 6px 6px 20px -1px #acb8c9, inset -6px -6px 20px -1px #e8f8ff;
}

.input-blue {
    background: #CAD8ED;
    box-shadow: inset 6px 6px 20px -1px #acb8c9, -6px -6px 20px -1px #e8f8ff;
    color: #53657D;;
}

.form-floating>label{
    color: #53657D;
}

.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 a{
    font-weight: bold;
    color: #53657D;
    text-decoration:none;
}

div#div-que, div#div-evidencia, div#div-pregunta, div#respuestas{
    width: 100%;
    display:flex;
    border-radius: 15px;
    height: auto;
    background: #CAD8ED;
    box-shadow: 6px 6px 20px -1px #acb8c9, -6px -6px 20px -1px #e8f8ff;
}

main#main-lpaUserPrincipal {
    display: flex;
    /* grid-template-columns: 25% 50% 25%; */
    /* grid-column-gap: 10px; */
}


div#div-pregunta{
    background: #CAD8ED;
    box-shadow: 6px 6px 20px -1px #acb8c9, -6px -6px 20px -1px #e8f8ff;
}


div#div-evidencia{
    
}

main#main-lpaUser{
    display: grid;
    grid-template-columns: 65% 35%;
    grid-column-gap: 10px;
}

form#acceso-lpa{
    width:500px;
    text-align: center;
    box-shadow: 6px 6px 20px -1px #acb8c9, -6px -6px 20px -1px #e8f8ff;
    padding: 35px;
    border-radius: 10px;
}

.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: 7px;
    background-color:hsla(213, 77%, 14%, 1);
    background: linear-gradient(90deg, #CAD8ED 0%, hsla(202, 27%, 45%, 1) 100%); 
    background: -moz-linear-gradient(90deg, #CAD8ED 0%, hsla(202, 27%, 45%, 1) 100%);    
    background: -webkit-linear-gradient(90deg, hsla#CAD8ED 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);
    margin-bottom: 15px;
}

.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: #53657D;
    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;
  }





.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: #53657D;
    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: 5% 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: 1200px;
	position: relative;
	margin: 3% auto;
	padding: 10px 20px 15px 20px;
	border-radius: 5px;
    border: 1.5px solid black;
    background: #CAD8ED;
    -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, #acb8c9 0%, hsla(202, 27%, 45%, 1) 100%); 
    background: -moz-linear-gradient(90deg, #acb8c9 0%, hsla(202, 27%, 45%, 1) 100%);    
    background: -webkit-linear-gradient(90deg, #acb8c9 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: linear-gradient(90deg, #CAD8ED 0%, hsla(202, 27%, 45%, 1) 100%); 
        background: -moz-linear-gradient(90deg, #CAD8ED 0%, hsla(202, 27%, 45%, 1) 100%);    
        background: -webkit-linear-gradient(90deg, hsla#CAD8ED 0%, hsla(202, 27%, 45%, 1) 100%);
        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, div#openModalMasNoConformidad 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; 
    }

    .modalConformidad {
        width: 380px !important;
    }

    #table_cie table, #table_cie thead, #table_cie tbody, #table_cie th, #table_cie td, #table_cie tr{
        display: block;
    }


    #table_cie thead tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #table_cie tbody tr{
        border-radius: 10px;
        margin: 5px;
    }

    #table_cie tbody tr td{
        border:none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%!important;
        text-align: left;
    
    }

    #table_cie tbody tr td:before{
        position: absolute;
        top: 6px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        word-break: break-all !important;
        white-space: nowrap !important;
    }

    table.dataTable tbody td {
        padding: 5px 5px !important;
    }

    #table_cie tbody tr td:nth-of-type(1):before{content: "ID :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(2):before{content: "Área :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(3):before{content: "N/Conforormidad :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(4):before{content: "Acción Tomada :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(5):before{content: "Responsable :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(6):before{content: "Estado :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(6):before{content: "Plazo :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(6):before{content: "Evid. Problema :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(6):before{content: "Fecha Evid. P :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(6):before{content: "Evid. Solución :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(6):before{content: "Fecha Evid. S :"; text-align: right;}
    #table_cie tbody tr td:nth-of-type(6):before{content: "Editar :"; text-align: right;}

}