/*
    Theme Name: Fomento San Sebastían
    Theme URI: 
    Author: CBT Comunicación y multimedia
    Author URI: https://cbt.es
    Description: Theme Diseñado para la plataforma de empleo público de Fomento San Sebastián
    Version: 1.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: fomento
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

*{
	font-family: 'Open Sans', sans-serif;
}

#formRegistro .form-group{
	width: 100%;
}
.experiencia{

}

/* Panel Solicitudes: 
 * By @Engel*/
 .h-screen {
  /*height: 120vh !important;*/
	height: auto !important;
}
.pagination-nav {
    text-align: right;
    padding-right: 4%;
}
.panel-evaluador .table-solicitudes th,
.panel-evaluador .table-solicitudes td {
text-align: center;
}
.est-intro {
  color: black;
  background-color: rgb(252 243 159);
}
.est-exito {
color: black;
background-color: rgb(224, 255, 177);
}
.est-error {
color: black;
background-color: rgb(255, 184, 211);
}
.est-regular {
color: black;
background-color: rgb(255, 217, 147);
}
.est-intro:hover {
  color: black;  
  background-color: rgb(252 243 159);
}
.est-exito:hover {
color: black;
background-color: rgb(224, 255, 177);
}
.est-error:hover {
color: black;
background-color: rgb(255, 184, 211);
}
.est-regular:hover {
color: black;
background-color: rgb(255, 217, 147);
}
.est-disable {
  color: rgb(183 183 183);
  background-color: rgb(239 237 237);
}
.est-disable:hover {
  color: rgb(183 183 183);
  background-color: rgb(239 237 237);
}
.export-csv {
color: #8e96af;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.export-csv h6 {
color: #8e96af;
margin-right: 2vh;
}
.export-csv span {
width: inherit;
}
#btnCsv {
width: inherit;
color: #8e96af;
}

.modal-dialog {
	text-align: initial !important;
	color: gray;
}

.modal-dialog-csv {
  min-width: 300px;
}
.modal-dialog-doc {
  min-width: 900px;
}
.modal-dialog-coment {
  min-width: 600px;
}
.modal-body input {
margin-right: 10px;
}
.modal-docu {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
  overflow: auto;
}
#modal-coment textarea {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.modal-footer {
  margin-top: 2vh;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn-basic-neutral {
  background-color: #fff;
  border-color: #e7eaf0;
}
.txt-estado {
  color: gray;
  font-size: 0.6rem;
  text-align: center;
  margin-top: 1.8vh;
  visibility: hidden;
}
.txt-estado-visible {
  color: gray;
  font-size: 0.6rem;
  text-align: center;
  margin-top: 1.8vh;
  visibility: visible;
}
.panel-evaluador a {
  display: inline-grid;
}
.panel-evaluador i {
  padding-top: 1vh;
}
.table-docu tr {
  height: 8vh;
}
.docu-td-txt {
  width: 70%;
  text-align: left !important;
}
.docu-td-btn {
  width: 30%;
  text-align: right !important;
}

.docu-td-btn button span{
	display:none;
}

.titulos-ofertas-active {
  background-color: #e50019 !important;
  color: white;
}
.titulos-ofertas:hover {
  background-color: #e50019 !important;
  color: white !important;
}






#contenedor-forms{
	background:#f6f6f6;
	padding:3em;
}
#contenedor-forms-baremacion{
	background:#f6f6f6;
}
#contenedor-formulario{
	align-items:center;
	width:60%
		
}
#contenedor-baremacion{
	align-items:center;
	width:40%
		
}

#calculosBaremacion{
	padding:1em;
	background:white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width:85%;
	
}

#formRegistro{
	width:50%;
	padding:1em;
	background:white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#formRegistroBaremacion{
	width:85%;
	padding:1em;
	background:white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius:6px;
	margin-bottom:3em;
}

.Fondo-tarjeta{
	width:85%;
	padding:1em;
	background:white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin:2em 0;
	border-radius:6px;
}

.Fondo-tarjeta h5{
	font-weight:100 !important;
	font-size:14px;
}

.form-group{
	padding-bottom:0;
}

.btn-primary{
	border-color:#C10D20 !important;
	background-color:#C10D20 !important;
}

.form-group input:focus{
	border-color:rgba(193, 13, 32,.5); !important;
	    box-shadow: 0 0 0 0.25rem rgba(193, 13, 32,.25);
}

.form-check checkbox:checked{
	background-color:#C10D20 !important;
}

.registroError{
	margin-top:10px;
	margin-left:1em;
	color:#C10D20;
	font-size: 14px;
  font-weight: 100;
}

#cabecera{
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	min-height:auto;
	padding:5em 0;
}

#cabecera h1{
	color:	white;
	font-weight:600;
	font-size: 32px !important;
}

#convocatorias{
	margin: 1em auto;
	gap:3em;
}

