﻿
* {
    font-size:small;
}

.icono_seccion .image {
    font-size:21px;
}
 
.body {
    background-color: #FAFAFB !important;
}

.position-fixed { position:fixed; }

.min_height_40 {
    min-height: 40px !important;
}

.anclaje_lnk_marca {
    background-color: #faff00;
}

a .btn-sm, a .btn {
    text-decoration: none !important;
}

.icono_size{
    font-weight:bold!important;
}

li > div > a:active, li > div > a::after, li > div > a::before, li > div > a:link {
    text-decoration: none;
}

.min-120 {
    min-width: 120px;
}

.w-200 {
    width: 200px;
}

.w-300, .w-300px {
    width: 300px;
}

.w-350, .w-350px {
    width: 350px;
}

.w-400 {
    width: 400px;
}
.w-500 {
    width: 500px;
}
.w-700px {
    width: 700px;
}

.cardDoc {
    width: 46%;
}
@media screen and (max-width:765px) {
    .cardDoc {
        width: 100%;
    }
}

li > div > a:Link, li > div > a:visited, li > div > a:active, li > div > a:Hover {
    text-decoration: none;
}

/* cards header modelo */

.card_title_header {
    font-size: 16px;
    margin-left: 20px;
}
a.card_title_header {
    color: RGB(0,58,91);
    text-decoration: none;
}
a.card_title_header:hover {
    color: RGB(0,58,91);
    text-decoration: underline;
}

.card_title_header-menuinicio {
    font-size: 16px;
    margin-left: 20px;
}
a.card_title_header-menuinicio:hover {
    /*color: RGB(0,58,91);*/
    text-decoration: underline;
}

.btn-info {
    padding: 5px 9px;
}

.subheader {
    color: rgba(80,80,80,1);
    background-color: rgba(222,222,222,0.5);
}

.card-footer {
  background-color: white;
  border-top: 0;
}

.card-body {
    padding: 10px 5px 5px 10px;
}

/* ######### BOTONES ########## */

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* ########## MENU SUPERIOR (con DevExpress) ########## */

#ctl00_LogoImage {
    margin: 0;
    width: auto !important;
    height: 33px !important;
    z-index: 1;
}

@media screen and (max-width: 860px) {
    #ctl00_LogoImage {
        display: none !important;
    }
}

.card_inner {
    width:100%;
    height:100%;
}

/*.frmTitulo {
    
    color: #0191B3;
    margin-bottom:10px;
    padding-left: 9px;
    z-index: 0;
    font-size: 20px;
}*/

.frmTituloModalDialog {
    color: #0191B3;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 20px;
    width: 100%;
    display: block;
    font-size: small;
    z-index: 0;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 20px;
}

div.flotanteFeedback {
    z-index: 1000000;
    margin: 0 30%;
    width: 40% !important;
}

 #ctl00_MainContent_PanelSave {
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    width: 100% !important;
    height: 33px !important;
    background-color: #9a9a9a;
    color: #fff;
    margin: 0 !important;
    z-index: 26 !important;
}
  
.cmb_anyo {
    display: block;
    font-size: 13px;
    margin: 0;
    border: 1px solid #3593b7;
    color: #000;
    background-color: #fff;
    cursor: default;
    text-align: left;
}

.closeSessionState {
    padding-top: 2px;
    font-size: 18px !important;
    line-height: 0;
}

    .closeSessionState > i {
        color: #000 !important;
        padding-top: 2px;
        border: 0;
    }

        .closeSessionState > i:hover {
            color: #2b2b2b !important;
        }


/*.mSel {
    color: #333333;
    background-color: #f8fba4;
}*/

