input[disabled] {
  opacity: 0.4;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.btn[disabled] {
  background: darkgrey;
  cursor: not-allowed;
}

.text-underline {
  text-decoration: underline;
}

.ml-auto {
  margin-left: auto;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.d-none {
  display: none;
}

.img-fluid {
  max-width: 100%;
}

.w-50 {
  width: 200px;
}

.w-full {
  width: 100%;
}

.pt-100 {
  padding-top: 100px;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 9px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mt-4 {
  margin-top: 16px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mr-1 {
  margin-right: 4px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.c-pointer {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.font-initial {
  font-size: initial;
}

.font-semibold {
  font-weight: 600;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.h-full {
  height: 100vh;
}

.h-100 {
  height: 100%;
}

.lk-group {
  margin-bottom: 32px;
}

.lk-group__heading {
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
  color: #694a04;
  margin-bottom: 16px;
}

.help-block {
  color: #ff5722;
  font-size: 16px;
}

.help-block--positioned {
  position: absolute;
  bottom: -30px;
  display: flex;
}

.select2-container {
  max-width: 100%;
}

.input-control__help {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #694a04
}

.input-control__inner {
  position: relative;
  display: block;
  width: 100%
}

.input-control__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 11.25px 14.5px 11.25px 11px;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  color: #694a04;
  background: rgba(255, 255, 255, .5);
  border: 2px solid #694a04;
  border-radius: 8px
}

.input-control__input::-webkit-input-placeholder {
  color: rgba(105, 74, 4, .5)
}

.input-control__input::-moz-placeholder {
  color: rgba(105, 74, 4, .5)
}

.input-control__input:-ms-input-placeholder {
  color: rgba(105, 74, 4, .5)
}

.input-control__input::-ms-input-placeholder {
  color: rgba(105, 74, 4, .5)
}

.input-control__input::placeholder {
  color: rgba(105, 74, 4, .5)
}

.input-control__input:focus {
  outline: none
}

.input-control__input::-webkit-calendar-picker-indicator {
  opacity: 0
}

.input-control__icon {
  position: absolute;
  top: 50%;
  right: 15.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 24px;
  width: 24px;
  height: 24px
}


.lk__table {
  overflow-x: auto;
}

.lk-table__elem {
  white-space: normal;
}

.syllabus-link {
  margin-bottom: 6px;
  color: #1593df;
  font-size: 14px;
  font-weight: 600;
}

.dataTables_wrapper .row {
  font-size: initial;
}

table.flex-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

table.flex-table thead,
table.flex-table tbody {
  display: block;
}

table.flex-table thead {
  margin-right: 0px;
  padding-right: 35px;
}

table.flex-table tbody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* overflow-y: scroll; */
}

table.flex-table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
}

table.flex-table tr td,
table.flex-table tr th {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 14%;
  /* flex-basis: 14%;
  max-width: 14%; */
  font-size: 15px;
}

/* table.flex-table tr td:first-child,
table.flex-table tr th:first-child {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
} */

table.flex-table tr td:nth-child(2),
table.flex-table tr th:nth-child(2),
table.flex-table tr td:nth-child(3),
table.flex-table tr th:nth-child(3),
table.flex-table tr td:nth-child(4),
table.flex-table tr th:nth-child(4) {
  text-align: center;
}

table.flex-table tr td:nth-child(5),
table.flex-table tr th:nth-child(5) {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  text-align: center;
}

table.flex-table tr td:last-child,
table.flex-table tr th:last-child {
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
  white-space: nowrap;
  text-align: right;
}

.remove_checkbox {
  display: none;
}

.sort {
  cursor: pointer;
}

.sort:after {
  display: block;
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #694A04 transparent transparent transparent;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.sort--up:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.users-table {
  height: auto;
  /* margin-right: -35px; */
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.users-table table {
  height: auto;
}

.flex-table p {
  margin-bottom: 0;
}

.users-table--mrg {
  margin-top: -20px;
}

.users-table th {
  padding: 20px 15px;
  text-align: left;
  line-height: 1;
}

.users-table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

.users-table td {
  padding: 10px 15px;
}

/* .users-table .btn-blue {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  height: 40px;
  width: 40px;
} */

.users-table .switch {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.users-table .icon-play:before {
  height: 16px;
  width: 16px;
  margin: -8px 0 0 -8px;
}

.editor-block--aliceblue {
  background: #f0f8ff;
  padding: 40px 10px;
  margin-bottom: 16px;
}

.editor-revealer {
  width: 16px;
  cursor: pointer;
}

.editor-updater {
  width: 14px;
  margin-right: 5px;
}

.editor-actions {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  /* position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.editor-actions--note {
  right: 20px;
  bottom: 5px;
}

.editor-actions--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: -10px;
  bottom: 0;
  top: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.editor-message {
  width: 100%;
  background-color: inherit;
  border: 0;
  resize: none;
  font-style: italic;
}

.editor-message--active {
  border: 1px solid #0188c5;
  resize: vertical;
  padding: 10px;
  font-style: normal;
}

.student-message {
  background: #f5f5f5;
  padding: 20px;
  line-height: normal;
  border-radius: 16px;
  font-style: italic;
  flex-grow: 1;
}

.userpic-block__image {
  border-radius: 50%;
  object-fit: cover;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(244, 248, 252, 0.7);
}

.pagination {
  display: flex;
  margin-top: 40px;
}

.pagination>li {
  margin-right: 8px;
}

.pagination>li>a {
  color: #1593df;
  text-decoration: underline;
}

.highlighted-green {
  font-size: 16px;
  color: #58AA2C;
}

.icon-text {
  color: white;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  .text-m-right {
    text-align: right;
  }
}

@media only screen and (max-width: 1023px) {
  .w-full-before-desktop {
    width: 100%;
  }

}