.reporting-standard-container,
.reporting-standard-container2 {
  height: 50px;
  width: 80%;
  background: var(--main-grey-shadow);
  margin: 20px auto;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.reporting-standard-container .reporting-standard-bar,
.reporting-standard-container2 .reporting-standard-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.reporting-standard-container .reporting-standard-icon,
.reporting-standard-container2 .reporting-standard-icon {
  height: 40px;
  position: absolute;
  left: 20px;
  top: 5px;
}
.reporting-standard-container .reporting-standard-text-container,
.reporting-standard-container2 .reporting-standard-text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font-weight: 700;
}
.reporting-standard-header {
  color: white;
}
.reporting-standard-header .reporting-standard-header-icon {
  width: 50px;
  height: 50px;
}
.reporting-standard-header .reporting-standard-header-domain {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .reporting-standard-header .reporting-standard-header-domain {
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .reporting-standard-header .reporting-standard-header-domain {
    font-size: 1.5rem;
  }
}
.reporting-standard-header .reporting-standard-header-info {
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .reporting-standard-header .reporting-standard-header-info {
    font-size: 0.8rem;
  }
}
.reporting-standard-sub-header {
  max-width: 600px;
  margin: 20px auto;
}
.reporting-standard-sub-header .reporting-standard-sub-header-icon {
  margin-right: 10px;
}
.reporting-standard-benchmark-body-cell.mobile {
  width: 100%;
  padding: 0;
}
.reporting-standard-benchmark-body {
  width: 100%;
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-info-jumper {
  color: var(--main-grey-shadow);
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.reporting-standard-benchmark-body.mobile {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .reporting-standard-benchmark-body.mobile {
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
  }
}
.reporting-standard-benchmark-body.desktop {
  display: flex !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
}
@media screen and (max-width: 600px) {
  .reporting-standard-benchmark-body.desktop {
    display: none !important;
  }
}
.reporting-standard-benchmark-body .accordion .card .card-body {
  padding: 10px 0;
}
.reporting-standard-benchmark-body .accordion .card .card-header-text {
  width: 95%;
}
.reporting-standard-benchmark-body .accordion .card [data-toggle="collapse"][aria-expanded=false]:after {
  content: 'add_circle';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: var(--main-blue);
  margin-left: auto;
}
.reporting-standard-benchmark-body .accordion .card [data-toggle="collapse"][aria-expanded=true]:after {
  content: 'remove_circle';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: var(--main-blue);
  margin-left: auto;
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-body-row {
  width: 100%;
  border-bottom: solid;
  border-width: 1px;
  min-height: 70px;
  border-color: var(--main-grey-shadow);
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-body-row.reporting-standard-benchmark-body-row-included-lessons {
  padding: 0;
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-body-row .reporting-standard-benchmark-body-cell {
  padding: 10px 15px;
  width: 50%;
  text-align: left;
  position: relative;
  border-right: solid;
  border-width: 1px;
  border-color: var(--main-grey-shadow);
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-body-row .reporting-standard-benchmark-body-cell:last-child {
  border-right: none;
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-body-row .reporting-standard-benchmark-body-cell.single {
  width: 100%;
  padding: 0 10px;
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-body-row .reporting-standard-benchmark-body-cell.third {
  width: 33%;
  padding: 0 10px;
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-body-row .reporting-standard-benchmark-body-cell.mobile {
  width: 100%;
  padding: 0;
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-body-row .reporting-standard-benchmark-body-cell.reporting-standard-benchmark-body-header {
  font-size: 1.5rem;
  padding: 10px;
  text-align: center;
}
.reporting-standard-benchmark-body .reporting-standard-benchmark-body-project-preview {
  width: 50px;
  height: 30px;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
/*Playlist Styling*/
.start-edit-playlist {
  width: 90%;
  margin: auto;
  min-width: 300px;
  padding: 5px;
}
.color-options .single-color {
  width: 40px;
  height: 40px;
  margin: 10px;
}
.color-options .single-color.active {
  border: solid;
  border-color: black;
}
.create-new-playlist {
  cursor: pointer;
  margin: 10px;
  width: 320px;
  height: 80px;
  box-shadow: 0 2px 5px 0 rgba(172, 172, 172, 0.39);
  border-radius: 5px;
  overflow: hidden;
}
.create-new-playlist:hover {
  background: lightgrey;
}
.create-new-playlist:hover .create-new-playlist-text {
  text-decoration: underline;
}
.view-lesson-playlist {
  cursor: pointer;
  margin: 10px;
  width: 320px;
  height: 80px;
  box-shadow: 0 2px 5px 0 rgba(172, 172, 172, 0.39);
  border-radius: 5px;
}
.view-lesson-playlist:hover {
  background: lightgrey;
  text-decoration: underline;
}
.no-click {
  cursor: unset !important;
}
.playlist-paused {
  width: 100%;
  height: 100%;
  background: #00000075;
  position: absolute;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}
.playlist-paused:hover .playlist-paused-icon:after {
  content: 'play_arrow';
}
.playlist-paused:hover .playlist-paused-text:after {
  content: 'Resume';
}
.playlist-paused .playlist-paused-icon {
  font-size: 2.5rem;
  margin-left: 5px;
  margin-right: 15px;
}
.playlist-paused .playlist-paused-icon:after {
  content: 'pause';
}
.playlist-paused .playlist-paused-text:after {
  content: 'Paused';
}
.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
.classboard-go-library {
  cursor: pointer;
}
.classboard-banner-cid-name {
  font-size: 1rem;
  font-weight: 700;
  padding: 5px 15px;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
  margin-top: 5px;
  color: var(--main-blue-shadow);
}
.classboard-banner-cid-name-addon:before {
  content: 'arrow_drop_down';
  font-family: 'Material Icons';
  font-size: 20px;
}
.classboard-banner-cid-name-addon {
  font-size: 0.8rem;
  margin-left: 5px;
  color: var(--fede-black);
}
.classboard-banner-cid-type {
  font-size: 0.8rem;
  color: var(--main-grey-shadow);
  font-weight: 600;
}
.classboard-classroom-change-option:hover {
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.5);
}
/*Custom lesson planning stuff*/
.custom-lesson-container .custom-lesson-age .custom-lesson-single-age {
  cursor: pointer;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid;
  border-width: 1px;
  border-color: var(--fede-black);
}
.custom-lesson-container .custom-lesson-age .custom-lesson-single-age.selected {
  background-color: var(--main-blue);
  color: white;
}
.custom-lesson-container .custom-lesson-age .custom-lesson-single-age:hover:not(.selected) {
  background-color: var(--main-grey-shadow);
  color: var(--fede-black);
}
.custom-keyword-list .custom-keyword-single {
  background: var(--main-grey);
  width: fit-content;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 35px;
}
.custom-keyword-list .custom-keyword-remove {
  margin-left: 3px;
  cursor: pointer;
  font-size: 20px;
  color: var(--main-red);
}
.custom-keyword-list .custom-keyword-remove:hover {
  background: var(--main-red);
  color: white;
  border-radius: 50%;
}
.material-search-group .material-searcher {
  margin-bottom: unset;
}
.material-search-group .material-confirmer {
  cursor: pointer;
  padding: 0 0.75em;
  margin: 0.9em 0 0 5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.material-search-group .material-confirmer:hover {
  background: whitesmoke;
}
.custom-material-list .custom-material-single {
  height: 75px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.custom-material-list .custom-material-single:not(:last-child) {
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--main-grey-shadow);
}
.custom-material-list .custom-material-single .custom-material-image {
  width: 60px;
}
.custom-material-list .custom-material-single .custom-material-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.custom-material-list .custom-material-single .custom-material-name {
  width: 150px;
  font-size: 14px;
}
.custom-material-list .custom-material-single .custom-material-quantity input {
  width: 50px;
  height: 50px;
  text-align: center;
}
.custom-material-list .custom-material-single .custom-material-remove {
  margin-left: 10px;
  cursor: pointer;
  font-size: 24px;
  color: var(--main-red);
}
.custom-material-list .custom-material-single .custom-material-remove:hover {
  background: var(--main-red);
  color: white;
  border-radius: 50%;
}
.custom-lesson-standards .classboard-standard-new.custom-lesson-standard-quickadd {
  cursor: pointer!important;
}
.custom-lesson-standards .classboard-standard-new:hover {
  margin-right: -6px;
}
.accordian-wrapper {
  border: unset;
}
.accordian-element {
  padding: unset;
  border: unset;
  position: relative;
}
.accordian-element .accordian-status {
  pointer-events: none;
}
.accordian-element .accordian-status:after {
  content: 'arrow_drop_down';
}
.accordian-element.active .accordian-status:after {
  content: 'arrow_drop_up';
}
.accordian-element .accordian-title {
  padding: 10px 10px 5px 10px;
  border: solid;
  margin-bottom: 10px;
}
.accordian-element [data-code].accordian-content:last-child {
  margin-bottom: 10px;
}
.accordian-element.showOnActive.active {
  border: solid;
  margin-bottom: 10px;
}
.accordian-element.showOnActive.active .accordian-title {
  border: unset;
  border-bottom: solid;
}
.accordian-element2 .accordian-status:after {
  color: white;
  content: 'arrow_drop_down' !important;
}
.accordian-element2.active .accordian-status:after {
  color: white;
  content: 'arrow_drop_up' !important;
}
.found-term ~ .accordian-content {
  display: inherit;
}
.found-term ~ .accordian-content .showOnActive {
  border: solid;
  margin-bottom: 10px;
}
.found-term ~ .accordian-content .showOnActive .accordian-title {
  border: unset;
  border-bottom: solid;
}
.found-term ~ .accordian-content .accordian-element {
  display: inherit;
}
.found-term ~ .accordian-content .accordian-content {
  display: inherit;
}
.custom-lesson-standards-none {
  display: inline-block;
}
.stock-image-contents > img {
  height: 200px;
  margin: 4px;
  flex-grow: 1;
  max-width: 30%;
}
.stock-image-contents > .found-stock-image-container > img {
  height: 200px;
}
.stock-image-contents > .found-stock-image-container {
  margin: 4px;
  flex-grow: 1;
}
/*# sourceMappingURL=classboard-less.css.map */