html,
body {
  height: 100%;
}
#top_outer {
  min-height: 100%;
}
@media (max-width: 767px) {
  #top_outer {
    padding-right: 3px;
    padding-left: 3px;
  }
}
#content {
  margin-top: 40px;
  min-height: 600px;
}
.header {
  margin-top: 3px;
  margin-bottom: 6px;
}
.header .navlogo h3 {
  margin-top: 4px;
}
@media (max-width: 767px) {
  #topnavigation {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#topnavigation .navbar {
  z-index: 500;
  min-height: 80px;
}
#topnavigation .navbar .navbar-toggle span.icon-bar {
  background-color: #242726;
}
#topnavigation .navbar .navbarcontainer {
  padding-top: 0px;
}
#topnavigation .navbar .navbarcontainer .navbar-brand {
  width: 300px;
  text-transform: uppercase;
  color: #242726;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0px;
  display: block;
  text-align: center;
  position: relative;
  margin-right: 15px;
}
#topnavigation .navbar .navbarcontainer .navbar-brand img {
  display: block;
  margin: 0px;
  width: 75px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#topnavigation .navbar .navbarcontainer .navbar-brand span {
  padding: 0px;
  padding-top: 10px;
  margin: 0px;
  font-size: 18px;
  display: block;
  line-height: 1;
  color: #242726;
  position: absolute;
  left: 80px;
  top: 14px;
}
@media (max-width: 767px) {
  #topnavigation .navbar .navbarcontainer .navbar-brand {
    margin-right: 5px;
  }
  #topnavigation .navbar .navbarcontainer .navbar-brand span {
    font-size: 14px;
  }
}
#topnavigation .navbar .navbarcontainer .navbar-toggle:focus,
#topnavigation .navbar .navbarcontainer .navbar-toggle:hover {
  background-color: #6d7774;
}
#topnavigation .navbar .navbarcontainer .navbar-thin {
  height: 25px;
  min-height: 25px;
  max-height: 25px;
}
#topnavigation .navbar .navbarcontainer .navbar-nav {
  float: right;
}
#topnavigation .navbar .navbarcontainer .navbar-nav li {
  font-size: 16px;
}
#topnavigation .navbar .navbarcontainer .navbar-nav li a {
  padding-top: 3px;
  padding-bottom: 3px;
}
#topnavigation .navbar .navbarcontainer .navbar-nav li.padding-right {
  padding-right: 15px;
}
#topnavigation .navbar .navbarcontainer .navbar-nav li.navtext {
  color: #242726;
  font-weight: bold;
  padding-right: 30px;
  padding-left: 15px;
}
#topnavigation .navbar .navbarcontainer .navbar-nav span.navtext {
  color: #242726;
  font-weight: bold;
}
#topnavigation .navbar .navbarcontainer .navbar-nav a.nav-link,
#topnavigation .navbar .navbarcontainer .navbar-nav a.dropdown-toggle {
  color: #242726;
  font-weight: normal;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
#topnavigation .navbar .navbarcontainer .navbar-nav a.doublerow {
  padding-top: 2px;
  padding-bottom: 0px;
}
#topnavigation .navbar .navbarcontainer .navbar-nav a.dropdown-item {
  color: #3c4240;
  display: block;
  margin-left: 2px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: white;
  border-bottom: 1px solid #EEE;
}
#topnavigation .navbar .navbarcontainer .navbar-nav a.special {
  font-weight: bold;
}
#topnavigation .navbar .navbarcontainer .navbar-nav button.navbar-toggle {
  border-color: #242726;
}
@media (max-width: 991px) and (min-width: 768px) {
  #topnavigation .navbar .navbarcontainer .navbar-nav a.nav-link,
  #topnavigation .navbar .navbarcontainer .navbar-nav a.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #topnavigation .navbar .navbarcontainer .navbar-nav li a {
    margin-top: 10px;
  }
  #topnavigation .navbar .navbarcontainer .navbar-nav button.navbar-toggle {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #topnavigation .navbar .navbarcontainer .navbar-nav {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
