/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-06-2019, 04:37:00 PM
    Author     : Soluciones
*/
@import url('./fonts.css');
@import url('./colors.css');

body{
    color: #000000;
}

span{
    font-size: 12px;
}
p{
    font-size: 14px;
}
label{
    font-size: 13px;
    font-weight: normal;
}
.text-cafe{
    color: #695e4a !important;
}
/*para eliminar el padding*/
.sin-padding{
    padding: 0;
}

.enlace_botones_form, .enlace_botones_form:hover
{
    color: #fff;
    text-decoration: none;
}
/*para el boton de etika*/
.btn-etika{
    background: var(--color-boton);
    border: var(--color-boton);
    color: #fff;
}
.btn-etika:hover{
    /*background: var(--naranja);*/
    /*    background: #695E4B;*/
    background: #ad1c62;
    border: #ad1c62;
    color: #fff;
}
.error p
{
    font-size: 12px;
}

.nota-ci i
{
    color: var(--azul);
    font-size: 20px;
}

.box-captcha
{
    padding: 0;
    padding-left: 15px;

}

.titulo-formulario{
    font-size: 1em;
    font-weight: normal;
}
.bold{
    font-weight: bold;
}


select, label,.btn-etika,.btn,.ms-selectable ul li span,.ms-selection ul li span {
    text-transform: uppercase !important;
}
.texto2{
    color: #695E4B;
}
.enlace-nuevo,.enlace-nuevo:hover
{
    color: #ffffff;
    text-decoration: none;
}



/*para el acoordion*/
.panel {
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body > *:last-child {
    margin-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    text-align: left;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 24px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}
.panel-default h1,
.panel-default h2,
.panel-default h3,
.panel-default h4,
.panel-default h5,
.panel-default h6,
.panel-default .h1,
.panel-default .h2,
.panel-default .h3,
.panel-default .h4,
.panel-default .h5,
.panel-default .h6 {
    color: #333333;
}
.panel-primary {
    border-color: #cccccc;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #095f7b;
    border-color: #cccccc;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #cccccc;
}
.panel-primary > .panel-heading .badge {
    color: #095f7b;
    background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cccccc;
}
.panel-primary h1,
.panel-primary h2,
.panel-primary h3,
.panel-primary h4,
.panel-primary h5,
.panel-primary h6,
.panel-primary .h1,
.panel-primary .h2,
.panel-primary .h3,
.panel-primary .h4,
.panel-primary .h5,
.panel-primary .h6 {
    color: #ffffff;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #2da285;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #2da285;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-success h1,
.panel-success h2,
.panel-success h3,
.panel-success h4,
.panel-success h5,
.panel-success h6,
.panel-success .h1,
.panel-success .h2,
.panel-success .h3,
.panel-success .h4,
.panel-success .h5,
.panel-success .h6 {
    color: #2da285;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #3e97b6;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #3e97b6;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-info h1,
.panel-info h2,
.panel-info h3,
.panel-info h4,
.panel-info h5,
.panel-info h6,
.panel-info .h1,
.panel-info .h2,
.panel-info .h3,
.panel-info .h4,
.panel-info .h5,
.panel-info .h6 {
    color: #3e97b6;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #ab8d00;
    background-color: var(--plomo);
    border-color: var(--plomo);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #2d637b;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #ab8d00;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-warning h1,
.panel-warning h2,
.panel-warning h3,
.panel-warning h4,
.panel-warning h5,
.panel-warning h6,
.panel-warning .h1,
.panel-warning .h2,
.panel-warning .h3,
.panel-warning .h4,
.panel-warning .h5,
.panel-warning .h6 {
    color: #ffffff;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a72026;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a72026;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.panel-danger h1,
.panel-danger h2,
.panel-danger h3,
.panel-danger h4,
.panel-danger h5,
.panel-danger h6,
.panel-danger .h1,
.panel-danger .h2,
.panel-danger .h3,
.panel-danger .h4,
.panel-danger .h5,
.panel-danger .h6 {
    color: #ffffff;
}

.panel-title > a:before {
    content: "\f077";
    /*content: "\f068";*/
    float: left !important;
    margin-right: 10px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.panel-title > a.collapsed:before {
    content: "\f078";
    /*content: "\f067";*/
}
.panel-title > a {
    text-decoration: none;
}


/*para los enlaces de editar y eliminar*/
.enlace_editar,.enlace_eliminar,.enlace_editar:hover,.enlace_eliminar:hover{
    color: #000000;
    font-weight: bold;
}

/*card convocatorias vigentes*/
.car-convocatoria{
    height: 200px; 
    border: 1px solid var(--azul);
    border-radius: 10px;
    margin: 30px;
}
.car-sede{
    height: 200px;
    background: var(--azul);
    position: relative;
    border-radius: 10px;
}
.car-sede span{
    width: 200px;
    position: absolute;
    left: -70px;
    top: 87px;
    color: white;
    text-align: center;
    transform: rotate(-90deg);
}
.car-box a{
    font-size: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.car-box a:hover{
    text-decoration: none;
}
.car-box a, .enlace-talentos{
    color: var(--azul);
}

.box-convocatoria-titulo{
    background: var(--azul);
}


/*para estado postulante*/
.cuadro_estado_postulante {
    border: 1px solid #B0C4C5;
    padding: 5px;
    width: 100%;
    float: right;
    text-align: right;
}
.cuadro_estado_postulante a{
    margin-right: 15px;
}
/*para las fechas de modificacion*/

/*para responsive*/
.box-fecha-modificacion-responsive
{
    display: none;
}
.mayusculas
{
    text-transform: uppercase;
}
@media screen and (max-width:767px){
    .box-fecha-modificacion{
        display: none;
    }
    .box-fecha-modificacion-responsive{
        display: inline-block;
        font-size: 10px;
    }
}
/*.box-fecha-modificacion*/

/*footer img ssl*/
#siteseal img{
    width: 190px;
}
div.errorcv {
    font-size: 10px !important;
    font-style: italic;
    color: #CD0101;
}

/*banner sisetika login*/
/*files/img/imagen_etika.jpg*/
.banner-container{
    min-height: 100vh;
    height: auto;
    position: relative;
    background: url(../img/imagen_completa_etika.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.p-relative{
    position: relative;
    z-index: 10;
}
.box-formulario-banner{
    border: 1px solid white;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.modal-dialog{

    z-index: 1000;
}
.box-acordeon{
    background: var(--plomo);
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 15px;
}
.box-acordeon .title{
    color: #fff;
}
.cabecera_titulo,.cabecera_accion
{
    color:var(--titulo-color); 
}
.box-sesion-password{
    background: var(--color-box-sesion);
}

@media screen and (max-width:370px){
    .container-ingles div:nth-child(1) {
        display: none;
    }
    .container-ingles div h4{
        width: 100px;
    }
}