#DescripcionConvo{
	background:rgba(0,0,0,0.8);
	border-radius:10px;
	padding:2em;
	width:60%;
}


.DescripcionOfertaHome{
	font-size:14px;
	line-height:2;
}

.btn-link{
	color:#201F21 !important;
	text-decoration:underline !important;
}

.btn-link:hover{
	color: black !important;
}

.btn-light:hover{
	color:white !important;
	background-color:black !important;
}

#convocatorias{
	flex-wrap:wrap !important;
}

#convocatorias .card{
	min-height:40vh;
	min-width: 200px;
  max-width: 320px;
}

#DetallesOferta p{
	font-size:16px;
	padding:1.5em;
	background-color:#f1f1f1;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius:10px;
}

.subtitulo-oferta{
	display:block !important;
	text-transform:uppercase;
	background-color:#f1f1f1;
	width:100%;
	padding:1em;
	border-radius:10px;
}

#botones-idiomas button{
	background:transparent !important;
	color:white !important;
	border: none !important;
}

.um {
opacity: 1 !important;
}

.um-login{
	margin:3em auto;
	height:70vh !important;
}
.um-8469.um {
    max-width: 450px;
}
#um-submit-btn{
	background-color:#C10D20 !important;
}

#botones-idiomas .active{
	color:#C10D20 !important;
}

#pruebaEuskera{
	display:none;
}

#checkPruebaEU:checked ~ #pruebaEuskera{
	display:block !important;
}

.accordion-item{
	margin-bottom:1em !important;
}

.resumen #contenedor-forms-baremacion {
    background: #f6f6f6;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    width: 100% !important;
}



.resumen #contenedor-formulario {
    align-items: center;
    width: 60%;
    background: white;
    margin: 2em auto;
    border-radius: 10px;
    padding: 2em;
}

#contenedor-baremacion{
	position:fixed;
	right:15px;
}

.sub-menu{
	  position: absolute;
    margin-left: -20px;
		margin-top: -6px;
    background: black;
    padding: 1em;
	  display:none !important;
		cursor:pointer;
}

#menu-item-1034:hover .sub-menu{
	display:flex !important;
}


.sub-menu:hover{
	display:flex !important;
}

.form-check-input:checked {
    background-color: #f36 !important;
    border-color: #f36 !important;
}

*:focus {
    border-color: #f36 !important;
    box-shadow: 0 0 0 0.25rem rgba(255,51,102,.25) !important;
}

@media only screen and (max-width: 1500px) {
  #convocatorias .card{
	min-height:50vh;
	max-width: 290px;
}
	
	.Fondo-tarjeta p{
		font-size:1vw !important;
	}
}


@media only screen and (max-width: 600px){
#DescripcionConvo {
    width: 90%;
}
	#cabecera h1{
		font-size: 26px !important;
	}
	
	#DetallesOferta{
		flex-direction:column !important;
	}
	
	#contenedor-formulario {
    width: 100%;
}
	
	#contenedor-baremacion {
    position: relative;
}
	
	#contenedor-forms-baremacion {
    flex-direction: column;
}
	
}


/* Panel Evaluador - Mejoras de layout */
.navbar-vertical {
    flex-shrink: 0 !important;
}

.panel-evaluador .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.panel-evaluador .container-fluid {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#estadoQuickFilters {
    min-width: 200px;
}

#estadoQuickFilters .btn {
    white-space: nowrap;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.h-lg-full {
    min-height: 100vh;
}

@media (max-width: 991px) {
    .navbar-vertical {
        min-width: 100% !important;
    }
}

header, footer{
    background-color: black;
    color:white;
}

#logo{
    max-width: 300px;
}


#MenuPrincipal ul{
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    gap:1em;
}

#MenuPrincipal a , footer a{
    text-decoration: none;
    color:white;
}

.logo-oferta{
	width:120px;
	height:120px;
	border:solid 1px #9F9F9F;
	border-radius:50%;
	background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
	
}

.logo-panel{
	text-align:center;
	color:black !important;
}

.nav-item .active{
	color: rgb(193, 13, 32) !important;
	border-color: rgb(193, 13, 32) !important;
}
.recuerdalo{
	line-height: 22px;
    color: #888 !important;
    display: block !important;
    text-decoration: none !important;
    font-weight: normal;
    text-align: center;
    border-bottom: none !important;
}


/* Ultimate member */

.um-account-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    padding: 100px 20px !important;
}

.um-account-side > ul {
    width: 100%;
    max-width: 500px;
}

.um-account-side li a span.um-account-icon i, .um a.um-link {
    color: #e2001acf !important;
}

.um-page-account .um-custom-shortcode-tab {
    max-width: 600px;
    padding: 20px;
}

.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
    color: white !important;
    background: #e2001a !important;
}

#menu-item-1034:hover .sub-menu {
    flex-direction: column !important;
}

.um.um-password.um-um_password_id {
    margin-top: 100px !important;
    margin-bottom: 240px !important;
}
