﻿@media (max-width: 1000px) {
  .lcc.wu-management #learningchecks-list .learningchecks {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
  }
}
.lcc.wu-management .no-results {
  display: none;
}
.lcc.wu-management .top-row {
  height: auto;
}
.lcc.wu-management .custom-select {
  width: unset;
}
.lcc.wu-management .custom-options {
  top: 0;
  width: 10rem;
}
.lcc.wu-management .right-action-area .custom-select-header {
  justify-content: space-between !important;
}
.lcc.wu-management .right-action-area .custom-select-header .toggle-users {
  display: flex;
}
.lcc.wu-management .right-action-area .custom-select-header .toggle-users .prev-user,
.lcc.wu-management .right-action-area .custom-select-header .toggle-users .next-user {
  margin: 0 0.25rem;
  background-color: #eee;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lcc.wu-management .right-action-area .custom-select-header .toggle-users .prev-user:hover,
.lcc.wu-management .right-action-area .custom-select-header .toggle-users .next-user:hover {
  cursor: pointer;
  text-decoration: none;
}
.lcc.wu-management .right-action-area .q-info-box {
  padding-top: 1rem;
}
.lcc.wu-management .right-action-area .q-info-box .title {
  font-weight: 600;
  padding: 0.75rem;
  padding-bottom: 0;
}
.lcc.wu-management .right-action-area .q-info-box .list {
  font-size: 0.9rem;
  color: #181818;
}
.lcc.wu-management .right-action-area .q-info-box .list .link {
  color: #181818;
  display: flex;
  justify-content: space-between;
  padding-right: 0.75rem;
}
.lcc.wu-management .right-action-area .q-info-box .list .link:hover {
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  color: #181818;
}
.lcc.wu-management .right-action-area .q-info-box .list .link:hover .goto {
  display: block;
}
.lcc.wu-management .right-action-area .q-info-box .q-project-info {
  border-bottom: 1px solid #eee;
}
.lcc.wu-management .right-action-area .q-info-box .q-count-info {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.lcc.wu-management .right-action-area .q-info-box .q-count-info .difficulty {
  display: flex;
  align-items: center;
  padding-right: 0.75rem;
}
.lcc.wu-management .right-action-area .q-info-box .q-count-info.last {
  border: none;
}
.lcc.wu-management .right-action-area .q-info-box .button-container {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0.75rem;
}
.lcc.wu-management .right-action-area .q-info-box .button-container .red-bg {
  background-color: #9D2121 !important;
}
/*#lcc-single-question {
    display: grid;
    grid-template-rows: 9% 90%;
}*/
@media (max-width: 1000px) {
  .lcc-questions,
  .lcc-learningchecks {
    padding: 1em 1.25em;
  }
}
@media (max-width: 650px) {
  .lcc-questions #questions-list .questions,
  .lcc-learningchecks #questions-list .questions {
    grid-template-columns: 0;
  }
}
.lcc-questions #questions-progress,
.lcc-learningchecks #questions-progress {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  display: grid;
  grid-template-columns: 5% 90% 5%;
}
.lcc-questions #questions-progress .go-back,
.lcc-learningchecks #questions-progress .go-back,
.lcc-questions #questions-progress .go-next,
.lcc-learningchecks #questions-progress .go-next {
  background-color: #eee;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lcc-questions #questions-progress .go-back,
.lcc-learningchecks #questions-progress .go-back {
  grid-column: 1;
}
.lcc-questions #questions-progress .go-back:hover,
.lcc-learningchecks #questions-progress .go-back:hover {
  cursor: pointer;
  text-decoration: none;
}
.lcc-questions #questions-progress .q-progress,
.lcc-learningchecks #questions-progress .q-progress {
  grid-column: 2;
  font-size: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lcc-questions #questions-progress .go-next,