.table > thead > tr > th {
    vertical-align: middle;
}
.table.rowMat {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.table.rowMat > span {
    font-size: x-small !important;
}

.css_Chart_wuc {
  display: block;
  position: relative; /*
    max-height : 250px;
    margin-bottom: 70px;*/
}

.disenyo_combo {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

th.ocultar, td.ocultar {
    display: none !important;
}

.inputContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.btn_guardar > i {
    padding-left: 0 !important;
    padding-right: 5px !important;
}

.lbl_header, .etiqueta {
    font-weight: bold;
    display: block;
}
 
.umbral {
    width: 40%;
}
.umbral, .empleado{
    display: inline-table;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}
 
.pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.enlace {
    color: #3593b7;
    text-decoration:underline;
}

.br {
    display:block;
}

.div_form {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    min-height:52px;
}
.card-header:first-child,
.card-header-menuinicio:first-child {
    padding-right: 15px !important;
}

.div_form_sm {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
}

span.obligatorio {
    color: red;
    font-weight: normal;
    font-weight:bold;
    display: contents;
}


/* ----- Progreso de Evaluación ----- */

.procees_step {
    background-image: url(../Imagenes/azul.jpg);
    background-size: 2px auto;
    background-repeat: repeat-x;
    background-position-y: 12px;
    padding-right: 0px;
    min-width: 76px;
    max-width: 76px;
    text-align: center;
}

.procees_step_sis_var {
    background-image: url(../Imagenes/azul.jpg);
    background-size: 2px auto;
    background-repeat: repeat-x;
    background-position-y: 12px;
    padding-right: 0px;
    min-width: 76px;
    text-align: center;
    align-content: center;
}

.proces_icono_sis_var {
    height: 25px;
    width: 25px;
    padding-top: 5px;
    padding-left: 0px;
    margin-top: 0px !important;
    margin-bottom: 1px !important;
    background-color: #fff;
}

 
.proces_icono_none {
    height: 25px;
    width: 25px;
    display: block;
    padding-top: 5px;
    padding-left: 0px;
    margin-top: 0px !important;
    margin-bottom: 1px !important;
    margin-left: 23px !important;
    border: 2px solid #0d6efd;
    background-color: #fff;
}
.proces_icono {
    height: 25px;
    width: 25px;
    display: block;
    padding-top: 5px;
    padding-left: 0px;
    margin-top: 0px !important;
    margin-bottom: 1px !important;
    margin-left: 23px !important;
    background-color: #fff;
}
.proces_titulo {
    display: block;
    text-decoration: underline;
    min-height: 43px;
    font-size: smaller;
}
.proces_titulo.actual {
    text-decoration: none !important;
}
.proces_actual {
    color: #000 !important;
    cursor: default;
    text-decoration: none !important;
}
/* -------------------------------- */


.ocultar {
    display: none !important;
}

/* modal finalizar */
.sumaryErrors::first-line { color:red !important; }
.sumaryErrors { color:transparent !important; height:20px; }
.sumaryErrors > ul { display:none; }

/******************TABLESEL ESTILOS -***************/


/****** DATAPICKER ******/
.dtp_anyos {
  left: 134px; /*old -> right: -148px;*/
  border-radius: 0 5px 5px 0;
  padding: 8.5px 5px 8.5px 5px;
  z-index: 0 !important;
  text-align: right;
  font-size: 0.75rem;
  background-color: lightgray;
  float: left;
  position: relative;
  margin-bottom: -100%;
}

/****** UC_COMBO ******/
.separador-combo-header {
    color: black;
    font-weight: bold;
}

.off_canvas_titulo {
    font-weight: bold;
    color: #0191B3;
    font-size: 18px;
}

.textoReducido {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75ch;
}

/****** uc_checkboxlist *******/
.card-header:first-child > label,
.card-header-menuinicio:first-child > label {
    margin: 6px;
}
span.checkboxlist_chkall { margin-left:0; }
.checkboxlist_chkall label { margin-left:6px; margin-right:0 !important; cursor:pointer; }
.checkboxlist_chkvacios label { margin-left:6px; margin-right:0 !important; cursor:pointer; }
.checkboxlist td input, .checkboxlist td label { margin: 3px; }
.checkboxlist_h130 { max-height: 130px; }
.checkboxlist_h300 { max-height: 300px; }
.checkboxlist_h600 { max-height: 600px; }

.tooltip-inner, .uc_tooltip {
    white-space: pre-line;
    text-align:left;
}

.cursor-pointer {
    cursor: pointer;
}

/***** uc_slider *****/
.uc_slider_vertical {
    height: 100% !important;
    position: absolute;
    top: 0;
}
/*.noUi-handle {
    background-color: #0078f2;
    box-shadow: none !important;
}
.noUi-vertical .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper .noUi-tooltip, .noUi-vertical .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower .noUi-tooltip { right: -180%; }
.noUi-horizontal .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper .noUi-tooltip, .noUi-horizontal .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower .noUi-tooltip { bottom: -127%; }
*/
.top_titulo_enlaces .btn-outline-danger:hover > span.bi { color: #fff !important; }
.top_titulo_enlaces .btn-outline-danger:hover > span.bg-danger {
    color: #dc3545 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.manuales-pdf-card {
    width: 210px;
    float: left;
}
.manuales-pdf-titulo {
    display: block;
    padding: 0px 4px;
    color: #0191B3;
    font-size: 16px;
}
.manuales-pdf-icono {
    font-size: 16px;
}
.manuales-pdf-link {
    display: block;
    padding: 1px 5px;
    text-decoration: none;
    color: dimgray;
    margin-bottom: 5px;
}

.pnlColumnasPanel .bi.bi-info-circle-fill {
    color: #0d6efd !important;
}

/* uc_radioButton */
.rbl_visualizacion td { padding-right:10px; }
.rbl_visualizacion td label { padding-left:5px; display: revert; }
.rbl_visualizacion_vertical td { padding-right:10px; padding-bottom:10px; }
.rbl_visualizacion_vertical td label { padding-left:5px; display: revert; }

/* uc_tableSel */
.border-secondary2 { border-color:#b8b8b8 !important; }
.card .card-header .uc_tooltip i.fa, th .uc_tooltip i.bi {
    color: #fff !important;
}
.input_buscar { width:147px }

.table_spinner_loading {
    position: fixed;
    margin-top: 130px;
    margin-left: 42% !important;
    left: 0;
    background-color: #fff !important;
    padding: 13px;
    z-index: 22;
    border: 1px solid #000;
    color: #000;
    font-size: 17px;
    text-align: center;
}

/* uc_mapa_factor_clave_resumen */
.card-header2.celda_suma {
    background-color: #bdbdbd;
}

/* modal-xxl */
@media (min-width: 768px) {
    .modal-xxl { max-width: 500px; }
}
@media (min-width: 992px) {
    .modal-xxl { max-width: 800px; }
}
@media (min-width: 1200px) {
    .modal-xxl { max-width: 1140px; }
}
@media (min-width: 1400px) {
    .modal-xxl { max-width: 1340px; }
}

/* modal-3xl */
@media (min-width: 768px) {
    .modal-3xl { max-width: 500px; }
}
@media (min-width: 992px) {
    .modal-3xl { max-width: 800px; }
}
@media (min-width: 1200px) {
    .modal-3xl { max-width: 1140px; }
}
@media (min-width: 1400px) {
    .modal-3xl { max-width: 1300px; }
}
@media (min-width: 1600px) {
    .modal-3xl { max-width: 1400px; }
}

/* uc_combo_offcanvas */
.cmb-down {
    min-width: 1%;
    background-color: white !important;
    /*width: 80%;*/
    display: inline;
    float: left;
}
.uc_combo_offcanvas {
    text-decoration: none;
    color: inherit !important;
    width: 60px;
    height: 30px;
    float: left;
}
.uc_combo_offcanvas select {
    padding: 2px 0px 0px 6px;
    background-color: white !important;
    border-radius:5px;
    width: 80%;
    border:0;
}
.uc_combo_offcanvas[disabled] {
    width: 20px;
    height:19px;
}
.uc_combo_offcanvas[disabled] select {
    background-color: #0d6efd !important;
    color: #fff !important;
    padding: 3px 0px 0px 5px;
    font-size: 0.75em;
    border-radius:5px;
}
.cmb_offcanvas_seleccionado td {
    font-weight: bold;
    background-color: #cff4fc !important;
}

/* uc_combo_personas */
.bg_incidencia
{
    background-color: #fff4d1 !important;
    color: #000 !important;
}

.bg_incidencia_alta {
    background-color: #ffd2d1 !important;
    color: #000 !important;
}

/* uc_grafico_brecha */
.gb_tr_series { 
    border-top:1px solid #ebebeb;
    height:8px;
}
.gb_tr_valores {
    height: 4px;
}

.uc_color_picker {
    height: 26px;
    min-height: 26px;
    /*width: 26px;*/
    min-height: 26px;
}

.uc_color_picker2 {
    width: 26px !important;
    height: 24px !important;
    min-height: 24px;
    min-height: 24px;
}

/* uc_posicion_salarial */
.banda_salarial_hover:hover {
    background-color:#fff;
    z-index:20;
    font-weight:bold;
}

.form-control[readonly] {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.cell_sep {
    border-right: 2px solid lightgray !important;
}


.titulo_seccion {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #0191B3;
}


td.textoReducido ul, td.textoReducido ol, td.textoReducido li {
    display: inline !important;
}
