.alto-input-login {
    min-height: 38px;
}

#sidebar-menu .menu-title {
    font-size: 12px !important;
}

.titulo-pagina{
    padding-top: 10px;
    border-bottom: 1px solid #777777;
}

.select2-container {
    /*height: calc(1.5em + 0.94rem + 2px)!important;*/
    color: #777!important;
    background-color: #363c48!important;
}
.select2-selection, .select2-selection__rendered {
    /*height: calc(1.5em + 0.94rem + 2px) !important;*/
    background-color: #363c48!important;
    border-radius: 0.2rem!important;
    border: 1px solid #363c48!important;
    color: #777777 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow {
    /*line-height: calc(1.5em + 0.94rem + 2px)!important;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px!important;
}

.select2-container .select2-selection--single {
    height: 37px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
}

.select2-selection__choice {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.select2-selection--multiple .select2-selection__rendered {
    border-bottom: none!important;
}

.select2-selection--multiple .select2-search.select2-search--inline {
    clear: both!important;
    width: 100%!important;
}

.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field {
    width: 100%!important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px!important;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 3px!important;
}

.required:before {
    content:"* ";
    color: red;
}

/* Estilo para decorar los nombres de los empleados y al ser pulsados que abra mail */
a[href^="mailto:"] {
    text-decoration: underline !important;
    color: #ededed;
}

.dropdown-divider {
    border-color: #999999!important;
}

/* Estilo para fondo de pantalla home */
.imagen-fondo-home{
    background-image: url("../images/fondo2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.cajas-home{
    background-color: #ededed;
    opacity: 0.9;
    padding: 10px;
}
.cajas-home-titulo{
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Nunito Sans", sans-serif;
    opacity: 0.9;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.caja-home-texto-slogan{
    color: yellow;
    text-align: center;
    font-size: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-page {
    padding-bottom: 0px!important;
}

@media screen and (min-width: 760px) {
    .content-page {
        margin-left: 275px!important;
    }
}

@media screen and (max-width: 980px) {
    div.logo1, div.logo3 {
        display: none;
    }
}
/* Fin - Estilo para fondo de pantalla home */

/* Colores definidos para estudiantes, candidatos, entidades, titulados, administrador y universidades*/
.formato-color-estudiante{
    color: #00CC6F !important;
}
.fcbb-estudiante{
    border-bottom: 1px solid #00CC6F !important;
}
.fcbl-estudiante{
    border-left: 5px solid #00CC6F !important;
}
.fcbg-destacado{
    background-color: #862FBC !important;
    color: white !important;
    font-weight: bold;
}
.fcbg-estudiante{
    background-color: #00CC6F !important;
    color: white !important;
    font-weight: bold;
}
.formato-color-candidato{
    color: #FB275D !important;
}
.fcbb-candidato{
    border-bottom: 1px solid #FB275D !important;
}
.fcbl-candidato{
    border-left: 5px solid #FB275D !important;
}
.fcbg-candidato{
    background-color: #FB275D !important;
    color: white !important;
    font-weight: bold;
}

.formato-color-entidad{
    color: #FB275D !important;
}
.fcbb-entidad{
    border-bottom: 1px solid #FB275D !important;
}
.fcbl-entidad{
    border-left: 5px solid #FB275D !important;
}
.fcbg-entidad{
    background-color: #FB275D !important;
    color: white !important;
    font-weight: bold;
}

.formato-color-empresa{
    color: #FB275D !important;
}
.fcbb-empresa{
    border-bottom: 1px solid #FB275D !important;
}
.fcbl-empresa{
    border-left: 5px solid #FB275D !important;
}
.fcbg-empresa{
    background-color: #FB275D !important;
    color: white !important;
    font-weight: bold;
}

.formato-color-universidad{
    color: #FFCC00 !important;
}
.fcbb-universidad{
    border-bottom: 1px solid #FFCC00 !important;
}
.fcbl-universidad{
    border-left: 5px solid #FFCC00 !important;
}
.fcbg-universidad{
    background-color: #FFCC00 !important;
    color: white !important;
    font-weight: bold;
}
.formato-color-titulado{
    color: #A358DF !important;
}
.fcbb-titulado{
    border-bottom: 1px solid #A358DF !important;
}
.fcbl-titulado{
    border-left: 5px solid #A358DF !important;
}
.fcbg-titulado{
    background-color: #A358DF !important;
    color: white !important;
    font-weight: bold;
}
.formato-color-administrador{
    color: #FF9900 !important;
}
.fcbb-administrador{
    border-bottom: 1px solid #FF9900 !important;
}
.fcbl-administrador{
    border-left: 5px solid #FF9900 !important;
}
.fcbg-administrador{
    background-color: #FF9900 !important;
    color: white !important;
    font-weight: bold;
}
.fcbl-miperfil{
    border-left: 5px solid #000000 !important;
}

.fcbl-ayuda{
    border-left: 5px solid #000000 !important;
    background-color: #EFEFEF!important;
}
/* Fin - Colores definidos para estudiantes, entidades, titulados, administrador y universidades*/

/* Datatables */

.text-corporativo{
    color: #FF9900 !important;
    font-size: 13px;
}

.feather-16{
    width: 16px;
    height: 16px;
}
.feather-24{
    width: 24px;
    height: 24px;
}
.feather-32{
    width: 32px;
    height: 32px;
}

#sidebar-menu .menu-title {
    padding: 8px 30px 10px 30px!important;
}

.footer{
    position: inherit!important;
    padding: 10px 15px 20px !important;
    font-size: 12px;
    background-color: #444e5a;
}

.propietario-caja{
    position: fixed;
    bottom: 0;
}
.propietario-copy{
    font-size: 10px;
}
.propietario-seo{
    font-size: 10px;
    display: inline;
}

.btn-secondary {
    color: #fff;
    background-color: #FF9900;
    border-color: #FFFFFF;
    border-radius: 0px !important;
}

/* Página Servicios */
.centrar-img
{
    display:block;
    margin:auto;
    max-width: 100%;
}

.nuestros_servicios {
    font-size: 20px;
    font-weight: bold;
    margin-top: 23px;
    min-height: 85px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

.nuestros_servicios_btn {
    background-color: #FB275D;
    color: #fff !important;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 31px;
    margin-top: 10px;
    padding: 10px 35px;
}
/* Fin Página Servicios */

/* JOBINFY */

h1.home{
    color:#ffffff !important;
    font-size: 38px !important;
    letter-spacing: 1px !important;
    line-height: 32px !important;
    text-align:Center;
    font-style:normal;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.btn-theme {
    color: #fff;
    background-color: #1f86ef;
    border-color: #1f86ef;
    padding: 15px;
    text-transform: uppercase;
}
a.btn-theme:hover {
    background-color: #0075ea;
    color: #FFFFFF;
}
.btn-white {
    background: #fff;
    color: #1f86ef;
    border-color: #fff;
    padding: 15px;
    text-transform: uppercase;
}
.radius-50 {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
}

.no-menu {
    margin-left: 0px !important;
}
.left-side-menu-condensed .no-menu {
    margin-left: 0px !important;
}

ul > li > a, ul > li {
    font: Normal 13px "Varela Round", sans-serif !important;
    letter-spacing: 0px !important;
}

div.ck ul > li > a, ul > li {
    font: inherit !important;
    letter-spacing: inherit !important;
}

.topbar-nav .metismenu li.active > a {
    font: Normal 13px "Varela Round", sans-serif !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
}

.corporativo{
    background-color: #FB275D !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
}
.corporativo2{
    background-color: #242424 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
}
.corporativo:hover {
    color: #bababa !important;
}
.caja-corporativo{
    border-left: 4px solid #FB275D;
}
.caja-corporativo-2{
    border-left: 4px solid #242424;
}

#sidebar-menu .menu-title {
    font-size: 12px !important;
}

.titulo-pagina{
    padding-top: 10px;
    border-bottom: 1px solid #777777;
}

/*.topbar-nav .metismenu li:nth-child(2) a {
    padding-left: 13px !important;
    color: #000 !important;
}*/

.top-menu{
    background-color: #ededed;
    padding: 5px;
}
.navbar-custom{
    height: 70px !important;
}

.text-corporativo{
    color: #FB275D !important;
    font-size: 13px;
}

.linea-corporativa{
    border-bottom: 3px solid #FB275D;
}

button, [type=button], [type=reset], [type=submit] {
    /*    height: 40px !important;*/
    font-weight: bold;
}

input, select, optgroup, textarea {
    /*    height: 40px !important;*/
    border: 1px solid #c4c4c4 !important;
}

.caja-redes-sociales{
    background: url("../../images/landings/camaras/redes-sociales-eventos.jpg");
    background-repeat: no-repeat;
}

.registro_facebook, .registro_linkedin{
    height: 50px !important;
    width: 250px !important;
}
.registro_facebook{
    background-color: #3b5998;
    color: #FFFFFF;
}
.registro_linkedin{
    background-color: #0e76a8;
    color: #FFFFFF;
}

.fcbl-camara{
    border-left: 5px solid #FB275D !important;
    background-color: #ededed !important;
}
.fcbl-jobinfy{
    border-left: 5px solid #FB275D !important;
    background-color: #ededed !important;
}

.formato-color-camara{
    color: #FB275D !important;
}

#sidebar-menu > ul > li.mm-active > a {
    border-left: 3px solid #FB275D;
}

#sidebar-menu > ul > li > ul {
    padding-left: 46px;
    font-size: 13px;
}
#sidebar-menu ul.nav-second-level li.active a span.nav-label{
    font-weight: 800!important;
}
#sidebar-menu > ul > li > ul > li > a > span, .submenu3 {
    color: #000!important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.bg-secondary {
    background-color: #a1a1a1 !important;
}

