*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    margin: 0px !important;
	background: #FFFFFF;
	height: 100% !important;
}

body {
    margin: 0px !important;
	background: #FFFFFF;
	height: 100% !important;
}


/* modificaiones al NAV */

.navbar-inverse {
	background-color: #34425E;
	border-color: #34425E;
	margin-bottom: 0 !important;

}
.navbar-brand {
	color: #FFFFFF!important;
}

.nav a {
	color: #FFFFFF !important;
}
.navbar-nav li{
	padding: 3px !important;
}
.dropdown-menu li a{
	color: #74747C!important;
}
.dropdown-menu{
	padding: 8px !important;
}
.dropdown-menu li{
	padding: 8px !important;
}
.active{
	background-color: #34425E !important;
	border-color: #34425E !important;	
}

@media screen and (max-width: 620px){
	.dropdown-menu li a{
		color: #FFFFFF!important;
	}

}


#fijo thead tr th { 
	position: sticky;
	top: 0;
	z-index: 10;
	background: #A8A8A8;
	
}




#fijo { 
	height:600px;
	overflow:scroll;
	
}


#fijo2 thead tr th { 
	position: sticky;
	top: 0;
	z-index: 10;
	background: #A8A8A8;
	
}



#fijo2 { 
	height:400px;
	overflow:scroll;
	
}

/*MODIFICACIONES INVENTARIO*/
#thead-modi{
	position: sticky;
	top: 35px;
	background: #a8a8a8;
	z-index: 9;
	color: #FFFFFF;
}



#nombre_add_f1 { text-transform: uppercase;} 


/*PRELOADER*/

.preloader {
	
	position: fixed;
	width: 500px;
	height: 200px;
	top: 30%;
	left: 50%;
	margin-top: -100px; /* Negative half of height. */
	margin-left:-250px;
	background: 0,0,0,0.5;
	
}

.preloader img {
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);

	
}


/*BOTONES*/

.btnP {
	width: 110px;
	height: 30px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #91C9FF;
	outline: none;
	transition: 1s ease-in-out;
  }

  .btnP:hover {
	transition: 0.5s ease-in-out;
	background: #4F95DA;
	color: #FFFFFF;
  }



/*INPUTS*/
#sticky {
position: sticky;
left: 0;
background: #eeecec; 
}



.inp_resumen {
	width: 87px ;
	height: 20px;
	border-radius: 5px;
	border: 1px solid;
	border-color: #cccccc;
	margin: 0;	
}




.inp_resumen2 {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid;
	border-color: #cccccc;
	margin: 0;
	padding : 5px;	
}

.inp_resumen3 {
	width: 110px;
	height: 100%;
	border-radius: 5px;
	border: 1px solid;
	border-color: #cccccc;
	margin: 0;
	padding : 5px;
	
}

.inp_resumen4 {
	width: 115px;
	height: 100%;
	border-radius: 5px;
	border: 1px solid;
	border-color: #cccccc;
	margin: 0;
	padding : 5px;
	margin-top: 10px;
	
	
}


/*Div del titulo*/
h4{
	color: #4682B4;		
}
a{
	text-decoration: none;
	color: #000203;
	cursor: pointer;	
}

.circulof1 {
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f0d343;
	line-height: 100px;
}
.circulof2 {
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #6a9eba;
	line-height: 100px;
}

.circulof4a {
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #bc0000;
	line-height: 100px;
}
.circulof4b {
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e05d5d;
	line-height: 100px;
}

.circulof7 {
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #5cb85c;
	line-height: 100px;
}

/*SHADOWS A BLOQUES*/
.drop-shadow {
	
	box-shadow: rgba(60, 64, 67, 0.3) 4px 3px 6px 1px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	background: #f8f8f8;
	
}

.container.drop-shadow {
	padding-left:0;
	padding-right:0;
}

/*MENU*/
.nav.navbar-nav li a{
    color: #000203;
	
	transition: color  0.4s ease;
}
.nav.navbar-nav li a:hover{
    color: #337AB7;
}

.table-responsive{
	border: none;
}

table{
white-space: nowrap;

}

.container2{
	
	width: 100%;
	height: 400px;
	background: #eeeeee;
	border: 1px;
	border-radius: 5px;
}

