html {
    background-color: ghostwhite;
    /* Para colocar el footer al final (1) */
    /*height: 100%;*/
    /* Para colocar el footer al final (1) */
}

body {
    background-color: ghostwhite;
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 1rem;
    color: #004254;
    /* Para colocar el footer al final (1) */
    /*min-height: 100%;*/
    /*position: relative;*/
    /* Para colocar el footer al final (1) */
    /* Para colocar el footer al final (2) */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* Para colocar el footer al final (2) */
}

textarea.textarea-autosize {
    height: 2.25rem;
    min-height: 2.25rem;
    resize: none;
    overflow-y: hidden;
}

textarea.textarea-autosize.form-control-lg {
    height: 3.75rem;
    min-height: 3.75rem;
}

textarea.textarea-autosize.form-control-sm {
    height: 2rem;
    min-height: 2rem;
}

.container {
    /* Para colocar el footer al final (1) */
    /* Le daremos tanto padding como altura tenga el footer */
    /*padding-bottom: 201px;*/
    /* Para colocar el footer al final (1) */
    /* Para colocar el footer al final (2) */
    flex-grow: 1;
    /* Para colocar el footer al final (2) */
}

/* Para colocar el footer al final (1) */
/*footer {*/
/*width: 100%;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*}*/
/* Para colocar el footer al final (1) */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    /*background: #7f9da9;*/
    background-color: #6c757d;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    /*background: #0b073a;*/
    background-color: #5a6268;
}

.dropdown-toggle, .form-control {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form-control:focus {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
    border-color: #6c757d !important;
}

.form-control:hover {
    border-color: #6c757d !important;
    transition: border-color .15s ease-in-out;
}

/*i {*/
/*color: #5a6268;*/
/*}*/

a:link, a:visited, a:active {
    font-family: Arial;
    color: rgba(0, 0, 0, .5);
    font-weight: bold;
    font-weight: 400 !important;
    color: #004254 !important;
}

input[type="checkbox"][readonly], input[type="radio"][readonly] {
    pointer-events: none;
}

/*textarea {*/
/*height: inherit !important;*/
/*}*/

.dataTables_filter input[type="search"] {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border: 0;
}

input[type="search"]::-webkit-search-cancel-button {
    cursor: pointer;
    z-index: 1;
    /*padding: 1em;*/
    margin-left: 0.5em;
}

input[readonly="readonly"], input[readonly=""] {
    border: 0;
}

a img {
    border: 0;
}

.hidden {
    display: none;
}

.backgroundDateRange {
    background: #ced4da;
    min-width: 9.333%;
    max-height: 31px;
}

.backgroundCard {
    background: #333333;
    color: white;
}

.boxShadow {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    padding: 4%;
}

.colShadow {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

.cabeceraTuYop {
    background-color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #004254;
}

.pieTuYop {
    background-color: #fff7df !important;
}

#spinner {
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background: #f8f9fa;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tituloCabeceras {
    color: #004254!important;
    background-color: white !important;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

.tituloCabecerasSinBordes {
    color: #004254 !important;
}

.tituloCabecerasSinBordesTextoBlanco {
    color: white !important;
}

.list-group-item:first-child {
    border: 0;
    /*border-bottom: 1px solid rgba(0, 0, 0, .125);*/
    border-bottom: 1px solid #6c757d;
    margin: 0;
}

.oferta, .empresa, .candidato, .documentos, .mensajeNotificacion {
    padding: 1% !important;
    border-bottom: inset !important;
}

.oferta:hover, .empresa:hover, .candidato:hover, .documentos:hover, .curriculum:hover, .mensajeNotificacion:hover {

    /*box-shadow: 0 2px 6px rgb(0 0 0 / 20%);*/

    /*transform: scale(0.95);
    box-shadow: 0 2px 6px black;
    padding: 1%;
    border-radius: .25rem;
    transition: 125ms linear;
    */
    background-color: #e8e8e8 !important;

}

.selected{
    background-color: #e8e8e8 !important;
}

.curriculum i[class*='editar'] {
    visibility: hidden;
}

.curriculum:hover > i[class*='editar'] {
    visibility: visible;
}

.migaPan {
    background-color: #dedede !important;

}

.breadcrumb-item {
    color: grey !important;
    font-size: 1em !important;
}

.breadcrumb-item a {
    color: grey !important;
    font-size: 1em !important;
    font-weight: normal;
}

.active {
    font-weight: bold !important;
}

.breadcrumb-item :hover {
    color: grey !important;
    font-size: 1em !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* NOTIFICACIONES */

#divNumeroNotificacion {
    background-color: #004254 !important;
    color: #fbd37c !important;
}

@media (min-width: 992px) {
    #divNotificaciones {
        width: 435px;
    }
}

.msgNoLeido{
    color: #004254 !important;
    font-weight: normal !important;
}

.msgLeido{
    color: #fbd37c !important;
    font-weight:normal !important;
}

/* NOTIFICACIONES */

.mano{
    cursor: pointer !important;
}

.tablaIndicadores{
    min-height: 500px;
    max-height: 870px;
    max-width: 870px;
    min-width: 500px;
}

#tabs{
    background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

.warning{
    color: orange;
}

.dropdown-menu > a.active, .dropdown-menu > a:active, .dropdown-menu > a:focus, .dropdown-menu > a:hover {
    color: #000 !important;
    font-weight: bold;
}

.notificaciones{
    vertical-align: top;
    background-color: orange;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}

.notificacionesGris{
    vertical-align: top;
    background-color: #6c757d;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}

.btn-circle{
    padding: 0px 8px !important;
}

[slider] {
    width: 300px;
    position: relative;
    height: 5px;
    margin: 10px 0 15px 0;
}

[slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 5px;
}
[slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}


[slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 14px;
    background-color: #004254;
}

[slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 20px;
    width: 20px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #fbd37c;
    border-radius: 50%;
    outline: none;
}

[slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    opacity: 0;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type=range]:focus {
    outline: none;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    background-color: #004254;
    color: #fbd37c;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider] > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #004254;
}

[slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover > div > [sign] {
    opacity: 1;
}

.minheight59 {
    min-height: 59px;
}

.dataTables_filter{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    color: #004254 !important;
    font-weight: bold !important;
}