.select2-selection, .select2-selection__rendered {
    /* height: calc(1.5em + 0.94rem + 2px) !important; */
    background-color: #FFFFFF !important;
    border-radius: 0.2rem!important;
    border: 1px solid #a1a1a1!important;
    color: #777777 !important;
}

.topbar-nav .metismenu li .nav-second-level a {
    padding: 0.0rem 1.5rem !important;
    padding-top: 10px !important;
}

.btn-secondary {
    color: #fff;
    background-color: #FB275D;
    border-color: #FFFFFF;
    border-radius: 0px;
}

a[href^="mailto:"] {
    text-decoration: none !important;
    color: #FB275D;
}

.inheritHeight{
    height: inherit!important;
}

.dropright{
    height: 22px !important;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_disabled, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting
{
    background-color: #ededed;
}
div.dataTables_wrapper div.dataTables_filter {
    float: right !important;
}

.fcbl-candidato{
    background-color: #ededed !important;
}
.fcbl-candidato > fa{
    color: #FB275D !important;
}

#boton_contactar {
    background-color: #FB275D;
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 10px;
    padding: 5px 10px;
}

.columna_derecha_footer {
    display: inline-block;
    max-width: 100%;
    text-align: left;
}

.bg-corporativo {
    background-color: #FB275D !important;
}

