.w-10 {
  width: 5rem;
}

.w-20 {
  width: 10rem;
}

.w-30 {
  width: 15rem;
}

.h-10 {
  height: 5rem;
}

.badge {
  text-transform: uppercase;
  background-color: gray;
}
.badge.admin {
  background-color: #c92e14;
}
.badge.professor, .badge.student, .badge.ok {
  background-color: #39af0a;
}
.badge.teacher {
  background-color: #8c2323;
}
.badge.assistant, .badge.staff {
  background-color: #11889f;
}
.badge.other {
  background-color: white;
  color: #333;
  border: 1px solid #333;
}

sup .fld-required {
  color: red;
}

.year-row.current td {
  background-color: #c7eac7;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

table td {
  word-wrap: break-word;
  /* Legacy property */
  word-break: break-word;
  /* Modern equivalent */
  overflow-wrap: break-word;
  /* Best compatibility */
  white-space: normal;
  /* Allow text to wrap */
  white-space: normal;
}
table td ul {
  white-space: normal;
  word-break: break-all;
  display: block;
}

.table-longwords td, .table-longwords th {
  white-space: normal;
  /* Allow wrapping */
  word-wrap: break-word;
  /* Handle long words */
  word-break: break-word;
  /* Break long words for better compatibility */
  overflow-wrap: break-word;
  /* Modern way to break long words */
}

th.word-wrap,
td.word-wrap {
  word-break: break-word;
  white-space: normal;
}

.datepicker table td img, .table td img {
  border-radius: 0;
}

thead tr:first-child Th {
  position: sticky;
  z-index: 12;
  top: 0;
  background: white;
}

thead Th {
  position: sticky;
  z-index: 12;
  top: 51px;
  background: white;
}

.table-votes th {
  border-right: 1px solid #cccccc;
  text-align: center;
}
.table-votes td {
  border-right: 1px solid #cccccc;
  text-align: center;
}
.table-votes td.student {
  text-align: left;
  border-right: 2px solid gray;
}

fieldset.bordered {
  border: 1px solid #ddd !important;
  border-radius: 4px;
}
fieldset.bordered legend {
  font-size: 1rem;
}

input.form-control.disabled {
  border-color: #cacaca;
}

form.label-small {
  font-size: 0.8rem;
}

/*# sourceMappingURL=schoolwal.css.map */
