@font-face {
	font-family: Euro;
	src: url('Eurostile.ttf');
}

@font-face {
	font-family: Euro_bold;
	font-weight: bold;
	src: url('Eurostile Bold.ttf');
}

body {
	background-image: linear-gradient(to bottom right, #ABF8E7, #8778C7);
	background-size: 100%;
	background-attachment: fixed;
}

.ui-datepicker {
	width: 14em !important;
}

@media only screen and (min-width: 1024px) {
	.container_main {
		min-height: 500px;
	}
}

@media only screen and (max-height: 700px) {
	.container_main {
		min-height: 400px;
	}
}

.header {
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
}

.container_main {
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

/*formulario login*/

.tabla_login {
	padding: 40px 20px;
	border-radius: 10px;
	border: 1px solid #3866a3;
	background-color: #739df2;
	-webkit-box-shadow: 5px 5px 15px 1px #000000;
	box-shadow: 5px 5px 15px 1px #000000;
}

.texto_login {
	color: #000;
	font-size: 17px;
	font-family: Euro;
}

.texto_login2 {
	color: #000;
	font-size: 18px;
	font-family: Euro;
	text-align: center;
}

.input_login {
	border: none;
	border-radius: 5px;
	text-align: center;
	font-family: Euro;
	font-size: 20px;
}

/* fin formulario login */

/* inicio sidebar */

#sidebar {
	max-width: 270px;
	position: fixed;
	top: 0;
	left: -40%;
	height: 100vh;
	z-index: 999;
	background-image: linear-gradient(to bottom right, #8778C7, #ABF8E7);
	background-size: 100%;
	/* background-attachment: fixed; */
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 400px){
	#sidebar {
		width: 80%;
	}
}

#sidebar.active {
	left: 0;
}

.margen_interno {
	padding: 20px;
}

.boton_dismiss {
	padding: 10px;
}

.separador {
	margin-bottom: 10px;
}

/* fin sidebar */

/* footer */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: center;
}

.div_footer {
	color: #000000;
}

.Copyright {
	font-style: italic;
	text-align: right;
}

/* fin footer */