@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: beige;
}
h1{text-align: center;}

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.8vw;
    text-align: center;
}

table th {
    text-align: center;
    width: auto;
    padding: 5px;
   font-size:3.4vw;
    color: #0a4661;
     border: 2px solid BLACK;
}
table tr {
    border: 2px solid BLACK;
}

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

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

table a {
    text-align: left;
    color: green;

}

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

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

}
#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: 16px;
    text-align: center;
}

#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{
	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: 3.5vw;
}
#buscador{
    text-align: center;
    /* width: 300px;
    margin-left: 40%; */
     
}
/*@media screen and (max-width: 600px) {
       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){
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;
}
    
    table {
    width: auto;
    margin-left: 0px;
    /*border: 2px solid red;*/
    font-size: 1.5vw;
    text-align: center;
}
    
    table td {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #0a4661;
    font-size: 1.3vw;
    /*border: 2px solid red;*/
}
    
    table th {
   
   font-size:2vw;
   
}
    
    
}