@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

*{
	padding: 0; 
	margin: 0;
	font-family: 'Open Sans', sans-serif; 
	overflow: hidden;
}

*:focus{
    outline: none;
}

ul{
	list-style: none;
}

body, html{
	height: 100%;
	margin: 0 auto;
}

/*  ------- ESTILOS LOGIN ---------*/

.contenedor1{
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 100%; 
	padding-top: 10%;
}

.form_login{
	margin-top: 1em;
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 100%; 
}

.input_login{
	min-height: 35px;
	min-width: 200px;
	border-radius: .5em;
	border: solid 2px;
	border-color: #3A9118;
	margin-top: 1em;
	padding-left: 2em;	
}

.btn_ingresar{
	min-height: 38px;
	min-width: 232px;
	border-radius: .5em;
	cursor: pointer;
	border: 0;
	background-color: #3A9118;
	margin-top: 1em;
	color: white;
	-ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}

.btn_ingresar:hover{
	background-color: #237802; 
}

#resultado{
	margin-top: 2em;
	color: #3A9118;
}



/*  ------- ESTILOS ADMINISTRACIÓN ---------*/

.contenedor2{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	height: 100%;
}

/*MeNU*/

.menu{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 24%;
	background-color: #04AEC1;
	min-height: 100%;
	color: white;
}

.titulo_menu{
	min-height: 100px;
}

.titulo_menu p{
	font-size: 14pt;
}

.lista_menu ul{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-direction: column;
	min-height: 150px;
}

.lista_menu li{
	cursor: pointer;
	-ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}

.lista_menu li:hover{
	color: #d7d3c8;
}


.seleccionado{
	color: #787878;
}

/*CONTENIDO */

.contenido1{
	margin-top: 2em;
	width: 76%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column-reverse;	
	padding: 2em;
	display: none;
}

#ingreso_actas{
	display: flex;
}



/*LISTA DE ACTAS*/

.lista_actas{
	overflow: auto;
	width: 100%;
	height: 60%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;	
}

.buscar_actas{
	display: flex;
	width: 100%;
}

.buscar_actas input, .buscar_actas select, input, select{
	padding-left: 1em; 
	border-radius: 0.5em;
	border: solid 2px; 
	border-color: #008100;
	min-height: 35px;

	min-width: 210px;
}

td{
	margin-left: .5em !important;
	max-width: 280px;
	text-align: center;
}
.buscar_actas button, #actualizarUsuarios,#añadir_fila, #ingresar, #guardar_declaracion, #añadir_fila, #añadir_fila2, #guardar_declaracion2, #btn_salir, #eliminarActa, #ingresarUsuario{
	border: 0; 
	border-radius: 0.5em;
	background-color: #008100;
	min-height: 35px;
	min-width: 150px;
	color: white;
	cursor: pointer;
	-ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}

.buscar_actas button:hover, #añadir_fila:hover,#ingresar:hover, #guardar_declaracion:hover, #añadir_fila:hover, #eliminarActa:hover, #ingresarUsuario:hover{
	background-color: #04AEC1;
}

.buscar_actas select{
	min-height: 39px;
}

/*tabla*/

#tablas_actas{
	margin-top: 2em;
}

.tit{
	background-color: #04AEC1;
	min-width: 200px;
	min-height: 45px;
	border-radius: .3em;
	text-align: center;
	color: white;
}

.tit2, .cont2{

	min-width: 100px !important;
	max-width: 100px !important;

}

.cont{
	text-align: center;
	max-height: 40px; 
}

#tablas_actas img{
	max-width: 30px;
}



/*INGRESAR DE ACTAS*/

.ingresar_actas{
	height: 40%;
}

.dropzone{
	margin: 0 !important;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	padding: 0  !important; 

	min-height: 100px !important;
	border-color: #008100 !important;
	border-radius: .3em;
	
}



.ingresar_actas tr{
	margin-bottom: 1em !important;
}

span{
	text-align: center !important;
	margin-left: 3em;
	font-size: 10pt;
}



/*---------DECLARACION DE RESIDUOS--------*/

#declaracion_residuos{
	overflow: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 10pt;
}

.encabezado{
	display: flex;
	align-items: center;
	width: 100%; 
	justify-content: space-between;
}

.doble, .triple{
	margin-top: .4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.triple{
	margin-top: .4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.codigo, .fecha{
	border-radius: .3em;
	border: solid 2px;
	padding: .2em;
	border-color: #008100;

	
}

#declaracion_residuos input{
	min-height: 20px !important;
}
.triple p{
	margin-right: .5em;
	margin-left: .5em;
	max-height: 20px !important;
}
.doble p{
	width: 25%;
	max-height: 20px !important;
}

.doble input, .doble form{
	width: 65%;
}

.titulo_residuos{
	font-size: 18px;
	color: #008100;
	min-width: 100%;
	display: flex;
	justify-content: center;
}

/*TABLAS RESIDUOS*/

.td_residuos{
	min-height: 50px;
}

.por_fecha{
	display: flex;
	min-width: 640px;
	justify-content: space-around;
}

/*Editar Declaraciones*/

#tablas_declaraciones{
	margin-top: 1em;
	margin-bottom: 1em;
}

#tablas_declaraciones button{
	border: 0; 
	border-radius: 0.5em;
	background-color: #008100;
	min-height: 20px;
	min-width: 80px;
	color: white;
	cursor: pointer;
	margin-left: 4px;
	-ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}

#tablas_declaraciones button:hover{
	background-color: #04AEC1;
}

#btn_salir:hover, #actualizarUsuarios:hover{
	background-color: #888888;
}

#ver_declaracion_residuos, #administracion_usuarios{
	overflow: auto;
}

/*SUBIR ARCHIVOS*/
.barra{
	background-color: #f3f3f3;
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px rbga(0,0,0,.2);
	height: 25px;
}
.barra_azul{
	background-color: #247CC0;
	border-radius: 10px;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 0%;
}

.barra_verde{
	background-color: #2EA265 !important;
}

.barra_roja{
	background-color: #DE3152 !important;
}

#resultado_ver_residuos, #resultado_crear_usuarios{
	margin-bottom: 2em;
}

#mostrar2{
	display: none;
}

/*FORMULARIO DE QUEJAS*/

textarea{
	min-height: 300px; 
	min-width: 300px;
}

.td_residuos input{
	margin-left: 1em !important; 
	height: 32px !important;
	max-width: 50px !important; 
	min-width: 50px !important;

}

#contenedor2{
	margin-top: -22px !important; 
}

