.has-error, .has-error .control-label {
    font-weight: bold;
}

.help-block {
    color: #BF0024;
}

table.dataTable tbody tr {
    background-color: transparent !important;
}

.fix-width {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

.page-content-white .page-content .page-bar {
    border-bottom: none;
}

.page-header.navbar .menu-toggler.responsive-toggler:hover, .page-header.navbar .menu-toggler.responsive-toggler:focus, .page-header.navbar .menu-toggler.responsive-toggler:active {
    color: #1A1A1A;
}

.top-menu .dropdown-user, .top-menu .dropdown-quick-sidebar-toggler {
    margin-top: -5px !important;
}

@media (max-width: 768px) {
    .top-menu .dropdown-quick-sidebar-toggler {
        margin-top: 0px !important;
    }
}

@media (max-width: 991px) {
    .page-container {
        margin-top: 0px;
    }

    .page-sidebar.navbar-collapse {
        margin: 0px !important;
    }
}

.margin-button {
    margin-top: 3px !important;
}

.dataTables_wrapper .dt-buttons {
    float: right;
    margin-right: 12px !important;
}

.dataTables_wrapper .dt-custom > * {
    margin: 0 !important;
    float: none;
}

caption {
    border: 1px solid #e7ecf1;
    padding-left: 15px;
}

.docencia {
    background-color: #3366cc !important;
    color: black;
    font-weight: bold;
}

.tfm {
    background-color: #dc3912 !important;
    color: white;
    font-weight: bold;
}

.evaluador {
    background-color: #ff9900 !important;
    color: black;
    font-weight: bold;
}

.practicum {
    background-color: #109618 !important;
    color: white;
    font-weight: bold;
}

.memoria {
    background-color: #990099 !important;
    color: white;
    font-weight: bold;
}

.ttpp {
    background-color: #777 !important;
    color: black;
    font-weight: bold;
}

.panel .dataTables_wrapper .dt-buttons {
    margin-top: 0px !important;

}

.page-footer p {
    color: white;
}

.bounce1, .bounce2, .bounce3 {
    background: #CB0017 !important;
}

h3 {
    font-weight: normal;
}

.page-container {
    height: auto;
    min-height: calc(100vh - 161px);
}

.text-color-primary {
    color: #bf0024;
}

.table td, th {
    vertical-align: middle !important;
}

.sweet-alert h2 {
    padding-top: 10px;
}

.service-box-v1-bordered {
    border: 1px solid #BF0024;
    color: #BF0024;
}

.service-box-v1-not-hoverable:hover {
    background-color: #FFFFFF !important;
    color: #BF0024 !important;
}

.service-box-v1-not-hoverable:hover i,
.service-box-v1-not-hoverable:hover h2 {
    color: #BF0024 !important;
}

/* ESTILOS PARA SUBSOLICITUDES (EXTERNOS/PRINCIPAL.PHTML) */
.subsolicitud {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #BF0024;
    margin-bottom: 0.5rem;
    transition: all .35s ease-in-out;
    padding: .5rem 0;
}

.subsolicitud i {
    font-size: 2rem !important;
    flex: 0 1;
}

.subsolicitud h4 {
    flex: 1 1;
    margin-bottom: 0;
}

.subsolicitud .subtitulo {
    font-size: 1.6rem;
}

.subsolicitud:hover {
    color: #FFFFFF;
    background-color: #BF0024;
    text-decoration: none;
}

.subsolicitud:hover i {
    color: #FFFFFF !important;
}