.lcc-learningchecks #questions-progress .go-next {
  grid-column: 3;
  text-align: right;
}
.lcc-questions #questions-progress .go-next:hover,
.lcc-learningchecks #questions-progress .go-next:hover {
  cursor: pointer;
  text-decoration: none;
}
.lcc-questions .lcc-question-container,
.lcc-learningchecks .lcc-question-container {
  display: grid;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  height: 100%;
}
.lcc-questions .lcc-question-container .lcc-question-header,
.lcc-learningchecks .lcc-question-container .lcc-question-header {
  background-color: #6a6a6a;
  border-bottom: 1px solid #DCDCDC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: whitesmoke;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lcc-questions .lcc-question-container .lcc-question-header .title,
.lcc-learningchecks .lcc-question-container .lcc-question-header .title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  padding: 0.5rem;
  padding-left: 1.5rem;
  font-size: 1.1rem;
}
.lcc-questions .lcc-question-container .lcc-question-header .owner-name,
.lcc-learningchecks .lcc-question-container .lcc-question-header .owner-name {
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.lcc-questions .lcc-question-container .lcc-question-body,
.lcc-learningchecks .lcc-question-container .lcc-question-body {
  align-items: center;
  background-color: white;
  padding-bottom: 1.5rem;
}
@media (min-width: 550px) {
  .lcc-questions .lcc-question-container .lcc-question-body,
  .lcc-learningchecks .lcc-question-container .lcc-question-body {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: 3rem 90%;
  }
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text {
  grid-column: 1 / span 2;
  grid-row: 1;
  padding-top: 1rem;
  font-size: 0.9rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 550px) {
  .lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text,
  .lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text {
    height: 3rem;
  }
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text .wrong-answer,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text .wrong-answer,
.lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text .correct-answer,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text .correct-answer {
  text-transform: uppercase;
  margin-bottom: 0;
  display: none;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text .wrong-answer,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text .wrong-answer {
  color: #9D2121;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text .correct-answer,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text .correct-answer {
  color: #00c598;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text.user-answer-correct .wrong-answer,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text.user-answer-correct .wrong-answer {
  display: none;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text.user-answer-correct .correct-answer,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text.user-answer-correct .correct-answer {
  display: flex;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text.user-answer-incorrect .wrong-answer,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text.user-answer-incorrect .wrong-answer {
  display: flex;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-answer-result-text.user-answer-incorrect .correct-answer,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-answer-result-text.user-answer-incorrect .correct-answer {
  display: none;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers {
  grid-column: 1;
  grid-row: 2;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item {
  border: 2px solid #eee;
  border-radius: 5px;
  padding: 0.25rem;
  padding-right: 0.5rem;
  margin-bottom: 0.35rem;
  display: grid;
  align-items: center;
  grid-template-columns: 80% 15% 5%;
  height: 100%;
}
@media (max-width: 400px) {
  .lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item,
  .lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item {
    grid-template-columns: 75% 20% 5%;
  }
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item img,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item img {
  height: 50px;
  width: 50px;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item .answer-color,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item .answer-color {
  display: flex;
  align-items: center;
  grid-column: 3;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: black;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item .small-text,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item .small-text {
  grid-column: 2;
  display: flex;
  align-items: center;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item .answer,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item .answer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item .answer:last-child,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item .answer:last-child {
  margin-bottom: 0;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item.no-pic .answer-pic,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item.no-pic .answer-pic {
  display: none;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item.correct,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item.correct {
  border: 2px solid #00c598;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item.user-answer-correct,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item.user-answer-correct {
  background-color: rgba(0, 197, 152, 0.1);
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item.user-answer-incorrect,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container .answer-item.user-answer-incorrect {
  background-color: #FFF4F3;
  border: 2px solid #9D2121;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container.grid-view2,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container.grid-view2 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container.grid-view3,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container.grid-view3 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 2px;
  grid-row-gap: 20px;
  padding-top: 0;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container.grid-view3 .answer-item,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container.grid-view3 .answer-item {
  grid-template-columns: 50% 40% 10%;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container.grid-view4,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-answers .answers-container.grid-view4 {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-chart,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-chart {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lcc-questions .lcc-question-container .lcc-question-body .lcc-question-chart .chart,
.lcc-learningchecks .lcc-question-container .lcc-question-body .lcc-question-chart .chart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px !important;
  width: 150px !important;
}
.lcc-questions .lcc-question-container .lcc-question-footer,
.lcc-learningchecks .lcc-question-container .lcc-question-footer,
.lcc-questions .lcc-question-container .content-card-footer,
.lcc-learningchecks .lcc-question-container .content-card-footer {
  background-color: #f8f8f8;
  border-top: 1px solid #DCDCDC;
  padding: 0.5rem;
  padding-left: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  height: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 380px) {
  .lcc-questions .lcc-question-container .lcc-question-footer,
  .lcc-learningchecks .lcc-question-container .lcc-question-footer,
  .lcc-questions .lcc-question-container .content-card-footer,
  .lcc-learningchecks .lcc-question-container .content-card-footer {
    flex-direction: column;
  }
}
.lcc-questions .lcc-question-container .lcc-question-footer .extra,
.lcc-learningchecks .lcc-question-container .lcc-question-footer .extra,
.lcc-questions .lcc-question-container .content-card-footer .extra,
.lcc-learningchecks .lcc-question-container .content-card-footer .extra {
  display: flex;
  align-items: center;
}
.lcc-questions .lcc-question-container .lcc-question-footer .difficulty,
.lcc-learningchecks .lcc-question-container .lcc-question-footer .difficulty,
.lcc-questions .lcc-question-container .content-card-footer .difficulty,
.lcc-learningchecks .lcc-question-container .content-card-footer .difficulty {
  overflow: hidden;
  margin-left: 1rem;
  margin-top: 0.15rem;
}
.lcc-questions .lcc-question-container .lcc-question-footer .difficulty span,
.lcc-learningchecks .lcc-question-container .lcc-question-footer .difficulty span,
.lcc-questions .lcc-question-container .content-card-footer .difficulty span,
.lcc-learningchecks .lcc-question-container .content-card-footer .difficulty span {
  border-radius: 50%;
  border: solid 2px #555;
  width: 7px;
  height: 7px;
  float: left;
  margin-right: 2px;
}
@media (max-width: 850px) {
  .lcc-questions .lcc-question-container .lcc-question-footer .lcc-view-controls,
  .lcc-learningchecks .lcc-question-container .lcc-question-footer .lcc-view-controls,
  .lcc-questions .lcc-question-container .content-card-footer .lcc-view-controls,
  .lcc-learningchecks .lcc-question-container .content-card-footer .lcc-view-controls {
    display: none;
  }
}
.difficulty {
  overflow: hidden;
  margin-left: 1rem;
  margin-top: 0.15rem;
}
.difficulty span {
  border-radius: 50%;
  border: solid 2px #555;
  width: 7px;
  height: 7px;
  float: left;
  margin-right: 2px;
}
.difficulty.d1 span:nth-child(1) {
  background: #555;
}
.difficulty.d2 span:nth-child(1),
.difficulty.d2 span:nth-child(2) {
  background: #555;
}
.difficulty.d3 span:nth-child(1),
.difficulty.d3 span:nth-child(2),
.difficulty.d3 span:nth-child(3) {
  background: #555;
}
.difficulty.d4 span:nth-child(1),
.difficulty.d4 span:nth-child(2),
.difficulty.d4 span:nth-child(3),
.difficulty.d4 span:nth-child(4) {
  background: #555;
}
.difficulty.d5 span:nth-child(1),
.difficulty.d5 span:nth-child(2),
.difficulty.d5 span:nth-child(3),
.difficulty.d5 span:nth-child(4),
.difficulty.d5 span:nth-child(5) {
  background: #555;
}
.grid-view,
.list-view {
  border-radius: 50%;
  height: 28px;
  width: 28px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #505050;
}
.grid-view:hover,
.list-view:hover {
  cursor: pointer;
  text-decoration: none;
}
.list-view.active,
.grid-view.active {
  background-color: white;
  /*border: 1px solid @moveup-orange;*/
}
.list-view.active i,
.grid-view.active i {
  color: #00c598;
  font-weight: 600;
}