.subtitle{
    border-bottom: 1px solid;   
}

.bg-home-inicio{
    background: url('../../templates/Elisyam/img/Slide_04.jpg');
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

.table-slim td{
    padding: 2px !important;
    font-size: 9pt!important;
}

.table-slim th{
    padding: 2px !important;
    font-size: 9pt!important;
}

.table-td-normal{
    text-transform: none !important;
}

.dropdown-menu.show {
    z-index: 9999 !important; 
}

/* Se quitó el horario del footer de la página*/
.main-footer p {
    display: none;
}

/* Adecuación del menú izquierdo*/
.default-sidebar > .side-navbar a i {
    font-size: 1.3rem !important;
    margin-right: 6px !important;
    vertical-align: -2px !important;
}

/* Título de la tarea */
.filter-option-inner-inner {
    text-transform: capitalize;
}

#tarea_titulo {
    text-transform: capitalize !important;
}

/* Color de la autoselección al cargar tarea*/
.btn-light.disabled {
    background-color: #fff151 !important;
}

/* Espacio entre los botones de la tarea */
#btnPublicarTarea {
    margin-left: 8px;
}

/* Botón atras */
.btn-info {
    background-color: #000046 !important;
}

/* Modificación general tablas */
.table {
    border-radius: 4px !important;
}
.table thead th {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

/* Ícono de acciones */
.table .td-actions a i {
    color: #0000fa !important;
}
.table .td-actions a i.edit:hover {
    background-color: #0000fa !important;
    color: #ffffff !important;
}

/* Se centraron los tíulos de las tablas */
#tablamateriasdocente tbody tr td {
    text-align: center !important;
}

/* Se corrigieron los títulos informativos del cuadro de notas antes de la tabla. */
.padding-top-10 div span h4 {
    display: inline;
    margin-right: 6px;
}

.padding-top-10 div span .planilla-info {
    text-transform: capitalize;
    font-size: 1.1rem;
    color: #666;
}

/* Se ocultó TEMPORALMENTE el rango de desempeño en NOTAS ESTUDIANTE 
.tnotasest tbody tr td:nth-child(16) {
    background-color: transparent !important;
    color: #fff;
    display: none;
}*/

/* Se capitalizó la fuente del dropdown de notas, select de materias. */
.bootstrap-select .dropdown-menu li a span.text {
    text-transform: capitalize;
}

/* Se ocultó el botón PDF de notas estudiante. */

#btnDescargarPdf {
    /* display: none; */
}

#modalCreateBody .text-danger {
    font-size: 11px !important;
}

#modalCreateBody .dropdown {
    margin-bottom: 10px;
} 

#modalCreateBody #nota_nota, #modalCreateBody #nota_observacioncoordinador {
    border-radius: 25px;
    margin-bottom: 10px;
}

#btnGuardarFinales {
    margin-top: 10px;
}

#preguntas div div {
    color: #333;
    font-weight: 600;
}

#preguntas div div b{
    font-size: 1.3em;
    color: #0000fa;
    font-weight: 700 !important;
}

#preguntas div div strong{
    font-size: 0.9em;
    color: #0000fa;
    font-weight: 600 !important;
}

#preguntas div img {
    margin-bottom: 10px;
}