#topnavigation .navbar .navbarcontainer .languageselectorxs {
  margin-top: 8px;
}
#topnavigation .navbar #collapsednavbar {
  padding-top: 10px;
  position: relative;
  margin-left: 240px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 991px) and (min-width: 768px) {
  #topnavigation .navbar #collapsednavbar a {
    font-size: 13px;
  }
}
#topnavigation .navbar #collapsednavbar li {
  text-align: left;
}
#topnavigation .navbar #collapsednavbar li.logout a {
  white-space: nowrap;
  width: 100px;
  margin: 0px auto;
  font-size: 12px;
}
#topnavigation .navbar #collapsednavbar a.doublerow {
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #topnavigation .navbar #collapsednavbar {
    position: absolute;
    left: 0px;
    top: 45px;
    width: 100%;
    z-index: 10;
    background-color: #FFFEFE;
    border: solid 1px #eee;
    border-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #topnavigation .navbar #collapsednavbar ul {
    width: 80%;
    margin-bottom: 50px;
  }
  #topnavigation .navbar #collapsednavbar ul li,
  #topnavigation .navbar #collapsednavbar ul li.logout {
    text-align: left;
    width: auto;
    margin-left: 10px;
    margin-top: 10px;
  }
  #topnavigation .navbar #collapsednavbar ul li a,
  #topnavigation .navbar #collapsednavbar ul li.logout a {
    white-space: nowrap;
    width: 100%;
    margin: auto;
  }
}
#topnavigation .navbar .navbar-toggle-visible {
  display: block;
}
#topnavigation .navbar .dropdown-menu {
  right: 0;
  left: auto;
}
#topnavigation .navbar .dropdown-menu-user {
  width: 240px;
  text-align: left;
}
#topnavigation .navbar #rightnavbar {
  margin-right: 50px;
}
.footer {
  margin-top: 50px;
}
.footer .copyright {
  padding-right: 40px;
}
.footer .craft-btn {
  margin: 3px;
}
#loginformdropdown a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
}
#loginformdropdown a.btn {
  color: white;
  text-decoration: none;
}
#loginformdropdown li a.btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
#loginformdropdown #login-dp {
  min-width: 270px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: #ffffff;
}
#loginformdropdown #login-dp .help-block {
  font-size: 12px;
}
#loginformdropdown #login-dp .bottom {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}
#loginformdropdown #login-dp .social-buttons {
  margin: 12px 0;
}
#loginformdropdown #login-dp .form-group {
  margin-bottom: 10px;
}
#loginformdropdown #login-dp a {
  text-decoration: underline;
}
#loginformdropdown #login-dp .social-buttons .btn {
  color: #fff;
  margin: 2px;
  width: 110px;
  text-decoration: none;
}
@media (max-width: 768px) {
  #loginformdropdown #login-dp {
    background-color: inherit;
    color: #fff;
  }
  #loginformdropdown #login-dp .bottom {
    background-color: inherit;
    border-top: 0 none;
  }
}
.btn-fb {
  background-color: #3b5998;
  border-color: #3b5998;
}
.font-fb {
  color: #3b5998;
}
.btn-fb:hover {
  background-color: #2d4373;
}
.btn-tw {
  background-color: #55acee;
  border-color: #55acee;
}
.font-tw {
  color: #55acee;
}
.btn-tw:hover {
  background-color: #2795e9;
}
.btn-gp {
  background-color: #DD4B39;
  border-color: #DD4B39;
}
.font-gp {
  color: #DD4B39;
}
.btn-gp:hover {
  background-color: #c23321;
}
.btn-ln {
  background-color: #007BB6;
  border-color: #007BB6;
}
.font-ln {
  color: #007BB6;
}
.btn-ln:hover {
  background-color: #005983;
}
.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.subjecttoolbar .btn {
  border-color: #337ab7;
}
.topictoolbar .btn {
  border-color: #5bc0de;
}
.subtopicrow {
  margin-top: 15px;
  margin-bottom: 15px;
}
.subtopicrow .subtopictitle {
  padding-left: 30px;
}
#structurenavigator {
  padding: 8px;
  border: 1px solid #eee;
}
#structurenavigator a.active {
  font-weight: bold;
}
#questionsmaincontent {
  margin-top: 15px;
  padding: 20px;
}
.questioninlist {
  padding-left: 3px;
  padding-right: 3px;
}
.questioninlist .thumbnail {
  padding: 5px;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
}
.questioninlist .question_task {
  padding: 10px;
  margin-bottom: 15px;
  font-size: larger;
}
.questionslist {
  padding: 0px;
}
#materialsmaincontent {
  margin-top: 15px;
  padding: 20px;
}
#materialsmaincontent .materialinlist {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}
#materialsmaincontent .materialinlist .material_icons div {
  padding: 0px;
}
.questionview {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.questionview .questionanswers {
  margin-top: 20px;
}
.questionview .question_task {
  padding: 10px;
  margin-bottom: 15px;
  font-size: larger;
}
.questionview .questionhint {
  padding: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
}
.questionview .questionsolution {
  padding: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
}
.materialview {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.materialview .material_title {
  padding: 10px;
  margin-bottom: 15px;
  font-size: large;
  border-bottom: 1px solid #eee;
}
.materialview .material_properties {
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin-bottom: 15px;
}
.materialview .material_text {
  padding: 10px;
  margin-bottom: 15px;
  white-space: pre-wrap;
}
.materialview .material_viewtext {
  padding: 10px;
  margin-bottom: 15px;
  white-space: pre-wrap;
  font-family: monospace;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
.deleteexistentimageblock {
  border: 1px solid #DD4B39;
  background-color: #e1523f1c;
}
.replaceexistentimageblock {
  border: 1px solid #ddba39;
  background-color: #ddba3943;
}
.questionconnections {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #eee;
}
.questionconnections .questionconnectionslist {
  margin-top: 20px;
}
.childrenlistpanel .panel-body {
  padding-left: 25px;
  padding-right: 25px;
}
.subscriptionopportunity .grpuptitle h3 {
  border-bottom: 1px solid #eee;
}
.subjectcard {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: center;
}
.subjectcard .topicslist {
  padding: 25px;
  text-align: left;
}
.subjectcard .shortdescription {
  margin-top: 10px;
  margin-bottom: 10px;
  word-wrap: pre-wrap;
  text-align: justify;
}
.subjectcard .basicprogressinfo {
  margin-bottom: 10px;
  text-align: left;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 11px;
}
.subjectcard .basicprogressinfo div {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  margin-left: 8px;
}
.subjectcard .lastsessions {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 11px;
}
.subjectcard .lastsessions .finishedsessionlink {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  margin-left: 8px;
}
.subjectcard .subscriptionprices {
  margin-bottom: 25px;
}
.subjectcard .subscriptionprices span {
  font-weight: bold;
}
.progress-container {
  width: 100%;
  /* Can be in percentage also. */
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
}
.calendar {
  width: 100%;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.calendar .titlerow {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 8px;
  clear: both;
}
.calendar .weekrow {
  clear: both;
}
.calendar .clear {
  clear: both;
}
.calendar .weekdaystitles {
  text-align: center;
  font-weight: bold;
}
.calendar .day_outer {
  padding: 2px;
  float: left;
  width: 14.28571429%;
}
.calendar .day_outer .day {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2px;
  font-weight: bold;
  font-size: 12px;
  height: 100px;
  min-height: 100px;
  overflow: hidden;
}
.calendar .day_outer .day .dayrow {
  display: block;
}
.calendar .day_outer .day .dayrow .daynumber {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .calendar .day_outer .day .dayrow .daynumber {
    width: 100%;
  }
}
.calendar .day_outer .day .minutesspent {
  width: 50%;
  float: left;
  text-align: right;
  padding: 2px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .calendar .day_outer .day .minutesspent {
    width: 100%;
  }
}
.calendar .day_outer .day .minutesspent span {
  border-radius: 4px;
  background-color: #cdb4b4;
  font-size: 14px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}
.calendar .day_outer .day .sessions {
  display: block;
}
.calendar .day_outer .day .sessions .session {
  border-radius: 6px;
  padding-right: 4px;
}
.calendar .day_outer .day .sessions .session .sessiontitle {
  padding: 1px;
  padding-left: 4px;
  width: 80%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}
.calendar .day_outer .day .sessions .session .sessionduration {
  width: 20%;
  float: left;
  text-align: right;
  font-weight: normal;
}
.calendar .day_outer .othermonth {
  background-color: #f9f9f9;
  border-color: #eee;
  color: #ccc;
}
.calendar .weekdaystitles .day {
  height: 25px;
  min-height: 25px;
}
.subjectstudycard {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.subjectstudycard .subjectstudycard_title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .subjectstudycard .subjectstudycard_title {
    margin-bottom: 10px;
  }
  .subjectstudycard .subjectstudycard_title h3 {
    margin-bottom: 3px;
  }
}
.color_red {
  color: #ff0000;
}
.color_red_background {
  background-color: #ff00004b;
}
.color_red_border {
  border-color: #ff00004b;
}
.color_blue {
  color: #0000ff;
}
.color_blue_background {
  background-color: #0000ff4b;
}
.color_blue_border {
  border-color: #0000ff4b;
}
.color_green {
  color: #00ff00;
}
.color_green_background {
  background-color: #00ff004b;
}
.color_green_border {
  border-color: #00ff004b;
}
.color_yellow {
  color: #ffff00;
}
.color_yellow_background {
  background-color: #ffff004b;
}
.color_yellow_border {
  border-color: #ffff004b;
}
.color_orange {
  color: #ff8000;
}
.color_orange_background {
  background-color: #ff80004b;
}
.color_orange_border {
  border-color: #ff80004b;
}
.color_purple {
  color: #8000ff;
}
.color_purple_background {
  background-color: #8000ff4b;
}
.color_purple_border {
  border-color: #8000ff4b;
}
.color_cian {
  color: #00ffff;
}
.color_cian_background {
  background-color: #00ffff4b;
}
.color_cian_border {
  border-color: #00ffff4b;
}
.color_fuchsia {
  color: #ff00ff;
}
.color_fuchsia_background {
  background-color: #ff00ff4b;
}
.color_fuchsia_border {
  border-color: #ff00ff4b;
}
.color_indianred {
  color: #cd5c5c;
}
.color_indianred_background {
  background-color: #cd5c5c4b;
}
.color_indianred_border {
  border-color: #cd5c5c4b;
}
.smallbox {
  float: left;
  height: 20px;
  width: 20px;
  border: 0px;
  clear: both;
  margin-right: 8px;
}
.result_state_fantastic {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.result_state_excellent {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #318f84;
}
.result_state_good {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #a67753;
}
.result_state_average {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #766e2f;
}
.result_state_notgood {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #584525;
}
.result_state_poor {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.question_answered_tab {
  color: #af5802;
  font-weight: bold;
}
.questionpill_success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.questionpill_almos_success {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.questionpill_failed {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.quizstate {
  padding-top: 15px;
}
.questioncell {
  padding: 10px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .questioncell {
    padding: 18px;
  }
}
.questioncell .questioncellpanel {
  background-color: #fcfcfc;
}
.questioncell .question_task {
  padding: 10px;
  margin-bottom: 15px;
  font-size: larger;
}
.questioncell .question_task img {
  max-width: 100%;
}
.questioncell .question_image {
  padding: 10px;
  margin-bottom: 15px;
}
.questioncell .question_image img {
  max-width: 100%;
  border-radius: 10px;
}
.questioncell .question_answers .question_answers_title {
  padding: 20px;
}
.questioncell .question_answers .question_answer_row {
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.questioncell .question_answers .question_answer_row_selected {
  border: 2px solid #ddd;
  background-color: #fffffd;
}
.questioncell .question_answers .correct_answer {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.questioncell .question_answers .incorrect_answer {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.questioncell .question_hint {
  padding: 10px;
  margin-bottom: 15px;
}
.questioncell .question_hint .question_hint_text {
  padding: 10px;
  margin-bottom: 15px;
  white-space: pre-wrap;
}
.question_success .questioncellpanel {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.question_almost_success .questioncellpanel {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.question_failed .questioncellpanel {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.qustionsolutionouter {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #eee;
}
.social-buttons {
  margin-top: 20px;
}
.social-buttons .btn {
  color: #fff;
  margin: 2px;
  width: 140px;
  text-decoration: none;
}
.social-buttons .btn-l {
  margin-bottom: 15px;
  width: 150px;
}
.social-buttons .buttonrow {
  margin-top: 15px;
}
.btn-fb {
  background-color: #3b5998;
  border-color: #3b5998;
  color: white;
}
.font-fb {
  color: #3b5998;
}
.btn-fb:hover {
  background-color: #2d4373;
}
.btn-tw {
  background-color: #55acee;
  border-color: #55acee;
  color: white;
}
.font-tw {
  color: #55acee;
}
.btn-tw:hover {
  background-color: #2795e9;
}
.btn-gp {
  background-color: #DD4B39;
  border-color: #DD4B39;
  color: white;
}
.font-gp {
  color: #DD4B39;
}
.btn-gp:hover {
  background-color: #c23321;
}
.btn-ln {
  background-color: #007BB6;
  border-color: #007BB6;
  color: white;
}
.font-ln {
  color: #007BB6;
}
.btn-ln:hover {
  background-color: #005983;
}
.btn-ap {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.font-ap {
  color: #000000;
}
.quality_question_dropdown {
  padding: 20px;
}
.dropdown-menu-user {
  left: auto;
  right: 0px;
  padding: 20px;
}
.dropdown-menu-user a {
  border-bottom: 1px solid #eee;
}
#registrationformdiv .social-buttons {
  padding: 10px;
}
#registrationformdiv .accountkindrow {
  padding: 5px;
  border-bottom: 1px solid #c7ddef;
  border-radius: 5px;
  font-size: larger;
  font-weight: bold;
  white-space: nowrap;
}
#registrationformdiv .accountkindrow_selected {
  background-color: #dbe9f5;
  border-top: 1px solid #c7ddef;
  border-left: 1px solid #c7ddef;
  border-right: 1px solid #c7ddef;
  border-bottom: 0px;
}
#registrationformdiv .accountkinddescription {
  margin-top: 8px;
  padding: 10px;
  border-bottom: 1px solid #c7ddef;
  color: #666;
  text-align: justify;
  text-justify: inter-word;
}
.subscribe .thumbnail {
  height: 200px;
  min-height: 200px;
}
#promocodes .promocodestabbody {
  padding: 10px;
  padding-top: 20px;
}
#promocodes .promocodestabbody .thumbnail {
  margin-left: -10px;
  margin-right: -10px;
}
#promocodes .promocodestabbody .thumbnail h2 {
  font-size: 20px;
}
#promocodes .promocodestabbody .code_unsent {
  height: 100px;
  max-height: 100px;
}
#promocodes .promocodestabbody .code_unused_sent {
  border-color: #007BB6;
}
#promocodes .promocodestabbody .code_unused {
  height: 150px;
  max-height: 150px;
}
#promocodes .promocodestabbody .code_unused .code_unused_info {
  height: 90px;
  max-height: 90px;
}
#promocodes .promocodestabbody .code_unused .code_unused_info .date {
  font-size: 11px;
}
#promocodes .promocodestabbody .code_used {
  height: 150px;
  max-height: 150px;
  text-align: left;
}
#promocodes .promocodestabbody .code_used .name {
  font-weight: bold;
}
#promocodes .promocodestabbody .code_used .subject {
  font-weight: bold;
}
#promocodes .promocodestabbody .code_used .date {
  font-size: 11px;
}
.filedroparea {
  border: 1px dashed red;
  border-radius: 10px;
  height: 130px;
  min-height: 130px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(/images/icons/upload.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.filedroparea h1 {
  text-align: center;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 30px;
  font-size: 16px;
  color: gray;
}
.practice_kind_button,
.session_start_block {
  width: 100%;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 10px;
  aspect-ratio: 1/1.7;
  color: #333;
}
@media (max-width: 767px) {
  .practice_kind_button,
  .session_start_block {
    aspect-ratio: 2/1;
    margin-bottom: 10px;
  }
}
.practice_kind_button span,
.session_start_block span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.practice_kind_button p,
.session_start_block p {
  margin-top: 10px;
  color: #666;
  display: block;
  text-align: center;
  font-size: 12px;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
}
@media (max-width: 767px) {
  .practice_kind_button p,
  .session_start_block p {
    height: auto;
    max-height: auto;
    min-height: auto;
  }
}
.practice_kind_button img,
.session_start_block img {
  max-width: 50%;
  border-radius: 10px;
}
.practice_kind_button button,
.session_start_block button {
  margin-top: 15px;
}
.subjectstudycard-topics-title h4 {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .subjectstudycard-topics-title h4 {
    margin-top: 15px;
  }
}
.session_start_block_horizontal {
  width: 100%;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 10px;
  aspect-ratio: 2/1;
  color: #333;
}
@media (max-width: 767px) {
  .session_start_block_horizontal {
    aspect-ratio: auto;
    margin-bottom: 10px;
  }
}
.session_start_block_horizontal span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.session_start_block_horizontal p {
  margin-top: 10px;
  color: #666;
  display: block;
  text-align: center;
  font-size: 12px;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
}
.session_start_block_horizontal img {
  max-width: 90%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .session_start_block_horizontal img {
    max-width: 50%;
  }
}
.session_start_block_horizontal button {
  margin-top: 5px;
}
.practice_kind_button:hover,
.session_start_block:hover {
  background-color: #f9f9f9;
}
.practice_kind_button_full {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.practice_kind_button_quick {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.practice_kind_button_flashcards {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.session_start_block_practice {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.session_start_block_quize {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.session_start_block_learn {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.session_start_block_flashcard {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.subscription_stats_row {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.topicrow {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: larger;
  font-weight: bold;
  color: #555;
}
.topicrow div {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  cursor: pointer;
}
.topicrow div:hover {
  background-color: #f9f9f9;
}
.topiccontrolrow {
  margin-top: 5px;
  height: 30px;
  min-height: 30px;
}
.flashcardside {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 20px;
  margin-top: 10px;
}
.flashcard_toolbar {
  margin-bottom: 10px;
}
.flashcardcellpanel {
  margin-left: 2px;
  margin-right: 2px;
}
.flashcardcellpanel .flashcard_holder {
  margin-left: 4px;
  margin-right: 4px;
}
.flashcardcellpanel img {
  max-width: 100%;
  border-radius: 10px;
}
.flashcardcellpanel #flashcard_front_image {
  border: 2px solid #d7fddf;
}
.flashcardcellpanel #flashcard_back_image {
  border: 2px solid #ffecec;
}
.flashcardcellpanel button {
  width: 100%;
}
.session_start_controlls {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .session_start_controlls {
    padding-left: 0px;
  }
}
.subjecticon {
  max-width: 100%;
}
.topicicon {
  max-width: 48px;
}
.subscription_index_item {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  height: 140px;
  min-height: 140px;
}
.subscription_index_item .practice_button {
  margin-top: 20px;
  font-size: 22px;
}
.subscription_index_item:hover {
  background-color: #f9f9f9;
}
.profile_info .info_cell {
  padding: 6px;
}
.subject-summary .title h3 {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .subject-summary .title h3 {
    font-size: 14px;
  }
}
.session-panel .title h3 {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .session-panel .title h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .session-panel .panel-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.questionformatstate div {
  padding: 8px;
}
#showquestionsolutiondiv {
  margin-bottom: 50px;
  margin-top: 50px;
}
#showquestionsolutiondiv .showquestionsolutiondiv_div {
  padding-right: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  #showquestionsolutiondiv .showquestionsolutiondiv_div {
    text-align: center;
  }
}
#showquestionhintdiv {
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #showquestionhintdiv {
    text-align: center;
  }
}
.flashcardsresult .sessionresult {
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.sessionrecomendations {
  border-left: 1px solid #eee;
  margin-left: 10px;
  padding-left: 10px;
}
.subject_contents_subtopic_title {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .subject_contents_subtopic_title {
    padding-left: 5px;
    font-size: 13px;
  }
}
.subscription_index_item {
  margin-left: -13px;
  margin-right: -13px;
}
.front_title {
  margin-bottom: 40px;
}
.front_title h1 {
  color: #337ab7;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 2px #EEEEEE;
}
.front_title h3 {
  color: #666666;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 2px #EEEEEE;
}
.front_title img {
  width: 100%;
  max-width: 300px;
}
.front_screenshots div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.front_screenshots div img {
  width: 90%;
}
.application_description {
  white-space: pre-wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: justify;
}
.craft-btn {
  border-color: #6d7774;
  border-radius: 50px;
  color: #6d7774;
  padding: 5px 15px;
  margin-top: 5%;
  margin-bottom: 30px;
  margin-right: 10px;
  font-family: 'Roboto';
}
.craft-btn span {
  float: left;
  font-size: 40px;
}
.craft-btn .craft-btn-content h4 {
  font-size: 25px;
}
.craft-btn .craft-btn-content h4,
.craft-btn .craft-btn-content h6 {
  margin: 0px;
  margin-left: 40px;
}
.craft-btn .craft-btn-content h5 {
  font-size: 8px;
  color: gray;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .craft-btn {
    padding: 2px 10px;
    margin-top: 5%;
    margin-bottom: 20px;
    margin-right: 8px;
  }
  .craft-btn span {
    font-size: 30px;
  }
  .craft-btn .craft-btn-content h4 {
    font-size: 20px;
  }
  .craft-btn .craft-btn-content h4,
  .craft-btn .craft-btn-content h6 {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .craft-btn {
    width: 90%;
    padding: 2px 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 4px;
  }
  .craft-btn span {
    font-size: 20px;
  }
  .craft-btn .craft-btn-content h4 {
    font-size: 15px;
  }
  .craft-btn .craft-btn-content h4,
  .craft-btn .craft-btn-content h6 {
    margin-left: 18px;
  }
}
.craft-btn:hover {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
#topnavigation .craft-btn {
  padding: 5px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#topnavigation .craft-btn span {
  font-size: 30px;
}
#topnavigation .craft-btn .craft-btn-content h4 {
  font-size: 20px;
}
#topnavigation .craft-btn .craft-btn-content h5 {
  font-size: 8px;
}
.front-app-description {
  padding-top: 30px;
}
.front-app-description h3 {
  width: 100%;
  text-align: center;
  font-family: 'Nunito', Arial, sans-serif;
}
.servicesblock {
  height: 230px;
  max-height: 250px;
  min-height: 250px;
  color: #242726;
}
.servicesblock span .fa-icon {
  color: white;
}
.price-card .panel-body {
  padding-left: 5px;
  padding-right: 5px;
}
.price-card .price-main {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.price-card .price-old {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
  font-size: 14px;
}
.price-card .label {
  margin-left: 8px;
  position: relative;
  top: -6px;
}
.price-card .m-t-5 {
  margin-top: 5px;
}
.price-card .m-t-10 {
  margin-top: 10px;
}
.price-card .subscribe-button {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.price-card .now_text {
  padding-right: 100px;
}
.subscribe-start .price-card {
  min-height: 330px;
}
