body {
	padding-top: 125px;
}

a {
	cursor: pointer;
}

div.wrapper {
	padding-bottom: 40px;
}

div.alert-form {
	margin-bottom: 0;
	margin-top: 2px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	font-size: 12px;
	padding: 5px 0 0 5px;
}

input.error, select.error {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

div.input-group span.input-group-addon {
	cursor: default;
}

div.input-group span.input-group-addon a {
	cursor: pointer;
}

div.socio_colegiado .panel-heading {
	background-color: #899cb7;
}

div.socio_colegiado .panel-body {
	background-color: #eef2f6;
}

.j3xl_loader {
	background-color: #ccc;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	opacity: .9;
}

.j3xl_loader .glyphicon {
	font-size: 3.5em;
	font-style: normal;
	-moz-animation: giro 1s linear infinite;
	-webkit-animation: giro 1s linear infinite;
	animation: giro 1s linear infinite;
}

.j3xl_loader span {
	color: #000;
	font-weight: bold;
	height: 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	opacity: 1;
}

.j3xl_loader span.message {
	padding-top: 60px;
}

#envio_ficheros table .glyphicon {
	font-size: 20px;
	margin: 0 5px;
	cursor: default;
}

.opciones_envio_ficheros {
	margin-top: 35px;
}

.opciones_envio_ficheros a.btn, .opciones_envio_ficheros select {
	margin-bottom: 10px;
}

.drop_zone_hover {
	position: absolute;
	background-color: #c00;
	opacity: 0.5;
	z-index: 1000;
}

.drop_zone_hover span {
	color: #fff;
	height: 100%;
	text-align: center;
	top: 50%;
	width: 100%;
}

#fichas_colegios .drop_zone_hover span {
	font-size: 30px;
	top: 5px;
}

#envio_ficheros .drop_zone_hover span {
	font-size: 80px;
	margin-top: -40px;
}

tr.tr_trabajos > td {
	padding: 0px 30px 0px 30px !important;
}

tr.tr_trabajos > td .table-striped > tbody > tr {
    background-color: #D9EDF7;
}

tr.tr_trabajos > td .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #F2F2F2;
}

tr.tr_trabajos > td tbody {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.navbar {
	border: none;
}

.navbar-brand {
	font-size: 65px;
	font-weight: bold;
	line-height: 100px;
	margin: 0;
	padding: 0;
}

#navbar p {
	float: right;
	margin-bottom: 0px;
	margin-top: 4px;
	margin-right: 20px;
}

.navbar-info {
	height: 42px;
	color: #000;
	background-color: #fff;
	line-height: 1;
	padding-left: 20px;
	padding-right: 10px;
}

.navbar-info a {
	color: #000;
	line-height: 30px;
	margin: 10px;
}

.navbar-info p {
	padding-top: 2px;
}

.navbar-info span.colegio {
	font-size: 0.7em;
}

.navbar form {
	display: inline;
}
.select-colegio {
	display: inline;
	width: auto;
	margin-top: 2px;
}

.modal {
	max-width: none;
	width: 90%;
	max-height: 90%;
	padding: 25px;
	overflow: auto;
}

.modal a.close-modal {
	display: none;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

div.cabecera {
	height: 50px;

	background: rgba(108,170,145,1);
	background: -moz-linear-gradient(left, rgba(108,170,145,1) 0%, rgba(60,92,131,1) 58%, rgba(60,92,131,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(108,170,145,1)), color-stop(58%, rgba(60,92,131,1)), color-stop(100%, rgba(60,92,131,1)));
	background: -webkit-linear-gradient(left, rgba(108,170,145,1) 0%, rgba(60,92,131,1) 58%, rgba(60,92,131,1) 100%);
	background: -o-linear-gradient(left, rgba(108,170,145,1) 0%, rgba(60,92,131,1) 58%, rgba(60,92,131,1) 100%);
	background: -ms-linear-gradient(left, rgba(108,170,145,1) 0%, rgba(60,92,131,1) 58%, rgba(60,92,131,1) 100%);
	background: linear-gradient(to right, rgba(108,170,145,1) 0%, rgba(60,92,131,1) 58%, rgba(60,92,131,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6caa91', endColorstr='#3c5c83', GradientType=1 );
}

div.cabecera p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.5;
	padding-left: 5px;
	position: absolute;
}

div.dashboard_enlaces .row {
	margin-bottom: 15px;
}

div.dashboard_enlaces img {
	width: 100px;
}

div.dashboard_enlaces .db_titulo {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
}

div.dashboard_enlaces .db_subtitulo {
	font-size: 0.9em;
}

div.dashboard_enlaces .db_enlace {
	border-bottom: 1px dotted;
	text-align: right;
	margin: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

div.db_feed {
	background-color: #ccc;
	margin: 25px;
}

div.db_feed p {
	font-weight: bold;
	text-transform: uppercase;
}

i.fa {
	font-size: 25px;
	margin: 0 5px;
}

.btn-evisa {
	height: 25px;
	margin: -10px 0 0;
}

.mtop20 {
	margin-top: 20px;
}

.bottom20 {
	margin-bottom: 20px;
}

.mleft20 {
	margin-left: 20px;
}

.mright20 {
	margin-right: 20px;
}

.label2lines {
	padding-top: 0px !important;
	line-height: initial;
}

@-moz-keyframes giro {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes giro {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes giro {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}