﻿@import "durandal.css";
@import "app.css";
@import "font-muli.css";
@import "bootstrap.min.css";
@import "../SharedResources/Styles/navbar.css";
.zoom-chart-container {
  cursor: pointer;
}
.zoom-chart-container h2 {
  line-height: inherit;
}
.content-block {
  width: 98%;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin: 0 -20px 20px -20px;
  -webkit-box-shadow: 0px 0px 10px 5px #edecee;
  box-shadow: 0px 0px 10px 5px #edecee;
}
@media (max-width: 767px) {
  .content-block {
    padding: 20px 0;
    margin: 0 0 20px;
    width: 100%;
  }
  .content-block > div,
  .content-block > h2,
  .content-block > h3,
  .content-block > .pager {
    padding: 0 20px;
  }
  .content-block > table {
    margin-left: 20px;
    margin-right: 20px;
    width: 86%;
  }
  .content-block .quiz-form.review .question.expanded .full-view .solutions-container {
    background-size: 20px;
  }
}
.content-block.graph-container {
  position: relative;
  width: 100%;
  margin: 0 0 0 -20px;
  cursor: default;
  padding: 0 20px;
}
.content-block.graph-container .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2em;
}
.content-block.graph-container .graph-header {
  padding: 10px 0 !important;
}
.content-block.graph-container .graph-header #defaultZoom {
  float: left;
}
.content-block.graph-container .graph-header #defaultZoom img {
  content: url(img/zoom-actual.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.content-block.graph-container .graph-header #zoomToFit {
  float: left;
  margin-left: 10px;
}
.content-block.graph-container .graph-header #zoomToFit img {
  content: url(img/zoom-fit.png);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.content-block.graph-container .graph-header #collapseToDefault {
  float: left;
  margin-left: 10px;
}
.content-block.graph-container .graph-header #collapseToDefault img {
  content: url(img/home.png);
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.content-block.graph-container .graph-header #question {
  float: left;
  margin: -1px 0 0 11px;
}
.content-block.graph-container .graph-header #question img {
  content: url(img/question-mark.png);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.content-block.graph-container .graph-header #question .tooltiptext {
  visibility: hidden;
  width: 220px;
  background: #eee;
  border-radius: 5px;
  padding: 10px;
  margin: 25px 0 0 25px;
  font: 11px sans-serif;
  position: absolute;
  z-index: 1;
}
.content-block.graph-container .graph-header #question .tooltiptext .color-box {
  margin: 2px 0;
}
.content-block.graph-container .graph-header #question .tooltiptext .color-box .box {
  float: left;
  height: 10px;
  width: 20px;
  border: 1px solid #fff;
  clear: both;
  margin-right: 3px;
}
.content-block.graph-container .graph-header #question .tooltiptext .color-box .box.completed {
  background-color: LightGreen;
}
.content-block.graph-container .graph-header #question .tooltiptext .color-box .box.in-progress {
  background-color: #FFFD79;
}
.content-block.graph-container .graph-header #question .tooltiptext .color-box .box.not-started {
  background-color: White;
}
.content-block.graph-container .graph-header #question:hover .tooltiptext {
  visibility: visible;
}
.content-block.graph-container .graph-header #required {
  font-size: small;
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
  cursor: default;
}
.content-block.graph-container .graph-header #required input {
  margin-top: 0;
}
.content-block.graph-container .graph-header #close {
  float: right;
}
.content-block.graph-container #scale {
  width: 100%;
  height: 655px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}
