﻿
.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;    
}