/**
    This file can be translated to app.css using lessc compiler.
*/
.hidden {
  display: none !important;
}
label + label {
  margin-left: 1rem;
}
table.table thead tr th u {
  color: #337ab7;
  font-size: 0.8rem;
  font-weight: normal;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
}
table.table thead tr th i {
  color: #337ab7;
  margin-right: 3px;
  cursor: pointer;
}
table.table thead tr th i.fa-sort-desc,
table.table thead tr th i.fa-sort-asc {
  color: #d9534f;
}
table.table thead tr th.header-ordered {
  cursor: pointer;
}
table.table thead tr th.header-ordered span:hover {
  border-bottom: 1px dotted #337ab7;
}
table.table tr.search td {
  color: #337ab7;
  background-color: #e0e0e0;
  padding: 0;
}
table.table tr.search td a:hover {
  text-decoration: none;
}
table.table tr.search td input {
  border: 1px solid;
  height: 20px;
  background-color: #f4f5ff;
}
table.table tr.search td span.search-icon {
  display: table-cell;
  width: 2rem;
  border: none;
  padding: initial;
  text-align: center;
  background-color: #a8c1ea;
}
table.table tr.search td span.search-icon + span {
  display: table-cell;
}
table.table tr.search td span.search-cancel {
  display: table-cell;
  width: 2rem;
  border: none;
  text-align: center;
  color: #b73347;
  background-color: #a8c1ea;
  padding: 1px 2px;
}
table.table .small {
  font-size: 1rem;
}
table.table .wrap {
  overflow-wrap: anywhere;
}
table.table a.btn + a.btn {
  margin-left: 2px;
}
table.table .grid-filter {
  width: 100%;
}
table.table i.null {
  font-size: smaller;
  color: #998;
}
form.form .row {
  position: relative;
}
form.form .has-error {
  color: #b73347;
}
form.form .has-error .field-error {
  font-size: small;
}
form.form .field-hint {
  font-style: italic;
  color: #595959;
}
form.form.form-horizontal div.field-checkboxlist > label.control-label,
form.form.form-horizontal div.field-radiolist > label.control-label {
  padding-top: 2px;
}
form.form label.error {
  color: #b73347;
  font-size: small;
  font-weight: normal;
}
form.form label b {
  color: #d03434;
}
form.form input[required],
form.form select[required],
form.form textarea[required] {
  background-color: #fdf7d6;
}
form.form input[disabled],
form.form select[disabled],
form.form textarea[disabled] {
  background-color: #ddd;
}
form.form .notice {
  position: absolute;
  top: 25px;
  padding-left: 20px;
}
div.details {
  padding: 0.5rem;
  border: 1px solid lightgrey;
  border-radius: 0.5rem;
}
table.details {
  width: 100%;
}
table.details > tr > td {
  padding: 4px;
}
label > input[type=radio] + label.error {
  display: block;
  /* margin-top: 40px; */
  float: right;
  position: absolute;
  /* left: 25px; */
  top: 25px;
}
.btn.small {
  padding: 3px 6px;
  font-size: 12px;
}
.showdown-preview {
  float: right;
}
.hint {
  cursor: pointer;
  color: #562656;
}
.hint:hover {
  text-decoration: underline dotted blue 1px;
}
.hint-popup {
  position: relative;
  left: -210px;
  top: -80px;
  z-index: 1000;
  font-size: smaller;
  font-style: normal;
  background-color: #efd;
  padding: 8px;
  border: 1px solid #cdb;
}
.hint-popup h1 {
  font-size: 16px;
  font-weight: bold;
}
.hint-popup h2 {
  font-size: 14px;
  font-weight: bold;
}
.hint-popup h3 {
  font-size: 12px;
  font-weight: bold;
}
.hint-popup .hint-close {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}
.btn-outline-secondary {
  border-color: #999;
}
.btn-outline-secondary:hover {
  background-color: #ddd;
  border-color: #666;
}
.showdown-preview.active {
  background-color: #102538;
}
.btn-secondary {
  color: #fff;
  background-color: #464644;
  border-color: #2a2c2a;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: #343433;
}
div.course-info {
  font-family: system-ui;
  font-size: 16px;
}
div.course-info .row {
  display: flex;
  flex-wrap: wrap;
}
div.course-info .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-top: 0.5em;
}
div.course-info .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
div.course-info .col {
  flex: 1 0 0;
}
@media (min-width: 768px) {
  div.course-info .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  div.course-info .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  div.course-info h4,
  div.course-info .h4 {
    font-size: 1.5em;
  }
}
@media (min-width: 1400px) {
  div.course-info .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
div.course-info .rounded {
  border-radius: 0.25em !important;
}
div.course-info .p-2 {
  padding: 0.5em !important;
}
div.course-info .pb-5 {
  padding-bottom: 3em !important;
}
div.course-info .me-2 {
  margin-right: 0.5em !important;
}
div.course-info .my-3 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
div.course-info .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
div.course-info .align-items-start {
  align-items: flex-start !important;
}
div.course-info .d-flex {
  display: flex !important;
}
div.course-info .border-secondary {
  border-color: #D8D8D7 !important;
}
div.course-info .h-100 {
  height: 100% !important;
}
div.course-info .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25em;
}
div.course-info .card .card-body {
  flex: 1 1 auto;
  padding: 1em 1em;
}
div.course-info .card .card-title {
  margin-bottom: 0.5em;
}
div.course-info .card .card-text:last-child {
  margin-bottom: 0;
}
div.course-info .card .card-footer:last-child {
  border-radius: 0 0 calc(0.25em - 1px) calc(0.25rem - 1px);
}
div.course-info .bg-primary {
  background-color: #3c3d3b !important;
}
div.course-info .bg-pink {
  background-color: #f96e99;
}
div.course-info .bg-green {
  background-color: #28be7f;
}
div.course-info .bg-purple {
  background-color: #9d76e5;
}
div.course-info .bg-orange {
  background-color: #ff9880;
}
div.course-info .bg-yellow {
  background-color: #e8dd79;
}
div.course-info .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.relative {
  position: relative;
}
.table-condensed > thead > tr > th {
  padding: 4px;
}
select.filter + div.ms-parent > div.ms-drop {
  max-width: 90vw;
}
select.filter + div.ms-parent > div.ms-drop > ul {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .form-label {
    max-width: 200px;
  }
}
.text-pink {
  color: #f96e99;
}
.text-green {
  color: #28be7f;
}
.text-purple {
  color: #9d76e5;
}
.text-orange {
  color: #ff9880;
}
.text-yellow {
  color: #e8dd79;
}
.showdown.alert p {
  margin-bottom: 0;
}
form.form .label-notice + .notice {
  position: unset;
}
/*# sourceMappingURL=app.css.map */