.content-block.graph-container #scale .tooltip {
  text-align: center;
  width: 100px;
  height: 20px;
  padding: 2px;
  font: 11px sans-serif;
  background: #eee;
  border: 0px;
  border-radius: 5px;
  pointer-events: none;
}
.content-block.graph-container #scale .tooltip .simple {
  margin-top: 4px;
}
.content-block.graph-container #scale .course {
  cursor: pointer;
}
.content-block.graph-container #scale .course text {
  fill: #333333;
}
.content-block.graph-container #scale .root,
.content-block.graph-container #scale .lesson {
  cursor: default;
}
.content-block.graph-container #scale .root text,
.content-block.graph-container #scale .lesson text {
  fill: #333333;
}
.content-block.graph-container #scale .nodebox {
  filter: drop-shadow(1px 1px 2px #666);
}
.content-block.graph-container #scale .nodeTitle {
  font: 14px sans-serif;
  fill: #4162ad !important;
  font-weight: bold;
}
.content-block.graph-container #scale .nodeTitle.clickable {
  fill: #005580;
  cursor: pointer;
  text-decoration: underline;
}
.content-block.graph-container #scale .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 3.5px;
}
.content-block.graph-container #scale .fake {
  display: none;
}
.content-block.graph-container #scale .nodeSubjStatusRequiredWrapper,
.content-block.graph-container #scale .nodeSubjStatusAllWrapper,
.content-block.graph-container #scale .nodeSubjStatusOptions {
  cursor: pointer;
}
.content-block.pull-right {
  margin: 0 -8px 20px -20px;
}
@media (max-width: 767px) {
  .content-block.pull-right {
    margin: 0;
  }
}
.quiz-scores.span12 .content-block.pull-right {
  margin: 0 12px 0 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .quiz-scores.span12 .content-block.pull-right {
    margin: 0 2px 0 0;
  }
}
.content-block h1 {
  font-family: MuliLight;
  font-size: 32px;
}
.content-block h1 b {
  color: #3b3b3b;
  font-weight: normal;
}
.content-block h2 {
  font-family: MuliRegular;
  font-size: 21px;
}
.content-block h3 {
  font-family: MuliRegular;
  font-size: 18px;
}
.content-block ul li {
  list-style-type: disc;
}
.content-block input[type='text'] {
  border-radius: 0px;
  background: #eee;
  border: 1px solid #dcdcdc;
  border-bottom-color: #eee;
  border-top-color: #b9b9b9;
}
.content-block .success {
  color: #89bd1a;
}
.content-block .fail {
  color: #ed1c24;
  font-size: 14px;
}
.quiz-scores.span12 .content-block {
  width: 98%;
}
@media (max-width: 767px) {
  .quiz-scores.span12 .content-block {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .quiz-scores.span12 .content-block {
    padding: 20px 0;
    margin: 0 -20px;
    width: 100%;
  }
  .quiz-scores.span12 .content-block > div,
  .quiz-scores.span12 .content-block h2 {
    padding: 0 20px;
  }
}
.quiz-scores .content-block {
  width: 92%;
}
@media (max-width: 767px) {
  .quiz-scores .content-block {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .quiz-scores .content-block {
    padding: 20px 0;
    margin: 0 -20px;
    width: 100%;
  }
  .quiz-scores .content-block > div,
  .quiz-scores .content-block h2 {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-block {
    padding: 20px 0;
    margin: 0 -20px;
    width: 100%;
  }
  .content-block > div,
  .content-block h2 {
    padding: 0 20px;
  }
}
.content-block .quiz-form.review .spread-view table {
  display: block !important;
}
.student-dashboard .span4 .content-block {
  width: 93%;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .student-dashboard .span4 .content-block {
    width: 100%;
  }
}
.content-block .quiz-form .question.assignment input[type='text']:not(:disabled) {
  background: #fff !important;
}
.content-block .quiz-form .question .circle {
  border: 1px solid;
  border-radius: 50%;
  background: transparent;
  margin: 0 0.41667rem 0.41667rem;
  -webkit-transition: background linear 0.5s;
  transition: background linear 0.5s;
}
.content-block .quiz-form .question .circle.-cir1 {
  width: 2.5rem !important;
  height: 2.5rem;
  border-color: #4162ad;
}
.content-block .quiz-form .question .circle.-cir2 {
  width: 1.875rem !important;
  height: 1.875rem;
  border-color: #4162ad;
}
.content-block .quiz-form .question .circle.-cir3 {
  width: 1.5rem !important;
  height: 1.5rem;
  border-color: #4162ad;
}
.content-block .quiz-form .question .circle.-cir4 {
  width: 1.25rem !important;
  height: 1.25rem;
  border-color: #9e9e9e;
}
.content-block .quiz-form .question .circle.-cir5 {
  width: 1.5rem !important;
  height: 1.5rem;
  border-color: #9e9e9e;
}
.content-block .quiz-form .question .circle.-cir6 {
  width: 1.875rem !important;
  height: 1.875rem;
  border-color: #9e9e9e;
}
.content-block .quiz-form .question .circle.-cir7 {
  width: 2.5rem !important;
  height: 2.5rem;
  border-color: #9e9e9e;
}
.content-block .quiz-form .question .circle:not([disabled]):hover,
.content-block .quiz-form .question .circle.-selected {
  background: #4162ad !important;
}
.content-block .quiz-form .question .circle:disabled {
  cursor: not-allowed;
}
@media (min-width: 768px) and (max-width: 979px) {
  .quiz-scores {
    float: none !important;
    width: 100% !important;
    margin: 0 -20px 20px !important;
  }
  .quiz-scores .content-block {
    margin: 0 !important;
    float: none;
    clear: both;
    padding: 20px 15px;
  }
  .quiz-scores .content-block > div,
  .quiz-scores .content-block h2 {
    padding: 0 5px;
  }
}
.breadcrumbs {
  margin: 0;
}
@media (max-width: 978px) {
  .breadcrumbs {
    margin: 5px 0 15px;
  }
}
@media (max-width: 767px) {
  #LessonDashboard .content-block > .row-fluid {
    padding: 0;
  }
  #LessonDashboard .content-block > .row-fluid > div {
    padding: 0 20px;
  }
}
#LessonDashboard .video-panel iframe {
  width: 100%;
}
#LessonDashboard.disabled {
  display: none !important;
}
#LessonDashboard .content-block > .optional {
  background: url(img/icoOptional.png) no-repeat top left;
  margin-left: 580px;
  height: 18px;
}
#LessonDashboard .content-block > .disabled {
  background: url(img/icoDisabled.png) no-repeat top left;
  margin-left: 580px;
  height: 18px;
}
#LessonDashboard .content-block .scrolling-panel .panel-body {
  width: 100%;
  box-sizing: border-box;
}
#LessonDashboard .content-block .scrolling-panel .panel-body .panel-row {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
#LessonDashboard .content-block .scrolling-panel .panel-body .panel-row .left {
  width: 50%;
  float: left;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#LessonDashboard .content-block .scrolling-panel .panel-body .panel-row .right {
  width: 50%;
  position: relative;
  box-sizing: border-box;
}
#LessonDashboard .content-block .scrolling-panel .panel-body .panel-row .item {
  box-sizing: border-box;
}
.lesson-steps .span4 .content-block,
.lesson-steps .span6 .content-block,
.lesson-steps .span12 .content-block {
  width: 100% !important;
  box-sizing: border-box;
  min-height: 271px;
}
.lesson-steps .content-block {
  min-height: 241px;
  padding: 10px 20px 20px 20px;
  width: 85%;
}
@media (max-width: 767px) {
  .lesson-steps .content-block {
    padding: 20px 0;
    width: 100%;
  }
  .lesson-steps .content-block > * {
    padding: 0 20px !important;
  }
}
.lesson-steps .content-block h2 {
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
}
.lesson-steps .content-block h2.disabled {
  padding: 0 0 40px 0 !important;
  background: none !important;
  margin-left: 0 !important;
}
.lesson-steps .content-block .score {
  font-size: 70px;
  line-height: 74px;
  font-family: MuliRegular;
}
.lesson-steps .content-block .score.incomplete {
  color: #cfcfcf;
}
.lesson-steps .content-block .status {
  display: block;
  font-size: 12px;
  color: #3b3b3b;
  margin: 0 0 20px 0;
}
.lesson-steps .content-block ul {
  margin: 0;
  padding: 0;
}
.lesson-steps .content-block ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px 0;
}
.lesson-steps .content-block ul li a {
  color: #4162ad;
  font-family: MuliRegular;
  font-size: 14px;
  text-decoration: underline;
}
.lesson-steps .content-block ul li a.disabled {
  pointer-events: none;
  text-decoration: none;
  color: #7e7e7e !important;
}
.lesson-steps .content-block ul li .mediatype {
  background-size: 16px !important;
  background-position-y: 2px !important;
  padding-left: 22px;
}
.lesson-steps .content-block ul li .mediatype.pdfType {
  background: url(/images/Mba/acrobat.png) no-repeat 0 8px;
}
.lesson-steps .content-block ul li .mediatype.linkType {
  background: url(/images/Mba/external.png) no-repeat 0 8px;
}
.lesson-steps .content-block ul li .mediatype.videoType {
  background: url(/images/Mba/video.png) no-repeat 0 8px;
}
.lesson-steps .content-block ul li .mediatype.excelType {
  background: url(/images/Mba/excel.png) no-repeat 0 8px;
}
.lesson-steps .content-block ul li .drill-history {
  background-size: 16px !important;
  background: url(/Icons/Sigma/ScheduleHistory_20x20_Red.png);
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.lesson-steps .content-block > .disabled:not(h2) {
  background: url(img/icoDisabled.png) no-repeat top left !important;
  margin: -35px 0 20px 0 !important;
  height: 18px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .quiz-item .submit-form input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .progress-box {
    float: left !important;
    width: 33% !important;
  }
}
.progress-box:nth-child(1) {
  width: 27% !important;
}
.progress-box:nth-child(1):first-child {
  margin-left: 30px !important;
}
.progress-box:nth-child(2) {
  width: 34% !important;
}
.progress-box:nth-child(3) {
  width: 27% !important;
}
.progress-box strong {
  display: block;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
.progress-box .icon {
  text-align: center;
  display: inline-block;
  height: 48px;
  width: 56px;
  border-radius: 5px;
}
.progress-box .subjects .current-progress .icon {
  background: #a82453 url(img/icoSubjects.png) no-repeat 0 0;
}
.progress-box .lessons .current-progress .icon {
  background: #3ac4ca url(img/icoQuizes.png) no-repeat 0 0;
}
.progress-box .exercises .current-progress .icon {
  background: #89bd1a url(img/icoAssignments.png) no-repeat 0 0;
}
.progress-box .subjects,
.progress-box .lessons,
.progress-box .exercises {
  margin-left: 0;
}
.progress-box .subjects .mba-sc-scores {
  margin: 0 -20px 0 -40px;
  background-color: #ddd;
  max-height: 30px;
  font-size: 16px;
}
.progress-box .lessons .mba-sc-scores {
  margin: 0 -25px 0 -25px;
  background-color: #ddd;
  max-height: 30px;
  font-size: 16px;
}
.progress-box .exercises .mba-sc-scores {
  margin: 0 -10px 0 -25px;
  padding-left: 10px;
  background-color: #ddd;
  max-height: 30px;
  font-size: 16px;
}
.progress-box .mba-sc-scores .mba-sc-scores-required {
  font-size: 10px;
  margin: 0 15px 0 -50px;
  font-weight: bold;
}
.progress-box .mba-sc-scores .mba-sc-scores-all {
  font-size: 10px;
  margin: 0 50px 0 -50px;
  font-weight: bold;
}
.progress-box .current-progress {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.progress-box .current-progress > span {
  display: inline-block;
}
.course-status {
  position: relative;
}
@media (max-width: 767px) {
  .course-status .actions .next-step {
    margin: 20px 0 0 35%;
  }
}
@media (max-width: 480px) {
  .course-status .actions .next-step {
    margin: 20px 0 0 0;
    width: 64%;
  }
}
.course-status .linkedin {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  background: white url(img/linkedin.png) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  margin: 1px 0 0 5px;
}
.course-status .UI-toggle {
  margin-top: 10px;
  float: right;
}
.course-status .UI-toggle.extra-margin {
  bottom: 5px !important;
}
.warnings .warning {
  background: #3ac4ca;
  color: #fff;
  margin: 0 0 20px 0;
}
.warnings .warning .warning-message {
  float: left;
  font-family: MuliRegular;
  font-size: 12px;
  line-height: 18px;
  padding: 9px 20px 7px 20px;
}
.warnings .warning .warning-message strong {
  font-weight: normal;
  color: #15868b;
}
.warnings .warning .action {
  float: right;
}
.warnings .warning .action .btn {
  padding: 0 10px;
  margin: 5px 5px 0 0;
  font-family: MuliRegular;
  font-size: 10px;
  line-height: 22px;
  background: #15868b;
  border: 1px solid #34b0b5;
  border-radius: 5px;
  color: #fff;
  -webkit-text-shadow: none;
  text-shadow: none;
}
#StudentDashboard .account-information {
  min-height: 101px;
}
#StudentDashboard .account-information .info .name {
  word-break: break-all;
}
#StudentDashboard .account-information .info .expiration .expired {
  color: red;
}
#StudentDashboard .account-information .info .expiration .expired a {
  color: red;
}
#StudentDashboard .activity-feed .activity {
  border-top: 1px solid #d2d2d2;
  padding: 15px 0;
}
#StudentDashboard .activity-feed .time-ago {
  padding: 10px 0 0 0;
}
#StudentDashboard a.disabled {
  color: #7e7e7e;
}
#StudentDashboard .accessibility {
  margin: 10px 0;
}
#StudentDashboard #divTable .list-footer {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
#StudentDashboard #divTable .list-footer .legend {
  float: left;
}
#StudentDashboard #divTable .list-footer .account-info {
  float: right;
}
#SubjectDashboard {
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-size: 100%;
  background-position: top;
}
@media (max-width: 767px) {
  #SubjectDashboard .content-block .row-fluid {
    padding: 0;
  }
  #SubjectDashboard .content-block .row-fluid > div {
    padding: 0 20px;
  }
}
#SubjectDashboard .content-block .row-fluid > .tileGroup,
#SubjectDashboard .content-block .row-fluid .sectionGroup {
  text-align: center;
}
#SubjectDashboard .content-block.tile-block {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: inherit !important;
}
#SubjectDashboard .content-block.section-block {
  margin: 0 0 20px 0;
  padding: 20px;
  box-sizing: border-box;
}
#SubjectDashboard .sections-dashboard {
  width: 100%;
  padding-bottom: 20px;
}
#SubjectDashboard .sections-dashboard .sectionGroup {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 5px #edecee;
  box-shadow: 0px 0px 10px 5px #edecee;
}
#SubjectDashboard .sections-dashboard .sectionGroup:not(:last-child) {
  margin-bottom: 20px;
}
#SubjectDashboard .sections-dashboard .sectionGroup.flex {
  display: flex;
}
#SubjectDashboard .sections-dashboard .sectionGroup.left {
  width: 55% !important;
  box-sizing: border-box;
  background: #fff !important;
  border: 1px solid #dcdcdc !important;
  -webkit-box-shadow: 0px 0px 10px 5px #edecee !important;
  box-shadow: 0px 0px 10px 5px #edecee !important;
  margin: 0 10px 0 0 !important;
}
#SubjectDashboard .sections-dashboard .sectionGroup.left .section {
  padding: 0;
}
#SubjectDashboard .sections-dashboard .sectionGroup.left .sectionGroup {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#SubjectDashboard .sections-dashboard .sectionGroup.left.no-column-gap {
  margin-right: 0 !important;
  border-right: none !important;
}
#SubjectDashboard .sections-dashboard .sectionGroup.right {
  width: 45% !important;
  box-sizing: border-box;
  background: #fff !important;
  border: 1px solid #dcdcdc !important;
  -webkit-box-shadow: 0px 0px 10px 5px #edecee !important;
  box-shadow: 0px 0px 10px 5px #edecee !important;
  margin: 0 0 0 10px !important;
}
#SubjectDashboard .sections-dashboard .sectionGroup.right .section {
  padding: 0;
}
#SubjectDashboard .sections-dashboard .sectionGroup.right .sectionGroup {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#SubjectDashboard .sections-dashboard .sectionGroup.right.no-column-gap {
  margin-left: 0 !important;
  box-shadow: none !important;
  border-left: none !important;
  -webkit-box-shadow: none !important;
}
#SubjectDashboard .sections-dashboard .sectionGroup.wrapper {
  border: none;
  background-color: inherit;
  box-shadow: none;
  padding: 0;
  width: 100%;
}
#SubjectDashboard .sections-dashboard .sectionGroup .title {
  border-bottom: 3px solid #d7cece;
  display: block;
  margin: 0 20px 6px 0;
  font-weight: normal;
  padding: 0 0 5px 0;
  font-size: 22px;
  line-height: 36px;
  width: 100%;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul {
  margin: 0;
  padding: 0;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li a {
  color: #4162ad;
  font-family: MuliRegular;
  font-size: 14px;
  text-decoration: underline;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .mediatype {
  background-size: 16px !important;
  background-position-y: 2px !important;
  padding-left: 22px;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .mediatype.pdfType {
  background: url(/images/Mba/acrobat.png) no-repeat 0 8px;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .mediatype.linkType {
  background: url(/images/Mba/external.png) no-repeat 0 8px;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .mediatype.videoType {
  background: url(/images/Mba/video.png) no-repeat 0 8px;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .mediatype.excelType {
  background: url(/images/Mba/excel.png) no-repeat 0 8px;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .assignment-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  width: 100%;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .assignment-button {
  width: 110px;
  display: inline-block;
  margin: 0 20px 10px 0;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .assignment-button a {
  text-align: center;
  display: inline-block;
  width: 110px;
  background: #f5320b;
  color: #fff;
  font-family: MulRegular, Arial, Helvetica, sans-serif;
  line-height: 40px;
  font-size: 16px;
  text-shadow: 1px 2px #f01805;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .assignment-button a.disabled {
  background: #fa9885;
  text-shadow: 1px 2px #f87057;
}
#SubjectDashboard .sections-dashboard .sectionGroup ul li .answer-available {
  clear: both;
  padding: 0 0 10px 0;
  font-size: 10px;
  color: #999;
}
#SubjectDashboard .tiles-dashboard {
  margin: 0 -20px 20px -20px;
}
@media (max-width: 767px) {
  #SubjectDashboard .tiles-dashboard {
    margin: 0 0 20px;
  }
}
#SubjectDashboard .tiles-dashboard h1 {
  font-family: MuliLight;
  font-size: 32px;
}
#SubjectDashboard .tiles-dashboard h1 b {
  color: #3b3b3b;
  font-weight: normal;
}
#SubjectDashboard .tiles-dashboard h2 {
  font-family: MuliRegular;
  font-size: 21px;
}
#SubjectDashboard .tiles-dashboard h3 {
  font-family: MuliRegular;
  font-size: 18px;
}
#SubjectDashboard .tiles-dashboard .tileGroup {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
#SubjectDashboard .tiles-dashboard .tileGroup > .title {
  font-size: 20px;
  padding: 10px 0;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper {
  box-sizing: border-box;
  overflow: visible !important;
  display: block;
  margin: 20px 10px;
  white-space: nowrap;
  list-style: none;
  position: relative;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller {
  border: none;
  display: block;
  margin: 20px 10px;
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  position: relative;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover {
  position: relative;
  height: 100%;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  font-size: 0px;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover .scroller-item {
  display: inline-block;
  width: 272px;
  min-width: 140px;
  height: 100%;
  white-space: nowrap;
  border-radius: 6px;
  vertical-align: bottom;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  font-size: 14px;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover .scroller-item .content-block {
  white-space: normal;
  margin: 0;
  min-height: 250px;
  padding: 15px;
  box-sizing: border-box;
  height: 280px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  background: inherit !important;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover .scroller-item .content-block:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.3) !important;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover .scroller-item .content-block .tile-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover .scroller-item .content-block .tile-wrapper .title {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover .scroller-item .content-block .tile-wrapper .score {
  font-size: 70px;
  line-height: 74px;
  font-family: MuliRegular;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover .scroller-item .content-block .tile-wrapper .score.incomplete {
  color: #cfcfcf;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover .scroller-item .content-block .tile-wrapper .status {
  display: block;
  font-size: 12px;
  color: #3b3b3b;
  margin: 0 0 20px 0;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller .scroller-mover .scroller-item .content-block .tile-wrapper .overview.non-responsive {
  pointer-events: none;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-prev,
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-next {
  position: absolute;
  top: 50%;
  height: 28px;
  margin-top: -10px;
  width: 28px;
  left: -10px;
  z-index: 1;
  font-size: 32px;
  opacity: 0.3;
  cursor: pointer;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-prev.disable,
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-next.disable {
  cursor: default !important;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-next {
  left: auto;
  right: -20px;
}
@media screen and (max-width: 1200px) {
  #SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-next {
    right: -30px;
  }
  #SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .tiles-loader {
    padding-right: 50px !important;
  }
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-prev:hover,
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-next:hover {
  opacity: 1;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-prev.disable:hover,
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .scroller-next.disable:hover {
  opacity: 0.3 !important;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .tiles-loader {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -20px;
  padding-right: 40px;
  text-align: center;
}
#SubjectDashboard .tiles-dashboard .tileGroup .scroller-wrapper .tiles-loader .icon-spinner {
  top: 45%;
  position: absolute;
  font-size: 50px;
}
.lessons-dashboard .lesson {
  background: #e0e0e0;
  margin: 0 0 2px 0;
  padding: 10px;
}
.lessons-dashboard .lesson:hover {
  background: #f0f0f0;
}
.lessons-dashboard .lesson .lesson-progress {
  width: 40%;
  float: left;
}
@media (max-width: 1200px) {
  .lessons-dashboard .lesson .lesson-progress {
    float: none;
    width: 100%;
  }
}
.lessons-dashboard .lesson .lesson-progress ul {
  background: url(img/Progress-Bar.png) no-repeat center top;
  width: 220px;
  height: 24px;
  padding: 0;
  margin: 10px 0 0 0;
}
.lessons-dashboard .lesson .lesson-progress ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 25%;
}
.lessons-dashboard .lesson .lesson-progress ul li .status {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.lessons-dashboard .lesson .lesson-progress ul li.pre-quiz .status {
  margin-left: 23px;
}
.lessons-dashboard .lesson .lesson-progress ul li.lecture .status {
  margin-left: 19px;
}
.lessons-dashboard .lesson .lesson-progress ul li.lecture .status.in-progress {
  background: url(img/progress-complete.png) no-repeat 0 0 !important;
}
.lessons-dashboard .lesson .lesson-progress ul li.exercises .status {
  margin-left: 16px;
}
.lessons-dashboard .lesson .lesson-progress ul li.post-quiz .status {
  margin-left: 13px;
}
.lessons-dashboard .lesson .lesson-progress ul li .completed {
  background: url(img/progress-complete.png) no-repeat 0 0;
}
.lessons-dashboard .lesson .lesson-progress ul li .in-progress {
  background: url(img/progress-inprogress.png) no-repeat 0 0;
}
.lessons-dashboard .lesson .lesson-progress ul li .failed {
  background: url(img/progress-failed.png) no-repeat 0 0;
}
.lessons-dashboard .lesson .lesson-progress ul li strong {
  display: block;
  font-weight: normal;
  font-family: MuliLight;
  font-size: 10px;
  color: #3b3b3b;
  text-align: center;
}
.lessons-dashboard .lesson .description {
  width: 60%;
  float: left;
}
@media (max-width: 1200px) {
  .lessons-dashboard .lesson .description {
    float: none;
    width: 100%;
  }
}
.lessons-dashboard .lesson .description .description {
  font-size: 12px;
}
.lessons-dashboard .lesson .description .title {
  display: block;
  font-family: MuliRegular;
  font-size: 14px;
  text-decoration: underline;
  padding: 2px 70px 2px 0px;
}
.lessons-dashboard .lesson .description .title.optional {
  background: url(img/icoOptional.png) no-repeat top right;
}
.lessons-dashboard .lesson .description .title.disabled {
  background: url(img/icoDisabled.png) no-repeat top right;
}
.lessons-dashboard .lesson .description .title:hover,
.lessons-dashboard .lesson .description .title:link,
.lessons-dashboard .lesson .description .title:active,
.lessons-dashboard .lesson .description .title:visited {
  color: #4162ad;
}
.actions {
  font-family: MuliRegular;
}
.actions strong {
  font-size: 18px;
  display: block;
  padding: 5px 0 15px 0;
}
.actions .btn {
  margin: 0 0 10px 0;
  border: 0px;
  background: #4162ad;
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.actions .btn.btn-link {
  color: #4162ad;
}
.actions .btn.btn-link:hover {
  color: #5173c0;
}
.actions .btn.btn-link.disabled:hover {
  background: none !important;
  cursor: not-allowed;
}
.actions .btn.btn-link,
.actions .btn.btn-link:hover {
  background: Transparent;
  text-decoration: underline;
}
.actions .btn:hover,
.actions .btn:active {
  background: #5173c0;
  color: #fff;
}
.actions .btn.disabled:hover {
  background: #e6e6e6 !important;
  cursor: not-allowed;
}
.actions .btn.next-step {
  background: #4162ad url(img/icoNext.png) no-repeat right center;
  padding: 5px 70px 5px 10px;
}
.actions .btn.next-step span {
  display: block;
  font-weight: normal;
  padding-bottom: 5px;
}
.actions .btn.next-step span.action-title {
  text-transform: uppercase;
  font-size: 12px;
}
.actions .btn.next-step span.target-title {
  font-size: 16px;
}
.actions .btn.next-step span.parent-title {
  font-size: 14px;
}
.actions .btn.host {
  background: #ff0000 !important;
}
.student-dashboard .actions .btn {
  font-family: Tahoma;
  border-radius: 0;
}
.student-dashboard .actions .btn.next-step span.action-title,
.student-dashboard .actions .btn.next-step span.parent-title {
  font-size: 10px;
}
.quiz {
  /* Quiz Progress Nav*/
}
.quiz .content-block {
  width: 100%;
}
.quiz .question h1.title {
  display: none;
}
@media (max-width: 767px) {
  .quiz .quiz-naviation {
    padding: 0 0 20px;
  }
  .quiz .quiz-naviation > div {
    padding: 0 15px;
  }
}
.quiz .quiz-progress {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: url(img/quiznav-bg.png) repeat-x 0 0;
}
.quiz .quiz-progress li {
  padding: 0;
  margin: 0 15px 0 0;
  display: inline-block;
  background: url(img/quiz-nav.png) no-repeat 0 0;
}
.quiz .quiz-progress li:first-child {
  background: url(img/quiz-nav-first.png) no-repeat 0 0;
}
.quiz .quiz-progress li.current {
  background: url(img/quiz-nav-current.png) no-repeat 0 0;
}
.quiz .quiz-progress li.current:first-child {
  background: url(img/quiz-nav-first-current.png) no-repeat 0 0;
}
.quiz .quiz-progress li.completed:not(.nopoint) {
  background: url(img/quiz-nav-completed.png) no-repeat 0 0;
}
.quiz .quiz-progress li.completed:not(.nopoint):first-child {
  background: url(img/quiz-nav-first-completed.png) no-repeat 0 0;
}
.quiz .quiz-progress li.failed {
  background: url(img/quiz-nav-failed.png) no-repeat 0 0;
}
.quiz .quiz-progress li.failed:first-child {
  background: url(img/quiz-nav-first-failed.png) no-repeat 0 0;
}
.quiz .quiz-progress li.intermediate {
  background: url(img/quiz-nav-intermediate.png) no-repeat 0 0;
}
.quiz .quiz-progress li.intermediate:first-child {
  background: url(img/quiz-nav-first-intermediate.png) no-repeat 0 0;
}
.quiz .quiz-progress li.current a,
.quiz .quiz-progress li.completed:not(.nopoint) a,
.quiz .quiz-progress li.failed a,
.quiz .quiz-progress li.intermediate a {
  color: #fff;
}
.quiz .quiz-progress li a {
  display: block;
  font-size: 10px;
  height: 34px;
  line-height: 33px;
  width: 22px;
  color: #9a9a9a;
  text-decoration: none;
}
.quiz .quiz-progress li a span {
  display: inline-block;
  width: 18px;
  text-align: center;
}
.quiz .quiz-progress .review {
  margin: 0;
  background: url(img/quiz-nav-last.png) no-repeat 0 0;
}
.quiz .quiz-progress .review.current {
  background: url(img/quiz-nav-last-current.png) no-repeat 0 0;
}
.quiz .quiz-progress .review.completed {
  background: url(img/quiz-nav-last-completed.png) no-repeat 0 0;
}
.quiz .quiz-progress .review a {
  width: 34px;
  text-align: center;
}
.quiz .quiz-progress .review a span {
  padding: 0;
}
.question table {
  width: 100%;
}
.question table th,
.question table td {
  padding: 3px 5px;
  border: solid 1px #ccc;
}
.question table th {
  background: #f0f0f0;
}
.content-block-exercise .exercise-progress {
  float: right;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: url(img/quiznav-bg.png) repeat-x 0 0;
}
.content-block-exercise .exercise-progress li {
  padding: 0;
  margin: 0 15px 0 0;
  display: inline-block;
  background: url(img/quiz-nav.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li:first-child {
  background: url(img/quiz-nav-first.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li:last-child {
  margin-right: 0;
}
.content-block-exercise .exercise-progress li.current {
  background: url(img/quiz-nav-current.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li.current:first-child {
  background: url(img/quiz-nav-first-current.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li.completed {
  background: url(img/quiz-nav-completed.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li.completed:first-child {
  background: url(img/quiz-nav-first-completed.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li.failed {
  background: url(img/quiz-nav-failed.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li.failed:first-child {
  background: url(img/quiz-nav-first-failed.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li.intermediate {
  background: url(img/quiz-nav-intermediate.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li.intermediate:first-child {
  background: url(img/quiz-nav-first-intermediate.png) no-repeat 0 0;
}
.content-block-exercise .exercise-progress li.current a,
.content-block-exercise .exercise-progress li.completed a,
.content-block-exercise .exercise-progress li.failed a,
.content-block-exercise .exercise-progress li.intermediate a {
  color: #fff;
}
.content-block-exercise .exercise-progress li a {
  display: block;
  font-size: 10px;
  height: 34px;
  line-height: 33px;
  width: 22px;
  color: #9a9a9a;
  text-decoration: none;
}
.content-block-exercise .exercise-progress li a span {
  display: inline-block;
  width: 18px;
  text-align: center;
}
.content-block-exercise .exercise-progress li a.disabled {
  pointer-events: none;
}
@media (max-width: 1200px) {
  #MyAccount .update-profile .inputText {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #MyAccount .update-profile {
    margin-bottom: 20px;
  }
}
#MyAccount .span8.update-profile .content-block {
  width: 96%;
}
#MyAccount .content-block {
  margin: 0;
  width: auto;
}
#MyAccount .form-row {
  padding-bottom: 10px;
}
#MyAccount .form-row label {
  display: inline-block;
  padding: 2px 5px 0 5px;
}
#MyAccount .form-row input[type="radio"] {
  position: relative;
  top: -3px;
}
#MyAccount .form-row input[type="text"] {
  width: 98%;
}
#MyAccount .form-row.span6 input[type="text"] {
  width: 96%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #MyAccount .form-row.span6 input[type="text"] {
    width: 90% !important;
  }
}
#MyAccount .form-row strong {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
#MyAccount .form-row strong.long {
  padding: 0 0 8px 0;
}
#MyAccount .errorLabel {
  display: none;
}
#MyAccount .account-status {
  background: #3ac4ca;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 0;
}
@media (max-width: 767px) {
  #MyAccount .account-status {
    margin: 0 20px;
  }
}
#MyAccount .account-status p {
  line-height: 24px;
}
#MyAccount .account-status .expired {
  color: red;
}
#MyAccount .account-status .expired a {
  color: red;
}
@media (max-width: 767px) {
  #MyAccount > div > div > div > p {
    display: block !important;
    padding: 0 20px;
    text-indent: -8px;
  }
}
@media (max-width: 767px) {
  #MyAccount .mySchools thead,
  #MyAccount .myAccountList thead {
    display: none;
  }
  #MyAccount .mySchools td,
  #MyAccount .myAccountList td {
    display: flex;
    text-align: left !important;
    font-weight: normal !important;
    width: inherit !important;
  }
  #MyAccount .mySchools td:first-child,
  #MyAccount .myAccountList td:first-child {
    font-weight: bold !important;
  }
  #MyAccount .mySchools td::before,
  #MyAccount .myAccountList td::before {
    content: attr(label);
    width: 120px;
    min-width: 120px;
  }
}
#Feedback {
  color: #333333;
}
#Feedback .row-fluid {
  margin-bottom: 30px;
}
#Feedback h1 {
  text-align: center;
  background: url(/Portals/_default/Skins/MBAM-Marketing-Site/img/hr-border.png) repeat-x left bottom;
  color: #95224f;
  font-size: 36px;
  font-family: MuliRegular;
  padding: 0 0 30px 0;
}
#Feedback #comments {
  width: 100%;
  box-sizing: border-box;
  resize: none;
}
#Feedback #textarea_count {
  margin: -8px 0 40px 0;
  color: gray;
  font-size: 12px;
}
#Feedback .rating {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}
#Feedback .rating p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px;
}
#Feedback .rating .chart-scale {
  margin-top: 20px;
}
#Feedback .rating .chart-scale .btn-scale {
  min-width: 50px;
  width: 6%;
  height: 34px;
  box-sizing: border-box;
  font-weight: bold !important;
  color: #8b0000;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
}
#Feedback .rating .chart-scale .btn-scale.selected {
  border: 2px solid #333;
}
#Feedback .rating .chart-scale .btn-scale-desc-10 {
  background-color: #33FF00;
}
#Feedback .rating .chart-scale .btn-scale-desc-10:hover {
  background-color: #2CDE00;
}
#Feedback .rating .chart-scale .btn-scale-desc-10:hover:disabled {
  background-color: #33FF00;
  cursor: not-allowed;
}
#Feedback .rating .chart-scale .btn-scale-desc-9 {
  background-color: #66FF00;
}
#Feedback .rating .chart-scale .btn-scale-desc-9:hover {
  background-color: #59DE00;
}
#Feedback .rating .chart-scale .btn-scale-desc-9:hover:disabled {
  background-color: #66FF00;
  cursor: not-allowed;
}
#Feedback .rating .chart-scale .btn-scale-desc-8 {
  background-color: #99FF00;
}
#Feedback .rating .chart-scale .btn-scale-desc-8:hover {
  background-color: #85DE00;
}
#Feedback .rating .chart-scale .btn-scale-desc-8:hover:disabled {
  background-color: #99FF00;
  cursor: not-allowed;
}
#Feedback .rating .chart-scale .btn-scale-desc-7 {
  background-color: #CCFF00;
}
#Feedback .rating .chart-scale .btn-scale-desc-7:hover {
  background-color: #B1DE00;
}
#Feedback .rating .chart-scale .btn-scale-desc-7:hover:disabled {
  background-color: #CCFF00;
  cursor: not-allowed;
}
#Feedback .rating .chart-scale .btn-scale-desc-6 {
  background-color: #FFFF00;
}
#Feedback .rating .chart-scale .btn-scale-desc-6:hover {
  background-color: #DEDE00;
}
#Feedback .rating .chart-scale .btn-scale-desc-6:hover:disabled {
  background-color: #FFFF00;
  cursor: not-allowed;
}
#Feedback .rating .chart-scale .btn-scale-desc-5 {
  background-color: #FFCC00;
}
#Feedback .rating .chart-scale .btn-scale-desc-5:hover {
  background-color: #DEB100;
}
#Feedback .rating .chart-scale .btn-scale-desc-5:hover:disabled {
  background-color: #FFCC00;
  cursor: not-allowed;
}
#Feedback .rating .chart-scale .btn-scale-desc-4 {
  background-color: #FF9900;
}
#Feedback .rating .chart-scale .btn-scale-desc-4:hover {
  background-color: #DE8500;
}
#Feedback .rating .chart-scale .btn-scale-desc-4:hover:disabled {
  background-color: #FF9900;
  cursor: not-allowed;
}
#Feedback .rating .chart-scale .btn-scale-desc-3 {
  background-color: #FF6600;
}
#Feedback .rating .chart-scale .btn-scale-desc-3:hover {
  background-color: #DE5900;
}
#Feedback .rating .chart-scale .btn-scale-desc-3:hover:disabled {
  background-color: #FF6600;
  cursor: not-allowed;
}
#Feedback .rating .chart-scale .btn-scale-desc-2 {
  background-color: #FF3300;
}
#Feedback .rating .chart-scale .btn-scale-desc-2:hover {
  background-color: #DE2C00;
}
#Feedback .rating .chart-scale .btn-scale-desc-2:hover:disabled {
  background-color: #FF3300;
  cursor: not-allowed;
}
#Feedback .rating .chart-scale .btn-scale-desc-1 {
  background-color: #FF0000;
}
#Feedback .rating .chart-scale .btn-scale-desc-1:hover {
  background-color: #DE0000;
}
#Feedback .rating .chart-scale .btn-scale-desc-1:hover:disabled {
  background-color: #FF0000;
  cursor: not-allowed;
}
#Feedback .rating .not-like {
  float: left;
  font-size: 12px;
  margin: 5px 0 0 -5px;
}
#Feedback .rating .very-like {
  float: right;
  font-size: 12px;
  margin: 5px -5px 0 0;
}
#Feedback .submit {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 5px 15px;
  color: #4162ad;
  border: 0px;
  background: #4162ad;
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 16px;
  text-align: left;
  border-radius: 4px;
}
#Feedback .submit:hover {
  background: #5173c0;
  color: #fff;
}
#Feedback .submit.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#Feedback .bottom-text {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.subscriptionPopup,
.quizHistoryPopup {
  max-width: 700px;
  padding: 0 !important;
  border-radius: 6px !important;
}
.subscriptionPopup .ui-dialog-titlebar,
.quizHistoryPopup .ui-dialog-titlebar {
  padding: 9px 15px !important;
  border-bottom: 1px solid #eee !important;
  border: none;
  background: none;
}
.subscriptionPopup .ui-dialog-titlebar .ui-dialog-title,
.quizHistoryPopup .ui-dialog-titlebar .ui-dialog-title {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  font-family: inherit;
}
.subscriptionPopup .ui-dialog-titlebar .ui-dialog-titlebar-close,
.quizHistoryPopup .ui-dialog-titlebar .ui-dialog-titlebar-close {
  visibility: hidden;
}
.subscriptionPopup .ui-dialog-content .confirmDialog,
.quizHistoryPopup .ui-dialog-content .confirmDialog {
  padding: 0 15px;
}
.subscriptionPopup .ui-dialog-content .confirmDialog input[type="radio"],
.quizHistoryPopup .ui-dialog-content .confirmDialog input[type="radio"] {
  margin: -2px 5px 0 0;
}
.subscriptionPopup .ui-dialog-content .confirmDialog label,
.quizHistoryPopup .ui-dialog-content .confirmDialog label {
  display: inline-block;
}
.subscriptionPopup .ui-dialog-content .confirmDialog.history,
.quizHistoryPopup .ui-dialog-content .confirmDialog.history {
  max-height: 400px;
  color: #4f5050;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.subscriptionPopup .ui-dialog-content .confirmDialog.history table,
.quizHistoryPopup .ui-dialog-content .confirmDialog.history table {
  width: 100%;
}
.subscriptionPopup .ui-dialog-content .confirmDialog.history table tr:nth-child(even),
.quizHistoryPopup .ui-dialog-content .confirmDialog.history table tr:nth-child(even) {
  background: #f2f2f2;
}
.subscriptionPopup .ui-dialog-content .confirmDialog.history table .quiz-date,
.quizHistoryPopup .ui-dialog-content .confirmDialog.history table .quiz-date {
  width: 40%;
}
.subscriptionPopup .ui-dialog-content .confirmDialog.history table .quiz-status,
.quizHistoryPopup .ui-dialog-content .confirmDialog.history table .quiz-status {
  width: 30%;
}
.subscriptionPopup .ui-dialog-content .confirmDialog.history table .quiz-score,
.quizHistoryPopup .ui-dialog-content .confirmDialog.history table .quiz-score {
  width: 30%;
}
.subscriptionPopup .ui-dialog-buttonpane,
.quizHistoryPopup .ui-dialog-buttonpane {
  padding: 14px 15px 15px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.subscriptionPopup .ui-dialog-buttonset,
.quizHistoryPopup .ui-dialog-buttonset {
  width: 100%;
  border: 0 !important;
  padding: 0 !important;
}
.subscriptionPopup .ui-dialog-buttonset button,
.quizHistoryPopup .ui-dialog-buttonset button {
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  cursor: pointer;
  margin: 0;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  line-height: 25px;
  font-size: 14px;
  width: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}
.subscriptionPopup .ui-dialog-buttonset button.primary,
.quizHistoryPopup .ui-dialog-buttonset button.primary {
  background-color: #006dcc;
  background-image: linear-gradient(#0088cc, #0044cc);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.subscriptionPopup .ui-dialog-buttonset button.primary:hover,
.quizHistoryPopup .ui-dialog-buttonset button.primary:hover {
  color: #ffffff;
  background: #0044cc;
}
.subscriptionPopup .ui-dialog-buttonset button.secondary,
.quizHistoryPopup .ui-dialog-buttonset button.secondary {
  background-color: #f5f5f5;
  background-image: linear-gradient(#ffffff, #e6e6e6);
  border-bottom-color: #b3b3b3;
  border-left-color: #cccccc;
  border-right-color: #cccccc;
  border-top-color: #cccccc;
  color: #333333;
  margin-left: 10px;
}
.subscriptionPopup .ui-dialog-buttonset button.secondary:hover,
.quizHistoryPopup .ui-dialog-buttonset button.secondary:hover {
  background: #eeeeee;
}
.subscriptionPopup #dilalogPopupExtend .strong,
.quizHistoryPopup #dilalogPopupExtend .strong {
  font-weight: bold;
  padding-bottom: 5px;
}
.subscriptionPopup #dilalogPopupExtend .radiolist .radio,
.quizHistoryPopup #dilalogPopupExtend .radiolist .radio {
  width: 100%;
}
.subscriptionPopup #dilalogPopupExtend .ms-options-wrap button span,
.quizHistoryPopup #dilalogPopupExtend .ms-options-wrap button span {
  width: 100%;
  overflow: hidden;
}
.subscriptionPopup #dilalogPopupExtend .error-message,
.quizHistoryPopup #dilalogPopupExtend .error-message {
  color: #f00;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .quiz-form {
    padding: 0 0 20px !important;
  }
  .quiz-form > div {
    padding: 0 15px;
  }
}
.quiz-form .show-hint {
  color: #3b3b3b;
  background: #c3c3c3;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTJlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjM2MzYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e3e2e8 0%, #c3c3c3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e2e8), color-stop(100%, #c3c3c3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3e2e8 0%, #c3c3c3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3e2e8 0%, #c3c3c3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3e2e8 0%, #c3c3c3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3e2e8 0%, #c3c3c3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e2e8', endColorstr='#c3c3c3', GradientType=0);
  /* IE6-8 */
  border: 1px solid #c3c3c3;
  font-size: 12px;
}
.quiz-form .show-hint b {
  font-size: 10px;
  font-weight: normal;
}
.quiz-form .sort-order {
  display: none;
}
.quiz-form .question {
  color: #7e7e7e;
}
.quiz-form .question .solutions-container {
  /*width:715px;*/
  /*overflow-x: auto;*/
  /*   .books {
                content: ".";
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }*/
}
.quiz-form .question .solutions-container table {
  border-collapse: collapse;
  margin: 5px 0px;
}
.quiz-form .question .solutions-container th,
.quiz-form .question .solutions-container td {
  border: solid 1px #ccc;
  padding: 3px 5px;
}
.quiz-form .question .solutions-container th {
  background: #f0f0f0;
}
.quiz-form .question .solutions-container .node {
  margin: 15px 0 15px 0px;
}
.quiz-form .question .solutions-container .untitled-node {
  margin-left: 0px;
}
.quiz-form .question .solutions-container .node-title {
  border-bottom: solid 1px #ccc;
  color: #89BD1A;
  font-size: 20px;
  line-height: 24px;
}
.quiz-form .question .solutions-container .note {
  font-style: italic;
}
.quiz-form .question .solutions-container .account {
  display: block;
  float: left;
}
.quiz-form .question .solutions-container .account table,
.quiz-form .question .solutions-container .account th,
.quiz-form .question .solutions-container .account td {
  border: none;
}
.quiz-form .question .solutions-container .account td {
  text-align: right;
  width: 50px;
}
.quiz-form .question .solutions-container .account th {
  border-bottom: solid 1px black;
  background: transparent;
}
.quiz-form .question .solutions-container .account td:first-child {
  border-right: solid 1px black;
}
.quiz-form .question .solutions-container .highlight {
  background-color: #FFF68F;
}
.quiz-form .question .solutions-container .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.quiz-form .question .highlight {
  background-color: #FFF68F;
}
.quiz-form .question .full-view .question-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(img/icoQuestion.png) no-repeat 20px 0;
  padding: 0 20px 20px 100px;
}
@media (max-width: 767px) {
  .quiz-form .question .full-view .question-text {
    padding: 0 40px 20px 100px;
  }
}
@media (max-width: 480px) {
  .quiz-form .question .full-view .question-text {
    padding: 0 10px 20px 30px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: 0 0;
  }
}
.quiz-form .question .full-view .question-text .copy-to-clipboard {
  color: #7e7e7e;
}
.quiz-form .question .full-view .no-label {
  background: none !important;
}
.quiz-form .question .full-view .feedback {
  width: 100%;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
}
@media (max-width: 480px) {
  .quiz-form .question .full-view .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.quiz-form .question .full-view .feedback input:not(.circle) {
  width: 100%;
}
.quiz-form .question .full-view .feedback textarea {
  width: 100%;
  max-width: 100%;
}
.quiz-form .question .full-view .feedback .slider-wrapper,
.quiz-form .question .full-view .feedback .text-wrapper {
  padding: 0 20px 20px 100px;
}
.quiz-form .question .full-view .feedback .slider-wrapper .slider,
.quiz-form .question .full-view .feedback .text-wrapper .slider {
  opacity: 1;
  margin: 20px 0;
  height: 4px;
  width: 80%;
  background: #e2e2e2;
  border: solid 1px #bbb;
}
.quiz-form .question .full-view .feedback .slider-wrapper .slider .ui-slider-handle,
.quiz-form .question .full-view .feedback .text-wrapper .slider .ui-slider-handle {
  height: 15px;
  width: 15px;
  background: #a8dafd;
  border: 1px solid #1596F1;
  border-radius: 5px;
  cursor: pointer;
  margin-top: -1px;
}
.quiz-form .question .full-view .feedback .slider-wrapper .slider label,
.quiz-form .question .full-view .feedback .text-wrapper .slider label {
  width: 25%;
  position: absolute;
  margin-left: -10px;
  margin-top: 20px;
  font-weight: bold;
  font-size: small;
  font-family: 'MuliLight';
}
.quiz-form .question .full-view .feedback .slider-wrapper .slider label:nth-child(3),
.quiz-form .question .full-view .feedback .text-wrapper .slider label:nth-child(3) {
  left: 33%;
}
.quiz-form .question .full-view .feedback .slider-wrapper .slider label:nth-child(4),
.quiz-form .question .full-view .feedback .text-wrapper .slider label:nth-child(4) {
  left: 67%;
}
.quiz-form .question .full-view .feedback .slider-wrapper .slider label:nth-child(5),
.quiz-form .question .full-view .feedback .text-wrapper .slider label:nth-child(5) {
  left: 96%;
}
.quiz-form .question .full-view .feedback .option-wrapper {
  padding: 0 20px 20px 100px;
}
.quiz-form .question .full-view .feedback .option-wrapper .option {
  margin: 10px 0;
}
.quiz-form .question .full-view .feedback .option-wrapper .option input {
  width: 15px;
  height: 15px;
  margin-top: 0;
}
.quiz-form .question .full-view .feedback .option-wrapper .option .span {
  margin: 0 10px;
}
.quiz-form .question .full-view .feedback .btn {
  margin: 0 0 30px 0;
  border: 0px;
  background: #4162ad;
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.quiz-form .question .full-view .feedback .feedback-label {
  margin: 0 0.41667rem;
}
.quiz-form .question .full-view .feedback .feedback-label .circle {
  border: 1px solid;
  border-radius: 50%;
  background: transparent;
  margin: 0 0.41667rem 0.41667rem;
  -webkit-transition: background linear 0.5s;
  transition: background linear 0.5s;
}
.quiz-form .question .full-view .feedback .feedback-label .circle.-cir1 {
  width: 2.5rem;
  height: 2.5rem;
  border-color: #4162ad;
}
.quiz-form .question .full-view .feedback .feedback-label .circle.-cir2 {
  width: 1.875rem;
  height: 1.875rem;
  border-color: #4162ad;
}
.quiz-form .question .full-view .feedback .feedback-label .circle.-cir3 {
  width: 1.5rem;
  height: 1.5rem;
  border-color: #4162ad;
}
.quiz-form .question .full-view .feedback .feedback-label .circle.-cir4 {
  width: 1.25rem;
  height: 1.25rem;
  border-color: #9e9e9e;
}
.quiz-form .question .full-view .feedback .feedback-label .circle.-cir5 {
  width: 1.5rem;
  height: 1.5rem;
  border-color: #9e9e9e;
}
.quiz-form .question .full-view .feedback .feedback-label .circle.-cir6 {
  width: 1.875rem;
  height: 1.875rem;
  border-color: #9e9e9e;
}
.quiz-form .question .full-view .feedback .feedback-label .circle.-cir7 {
  width: 2.5rem;
  height: 2.5rem;
  border-color: #9e9e9e;
}
.quiz-form .question .full-view .feedback .feedback-label .circle:hover,
.quiz-form .question .full-view .feedback .feedback-label .circle.-selected {
  background: #4162ad;
}
.quiz-form .question .full-view .feedback .feedback-label .ans-textbox {
  padding-bottom: 1.25rem;
}
.quiz-form .question .full-view .feedback-right {
  display: inline-block;
  width: 100%;
  color: #7e7e7e;
}
.quiz-form .question .full-view .feedback-right select {
  width: 100%;
}
.quiz-form .question .full-view .hints-container {
  padding: 0 100px;
}
.quiz-form .question .full-view .hints-container .hint {
  background: url(img/icoHint.png) no-repeat 0 5px;
  padding: 0px 0px 10px 40px;
}
.quiz-form .question .full-view .hints-container .hint.show {
  display: block;
}
.quiz-form .question .full-view .solutions-container {
  background: url(img/icoAnswer.png) no-repeat 20px 0;
  min-height: 50px;
  padding-left: 100px;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .quiz-form .question .full-view .solutions-container {
    padding: 0 40px 20px 100px;
  }
}
@media (max-width: 480px) {
  .quiz-form .question .full-view .solutions-container {
    padding: 0 10px 20px 30px;
    background-size: 20px;
    background-position: 0 0;
  }
}
@media (max-width: 767px) {
  .quiz-form .question .full-view .submit-form {
    padding: 20px 10px 0;
  }
}
.quiz-form .question .full-view .submit-form .submit-form-title {
  display: inline-block;
}
.quiz-form .question .full-view .submit-form strong {
  font-family: MuliRegular;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  display: block;
  float: left;
}
.quiz-form .question .full-view .submit-form .icon-spinner {
  margin-left: 10px;
}
.quiz-form .question .full-view .submit-form .instructions {
  display: block;
  font-size: 10px;
  padding: 0 0 5px 0;
}
.quiz-form .question .full-view .submit-form .result {
  padding: 0 0 10px 0;
}
.quiz-form .question .full-view .submit-form .result .current {
  display: none;
}
.quiz-form .question .full-view .submit-form .result.fail .correct-answer {
  color: #7e7e7e;
}
.quiz-form .question .full-view .submit-form .answer-error {
  color: #ed1c24;
}
.quiz-form .question .full-view .bse-table {
  padding: 0 20px 20px 100px;
}
.quiz-form .question .full-view .bse-table table td {
  text-align: center;
  vertical-align: middle;
}
.quiz-form .question .full-view .bse-table table td input {
  width: 70px;
}
.quiz-form .question .full-view .bse-table table td .bse-desc {
  text-align: left;
}
.quiz-form .question .full-view .journal-entry {
  padding: 0 20px 20px 100px;
}
.quiz-form .question .full-view .journal-entry table th:last-child {
  background: none;
  border: 0;
}
.quiz-form .question .full-view .journal-entry table td {
  text-align: center;
  vertical-align: middle;
}
.quiz-form .question .full-view .journal-entry table td.left-align {
  text-align: left;
}
.quiz-form .question .full-view .journal-entry table td.indented {
  text-align: left;
  padding-left: 40px;
}
.quiz-form .question .full-view .journal-entry table td:first-child {
  vertical-align: top;
}
.quiz-form .question .full-view .journal-entry table td input {
  width: 70px;
}
.quiz-form .question .full-view .journal-entry table td:last-child {
  border: 0;
}
.quiz-form .question .full-view .t-accounts {
  display: inline-block;
  padding: 0 20px 20px 100px;
}
.quiz-form .question .full-view .t-accounts .t-account {
  display: inline-block;
}
.quiz-form .question .full-view .t-accounts .t-account .table-head select {
  width: 98%;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions.left-bold .pull-left input {
  font-weight: bold;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions.right-bold .pull-right input {
  font-weight: bold;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-left {
  text-align: center;
  padding-top: 10px;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-left input {
  width: 75%;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-left.prompt input {
  background: none;
  border: none;
  box-shadow: none;
  padding-bottom: 0;
  height: 16px;
  cursor: text;
  font-weight: bold;
  color: #7e7e7e;
  float: right;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-left.prompt .balance {
  margin-top: -5px;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-left.bold input {
  font-weight: bold;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-left.empty {
  height: 40px;
  border: none;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-left .balance {
  padding-right: 5px;
  float: right;
  height: 16px;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-left .balance div {
  float: right;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-left .balance.total {
  background-color: #ADD8E6;
  height: 40px;
  float: initial;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-right {
  text-align: center;
  padding-top: 10px;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-right input {
  width: 75%;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-right.prompt input {
  background: none;
  border: none;
  box-shadow: none;
  padding-bottom: 0;
  height: 16px;
  cursor: text;
  font-weight: bold;
  color: #7e7e7e;
  float: right;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-right.prompt .balance {
  margin-top: -5px;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-right.bold input {
  font-weight: bold;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-right.empty {
  height: 40px;
  box-shadow: none;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-right .balance {
  padding-right: 5px;
  float: right;
  height: 16px;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-right .balance div {
  float: right;
}
.quiz-form .question .full-view .t-accounts .t-account .table-body .transactions .pull-right .balance.total {
  background-color: #ADD8E6;
  height: 40px;
  float: initial;
}
.quiz-form .question .full-view .transaction-template {
  padding: 0 20px 20px 100px;
}
.quiz-form .question .full-view .transaction-template .template-row {
  margin-bottom: 20px;
}
.quiz-form .question .full-view .transaction-template .template-row th {
  width: 115px;
}
.quiz-form .question .full-view .transaction-template .template-row th.header-empty {
  border: none;
  background: none;
}
.quiz-form .question .full-view .transaction-template .template-row td {
  text-align: center;
  vertical-align: middle;
}
.quiz-form .question .full-view .transaction-template .template-row td input {
  width: 60px;
}
.quiz-form .question .full-view .balance-sheet-table {
  padding: 0 20px 20px 100px;
}
@media (max-width: 979px) {
  .quiz-form .question .full-view .balance-sheet-table {
    display: table;
    width: 80%;
  }
}
.quiz-form .question .full-view .balance-sheet-table .bs-header {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  background: #f0f0f0;
  font-weight: bold;
  text-align: center;
  padding: 3px 5px;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-bottom: 0;
}
@media (max-width: 979px) {
  .quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper {
    width: 100% !important;
  }
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper.left {
  border-right: 0;
}
@media (max-width: 979px) {
  .quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper.left {
    border-right: solid 1px #ccc;
  }
}
@media (max-width: 979px) {
  .quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper.right {
    border-top: 0;
  }
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row {
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account {
  display: inline-block;
  height: 30px;
  width: 100%;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account.bold {
  font-weight: bold;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account.bold input[type="text"] {
  font-weight: bold;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account.bold select {
  color: #7e7e7e;
  font-weight: bold;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account.bold select option {
  font-weight: bold;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account .left {
  float: left;
  width: 75%;
  line-height: 35px;
  height: 35px;
  border-right: solid 1px #ccc;
  margin-left: 3px;
  display: inline-flex;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account .left select {
  margin-top: 2px;
  width: 85%;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account .left div {
  margin-left: 3px;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account .left input[type="checkbox"] {
  margin-right: 10px;
  margin-left: auto;
  margin-top: 10px;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account .right {
  float: right;
  width: calc(25% - 18px);
  text-align: right;
  line-height: 35px;
  padding-right: 10px;
}
.quiz-form .question .full-view .balance-sheet-table .bs-row-wrapper .bs-row .bs-account .right input[type="text"] {
  vertical-align: initial;
  width: 90%;
  text-align: right;
}
.quiz-form .question .full-view .income-statement,
.quiz-form .question .full-view .cash-flows {
  padding: 0 20px 20px 100px;
  max-width: 550px;
}
.quiz-form .question .full-view .income-statement tr td,
.quiz-form .question .full-view .cash-flows tr td {
  line-height: 30px;
}
.quiz-form .question .full-view .income-statement tr td:nth-child(odd),
.quiz-form .question .full-view .cash-flows tr td:nth-child(odd) {
  width: 80%;
}
.quiz-form .question .full-view .income-statement tr td:nth-child(even),
.quiz-form .question .full-view .cash-flows tr td:nth-child(even) {
  width: 20%;
}
.quiz-form .question .full-view .income-statement tr td.is-header,
.quiz-form .question .full-view .cash-flows tr td.is-header {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  background: #f0f0f0;
  font-weight: bold;
  text-align: center;
  padding: 3px 5px;
}
.quiz-form .question .full-view .income-statement tr td.is-header div,
.quiz-form .question .full-view .cash-flows tr td.is-header div {
  line-height: 20px;
}
.quiz-form .question .full-view .income-statement tr td.bold,
.quiz-form .question .full-view .cash-flows tr td.bold {
  font-weight: bold;
}
.quiz-form .question .full-view .income-statement tr td.bold input[type="text"],
.quiz-form .question .full-view .cash-flows tr td.bold input[type="text"] {
  font-weight: bold;
}
.quiz-form .question .full-view .income-statement tr td.bold select,
.quiz-form .question .full-view .cash-flows tr td.bold select {
  color: #7e7e7e;
  font-weight: bold;
}
.quiz-form .question .full-view .income-statement tr td.bold select option,
.quiz-form .question .full-view .cash-flows tr td.bold select option {
  font-weight: bold;
}
.quiz-form .question .full-view .income-statement tr td .left,
.quiz-form .question .full-view .cash-flows tr td .left {
  display: inline-block;
  width: 100%;
}
.quiz-form .question .full-view .income-statement tr td .left div,
.quiz-form .question .full-view .cash-flows tr td .left div {
  float: left;
}
.quiz-form .question .full-view .income-statement tr td .left div.indented,
.quiz-form .question .full-view .cash-flows tr td .left div.indented {
  margin-left: 40px;
}
.quiz-form .question .full-view .income-statement tr td .left input[type="checkbox"],
.quiz-form .question .full-view .cash-flows tr td .left input[type="checkbox"] {
  float: right;
  margin-top: 9px;
}
.quiz-form .question .full-view .income-statement tr td .left select,
.quiz-form .question .full-view .cash-flows tr td .left select {
  margin-bottom: 0;
  width: calc(95% - 40px);
}
.quiz-form .question .full-view .income-statement tr td .left select.indented,
.quiz-form .question .full-view .cash-flows tr td .left select.indented {
  margin-left: 40px;
}
.quiz-form .question .full-view .income-statement tr td input[type="text"],
.quiz-form .question .full-view .cash-flows tr td input[type="text"] {
  vertical-align: initial;
  width: 90%;
  text-align: right;
  margin-bottom: 0;
  padding-right: 3px;
}
.quiz-form .question .row-child {
  padding-bottom: 30px;
}
.quiz-form .question .row-child .submit-form {
  min-height: 150px;
  padding: 10px;
  background-color: #f8f8f8;
}
.quiz-form .quiz-actions {
  padding: 20px 0 0 0;
}
.quiz-form .quiz-actions.actions {
  display: none;
}
.quiz-form .quiz-actions.submit {
  float: right;
}
.quiz-form .quiz-actions .not-valid {
  color: red;
}
.quiz-form .submit-form span.answer-input {
  /*display: none;*/
}
.quiz-form .submit-form .btn-link {
  padding: 0 0 0 26px;
}
.quiz-form .submit-form .btn-link.manual-solution {
  background: url(img/icoManualSolution.png) no-repeat 0 0;
}
.quiz-form .submit-form .btn-link.excel-solution {
  background: url(img/icoExcelSolution.png) no-repeat 0 0;
}
.quiz-form .submit-form .btn-link.calculator-solution {
  background: url(img/icoCalculatorSolution.png) no-repeat 0 0;
}
.quiz-form.review .quiz-actions {
  text-align: right;
}
.quiz-form.review .quiz-actions.submit {
  width: 75%;
}
.quiz-form.review .quiz-actions .message {
  width: 60%;
  display: inline-block;
  padding: 0 0 10px 40px;
}
@media (max-width: 767px) {
  .quiz-form.review .quiz-actions .message {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.quiz-form.review .quiz-actions .message .disabled {
  cursor: not-allowed;
  text-decoration: none;
}
.quiz-form.review .quiz-actions.actions {
  display: block;
}
.quiz-form.review .final-grade {
  width: 25%;
  float: right;
  text-align: right;
  padding: 20px 0 0 0;
}
@media (max-width: 767px) {
  .quiz-form.review .final-grade {
    width: 100%;
    text-align: left;
  }
}
.quiz-form.review .final-grade .score {
  font-size: 36px;
  line-height: 40px;
  padding: 0 0 10px 0;
}
.quiz-form.review .sort-order {
  display: block;
  float: left;
  /*width: 30px;*/
  width: 3%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #4162ad;
  font-size: 20px;
  font-family: MuliRegular;
  text-align: center;
  border-right: 1px solid #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .quiz-form.review .sort-order {
    margin-left: -20px;
    width: 20px;
  }
}
.quiz-form.review .question {
  margin-bottom: 2px;
  float: left;
  /*width: 1099px;*/
  width: 96%;
  background: #e7e7e7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .quiz-form.review .question {
    width: 99%;
  }
}
.quiz-form.review .question.expanded {
  background: #f2f1f1;
}
.quiz-form.review .question.expanded .full-view {
  padding-top: 20px;
}
.quiz-form.review .question.expanded .full-view .solutions-container {
  display: block;
}
@media (max-width: 767px) {
  .quiz-form.review .question.expanded .full-view .solutions-container {
    background-size: 20px;
    background-position: 10px 20px;
    padding: 0 10px 0 40px;
  }
}
.quiz-form.review .question.expanded .full-view .question-text {
  background: url(img/icoQuestion.png) no-repeat 20px 0;
  padding: 0 20px 20px 100px;
  display: block;
  float: none;
  margin: auto;
  width: auto;
  height: auto;
  line-height: inherit;
  white-space: inherit;
  overflow: inherit;
  -ms-text-overflow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit;
}
@media (max-width: 767px) {
  .quiz-form.review .question.expanded .full-view .question-text {
    background-size: 20px;
    background-position: 5px 0;
    padding: 0 20px 0 40px;
  }
}
.quiz-form.review .question.expanded .full-view .question-text .copy-to-clipboard {
  color: #7e7e7e;
}
.quiz-form.review .question.expanded .full-view .feedback {
  display: inline-block;
}
.quiz-form.review .question.expanded .full-view .feedback-right {
  display: inline-block;
}
.quiz-form.review .question.expanded .full-view .feedback-right .option input {
  display: inline-block !important;
}
.quiz-form.review .question.expanded .full-view .submit-form strong,
.quiz-form.review .question.expanded .full-view .submit-form input {
  display: block;
}
.quiz-form.review .question.expanded .full-view .submit-form span.answer-input {
  display: inline-block !important;
}
.quiz-form.review .question.expanded .full-view .submit-form .answer-error {
  display: block;
}
.quiz-form.review .question.expanded .full-view .submit-form .result.fail span,
.quiz-form.review .question.expanded .full-view .submit-form .result.success span {
  display: inline;
}
.quiz-form.review .question.expanded .full-view .submit-form .result.fail .submitted-answer,
.quiz-form.review .question.expanded .full-view .submit-form .result.success .submitted-answer {
  display: inline;
  line-height: inherit;
  text-align: left;
  padding: 0;
  margin: 0;
}
.quiz-form.review .question.expanded .full-view .submit-form .result.fail .submitted-answer {
  background: none;
}
.quiz-form.review .question.expanded .full-view .submit-form .result.fail .correct-answer {
  color: #7e7e7e;
}
.quiz-form.review .question.expanded .full-view .submit-form .result.success .submitted-answer {
  background: none;
}
.quiz-form.review .question.expanded .full-view .submit-form .instructions,
.quiz-form.review .question.expanded .full-view .submit-form .actions {
  display: block;
}
.quiz-form.review .question.expanded .full-view .hints-container {
  display: none;
}
.quiz-form.review .question.expanded .full-view .bse-table,
.quiz-form.review .question.expanded .full-view .journal-entry,
.quiz-form.review .question.expanded .full-view .t-accounts,
.quiz-form.review .question.expanded .full-view .transaction-template,
.quiz-form.review .question.expanded .full-view .income-statement,
.quiz-form.review .question.expanded .full-view .cash-flows {
  display: inline-block;
}
.quiz-form.review .question.expanded .full-view .balance-sheet-table {
  display: inline-block;
  width: 85%;
}
.quiz-form.review .question.expanded .row-child {
  padding-bottom: 30px;
}
.quiz-form.review .question.expanded .row-child .submit-form {
  min-height: 150px;
  padding: 10px;
  background-color: #f8f8f8;
}
.quiz-form.review .question .full-view .question-text {
  background: none;
  padding: 0 0 0 10px;
  width: 90%;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
}
.quiz-form.review .question .full-view .question-text div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.quiz-form.review .question .full-view .question-text div br,
.quiz-form.review .question .full-view .question-text div table,
.quiz-form.review .question .full-view .question-text div .copy-to-clipboard {
  display: none;
}
.quiz-form.review .question .full-view .question-text div p {
  display: inline;
}
.quiz-form.review .question .full-view .feedback {
  display: none;
}
.quiz-form.review .question .full-view .feedback-right {
  display: none;
}
.quiz-form.review .question .full-view .hints-container,
.quiz-form.review .question .full-view .solutions-container,
.quiz-form.review .question .full-view .instructions,
.quiz-form.review .question .full-view .actions {
  display: none;
}
.quiz-form.review .question .full-view .submit-form strong,
.quiz-form.review .question .full-view .submit-form input {
  display: none;
}
.quiz-form.review .question .full-view .submit-form .result.fail span,
.quiz-form.review .question .full-view .submit-form .result.success span {
  display: none;
}
.quiz-form.review .question .full-view .submit-form .result.fail .submitted-answer,
.quiz-form.review .question .full-view .submit-form .result.success .submitted-answer {
  display: block;
  line-height: 20px;
  text-align: right;
  padding: 14px 20px 0 20px;
  margin: 0 20px 0 0;
}
.quiz-form.review .question .full-view .submit-form .result.fail .submitted-answer {
  background: url(img/icoAnswerWrong.png) no-repeat right 16px;
}
.quiz-form.review .question .full-view .submit-form .result.fail .correct-answer {
  color: #7e7e7e;
}
.quiz-form.review .question .full-view .submit-form .result.success .submitted-answer {
  background: url(img/icoAnswerCorrect.png) no-repeat right 16px;
}
.quiz-form.review .question .full-view .bse-table,
.quiz-form.review .question .full-view .journal-entry,
.quiz-form.review .question .full-view .t-accounts,
.quiz-form.review .question .full-view .transaction-template,
.quiz-form.review .question .full-view .balance-sheet-table,
.quiz-form.review .question .full-view .income-statement,
.quiz-form.review .question .full-view .cash-flows {
  display: none;
}
.quiz-form.review .question .row-child {
  padding-bottom: 30px;
}
.quiz-form.review .question .row-child .submit-form {
  min-height: inherit;
  padding: inherit;
  background-color: #f8f8f8;
}
.quiz-form .data-table {
  width: 100%;
  overflow: auto;
}
.full-width {
  width: 100%;
}
.question-answer-input {
  width: calc(100% - 15px);
}
.review .question-answer-input {
  width: calc(100% - 35px);
}
@media (max-width: 767px) {
  .question-answer-input,
  .review .question-answer-input {
    width: inherit;
  }
}