body {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    margin: 0;
    padding: 0;
}

body * {
	transition: all .5s ease;
    margin: 0;
    padding: 0;
}

body a {
	color: #087021;
}
body hr {
	margin: 10px 0;
}

.ta-center { text-align: center; }

header#cabecera {
/* 	height: 120px; */
/* 	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/fondo-cabecera.gif") repeat-x; */
	border-bottom: 2px solid #5B8E48;
}

header .header-junta { float: left }
header .header-titulo {
	float: left;
	margin-top: 20px;
}
header .header-buscador { float: right; margin-top: 10px}

header .header-titulo-junta {
	font-family: Noto Sans HK Bold;
	color: #302E2B;
	font-size: 17px;
	display: block;
	margin-top: 2px;
}


header .header-titulo-consejeria {
	font-family: Noto Sans HK;
	color: #302E2B;
	font-size: 20px;
	display: block;
	margin-top: -3px;
}

header .header-titulo-portal-interino {
	font-family: Noto Sans HK;
	margin-top: 1px;
	color: #5B8E48;
	font-size: 15px;
	display: block;
}

header .header-junta a {
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/simbolo_generico.png") no-repeat scroll 0 0;
	height: 109px;
	width: 108px;
	font-size: 0;
	text-indent: -9999em;
	display: block;
	transition: none;
}
header .header-junta a:hover,
header .header-junta a:focus,
header .header-junta a:active {
	background-position: -110px 0;
}
/* No es necesario con la nueva imagen corporativa
header .header-consejeria a {
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/logo-consejeria_new.png") no-repeat scroll 0 0;
	font-size: 0;
	text-indent: -9999em;
	display: block;
	width: 360px;
	height: 30px;
}
*/
header .header-buscador a {
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/logo_twitter_2.png") no-repeat scroll 0 0;
	font-size: 0;
	text-indent: -9999em;
	display: block;
	width: 270px;
	height: 100px;
	background-size: contain;
}
/* Cabecera movil */
header .header-junta-movil a img {
	float: left;
	width: 45px;
	height: 45px;
	margin-bottom: 5px;
	margin-top: 5px;
}

header .header-consejeria-movil a img{
	float: left;
	width: auto;
	height: 20px;
	padding-left: 4px;
}


header .header-titulo-movil {
	float: left;
}

header .header-titulo-junta-movil {
	font-family: Noto Sans HK Bold;
	color: #302E2B;
	font-size: 10px;
	display: block;
	margin-left: 5px;
}


header .header-titulo-consejeria-movil {
	font-family: Noto Sans HK;
	color: #302E2B;
	font-size: 12px;
	display: block;
	margin-top: -12px;
	margin-left: 5px;
}

header .header-titulo-portal-interino-movil {
	font-family: Noto Sans HK;
	margin-top: -10px;
	color: #5B8E48;
	font-size: 9px;
	display: block;
	margin-left: 5px;
}



/* Pie de pagina */
footer#pie {
	background-color: #565656;
	border-top: 6px solid #2b2b2b;
	min-height: 50px;
	margin-top: 20px;
	overflow: hidden;
}
footer#pie a.enlace {
	font-size: 15px;
    font-family: texgyreheroscnregular,sans-serif,Arial!important;
    color: #fafafa;
    margin-left:20px;
}
footer#pie a.logo{
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/logo_junta_foot.png") no-repeat scroll 0 0;
	width: 120px;
	height: 81px;
	display: block;
	text-indent: -9999em;
	float: right;
}
footer#pie span {
	font-size: 16px;
    font-family: texgyreheroscnregular,sans-serif,Arial!important;
    color: #fafafa;
    padding-left: 10%;
    margin-top: 26px;
    position: fixed;
}
footer#pie ul{
	color: #fafafa;
	padding-left: 20%;
    margin-top: 26px;
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
}

