﻿
.loginDisplay {
    position: relative;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    height: 25px;
    padding-top: 5px;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.visor {
    border: none;
    width: 1000px;
    height: 1100px;
    background-color: Red;
    overflow: hidden;
}

.ConDosPuntos:after {
    content: ":";
}

.upper {
    text-transform: uppercase;
}

/* Nuevo */
.dp-hidden {
    display: none;
}

.hmenu-2 {
    height: 30px;
    margin: auto;
    width: 100%;
    overflow: visible;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.2px;
    padding: 5px 0 0 35px;
    box-sizing: border-box;
}

    .hmenu-2 a {
        text-decoration: inherit;
        color: inherit;
    }

    .hmenu-2 .activo {
        text-decoration: underline;
    }

.menu-nivel-3 {
    text-decoration: none;
    text-transform: capitalize;
}

    .menu-nivel-3.activo {
        text-decoration: underline;
    }

.msg-error {
    white-space: pre;
    color: #FF0000;
}

.centered {
    text-align: center;
}

/* pagina de administración */
.contenedor-admin {
    text-align: left;
    margin-left: 200px;
    width: 980px;
    max-width: 980px;
}

.separador {
    border: 0;
    height: 1px;
}

.titulo {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: lighter;
    margin-top: 20px;
}

.tabla-listado {
    vertical-align: top;
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0 1rem 0;
}

    .tabla-listado tbody > tr:hover {
        background-color: #DDDDDD;
    }

    .tabla-listado th, .tabla-listado td {
        padding: 5px;
        padding: 5px 10px;
        white-space: nowrap;
    }

        .tabla-listado th.full, .tabla-listado td.full {
            width: 100%;
        }

    .tabla-listado thead, .tabla-listado th {
        font-weight: normal;
        text-align: center;
    }

    .tabla-listado tbody {
        font-size: 8pt;
        font-family: Arial, Helvetica, Sans-Serif;
        font-weight: normal;
    }

    .tabla-listado.fuente-normal tbody {
        font-size: inherit;
    }

.img-placeholder {
    height: 64px;
    width: 64px;
    background: #EEEEEE;
}

/* ----------- */
.sidebar {
    float: left;
    width: 200px;
    padding: 0 1rem 1rem 1rem;
    vertical-align: top;
    box-sizing: border-box;
}

    .sidebar a {
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        color: inherit;
    }

    .sidebar > ul > li {
        color: inherit;
        text-decoration: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .sidebar > ul > li.active {
            text-decoration: underline;
        }

        .sidebar > ul > li:hover {
            color: #000000;
        }

.sidebar-header {
    font-size: 16px;
    font-family: Segoe UI;
    padding: 3px 0px 3px 10px;
}

.sidebar > ul {
    border: thin solid;
    padding: 10px;
}

.eportal-enlace {
    width: 10rem;
    height: 10rem;
    display: block;
    position: relative;
    padding: 1rem;
    box-sizing: border-box;
    margin: 1rem;
    text-align: center;
    box-shadow: 0.5rem 0.5rem #ddd;
    float: left;
    border: 2px solid black;
}

    .eportal-enlace > img {
        max-height: 6rem;
        max-width: 8rem;
    }

    .eportal-enlace > span {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        width: 8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1rem;
    }

.eportal-icono {
    padding-right: 5px;
    max-height: 24px;
    max-width: 24px;
    text-decoration: none;
}

    .eportal-icono > img {
        max-height: 24px;
        max-width: 24px;
    }

/* Override close button */
.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog.no-close .ui-dialog-titlebar-close:after {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(jqueryUI/themes/base/images/ui-icons_777777_256x240.png);
    background-position: -96px -128px;
    background-repeat: no-repeat;
}

.ui-button {
    padding: 0px 0px 0px 0px;
}

/* Iconos */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/iconos/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: url(fonts/iconos/MaterialIcons-Regular.woff2) format('woff2'), url(fonts/iconos/MaterialIcons-Regular.woff) format('woff'), url(fonts/iconos/MaterialIcons-Regular.ttf) format('truetype');
}

.ico {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr; /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility; /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale; /* Support for IE. */
    font-feature-settings: 'liga';
}

    .ico.xxs {
        font-size: 12px;
    }

    .ico.xs {
        font-size: 14px;
    }

    .ico.sm {
        font-size: 18px;
    }

    .ico.md {
        font-size: 24px;
    }

    .ico.lg {
        font-size: 36px;
    }

    .ico.xl {
        font-size: 48px;
    }

/* leyenda hr service */
.leyenda {
    padding: 1rem;
    column-count: 3;
    column-gap: 1rem;
    max-height: 800px;
}

    .leyenda > .item {
        border: 1px solid lightgrey;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

        .leyenda > .item > div {
            text-align: center;
            vertical-align: middle;
            display: table-cell;
            border-right: 1px solid lightgrey;
            padding: 0 0.25rem;
            box-sizing: border-box;
            overflow-wrap: break-word;
        }

        .leyenda > .item > .simbolo {
            width: 120px;
            max-width: 120px;
        }

        .leyenda > .item > .significado {
            width: 200px;
            max-width: 200px;
        }

.menuHorizontalTabsUsuN2 {
    box-sizing: content-box;
    /*El tema centratel no renderiza esta propiedad */
}

.menuHorizontalTabsUsu {
    line-height: normal;
}

.thFiltrado {
    background-color: var(--tema-bgcolor-second-workforce) !important;
}

.clickableImage {
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s, opacity 0.3s;
    color: white !important; /*var(--tema-color-workforce);*/
}

    .clickableImage:hover {
        transform: scale(1.4);
        box-shadow: 15px 15px 15px rgba(0,0,0, 0.3);
        filter: brightness(1.3);
    }

th.thImageBuscar:hover .clickableImage {
    transform: scale(1.4);
    box-shadow: 15px 15px 15px rgba(0,0,0, 0.3);
    filter: brightness(1.3);
}


.tooltipPanel {
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    width: 290px;
    z-index: 9999999 !important;
    pointer-events: auto;
}

.tagSelect {
    border: 1px solid #ccc;
    padding: 5px;
    width: 290px;
    background: white;
}

.tagInput {
    border: none;
    outline: none;
    width: 100%;
    height:23px;
}

    .tagInput:focus {
        border-color: var(--tema-bgcolor-workforce) !important;
        box-shadow: 0 4px 8px var(--tema-bgcolor-workforce);
        transform: scale(1.02);
    }

.tagList {
    margin-top: 5px;
}

.tagCuadranteFilter {
    display: inline-block;
    background: #e6e6e6;
    cursor: pointer;
    position: relative;
    padding: 3px 6px;
    margin: 2px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 10000008 !important;
}

    .tagCuadranteFilter:hover {
        color: #d40000;
        font-weight: bold;
    }

    .tagCuadranteFilter:hover span {
        color: #d40000;
        font-weight: bold;
        z-index: 10000008 !important;
    }

    .tagCuadranteFilter span {
        margin-left: 5px;
        cursor: pointer;
        position: relative;
        color: #666;
        font-weight: normal;
        border-radius: 50%;
        padding: 0 3px;
        transition: all 0.15s ease;
        z-index: 10000009 !important;
    }

        .tagCuadranteFilter span:hover {
            color: #d40000;
            font-weight: bold;
            z-index: 10000009 !important;
        }


.tagCuadranteDeleteFullFilter {
    display: inline-block;
    background: #e6e6e6;
    cursor: pointer;
    position: relative;
    padding: 2px 5px 2px 0px;
    margin: 2px;
    border-radius: 1px;
    font-size: 12.5px;
    z-index: 10000008 !important;
    width:125px;
    text-align:right;
}

    .tagCuadranteDeleteFullFilter:hover {
        color: #d40000;
        font-weight: bold;
    }

    .tagCuadranteDeleteFullFilter:hover span {
        color: #d40000;
        font-weight: bold;
        z-index: 10000008 !important;
    }

    .tagCuadranteDeleteFullFilter span {
        margin-left: 5px;
        cursor: pointer;
        position: relative;
        color: #666;
        font-weight: normal;
        border-radius: 50%;
        padding: 0 3px;
        transition: all 0.15s ease;
        z-index: 10000009 !important;
    }

        .tagCuadranteDeleteFullFilter span:hover {
            color: #d40000;
            font-weight: bold;
            z-index: 10000009 !important;
        }

.isNewReg {
    text-shadow: 0 0 6px lightcoral;
}