/* Estilos para el encabezado */
.upChar {
  color: #903;
  font-family: Georgia;
  font-size: 45px;
  line-height: 1;
  padding-top: 0px;
}

.glyphicons {
    padding-top: 4px;
}
#header-logo {
    max-height: 100px;
}
#divUlGeneral {
    display: contents;
}
#divUlGeneral .nav-item .nav-link {
    color: white;
}
#logoPortada {
    max-width: 60%;
    max-height: 300px;
}

/* */
.nav-link {
    font-size: .8em;
}

/* Estilos de Captura */
fieldset.captura {
    border: 2px solid #ddd;
    padding: 1em;
    border-radius: 1em;
    margin-bottom: .5em;
}
.captura legend{
    width: auto;
    padding: .5em;
    font-size: 1.2rem;
    font-weight: bold;
}
#msgGuardar {
    background-color: rgba(0,0,0,0.5);
    width: 150px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: white;
    font-weight: bold;
    display: none;
}

/* Estilo de tablas */
thead tr {
    background-color: #007bff;
    color: #ffffff;
}
tbody tr {
    font-size: .8em;
    line-height: .8em;
    margin: 2px;
}
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td{
    padding: 2px 8px;
}
.oculto {
    display: none;
}
.btn-tbl {
    padding: 0 2px 2px 4px;
    margin-right: 5px;
}
.btn-pdf {
    height: 25px;
    width: 25px;
    padding: 0;
}
/* Tooltip */

.tooltip-inner {
    max-width: 500px;
}

.frm-mod {
    max-height: 55vh;
    overflow-y: auto;
}

.class-item__fragment {
    list-style: none;
}

.inst-item {
    margin-bottom: 1em;
}