/**
 * Student Portal Styles
 *
 * Consolidated CSS for the student portal templates.
 */

/* ==========================================================================
   Form Validation
   ========================================================================== */

.invalid-feedback {
    display: block;
}

/* ==========================================================================
   Background Image
   ========================================================================== */

.bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/* Ensure table footer appears at bottom */
tfoot {
    display: table-footer-group;
}

/* Full-width tables */
.table-full-width {
    width: 100%;
}

/* ==========================================================================
   Modals
   ========================================================================== */

.modal-wide {
    max-width: 60%;
}

/* ==========================================================================
   Alerts & Icons
   ========================================================================== */

.alert-icon-right {
    display: inline-block;
    float: right;
    margin-top: 5px;
}
