@import url(https://fonts.googleapis.com/css?family=Roboto:300);

html, body {
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif; /*font-family:Arial, Helvetica, sans-serif;*/
	background:#ffffff;
}

/* GUI */
.btn_exit 	{ float:right; width:41px; height:42px; margin-top:5px; margin-right:10px; text-align:right; }
.title 		{ width:100%; margin:20px auto; text-align:center; font-size:20px; }
.title img	{ margin:10px auto; display:block; }
.error 		{ display:none; position:absolute; top:0; width:100%; padding:10px 0; border-radius:0 0 5px 5px; text-align:center; color:#fff; background-color:#E74F4F; }

/* LOGIN PAGE */
.login-page 			{ width:360px; padding:8% 0 0; margin:auto; }
.form 					{ position:relative; z-index:1; background:#fff; max-width:380px; margin:0 auto; margin-top:150px; padding:45px; text-align:center; box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }
.form input 			{ font-family:"Roboto", sans-serif; outline:0; background:#f2f2f2; width:100%; border:0; margin:0 0 15px; padding:15px; box-sizing:border-box; font-size:14px; }
.form button 			{ font-family:"Roboto", sans-serif; text-transform:uppercase; outline:0; background:#4CAF50; width:100%; border:0; padding:15px; color:#FFFFFF; font-size:14px; -webkit-transition:all 0.3 ease; transition:all 0.3 ease; cursor:pointer; }
.form button:hover,
.form button:active,
.form button:focus 		{ background:#43A047; }
.form .message 			{ margin:15px 0 0; color:#b3b3b3; font-size:12px; }
.form .message a 		{ color:#4CAF50; text-decoration:none; }
.form .register-form 	{ display:none; }

/* ENTRADA PANEL */
.panel 				{ width:100%; text-align:center; margin-top:50px; }
.panel_item			{ display:inline-block; width:250px; margin:20px; color:#fff; }
.panel_item:hover 	{ cursor:pointer; opacity:.60; }
.panel_item a 		{ text-decoration:none; color:#fff; }
.panel_item img 	{ width:100%; } /*-webkit-border-top-right-radius:10px; -moz-border-top-right-radius:10px; -webkit-border-top-left-radius:10px; -moz-border-top-left-radius:10px; */
.panel_item span {
	display:flex; align-items:center; justify-content:center; float:left;
	width:100%; height:100px; line-height:20px;
	font-size:18px;
	background-color:#06B6EE; opacity:0.85;
	-webkit-border-bottom-right-radius:10px; -moz-border-bottom-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-bottom-left-radius:10px;
}

/* Item List*/
.list_epis { display:grid; width:100%; margin:0 auto; text-align:center; margin-top:50px; }

/* Button */
.botonlg { background-color:#43A047; color:#fff; padding:15px; text-decoration:none; -webkit-border-radius:10px;-moz-border-radius:10px;border-width:0px; }
.botontp { margin-left:auto; margin-right:auto; margin-top:60px; }
.button_left { width:33%; float:left; }
.button_center { width:33%; float:left; text-align:center; }
.button_right { width:33%; float:left;text-align: right; }

.npButton1 {
	outline: 0;
	background: #fff;
	width: 350px;
	border: 2 solid #333;
	padding: 15px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	margin-top: 10px;
}
.npButton1 img {
    float: left;
    padding-left: 15px;
}
.text_eus{color:#8c8888;}
.main-header{
	margin-left:0px!important;
}

/* MODAL WINDOWS -------------------------------- */
.modal 			{ display:none; position:fixed; z-index:1; padding-top:30px; left:0; top:25px; width:100%; height:100%; overflow:auto; background-color:rgb(0,0,0); background-color:rgba(0,0,0,0.4); }
.modal-content 	{ position:relative; background-color:#fefefe; margin:auto; padding:0; border:1px solid #888; width:80%; box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name:animatetop; -webkit-animation-duration:0.4s; animation-name:animatetop; animation-duration:0.4s }
/*.modal-content,.modal-medio 	{ width:60%;}*/
.close 			{ color:#AAA; float:right; font-size:28px; font-weight:bold; }
.close:hover,
.close:focus 	{ color:#000; text-decoration:none; cursor:pointer; }
.modal-header 	{ padding:0px 16px; background-color:#ee1b2c; color:white; position:relative; top:-20px; }
.modal-header-blanco 	{ padding:0px 16px; background-color:white; color:black; position:relative; top:-20px; }
.modal-body 	{ padding:2px 16px; position:relative; top:-30px; }
.modal-footer 	{ padding:2px 16px; background-color:#ee1b2c; color:white; }
/* Add Animation */
@-webkit-keyframes animatetop	{ from { top:-300px; opacity:0 } to { top:0; opacity:1 } }
@keyframes animatetop			{ from { top:-300px; opacity:0 } to { top:0; opacity:1 } }
/* Boddy */
.modal-body { width:95%;  margin:0px auto; float:none; clear:both; }
.modal-body .btns { width:50%; margin:0 auto; text-align:center; }
.modal-body .btn_1 {
	display:inline-block; width:20%;
	padding:10px 10px; margin:0px 15px; margin-top:10px;
	background-color:#43A047; color:#fff; text-decoration:none;
	-webkit-border-bottom-right-radius:10px; -moz-border-bottom-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-bottom-left-radius:10px; -webkit-border-top-right-radius:10px; -moz-border-top-right-radius:10px; -webkit-border-top-left-radius:10px; -moz-border-top-left-radius:10px;
}
.modal-body .btn_2 {
	display:block; width:95%;
	padding:2px 0px; margin:0px 0px;
	background-color:#BCBCBC; color:#333; text-decoration:none;
	-webkit-border-bottom-right-radius:5px; -moz-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:5px; -moz-border-bottom-left-radius:5px; -webkit-border-top-right-radius:5px; -moz-border-top-right-radius:5px; -webkit-border-top-left-radius:5px; -moz-border-top-left-radius:5px;
}
.modal-body .btn_1:hover, .modal-body .btn_2:hover { cursor:pointer; opacity:.60; }
.modal-body .md_text { width:80%; text-align:left; margin:0 auto; position:relative; top:15px; }
.modal-body .md_select { width:80%; }

/* The Close Button */
.close { color:white; float:right; font-size:28px; font-weight:bold; }
.close:hover, .close:focus { color:black; text-decoration:none; cursor:pointer; }

/* Footer */
footer { position:fixed; bottom:0px; width:100%; padding:10px 10px; background:#F9F9F9; font-size:13px; color:#89939C; text-align:center; z-index: 2;}
footer a { text-decoration-line:none; color:#43A047; }