.titulo{
	width: 70%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 30px;
	background: #D9EDF7;
	margin-top: 20px;
	border-radius: 7px;
	color: #4682B4;	
}
.titulo h2{
	line-height: 1px;
}

.abs-center {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
  }
  
  .form {
	width: 450px;
  }

/*Formulario de produccion - Responsividad*/
.formproduccion{
	width:90%;
	display: flex;
  	align-items: stretch;
	margin-bottom: 450px;
	
}
.produccioncolores{
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.fecha{
	position: relative;
	top: -20px;
	padding: 5px;
	text-align:center;
	border: 5px;
	left:50%;
	transform: translate(-50%,0);
	color: #777777;
	font-weight:normal;
	font-size: small;

}

@media screen and (max-width: 911px){
	.formproduccion{
		margin-bottom: 700px;
	}

}
@media screen and (max-width: 620px){
	.formproduccion{
		margin-bottom: 1230px;
	}

}


/*CENTRADO PERFECTO*/
.formproduccion .formulario{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
		
}
.formproduccion .formulario .cont-input{
	width: 100%;
	height: 150PX;
	border: 1px solid silver;
	box-shadow:2px 2px 5px silver;
	border-radius: 10px;
	position: relative;	
}
.fechainicial{
	position: absolute;
	left:10%;
	top: 20px;
	width: 35%;
}
.inp_finca{
width: 100%;
height: 40px;
position: relative;
margin-top: 20px;
background: #337AB7;
}
.inp_finca .finca{
	width: 40%;
	margin: 0 auto;
	padding: 10px;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	border-radius: 3px;
}
.fechafinal{
	position:absolute;
	right: 10%;
	top: 20px;
	width: 35%;
}
.btnboton{
	width: 70px;
	height: 50px;
	position: relative;
	top:100px;
	left:50%;
	transform: translate(-50%,0);
	border-radius: 3px;
}
.btnboton2{
	width: 100%;
	height: 50px;
	position: relative;
	top:100px;
	border-radius: 3px;	
			
}
.btnboton2 button{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #E1E1E2;
	color: azure;
	background: #337AB7;
	margin-left: 20px;
}

.btnnacional .botoncito{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #E1E1E2;
	color: azure;
	background: #337AB7;
	margin-bottom: 50px;
	position: relative;
	left:50%;
	transform: translate(-50%,0);
	border-radius: 3px;	
	
}
.btnboton button{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #E1E1E2;
	color: azure;
	background: #337AB7;
}
.cont-input input{
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	border-bottom: 2px solid silver;
	font-size: 18px;
	color: #5F6368;
}
.cont-input label{
	
	bottom: 10px;
	color: #5F6368;
	font-size:18px;	
}
/*por Corregir por Completo*/
@media screen and (max-width: 800px){
	.titulo{
		width:90%;
		height: auto;
	
	}
	.titulo h2{
		font-size: 20px;
		white-space: initial;
			
		white-space: nowrap;
  
	}
}

/*TABLAS DE INFORMACION*/  
.tb-nacional{
	margin: 0 auto;
}

.table Thead{
	color:#fff;
}





/* Inputs de Registros */
.input-registro{
	outline: none;
	border: none;
	border-bottom: 2px solid silver;
	font-size: 18px;
	color: #5F6368;
	margin: 20px;
}
label {	
			
}


.btnregistros{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #E1E1E2;
	color: azure;
	background: #337AB7;
	margin-bottom: 50px;
	margin-left: 50%;
	transform: translate(-50%,0);
}
.titulo2{
	width: 70%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 30px;
	background: #D9EDF7;
	border-radius: 7px;
	color: #4682B4;
}
.titulo3{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	padding: 30px;
	border-radius: 7px;
	color: #4682B4;
	font-size: 17px;
}
.cont-link{
width: 100%;
height: auto;	
position: relative;
top: 100px;
text-align: center;


}
.cont-link .menulink{
text-decoration: none;
padding: 30px;
font-size: 30px;
color: #4682B4;
}

.fijo{
	position: fixed;
}

/*tabla de Nacional*/

.formproduccion2{
	position: relative;
	top: 50px;
	margin-bottom: 200px;
}



   footer {
	width: 100%;
	text-align: center;
	background:#5286b1;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	align-self: flex-end;
	margin-top: 50px;
	text-decoration: none;
	bottom: 0;
  }