
@import url(//fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

/* ----------------------------------- General ----------------------------- */
body{
    min-width: 500px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
    background-color: rgb(84,84,84);
}
.backgroundimage{
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background-image: url(/static/geodimecore/sadelogin.jpg);
	background-size: cover;
	-webkit-filter: blur(3px);
	z-index: -2;
}
.backgroundcolor{
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background: #c4c4c4;
	color: #aaaaaa;
	z-index: -2;
}
.grad{
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: -1;
	opacity: 0.8;
}
.backgroundgrad{
	position: absolute;
	top: 0%;
	right: 0%;
	width: 100%;
	height: 100%;
	min-width: 400px;
    background: rgb(125,125,125);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(27%,rgba(25,25,25,0.05))); /* Chrome,Safari4+ */
	z-index: 0;
	opacity: 0.9;
}
button {
	width: 210px;
	height: 36px;
	background: rgb(64, 64, 64); 
	background: rgba(124, 124, 124, 0.56);
	border: 1px solid rgba(198,103,12,1);
	cursor: pointer;
	border-radius: 6px;
	color: RGB(225,225,225,1);
	font-family: 'Exo', sans-serif;
	font-size: 15px;
	padding: 8px;
	margin-left: 8px;
	align-content: center;
	margin: 8px;
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,0.7)), color-stop(35%,rgba(80,80,80,0.7)), color-stop(70%,rgba(80,80,80,0.65)),color-stop(100%,rgba(40,40,40,0.7))); /* Chrome,Safari4+ */ */
}
button:disabled {
	background: rgb(64, 64, 64);
	background: rgba(124, 124, 124, 0.20);
	color: rgba(225,225,225,0.35);
	border: 1px solid rgba(198,103,12,0.40);
}
input {
	background: rgb(48, 48, 48); 
	background: rgba(79, 78, 78, 0.56);
    border: 1px solid #c6670c;
    border-radius: 3px;
    color: #dddddd;
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 5px;
	margin: 3px;
}
select {
	background: rgb(64, 64, 64); 
	background: rgba(124, 124, 124, 0.56);
	border: 1px solid #c6670c;
	cursor: pointer;
	border-radius: 4px;
	color: #ebe0e0;
	font-family: 'Exo', sans-serif;
	font-size: 15px;
	padding: 8px;
	margin-left: 8px;
	align-content: center;
	margin: 8px;
}
option {
	color: #000000 ;
}
#nombre_personal {
	font-style: italic;
	font-size: 14px;
	color: #999999;
}
.nota {
	font-style: italic;
}
.div_salida {
	position: fixed;
	width: 100% ;
	left: 0% ;
	bottom: 0%;
	padding-top: 8px ;
	padding-bottom: 8px ;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,10,10,1)), color-stop(30%,rgba(30,30,30,0.9)), color-stop(70%,rgba(30,30,30,0.9)),color-stop(100%,rgba(10,10,10,1))); /* Chrome,Safari4+ */
}

/* ----------------------------------- Login ----------------------------- */
.header div{
	color: #eeeeee;
	font-family: 'Exo', Arial,Helvetica,sans-serif;
	font-size: 45px;
	font-weight: 600;
}
.header div span {
	color: #c6670c !important;
}
.login{
	text-align: right;
	position: absolute;
	padding: 5px;
	top: calc(40% - 130px);
	left: calc(50% - 135px);
	width: 270px;
	height: 260px;

}
.login label 
{
	color: #eeeeee;
    font-family: Arial;
    font-size: 17px;
	padding: 15px;
	font-family: 'Exo', Arial,Helvetica,sans-serif;
	margin: 3px;
}
.login li  {
	color: #eeeeee;
    font-family: Arial;
    font-size: 17px;
	padding: 15px;
	font-family: 'Exo', Arial,Helvetica,sans-serif;
	margin: 3px;
}
.login input {
	width: 96%;
}
.login button {
	width: 100%;
	height: 48px;
	border-radius: 4px;
	font-size: 20px;
	margin: 3px;
}

/* ----------------------------------- Titulo ----------------------------- */
.titulo {
	position: absolute;
	width: 80vw;
	height: 60px;
	top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
	color: #999999;
	font-family: 'Exo',sans-serif;
	/*font-size: 3.0vw;*/
	font-size: calc(35px + (28 - 10) * (80vw - 600px) / (1024 - 400));
	font-weight: 600;
	align-content: center;
}
.titulo span{
	color: #c6670c !important; 
}
svg {
    width: 80%;
}
/* ----------------------------------- Cuerpo Opciones General ----------------------------- */
.opciones{
	text-align: center;
	position: absolute;
	top: 2% ;
	left: 5%;
	width: 90%;
	height: 100%;
}
.opciones hr {
	position: relative;
	top: 60px ;
	width: 90%;
	border:0.5px solid #c6670c; 
}
.opciones button {
}
.opciones button:active {
	transform: translateY(4px);
}
.opciones label {
	color: #eeeeee;
    font-family: Arial;
    font-size: 16px;
	padding: 15px;
	font-family: 'Exo', Arial,Helvetica,sans-serif;
	margin: 3px;
	height: 100px;
}
.opciones select {
	width: 220px;
	height: 44px;
	margin-bottom: 15px;
}

/* ----------------------------------- Menu ----------------------------- */
.menu_central {
	position: relative;
	top: 62px ;
	left: 0%;
	bottom: 10%;
}
.menu_central hr {
	position: relative;
	margin-bottom: 20px; ;
	top: 0px ;
	width: 80%;
	border:0.5px solid #999999; 
}

