@charset "utf-8";

body{
    
    background-color: #dcc97b;
/*background: url(../img/madera_blanca.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    font-family:serif;*/
}

header {
    margin-bottom: 63px;

}

#formParteTec{
    display: none;
}

/* tablas informe*/
#divListado {
    width: 100%;

}


table {
    width: auto;
    margin-left: 0px;
    /*border: 2px solid red;*/
    font-size: 2.7vw;
    text-align: center;
}

table th {
    text-align: center;
    width: auto;
    padding: 5px;
    background-color: #343a40;
    color: #fff;
     border: 2px solid #fff;
}
table tr {
    border: 2px solid SIENNA;
}

table tr:nth-child(odd) {
    background: #FFF;
}

table td {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #031221;
    font-size: 2.5vw;
    /*border: 2px solid red;*/
}

table a {
    text-align: left;
    color: #007bff !important;

}

h3 i{
    color: #6f42c1;
}

h3 {
    text-align: center;
    color: #0a4661;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5vw;
}

h2 {
    text-align: center;
    color: #ffc107;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 4vw;
}
h5 {
    text-align: left;
    color: #ffc107;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3vw;
}

#tabla_resultado h5{
    
    color: #0a4661;
    text-align: center;
    
}

/* tablas informe*/
#btnVerParte {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    font-size: 3.7vw;
    

}
#reservatel {
    margin-top: 20px;
    margin-left: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 4.5vw;
    

}
#vistaParte {
    color: blue;
}

#vistaParte h2,
h4 {
    color: black;


}

/* tabla filtrada*/
#selecFiltro {
    width: 90%;
    margin-top: 40px;
    text-align: center;
}

/* LOGIN */

#contLogin {
    background: #5d6d7e;
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;

}

#contLogin form {
    background: #FFF;
    width: 400px;
    padding: 10px;
}

#contLogin form img {
    margin: 15px auto;
    text-align: center;
    display: block;
    width: 60%;

}

#contLogin form input {
    width: 90%;
    padding: 5px;
    font-size: 16pt;
    display: block;
    margin: 25px auto;
    border-radius: 5px;
    border: 1px solid #85929e;
    text-align: center
}


.alert {
    font-family: 'arial';
    font-size: 5vw;
    text-align: center;
    color: red;
}

#notificaParte {
    background: #5d6d7e;
    width: 100%;
    height: 75%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
}

#notificaParte div {
    background:#c9d2dc ;
    padding: 15px;
    width: 80%;
    text-align: left;
    font-size: 3.5vw;

}
.prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 160px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/user.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevPhoto label{
    border-style: double;
    border-width: 5px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.prevPhoto img{
	width: 100%;
	height: 100%;
}
.upimg, .notBlock{
	display: none !important;
}
.errorArchivo{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold; 
	margin-top: 10px;
}
.delPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}
#tbl_list_productos img{
	width: 50px;
}
.imgProductoDelete{
	width: 175px;
}
#selecFecha {
    color: #0a4661;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom:40px;     
    margin-right: 3rem;
    text-align: center;
}
#selecFecha input{
    color: #0f0563;
    text-align: center;
    background-color: #b7e4e6;
}
.formulario{
    margin-top: 40px;
}
.divCollapse{
    width: 25%;
    height: 50px;
    background-color: #495057;
    margin-top: 20px;
    margin-left: 103px;
    color: white;
    text-align: center;
    font-size: 20px;
}
#encabezado{
    background-color: #0a4661;
    width: 100%;
    color: white;
}
#encabezado h2{
    font-size: 1.2rem;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    
}
#detalleParte{
    text-align: center;
    margin-top: 50px;   
}
table i{
    font-size: 4.5vw;
}
#buscador{
    text-align: center;
     
}
#buscador button{
    font-size: 4.5vw;
}
i {
    color: #007bff;
}
.titulCarta {
    background-color: #69141c;
}
#buscafamili{
    width: 100%;
   margin-top: 15px;
    background-color: #17a2b821;
}


.buscaFamili{
    width: 90%;
    text-align: center;
    margin-left: 5%;
}
.data_delete{
    padding: 25px;
    width: 90%;
    background-color: #343a40;
    text-align: center;
    margin-left: 5%;
}
.data_delete a{
    margin: 0px;
    font-size: 3.5vw;
    
}
.btnconfigurar{
   background-image: url(../img/btn_configurar.png);
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    font-family:serif;
    font-size: 2vW;
   
    padding: 3px;
}
/*boton flotante auditoria*/
    
   .flotante{
	position:fixed;
	width:120px;
	height:36px;
	bottom:60px;
	right:40px;
	background-color:#C82333;
	color:#FFF;
	border-radius:20px;
	text-align:center;
  font-size:13px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.flotante:hover {
	text-decoration: none;
	color: #e3172b;
  background-color:#fff;
}

.my-flotante{
	margin-top:16px; 
} 

.flotante p{
    color: white;
    background-color: #25d366;
}
#imgalergenos{
    width: 23px;
}
/*fin boton flotante*/

@media screen and (min-width: 600px) {
    
    table i{
    font-size:2.5vw;
    }

    #imgalergenos{
    width: 23px;
    }
    
      #reservatel {
    margin-top: 20px;
   
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.5vw;
    

}
      /* table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }*/
}
@media(min-width:1024px){
    
    table {
    font-size: 1.4vw;  
}
    
    table td {
   font-size: 1.2vw;   
}
    
h3 {
    text-align: center;
    color: #0a4661;
    margin-bottom: 30px;
}
    #btnVerParte {
    font-size: 1.7vw;
}
    
    #encabezado{
    background-color: #0a4661;
    width: 100%;
    color: white;
}
    #encabezado h2{
    font-size: 2rem;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    
}
    #notificaParte div {
    background:#c9d2dc ;
    padding: 30px;
    width: 50%;
    text-align: left;
    font-size: 2.5vw;

}
        table i{
    font-size: 1.5vw;
}
    .buscaFamili{
    width: 25%;
    text-align: center;
    margin-left: 38%;
}
    .data_delete a{
    margin: 191px;
    font-size: 2.5vw;
    
}
    .alert {
    font-size: 3.5vw;
    
}
    /*boton flotante auditoria*/
    
   .flotante{
	position:fixed;
	width:192px;
	height:60px;
	bottom:60px;
	right:40px;
	background-color:#C82333;
	color:#FFF;
	border-radius:20px;
	text-align:center;
  font-size:22px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.flotante:hover {
	text-decoration: none;
	color: #e3172b;
  background-color:#fff;
}

.my-flotante{
	margin-top:16px; 
} 

.flotante p{
    color: white;
    background-color: #25d366;
}
/*fin boton flotante*/
 #buscador button{
    font-size: 1.2vw;
}
    #imgalergenos{
    width: 23px;
}
    #reservatel {
    margin-top: 20px;
   
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.5vw;
    

}
    
}