html,
body {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: Arial;
  background-color: #eeeeee;
  height: 100%;
}
.new {
  width: 100px;
  height: 100px;
  background: #222;
}
.bold {
  font-weight: bold;
}
.landing_body {
  width: 100%;
  min-height: 100%;
  background: url('../images/cosmic_bg.jpg') no-repeat 0 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.landing_body body {
  background-color: transparent;
}
.landing_body .logo {
  margin: 1em auto;
  color: #ffffff;
  font-weight: bold;
  /*font-family: 'Fredericka the Great', cursive;*/
  font-size: 5em;
}
.btn-default {
  background-color: #c7d0dc;
}
.text-primary {
  color: #053249 !important;
}
.text-info {
  color: #003399 !important;
}
header {
  /*background-color:#000000;
    border-bottom:1px solid #cccccc;*/
}
header h1 {
  /*font-family: 'Fredericka the Great', cursive!important;*/
  font-size: 30px;
  height: 70px;
  color: #ffffff;
  margin: 0px;
  padding: 5px 20px;
  text-align: left;
}
header .top_logo {
  background: url('../images/logo3.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 60%;
  height: 100%;
  display: inline-block;
}
header .top_panel {
  background: url('../images/header_bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  border: none;
}
header .ts_navbar_btn {
  position: absolute;
  right: 20px;
  z-index: 10001;
  margin: 20px 5px 7px 5px;
  cursor: pointer;
}
header .ts_navbar_btn i {
  transition: transform 0.2s;
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  z-index: 100;
}
header .ts_navbar_btn i + i {
  margin-top: 7px;
}
header .ts_navbar_btn.open i:first-child {
  transform: rotate(-45deg) translate(-7px, 7px);
}
header .ts_navbar_btn.open i:first-child + i {
  visibility: hidden;
}
header .ts_navbar_btn.open i:last-child {
  transform: rotate(45deg) translate(-7px, -7px);
}
header .ts_navbar {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 10000;
  width: 300px;
  max-width: 80%;
  height: 100%;
  background: rgba(5, 0, 40, 0.9);
  color: #fff;
  padding-top: 90px;
  transition: all 0.3s;
}
header .ts_navbar.open {
  display: block;
}
header .ts_navbar a {
  color: #ddd;
  display: block;
  padding: 10px 20px;
  font-size: 20px;
  text-align: right;
}
header .ts_navbar a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  header {
    background-color: #000000;
  }
  header h1 {
    font-size: 28px;
    height: 50px;
    padding: 5px 20px;
  }
  header .ts_navbar_btn {
    margin: 14px 5px 0px 5px;
  }
  header .ts_navbar {
    padding-top: 50px;
  }
}
.content {
  overflow: hidden;
  padding-top: 25px;
}
.answer {
  cursor: pointer;
  margin: 1px 0;
  box-sizing: border-box;
}
.answer-correct {
  background-color: #aaffaa;
}
.answer-partial {
  background-color: #bb9900;
}
.answer-wrong {
  background-color: #ffaaaa;
}
.answer-selected {
  border: solid 2px #0000ff;
}
.taskImage,
.taskPostImage,
.taskWordImage
 {
  max-height: 200px;
  max-width: 400px;
}
.taskExplGraph {
  max-height: 200px;
  max-width: 400px;
}
.lessonImage {
  max-height: 200px;
  max-width: 200px;
}
footer {
  /*background-color:#053249;*/
  color: #eee;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  margin-top: 32px;
}
/* DASHBOARD */
.archive_list,
.task_list {
  font-size: 18px;
}
.archive_row {
  padding: 5px 0px;
}
.icn_star {
  display: inline-block;
  width: 30px;
  height: 34px;
}
.task_list .table > tbody > tr > td,
.task_list .table > tbody > tr > th,
.task_list .table > tfoot > tr > td,
.task_list .table > tfoot > tr > th,
.task_list .table > thead > tr > td,
.task_list .table > thead > tr > th {
  border: 0px;
  vertical-align: middle!important;
}
.task_list .table > thead > tr > th {
  text-align: center;
  color: #330099;
  padding: 0px 0px 20px 0px;
  white-space: nowrap;
}
.task_list .task_name {
  text-align: left;
  font-weight: bold;
  color: #336699;
}
.task_list .date_text {
  font-size: 16px;
}
.task_list .progress {
  min-width: 120px;
  width: 100%;
  margin: 0px!important;
  padding: 5px;
  height: 30px;
  border: 1px solid #333333;
}
.task_list .progress-bar {
  background-color: #ff9933;
  color: #330099;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}
.task_list .num_points {
  margin-bottom: 0px;
  position: absolute;
  top: 5px;
  right: -7px;
  padding: 3px;
  font-size: 16px;
  background-color: #ffffff;
  font-weight: bold;
  border-color: #333333;
}
.squaredTwo {
  width: 30px;
  height: 30px;
  position: relative;
  background: #cccccc;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredTwo label {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: #ffffff;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
}
.squaredTwo label:after {
  content: '';
  width: 16px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 3px;
  border: 3px solid green;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
  opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
  visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}
span.correct {
  font-weight: bold;
  color: #009900;
}
span.partial {
  font-weight: bold;
  color: #bb9900;
}
span.wrong {
  font-weight: bold;
  text-decoration: line-through;
  color: #ff0000;
}
.lesson h2.title {
  color: #fff;
  font-size: 20px;
  padding-left: 15px;
  margin: 0;
}
.lesson .excerciseContent {
  text-align: center;
  margin: 30px;
}
.lesson .excerciseContent .inner {
  display: inline-block;
}
.lesson .excercise-score {
  line-height: 10px;
}
.lesson .excercise-score .excercise-score-current {
  display: inline-block;
  width: 50px;
  text-align: right;
  padding: 10px 10px;
  font-weight: bold;
}
.lesson .excercise-score .excercise-score-target {
  display: inline-block;
  width: 50px;
  text-align: left;
  padding: 10px 10px;
  font-weight: bold;
  color: purple;
}
.lesson .score-chart {
  display: inline-block;
}
.lesson .score-chart span {
  background: #333;
  display: block;
  position: absolute;
}
.lesson .score-chart span.h-left {
  width: 12px;
  height: 3px;
  margin-left: -4px;
  margin-top: 20px;
}
.lesson .score-chart span.h-right {
  width: 12px;
  height: 3px;
  margin-left: 34px;
  margin-top: 20px;
}
.lesson .score-chart span.v-top {
  width: 3px;
  height: 12px;
  margin-top: -4px;
  margin-left: 20px;
}
.lesson .score-chart span.v-bottom {
  width: 3px;
  height: 12px;
  margin-top: 34px;
  margin-left: 20px;
}
.lesson .score-chart .outer {
  display: inline-block;
  maring: 6px;
  border: solid 3px #333;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.lesson .score-chart .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.lesson .score-chart .done {
  width: 42px;
  height: 42px;
  margin: -6px -6px 0 0;
  background: url('../images/icn_check.png') no-repeat center center;
  background-size: contain;
}
.lesson .header_box .title {
  width: 30%;
  float: left;
}
.lesson .header_box .lessonResults {
  float: right;
  margin-top: -12px;
}
.lesson .header_box .lessonResults .score-chart span {
  background: #fff;
}
.lesson .header_box .lessonResults .score-chart .outer {
  border-color: #fff;
}
.lesson .header_box .lessonResults .excercise-score-current {
  color: #fff;
  font-size: 20px;
}
.lesson .header_box .lessonResults .excercise-score-target {
  font-size: 20px;
}
.lesson .header_box h3 {
  color: #fff;
  width: 50%;
  margin-left: 30%;
}
.lesson .header_box h3 .purple {
  color: purple;
}
.lesson .header_box h3 .lessonBackLink,
.lesson .header_box h3 .lessonBackLink:hover {
  color: purple;
  text-decoration: none;
  margin-right: 10px;
}
.lesson .box {
  margin-left: 30px;
  background: #eee;
  padding-bottom: 16px;
  border-top-left-radius: 20px;
  clear: both;
  min-height: calc(100vh - 125px);
}
.lesson .box .ex_list {
  font-size: 18px;
  padding: 10px 50px;
  margin: 0;
  line-height: 54px;
}
.lesson .box .ex_list .ex_type {
  padding: 0 20px;
}
.lesson .box .ex_list .ex_title {
  color: purple;
  font-size: 22px;
  font-weight: bold;
  padding: 0 20px;
}
.lesson .box .ex_list .ex_go {
  padding: 0 20px;
}
.lesson .box .ex_list .ex_go a {
  text-decoration: none;
  padding: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  background: #000066;
  border-radius: 8px;
}
.lesson .box .ex_list .ex_score {
  padding: 0 10px;
  font-weight: bold;
  text-align: right;
}
.lesson .box .ex_list .ex_progress {
  padding: 0 10px;
  text-align: center;
}
.lesson .box .ex_list .ex_target {
  padding: 0 10px;
  text-align: right;
  font-weight: bold;
  color: purple;
}
.lesson .box .ex_task_list {
  line-height: 28px;
}
.lesson .box .ex_task_list span {
  display: inline-block;
}
.lesson .box .ex_task_list .check {
  width: 24px;
  height: 28px;
}
.lesson .box .ex_task_list .check_done {
  background: url('../images/icn_check.png') no-repeat center center;
  background-size: contain;
}
.lesson .box .ex_task_list .small_icon {
  width: 48px;
  text-align: center;
}
.lesson .box .ex_task_list .small_icon img {
  height: 24px;
}
.lesson .box .ex_task_list .small_icon .default_icn {
  height: 24px;
  width: 24px;
  border: solid 2px #2C3773;
  border-radius: 4px;
  color: #2C3773;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
}
.lesson .box .ex_task_list .title {
  font-weight: bold;
  margin-right: 32px;
}
.lesson .box .ex_task_list .current_score {
  margin-right: 8px;
  color: #2C3773;
}
.lesson .box .ex_task_list .target_score {
  margin-left: 8px;
  color: purple;
}
.lesson .box .left-nav {
  width: 130px;
  float: left;
  padding: 20px 0 0 5px;
  background: #eee;
  border-top-left-radius: 20px;
}
.lesson .box .left-nav .task-opened {
  padding: 0 16px;
  width: 32px;
  height: 100px;
  line-height: 85px;
  float: left;
  cursor: default;
  display: none;
}
.lesson .box .left-nav .task-opened a {
  text-decoration: none;
  border: solid #2C3773;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
}
.lesson .box .left-nav .task-score {
  width: 68px;
  margin: 0 6px 20px 6px;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}
.lesson .box .left-nav .task-score .current {
  color: #009;
  display: inline-block;
  width: 50%;
  text-align: left;
}
.lesson .box .left-nav .task-score .target {
  color: purple;
  display: inline-block;
  width: 50%;
  text-align: right;
}
.lesson .box .left-nav .task-score.disabled {
  opacity: 0.2;
}
.lesson .box .left-nav .task-btn {
  margin: 6px;
  border-radius: 14px;
  width: 68px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.7s ease-out;
}
.lesson .box .left-nav .task-btn .btn-disabled {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  margin: -1px 0 0 -1px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  cursor: default;
  display: none;
}
.lesson .box .left-nav .task-btn .score-out {
  padding: 6px 0;
  margin: 0;
  border-radius: 14px;
}
.lesson .box .left-nav .task-btn .score-out .score-in {
  margin: 0 6px;
  border-radius: 8px;
  cursor: pointer;
  background: #ffffff;
}
.lesson .box .left-nav .task-btn .score-out .score-in:hover {
  background: #e0e0ff;
}
.lesson .box .left-nav .task-btn .score-out .score-in img {
  width: 40px;
  margin: 0 auto;
  padding: 8px 0;
  display: block;
}
.lesson .box .left-nav .task-btn .score-out .score-in .default_icn {
  height: 40px;
  width: 40px;
  border: solid 4px #2C3773;
  border-radius: 8px;
  color: #2C3773;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  margin: 8px 8px;
  display: inline-block;
  font-weight: bold;
}
.lesson .box .left-nav .task-btn .score-out .score-in span.check {
  position: absolute;
  margin-left: 30px;
  margin-top: -5px;
  width: 30px;
  height: 30px;
}
.lesson .box .left-nav .task-btn .score-out .score-in span.check_done {
  background: url('../images/icn_check.png') no-repeat center center;
  background-size: contain;
}
.lesson .box #excerciseContainer {
  display: inline-block;
  width: calc(100% - 150px);
  display: flex;
}
.lesson .box h4 {
  padding: 10px 20px;
}
.lesson .box h3 {
  padding: 10px 20px;
  font-size: 20px;
}
.lesson .box h3 span.purple {
  color: purple;
}
.lesson .box h3 a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 8px;
}
.lesson .box h3 .lessonResults {
  float: right;
}