.bg-black {
    background-color: #000000 !important;
}

.text-black {
    color: #000000 !important;
}

.btn-outline-dark.text-black:hover {
    color: #FFFFFF !important;
}

.bg-gray {
    background-color: #CCCCCC !important;
}

.color-txt-corporativo {
    color: #FB275D !important;
    font-weight: 500;
}

.tab {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 12px 20px;
}

thead input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

thead input[type=checkbox] {
     min-width: 15px!important;
 }

.cs-element-title{
    color: #FF0267;
    text-transform: uppercase;
    font: Normal 13px "Varela Round", sans-serif !important;
}

#sidebar-menu .menu-arrow {
    top: 10px!important;
    right: 5px!important;
}

.left-side-menu {
    width: 275px!important;
}

#form-contacto {
    width: 640px;
    margin: 53px auto;
    max-width: 100%;
}

#form-contacto input[type=text], #form-contacto input[type=email],  #form-contacto textarea {
    border: 2px solid #cccccc;
    font-size: 18px !important;
    margin-bottom: 12px !important;
    padding: 15px 25px;
    width: 100%;
}

#form-contacto input[type=submit] {
    background-color: #FB275D;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 16px 40px;
}

.topnav {
    background: #ededed;
}

body[data-layout=topnav] .content-page {
    padding: 0px 0px 0px 0;
}

