.ldat-alert-success {
  background: green;
}
.ldat-sd-grades .ldat-table .ldat-progress {
  display: block;
  margin: 0; }
.ldat-sd-grades .ldat-table .ldat-progress .ldat-progress-bar {
  top: 0;
  height: 1.4em; }
.ldat-sd-grades .ldat-table .ldat-progress .progress__indicator {
  font-size: 1em;
  position: relative;
  right: 0.4em;
  top: 0.2em;
  z-index: 1; }
.ldat-table {
  border: 1px solid #efefef;
  width: 100%; }
.ldat-table thead th, .ldat-table thead td {
  font-weight: 700; }
.ldat-table tbody tr:nth-child(odd) td, .ldat-table tbody tr:nth-child(odd) th {
  background: #f9f9f9; }
.ldat-table tbody tr:last-child {
  border-bottom-width: 0; }
.ldat-table tfoot tr {
  background: #f9f9f9; }
.ldat-table tfoot tr .ldat-pagination .page-numbers {
  margin: 0; }
.ldat-table tfoot tr .ldat-table-sort {
  text-align: right; }
.ldat-table tfoot tr .ldat-table-sort form, .ldat-table tfoot tr .ldat-table-sort select, .ldat-table tfoot tr .ldat-table-sort input, .ldat-table tfoot tr .ldat-table-sort button {
  margin: 0; }
.ldat-table th {
  font-weight: 700; }
.ldat-table th, .ldat-table td {
  border-bottom: 1px solid #efefef;
  padding: 8px 12px; }
.ldat-table th:first-child, .ldat-table td:first-child {
  padding-left: 12px; }
.ldat-table th:last-child, .ldat-table td:last-child {
  padding-right: 12px; }
.ldat-success {
  color: #3c763d;
  background: #dff0d8;
  border:1px solid #3c763d;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px;
}

.ldat-error {
  padding: 5px;
  border: 1px solid #a94442;
  color:#a94442;
  background: #f2dede;
  border-radius: 5px;
}



/* Remove default bullets */
ul, #ldat-myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#ldat-myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.ldat-caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.ldat-caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.ldat-caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.ldat-nested {
  display: none;
}

.ldat-show::before {
  content: "\2605";
  color: black;
  display: inline-block;
  margin-right: 6px;

}
.ldat-diceychild li {
  margin-left:35px;
  position:relative;
  margin-bottom:0.25em;
}

.ldat-diceychild li:nth-child(1n):before {
  position:absolute;
  left:-1em;
}
.ldat-diceychild li:nth-child(n):before {
  color: black;
  content: "\2681";
}


.ldat-dicey li {
  margin-left:35px;
  position:relative;
  margin-bottom:0.25em;
}

.ldat-dicey li:nth-child(1n):before {
  position:absolute;
  left:-1em;
}

.ldat-dicey li:nth-child(n):before {
  color: black;
  content: "\2680";
}

.ldat-button-mark-attendance {
  width: inherit !important;
  font-size: inherit !important;
  float: left;
}

#ldat-mark-attendance-wrap {
  width: 100%;
  display: inline-block;
}

.pdl-10{ padding-left: 10px;}

#ldat-mark-attendance-wrap .select2-search--inline, .select2-search__field {
  width: 100% !important;
}

#ldat-mark-attendance-wrap ul.select2-selection__rendered {
  margin: 0 !important;
  padding: 0 5px !important;
}

#ldat-mark-attendance-wrap .wp-editor-tabs button {
  border-radius: inherit;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 32px;
}

.mce-toolbar .mce-btn-group .mce-last{
  display: none !important;
}