/*
    Created on : Aug 1, 2014, 10:53:39 AM
    Author     : Iliya Miroslavov <i.miroslavov@gmail.com>
*/
/*
 B2b legal notes related styles
 */
/*
    Contains common CSS variables and overrides bootstrap variables

    Created on : Jun 10, 2014, 4:59:04 PM
    Author     : iskren
*/
.legal-notes-container {
  margin-top: 50px;
}
.legal-notes-container a {
  display: inline-block;
  color: #9f9f9f;
  font-size: 85%;
}
.legal-notes-container a:visited {
  color: #9f9f9f !important;
}
.legal-notes-container a:hover {
  color: #9f9f9f !important;
}
.legal-notes-container span {
  color: #9f9f9f;
  font-size: 85%;
}

#visitor-regwall .modal-body {
  z-index: 5000;
  color: #333333;
}
#visitor-regwall .modal-body h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
#visitor-regwall .modal-body p {
  margin-bottom: 60px;
}
#visitor-regwall .modal-body img {
  margin-bottom: 20px;
}
#visitor-regwall .modal-body button.close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  #visitor-regwall .modal-body .open-regwall {
    width: 100%;
  }
}

#question_form .panel-footer {
  background: #fff;
}
#question_form.incorrect .panel-footer {
  background: #f2dede;
}
#question_form.incorrect .panel-footer .message.incorrect {
  display: block;
  color: #a94442;
}
#question_form.correct .panel-footer {
  background: #dff0d8;
}
#question_form.correct .panel-footer .message.correct {
  display: block;
  color: #3c763d;
}

.quiz .panel-heading {
  padding: 15px;
  min-height: 51px;
}
.quiz .panel-heading a {
  color: #000;
}
.quiz .quiz-auto-popup {
  margin: 15px 0 0 10px;
}
.quiz .quiz-auto-popup label {
  font-weight: normal;
}
.quiz .quiz-auto-popup input {
  margin-right: 10px;
}
.quiz .quiz-content,
.quiz .quiz-overview {
  overflow: auto;
}
.quiz .quiz-questions {
  counter-reset: question-counter;
  cursor: pointer;
}
.quiz .quiz-questions li {
  padding-right: 40px;
}
.quiz .quiz-questions li .quiz-icon {
  position: relative;
  left: 40px;
  float: right;
}
.quiz .quiz-questions li:before {
  content: counter(question-counter);
  counter-increment: question-counter;
  color: #767676;
  list-style: decimal inside;
  margin: 2px 6px 0 -14px;
  font-size: 12px;
}
.quiz .quiz-questions-count {
  margin-bottom: 10px;
}
.quiz .quiz-questions-count .correct {
  color: #59a831;
}
.quiz .quiz-questions-count .incorrect {
  color: #d74200;
}
.quiz .quiz-questions-count .unanswered {
  color: #000;
}
.quiz .quiz-statistics p {
  margin-top: 3px;
}
.quiz .quiz-statistics .row {
  padding-top: 20px;
}
.quiz .list-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px dotted #d6d6d6;
  overflow: auto;
}
.quiz .answers-chart {
  width: 80px;
  margin: auto;
}
.quiz .quiz-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/quiz-icons.png") 0 0 no-repeat;
}
.quiz .correct .quiz-icon {
  background-position: -48px 0;
}
.quiz .incorrect .quiz-icon {
  background-position: -72px 0;
}
.quiz .question-text {
  padding-bottom: 20px;
  border-bottom: 1px dotted #d6d6d6;
}
.quiz .quiz-answers {
  padding: 0;
}
.quiz .quiz-answers input {
  display: none;
}
.quiz .quiz-answers .quiz-icon {
  float: left;
  margin-right: 10px;
}
.quiz .quiz-answers .answer {
  cursor: pointer;
}
.quiz .quiz-answers .answer.active {
  background: #f3f3f3;
}
.quiz .quiz-answers .answer.single .quiz-icon {
  background-position: 0 -24px;
}
.quiz .quiz-answers .answer.single.active .quiz-icon {
  background-position: -24px -24px;
}
.quiz .quiz-answers .answer.single.correct .quiz-icon {
  background-position: -48px -24px;
}
.quiz .quiz-answers .answer.single.incorrect .quiz-icon {
  background-position: -72px -24px;
}
.quiz .quiz-answers .answer.multiple.active .quiz-icon {
  background-position: -24px 0;
}
.quiz .quiz-answers .answer.multiple.correct .quiz-icon {
  background-position: -48px 0;
}
.quiz .quiz-answers .answer.multiple.incorrect .quiz-icon {
  background-position: -72px 0;
}
.quiz .quiz-answers .answer .explanation-content {
  position: relative;
  bottom: -10px;
  background: #fff;
  border-top: 1px dotted #d6d6d6;
}
.quiz .quiz-answers .answer .explanation-content .close {
  margin-top: 5px;
}
.quiz .quiz-answers .answer-text {
  padding-top: 3px;
}
.quiz .quiz-answers .answers-indent-box {
  margin-left: 35px;
  display: block;
}
.quiz .quiz-answers .explanation-text {
  padding: 10px;
  margin: 0 10px 0 25px;
}
.quiz .question-image img {
  height: 200px;
}
.quiz .message {
  font-size: 18px;
  margin: 0;
}
.quiz .message .explanation-link {
  font-size: 14px;
}
.quiz.correct .explanation .explanation-link, .quiz.incorrect .explanation .explanation-link {
  display: block;
}
.quiz .off {
  display: none;
}

@media (max-width: 767px) {
  .cta-button {
    font-size: 14px;
  }

  .quiz-questions li {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }

  .panel-heading .text-center {
    padding: 0;
  }
}
.player-overlay-content.questionnaire {
  background: #f3f3f3;
  margin-top: -32px;
}

.bare-player-container .panel {
  border-radius: 0;
  margin-bottom: 0;
}

/*! test comment! */
