.asterisk {
    color: red;
    font-weight: bold;
}
.class-list {
	text-align: center;
}
.go-back {
	margin-left: 45px;
}
.pagination-section {
	display: flex;
}

.form-label {
	font-weight: bold;
}

.user-top-right-corner-info {
	font-size: 80%;
}

.bottom-spacing {
	margin-bottom: 10px;
}

.athletic-faculty-header {
	font-weight: bold;
    color: #900;
}

.hidden {
    display: none;
}

/* label {
    font-weight: bold;
} */

.download-link {
    cursor: pointer;
    text-decoration: underline !important;
}

fieldset.border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow: none;
}

legend.border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    box-shadow: none;
}

.link {
    cursor: pointer;
    color: blue !important;
    text-decoration: underline !important;
}

.form-control.is-invalid
{
    border: 1px solid #dc3545;
}
