
/** Form override**/

.font-smaller {
    font-size: 90%;  /** button-group smaller **/
}

/**  superDuper adjustment for user roles  **/
.swal2-container {
    z-index: 2060;    /** bump it up by 1000 **/
}

/** Submit Buttons **/
.admin-btn {
    font-weight: bold;
    background: #ff6961;
    color: #fff;
    z-index: 10;
}
.orgadmin-btn {
    font-weight: bold;
    background: #5dbea3;
    color: #fff;
    z-index: 10;
}
.teacher-btn {
    font-weight: bold;
    background: #7ABACC;
    color: #fff;
    z-index: 10;
}

 /** DataTables Header Colors **/
.dataTables_wrapper {
    padding-left: 0px;
}
.dt-header-color {
    background-color: #fefeff !important;   /** #f1f5f8 **/
    border-color: rgba(226,232,240,.9);
}
.dt-subheader-color {
    background-color: #fefeff !important;  /** #f6f8fa **/
    border-color: rgba(226,232,240,.9);
}
.dropdown-toggle {
    padding: 7px 4px !important;
}