/* ----------------------------------- Contenido Jornal ----------------------------- */
/* .cuerpo_jornal{ */
	/* text-align: center; */
	/* position: absolute; */
	/* top: 2% ; */
	/* left: 5%; */
	/* width: 90%; */
	/* height: 95%; */
/* } */
/* .cuerpo_jornal hr { */
	/* position: relative; */
	/* margin: 1 ; */
	/* top: 60px ; */
	/* width: 90%; */
	/* border:0.5px solid #c6670c;  */
/* } */
.contenido_jornal {
	position: relative;
	top: 62px ;
	left: 0%;
	bottom: 10%;
}
.contenido_jornal label {
	color: #eeeeee;
    font-family: Arial;
    font-size: 17px;
	padding: 15px;
	font-family: 'Exo', Arial,Helvetica,sans-serif;
	margin: 5px;
}

.contenido_jornal hr {
	position: relative;
	margin-bottom: 20px; ;
	top: 0px ;
	width: 70%;
	border:0.5px solid #999999; 
}
.contenido_jornal select {
	width: 260px;
	height: 44px;
}
.contenido_jornal option {
} 
.contenido_jornal button {
}
.contenido_jornal button:active {
	transform: translateY(4px);
}

/* ----------------------------------- Menu con Multiopciones ----------------------------- */

.multiopciones {
	position: relative;
	/* text-align: left; */
	width: 90% ;
	/* max-width: 600px ; */
	top: 62px ;
	left: 5%;
	right: 5%;
}
.multiopciones hr {
	position: relative;
	margin-bottom: 20px; ;
	top: 5px ;
	width: 80%;
	border:0.5px solid #999999; 
}

.multiopciones form {
	text-align: left;
	width: 80%;
	left:  25%;
	right: 25%;
}
.multiopciones input {
	position: relative;
	margin-bottom: 15px;
}

.multiopciones label {
	position: relative;
	width: 300px;
	text-align: left;
	margin-left: 20%;
	padding-bottom: 50px;
	padding: 0px;
}
.multiopciones .nombre{
	padding: 15px;
	margin: 3px;
}
.multiopciones button {
	margin-top: 50px;
}

.multiopciones button:active {
	transform: translateY(4px);
}

.multiopciones select {
	margin-left:  15%;
	width: 90%;
}

/* ----------------------------------- Otros ----------------------------- */
.input_eleccion {
	position: relative;
	left:  15%;
	width: 12px;
}
.input_numeric {
	position: relative;
	left:  15%;
	width: 90%;
}
.texto_eleccion{
	font-style: italic;
}

/* ----------------------------------- CSS de barras ----------------------------- */
.jquery-ui-like {
	text-align: center;
	margin-left: 18%;
	width: 64%;
	height: 22px;
	border-radius: 4px;
	background: rgb(44, 44, 44); 
	background: rgba(44, 44, 44, 0.56);
	border: 1px solid #AAA;
	overflow: hidden;		
	margin-bottom: 15px;
}
.jquery-ui-like div {
	width: 50%;
	height: 100%;
	color: #924700;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	background-image: url(pbar.gif);
	border-right: 1px solid #AAA;
}




/* ----------------------------------- Otros ----------------------------- */
.messages {
	font-family: 'Exo', Arial,Helvetica,sans-serif;
    color: lightgrey;
    background: rgba(120,120,120,0.3);
    padding: 2px;
    list-style-type: none;
}
.error {
    background: rgba(255,0,0,0.3);
}

table.linkbar {
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
/*  background: #3C1D0C;
  background: -moz-linear-gradient(top, #6d5549 0%, #4f3324 66%, #3C1D0C 100%);
  background: -webkit-linear-gradient(top, #6d5549 0%, #4f3324 66%, #3C1D0C 100%);
  background: linear-gradient(to bottom, #6d5549 0%, #4f3324 66%, #3C1D0C 100%);
  border-top: 2px solid #444444;
*/
}
table.linkbar td {
  font-size: 14px;
}
table.linkbar .links {
  text-align: right;
}
table.linkbar .links a{
  display: inline-block;
  background: #DE7A1A;
  color: #FFFFFF;
  padding: 1px 6px;
  margin-botom: 1px;
  margin-top: 1px;
  border-radius: 5px;
}
table.linkbar .filtros {
  text-align: left;
}
table.linkbar .filtros a{
  display: inline-block;
  background: #DE7A1A;
  color: #FFFFFF;
  padding: 1px 6px;
  margin-botom: 1px;
  margin-top: 1px;
  border-radius: 5px;
}
#active_page_button {
    background: #83776C;
}
#active_filter_button {
    background: #83776C;
}

div.infobar {
  	background: rgb(60, 60, 60); 
	background: rgba(124, 124, 124, 0.56);
	border: 1px solid rgba(198,103,12,1);
	border-radius: 6px;
	color: RGB(225,225,225,1);
	font-family: 'Exo', sans-serif;
	font-size: 15px;
	padding: 8px;
	margin-left: 8px;
	align-content: left;
	margin: 8px;

}

.ver-detalles a{
  display: inline-block;
  background: #DE7A1A;
  color: #FFFFFF;
  padding: 1px 6px;
  margin-botom: 1px;
  margin-top: 1px;
  border-radius: 5px;
}