/*
ul > li {
	list-style-type: none;
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/bullet.png") left 5px no-repeat;
	padding-left: 20px;
}
ul > li > ul > li {
	list-style-type: none;
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/bullet_listado_elegante.gif") left 8px no-repeat;
	padding-left: 13px;
}
ul.nav-tabs > li {
	list-style-type: inherit;
	background: inherit;
	padding-left: inherit;
}
ul.navbar-nav > li {
	list-style-type: inherit;
	background: inherit;
	padding-left: inherit;
}

ul.dropdown-menu > li {
	list-style-type: inherit;
	background: inherit;
	padding-left: inherit;
}
*/
.tab-content {
	padding: 20px 0 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tab-content h1 {
	background-color: #333;
	color: white;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	font-family: open_sanslight;
}
.tab-content h2 {
	background-color: #888;
	color: white;
	font-size: 16px;
	padding: 5px;
	font-family: open_sanslight;
}

/* DPT se incluye panel-heading personalizado  */
.panel-default > .panel-heading {
	background: #333;
	padding: 5px 0 0;
}
.panel-default > .panel-heading h1 {
	background-color: #333;
	color: white;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	font-family: open_sanslight;

}
.panel-default > .panel-heading span {
	background-color: #333;
	color: white;
	font-size: small;
	text-align: right;
}
/* FIN */
.alert {
	border-radius: 0;
	margin: 0;
}

.busqueda-simple, .busqueda-avanzada, .listado-provincias, .otros-centros {
	margin-right: 10px;
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/icons-tab.png") no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
}

.busqueda-simple {
	background-position: -75px 0;
}
.active .busqueda-simple {
	background-position: -25px 0;
}
.busqueda-avanzada {
	background-position: -50px 0;
}
.active .busqueda-avanzada {
	background-position: 0 0;
}
.listado-provincias {
	background-position: -50px -25px;
}
.active .listado-provincias {
	background-position: 0 -25px;
}
.otros-centros {
	background-position: -75px -25px;
}
.active .otros-centros {
	background-position: -25px -25px;
}

/* Modal */
.modal .modal-title { font-family: TeXGyreHerosCnRegular; }
.modal .modal-body {
	line-height: normal;
	/*font-family: open_sanslight;*/
	font-size: 13px;
}
.modal p { margin-bottom: 10px; }
.modal ul li { background: none; padding-left: 0; list-style-type: initial;}
.modal .panel { 
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}
.modal .panel .tab-content {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background-color: white;
	font-size: 12px;
}
.modal .panel .nav-tabs {
  font-family: TeXGyreHerosCnRegular;
  font-size: 16px;
}

.modal .panel + .panel {
	margin-top: 5px;
}

.modal .panel-body {
	/*background-color: #eff7f1;*/
}

.modal .panel-title { font-size: 14px; }
.modal .panel-heading { padding: 0; background: #eee; border: 0; }
.modal .panel-title > a { 
	display: block; 
	position: relative;
	padding: 10px 15px 10px 35px;
}
.modal .panel-title > a:before {
	background-position: 0 -25px;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/sprite-accordion.png") 0 -25px no-repeat;
	position: absolute;
	top: 5px;
	left: 5px;
}
.modal .panel-title > a.collapsed:before {
	background-position: 0 0;
}
.modal .panel-title > a:hover,
.modal .panel-title > a:focus,
.modal .panel-title > a:active { 
	text-decoration: none; 
	outline: none;
	background-color: #dcdcdc
}

/* Fin de Modal */

.consulta-centros-form {
	background: #ccdbd0 url("https://www.juntadeandalucia.es/educacion/sipri/images/logo-inclinado.png") 111% 60% no-repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
}
.consulta-centros-form label {
    line-height: 18px;
    font-family: "open_sansitalic";
    text-align: left;
    color: black;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: normal;
}

.wrapper-input-text {
	width: 63%;
	display: inline-block;
	border: 1px solid rgb(221, 221, 221);
}

input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="search"]:hover,
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus,
input[type="text"]:active, 
input[type="password"]:active, 
input[type="search"]:active,
select:hover, 
select:focus, 
select:active {
	outline: 0;
	box-shadow: 0 0 5px rgba(0,88,38,0.39);
}

.consulta-centros-form input[type="search"] {
    width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	border: 0px none;
	background-color: white;
}
.consulta-centros-form input[type="text"], 
.consulta-centros-form input[type="password"], 
.consulta-centros-form input[type="search"],
.consulta-centros-form input[type="submit"]  {
    height: 37px;
}
input.btn-search,
input.btn-reset,
button.btn-reset {
	margin: 0;
	padding-left: 30px;
	color: white;
	padding-right: 10px;
	border: 0;
	height: 37px;

}
input.btn-search { background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/back-btn-search.png") 0 0 no-repeat; }
input.btn-reset, button.btn-reset { background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/back-btn-reset.png") 0 0 no-repeat; }
a.btn-ayuda {
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/back-btn-ayuda.png") 0 0 no-repeat;
	display: inline-block;
	vertical-align: top;
	padding: 6px 10px 4px 30px;
	color: white;
	height: 37px;
}


/* ------------- Resultados de la consulta simple --------------- */

.caption {
	font-family: open_sansbold;
}
.resultados-consulta-centros {
	margin-top: 20px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.resultados-consulta-centros .panel-group .panel { 
	border-radius: 0;
	box-shadow: none;
}
.resultados-consulta-centros .panel-group .panel .panel-group { margin-bottom: 0; }
.resultados-consulta-centros .panel-group .panel .panel-group .panel-body {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background-color: white;
	font-size: 12px;
}
.resultados-consulta-centros .panel-group .panel.item-result .nav-tabs {
  font-family: TeXGyreHerosCnRegular;
  font-size: 16px;
}

.resultados-consulta-centros .panel-group .panel.item-result .mapa {
	width: 100%;
	height: 250px;
}

.resultados-consulta-centros .panel-group .panel + .panel {
	margin-top: 0;
	border-top: 0;
}

.resultados-consulta-centros .panel-body {
	background-color: #eff7f1;
}

.resultados-consulta-centros .panel-title { font-size: 15px; }
.resultados-consulta-centros .panel-body .panel-title { font-family: 'Cep_Medium'; }
.resultados-consulta-centros .panel-heading { padding: 0; background: #eee; }
.resultados-consulta-centros .panel-title > a { 
	display: block; 
	position: relative;
	padding: 10px 15px 10px 35px;
}
.resultados-consulta-centros .panel-title > a:before {
	background-position: 0 -25px;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/sprite-accordion.png") 0 -25px no-repeat;
	position: absolute;
	top: 5px;
	left: 5px;
}
.resultados-consulta-centros .panel-title > a.collapsed:before {
	background-position: 0 0;
}
.resultados-consulta-centros .panel-title > a:hover,
.resultados-consulta-centros .panel-title > a:focus,
.resultados-consulta-centros .panel-title > a:active { 
	text-decoration: none; 
	outline: none;
	background-color: #dcdcdc
}

.resultados-consulta-centros .panel-default:nth-child(2n-1) > .panel-heading{
  background: white;
}

.resultados-consulta-centros .panel-title .localidad { font-family: open_sansbold; }
.resultados-consulta-centros .panel-title .localidad:before { content: " - "; }

/* ------------ CONSULTA AVANZADA DE CENTROS --------------- */
.consulta-avanzada-centros-form {
	background: #ccdbd0 url("https://www.juntadeandalucia.es/educacion/sipri/images/logo-inclinado.png") 110% 125% no-repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
}
.consulta-avanzada-centros-form.otros-centros-form {
	background-position: 110% -35%;
}

.consulta-avanzada-centros-form fieldset {
	border: 0;
}
.consulta-avanzada-centros-form fieldset legend {
	border-bottom: 5px solid #087021;
	margin-bottom: 10px;
	font-family: TeXGyreHerosCnRegular;
}
.consulta-avanzada-centros-form .lbl-checkbox {
	min-width: 18%;
	margin-right: 2.5%;
	font-family: open_sanslight;
	font-weight: normal;
}
.consulta-avanzada-centros-form label {font-weight: normal;}
.consulta-avanzada-centros-form input[type="text"],
.consulta-avanzada-centros-form input[type="number"],
.consulta-avanzada-centros-form select {
  width: 100%;
  height: 35px;
  padding: 0 5px;
}

.consulta-avanzada-centros-form select option {
  padding: 0 5px;
}

/* --- Listado de provincias --- */
.centros-provincias {
	padding: 20px 20px 10px;
}
.centros-provincias label { margin-bottom: 20px; }
.centros-provincias .provincia {
	height: 100px;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	position: relative;
	background-color: #fafafa;
}
.centros-provincias .provincia:after {
	content: "";
	position: absolute;
	background: transparent url("https://www.juntadeandalucia.es/educacion/sipri/images/pdf-download.png") no-repeat scroll;
	width: 70px;
	height: 100px;
	top: 0;
	right: 0;
}
.centros-provincias .provincia:hover:after {
	background-position: -71px 0;
}
.centros-provincias .provincia a {
	display: block;
	height: 100%;
	text-align: center;
	padding-top: 30px;
	padding-right: 20px;
	text-transform: uppercase;
}

.padding-top-5{
	padding-top: 5px;
}

.padding-top-0{
	padding-top: 0px;
}
.padding-bottom-0{
	padding-bottom: 0px;
}

.padding-5{
	padding: 5px;
}

.padding-bottom-5{
	padding-bottom: 5px;
}

.padding-bottom-20{
	padding-bottom: 20px !important;
}

.margin-top-5{
	margin-top: 5px;
}

.margin-left-5{
	margin-left: 5px;
}

.width-100{
	width: 100%;
}

.cabeceraTabla th {
    background-color: #c2c2c2;
    font-size: 14px;
    font-family: Cep_Medium
}

#logado{
	position: relative;
	display: block;
	padding: 10px 15px;
}

/* ------------ RESPONSIVE -------------- */
@media screen and (max-width: 767px) {
	#consulta-centros-form-wrapper { padding: 5px; }
	.resultados-consulta-centros {
		margin-top: 10px;
		padding: 0 5px;
	}
	.wrapper-input-text { width: calc(100% - 90px); }
	.resultados-consulta-centros .panel-group .panel.item-result .nav-tabs { margin-top: 10px; }

	.resultados-consulta-centros .nav-tabs > li > a {
		background-color: #555;
		opacity: 0.8;
		color: white;
	}
	.resultados-consulta-centros .nav-tabs > li.active > a,
	.resultados-consulta-centros .nav-tabs > li > a:hover,
	.resultados-consulta-centros .nav-tabs > li > a:focus,
	.resultados-consulta-centros .nav-tabs > li > a:active {
		opacity: 1;
		background-color: white;
		color: #555;
	}

	.consulta-avanzada-centros-form .lbl-checkbox {  min-width: 33%; }
	.tab-content h1 { font-size: 16px; }
	.consulta-avanzada-centros-form fieldset legend { font-size: 18px; }
}

@media screen and (max-width: 400px) {
	.consulta-centros-form {
		background-position: 111% 60% no-repeat;
		padding: 10px 10px 0;
	}
	.consulta-avanzada-centros-form { padding: 10px 0; }
	.consulta-avanzada-centros-form .lbl-checkbox {  min-width: 100%; margin: 0; }
}

/* ------------ CONSULTA AVANZADA --------------- */
.consulta-avanzada-form {
	background: #ccdbd0 url("https://www.juntadeandalucia.es/educacion/sipri/images/logo-inclinado.png") 110% 60% no-repeat;
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	padding: 10px 20px;
}
.consulta-avanzada-form.otros-centros-form {
	background-position: 110% -35%;
}

.consulta-avanzada-form fieldset {
	border: 0;
}
.consulta-avanzada-form fieldset legend {
	border-bottom: 5px solid #087021;
	margin-bottom: 10px;
	font-family: TeXGyreHerosCnRegular;
}
.consulta-avanzada-form .lbl-checkbox {
	min-width: 18%;
	margin-right: 2.5%;
	font-family: open_sanslight;
	font-weight: normal;
}
.consulta-avanzada-form label {font-weight: normal;}
.consulta-avanzada-form input[type="text"],
.consulta-avanzada-form input[type="number"],
.consulta-avanzada-form select {
  width: 100%;
  height: 35px;
  padding: 0 5px;
}

.consulta-avanzada-form select option {
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
	.consulta-avanzada-form .lbl-checkbox {  min-width: 33%; }
	.consulta-avanzada-form fieldset legend { font-size: 18px; }
}

@media screen and (max-width: 400px) {
	.consulta-avanzada-form { padding: 10px 0; }
	.consulta-avanzada-form .lbl-checkbox {  min-width: 100%; margin: 0; }
}

/* ------------ NOTICIAS --------------- */
.cabecera-noticias {
	border-bottom: 5px solid #087021;
	margin-bottom: 10px;
	font-family: TeXGyreHerosCnRegular;
	margin-left: 15px;
	margin-right: 15px;
}

hr.division {
	background-color: #fff;
	border-top: 2px dotted #087021;
}

.media {
	padding-left: 15px;
	padding-right: 15px;
}

.media-heading {
	font-family: TeXGyreHerosCnRegular;
	border-bottom: 5px solid #087021;
	font-size: 18px;
}

.media-heading small{
	font-size: 75%;
}

.noticias > .panel-default{
	border-top-style: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

/* CONVOCATORIA */
#tablaVacantesSeleccionadas{
	background-color: white;
}
#tablaVacantes tr{
	cursor: pointer;
}

/* popover rojo */
.popover {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: white;
}

.popover.top .arrow:after {
	border-top-color: #d9534f !important;
}
.popover.down .arrow:after {
	border-down-color: #d9534f !important;
}
.popover.right .arrow:after {
	border-right-color: #d9534f !important;
}
.popover.left .arrow:after {
	border-left-color: #d9534f !important;
}

/*Util*/
.pointer {
	cursor: pointer;
} 

/*Lista de errores*/
ol {
	list-style-position: inside;
}

.divError{
	display: none;
}

.thumbnail {
	width: 70%;
	background-color: #b3c0b6;
}

ul{
	list-style-position: inside;
}

.form-group span.docRequerida:after{
    position:absolute;
    content:'*';
    color:red;
    right:-10px;
    top:0;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.thumbnail {
  height: 100%;
}

.opacidad{
	opacity: 0.4;
}
@media (min-width: 992px){
	.form-group.col-md-6.vertical-divider {
		border-left: 3px solid #44A671;
	}
	.padding-top-10percent{
		padding-top: 10%;
	}	
}

.fingerprint{
	font-size: 48px!important;
	color: #44A671;
	cursor: pointer;
}

.padding-bottom-15{
	padding-bottom: 15px;
}

.margin5{
	margin: 5px;
}

/*Estilo para mapa*/
.mapa {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  display: inherit !important;
}

#pHistorico{
	border-bottom: none !important;
}

.tdpointer tr td{
	cursor: pointer;
}

.sololecturanotif{
	background: #EEE;
}

/*DANI*/
.alert-customize {
	position: relative;
	display: table;
	border-collapse: separate;
}
.alert-icon {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

.menuitem{
	min-width: 210px;
}

/*Input para indicar orden de la plaza*/
@media only screen and (min-width: 1200px) {
	.inputOrden{
		padding: 3px !important;
		width: 50px !important;
	}
}

@media only screen and (min-width : 769px) and (max-width : 1199px) {
	.inputOrden{
		padding: 2px !important;
		width: 40px !important;
	}
}

@media only screen and (max-width: 768px) {
	.inputOrden{
		padding: 1px !important;
		width: 35px !important;
	}
}

.border-separador{
	border-bottom: 1px solid #087021;
}