.home-imgs{
    color:#ffffff;
    padding-top:100px;
    padding-bottom:74px;
    background-repeat: no-repeat;
}

.linea-separadora{
    border-bottom: 1px solid #647384;
}

.footer-textos-cabecera{
    font: Normal 16px "Varela Round", sans-serif !important;
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}
.footer-textos-cabecera a{
    font: Normal 16px "Varela Round", sans-serif !important;
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}
.footer-textos-cabecera a:hover{
    font: Normal 16px "Varela Round", sans-serif !important;
    color: #FB275D;
    padding-bottom: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}
.footer-textos-secciones{
    font: Normal 13px "Varela Round", sans-serif !important;
    color: #ededed;
    padding-bottom: 10px;
}
.texto-legal, .texto-legal a{
    font: Normal 12px "Varela Round", sans-serif !important;
    color: #FB275D;
}

.content{
    margin-top: 40px;
    margin-bottom: 250px;
}
/*FIN JOBINFY*/

/*Hubtrick*/

.btn-secondary.disabled, .btn-secondary:disabled {
    border-color: #FFFFFF !important;
}
/*FIN Hubtrick*/

/** Google translate **/

/* .goog-te-gadget-simple > span {
    width: 110px !important;
    display: inline-block !important;
    background: url(/tenancy/assets/images/flags/index.png) !important;
    height: 20px !important;
}
.goog-te-menu-value {
    display: none !important;
}
.goog-te-gadget-simple {
    border: none !important;
} */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

/* puesto aquí por José por petición de paco, (intento mejora visibilidad GoogleTranslate en móviles )
@media (max-width: 640px){

    .navbar-custom .menu-left {
        overflow: visible;
    }

    .content_traductor {
        position: absolute;
        top: 0;
        right: 0px;
    }
}
*/

/** FIN Google translate **/

/** Último acceso **/
.alert-ultimo-acceso strong,
.alert-ultimo-acceso table {
    color: #000 !important;
}
.alert-ultimo-acceso table tr td:first-child {
    width: 150px !important;
}
.alert-ultimo-acceso .alert-success {
    /* background-color: #6bf9c3; */
    color: #fff !important;
    background-color: #F7F7F7 !important;
    border-color: #7f7f7f !important;
}
.alert-ultimo-acceso .alert-success .close {
    color: #ff0000;
}
.alert-ultimo-acceso.col-lg-4 {
    width: 400px;
}
.alert-ultimo-acceso .alert-success.alert-dismissible {
    padding-right: unset !important;
}
/** FIN Último acceso **/

.cursor-hand {
    cursor: pointer!important;
}

.goog-te-gadget-icon {
    display: none!important;
}

.goog-te-gadget-simple {
    border: none!important;
}

.bottom-menu {
    position: absolute;
    bottom: 23px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #dedede;
}

#menu-bar-bottom .nav-label {
    color: #ffffff;
}

#menu-bar-bottom:hover .nav-label {
    color: #4b4b5a;
}

.novedad-icon-badge {
    display: inline-block;
    position: absolute;
    left: 42px;
    width: 12px;
    height: 12px;
    background-color: #ff5c75;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    -webkit-animation: blinker 3s linear infinite;
    animation: blinker 3s linear infinite;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}

.left-side-menu-condensed .novedad-icon-badge {
    display: none !important;
}

