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

.page-container.logged-user-info {
    min-height: calc(100vh - 186px);
}

/* COLOR DE ANIMACIÓN DE BLOQUEADOR DE UI (App.blockUI) */
.bounce1, .bounce2, .bounce3 {
    background: #CB0017 !important;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > td:hover {
    background-color: #FBE1E3 !important;
}