#sidebar-menu > ul > li > a > span {
    vertical-align: middle;
    text-transform: uppercase !important;
}

.js-lcc-settings-toggle {
    background-color: #CCCCCC!important;
}

.js-lcc-settings-toggle:hover {
    background-color: #DDDDDD!important;
}

.footer-configuracion{
    background: none !important;
}
/*
Glosario
*/

#modulesInfo p {
    width: 100%;
}

/*
Ofertas de práctica
*/

.btn-validate-modal {
    width: 100px;
}

/*
Popup: prácticas, empleos
*/

.trigger-popup {
    position: relative;
    cursor: pointer;
}

.info-popup {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    max-width: 50vw;
    min-width: 350px;
    bottom: 100%;
}

.etiqueta_firma{
    padding: 9px;
    background-color: #ededed;
    box-shadow: 1px 1px 4px #000;
    -moz-box-shadow: 1px 1px 4px #000;
    -webkit-box-shadow: 1px 1px 4px #000;
    margin-right: 5px;
}

@media only screen and (max-width: 400px) {
    .info-popup {
        min-width: 50vw;
    }
}

.trigger-popup:hover .info-popup {
    display: block;
}

.fix-paginador-datatable .dataTables_length {
    display: inline;
    padding: 0 15px;
}

/* Bolita desplegable */
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    color: white;
    border: 1px solid white;
    border-radius: 0px;
    line-height: 16px;
    content: '+';
}
/* Fin - Datatables*/

/* Candidatos - tabla ofertas*/

.table.d-none {
    display: none !important;
}

.rowEventOffer {
    background-color: #8fdf82!important;
}

.table-ul {
    list-style: none!important;
}

.table-ul li {
    margin-bottom: 2px!important;
}

td.destacado::before {
    font-family: 'FontAwesome';
    content: "\f005";
    color: orange;
    padding-right: 0.2em;
}

table.dataTable tbody td.no-selector:before, table.dataTable tbody th.no-selector:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: none!important;
    border-radius: 0px!important;
}

table.dataTable tbody td.no-selector:before, table.dataTable tbody td.no-selector:after, table.dataTable tbody th.no-selector:before, table.dataTable tbody th.no-selector:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: unset!important;
}

@media (min-width: 576px) {
    .table.d-sm-block {
        display: table !important;
    }
}

/* Fin - Candidatos: tabla ofertas*/

/* Gráficos de interés */
@media (min-width: 768px) {
    #graficasInteresCandidatos {
        max-width: 75%!important;
        margin: auto!important;
    }
}

@media (min-width : 1200px) and (max-width : 1525px) {
    #graficaValores {
        min-width: 100%!important;
    }
    #restoValores {
        display: contents!important;
    }
}

@media (min-width : 1200px) and (max-width : 1440px) {
    .graficas-paralelas {
        max-width: 100%!important;
        flex: inherit!important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .navbar-custom {
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .left-side-menu {
        top: 138px;
    }
    .first-nav {
        box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
    }
    .content-page {
        margin-top: 100px;
    }
}

/* Fin - Gráficos de interés */

/*<Textos>*/
.texto-grande {
    font-size: 1.875rem!important;
}
/*</Textos>*/

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none!important;
    opacity: 0!important;
}

div.registro-card .btn-outline-danger:hover {
    color: #FFFFFF!important;
}

.captcha {
    display: none!important;
}

.navtab-bg-hubtrick {
    background-color: #FFC000;
}

.navtab-bg-hubtrick li > a {
    font-weight: bold!important;
    color: #0a0c0d!important;
}

.navtab-bg-hubtrick li > a.active {
    background-color: #FFDD70!important;
}
.bold-text {
    font-weight: 800!important;
}
.rounded-07 {
    border-radius: 0.7rem !important;
}

.enlace-footer-contactar {
    font-family: 'Nunito Sans', sans-serif !important;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.2px;
    background-color: #fff;
    color: #000;
    padding: 10px 27px;
}
