/*
    Contains common CSS variables and overrides bootstrap variables

    Created on : Jun 10, 2014, 4:59:04 PM
    Author     : iskren
*/
.bounce-loader {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #59a831;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#curriculum-wrapper .alert-warning a {
  text-decoration: initial;
  color: #337ab7;
}
#curriculum-wrapper .alert-warning a:hover {
  color: #59a831;
}

.quiz-overview {
  padding-top: 0 !important;
}

#quiz-overview {
  position: relative;
}
#quiz-overview .confident-level {
  color: #595959;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  font-size: 40px;
}
#quiz-overview .answered-questions-stats {
  color: #595959;
}
#quiz-overview .pie-title {
  color: #595959;
  top: 110px;
  font-size: 16px;
}
#quiz-overview .answered-questions, #quiz-overview .total-questions {
  position: initial;
  font-size: 14px;
}
#quiz-overview .modal-body {
  margin-bottom: 35px;
  margin-top: 11px;
  padding: 0;
}
#quiz-overview .legend {
  display: block;
  padding: 0;
}
#quiz-overview .legend-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#quiz-overview .legend-list {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.check-answer {
  font-size: 32px;
}
@media (max-width: 767px) {
  .check-answer {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .padding-eight {
    padding: 0 8px;
  }
}

.modal-footer {
  height: 59px !important;
}

.return-to-overview {
  left: 15px;
}

.button-to-sublist {
  width: 100%;
  padding: 4px;
}

.modal-header .text-center {
  padding: 0;
}
@media (max-width: 767px) {
  .modal-header .text-center {
    padding-left: 32px;
  }
}

.liquid-modal .answers-panel {
  margin-top: 0 !important;
}
.liquid-modal .red-border, .liquid-modal .green-border {
  bottom: 100px !important;
}

.quiz-ahead-modal {
  margin-top: 30px !important;
  padding-top: 0 !important;
}
.quiz-ahead-modal .modal-body {
  padding: 16px !important;
  margin: 16px 0 !important;
}
.quiz-ahead-modal .modal-body h2 {
  font-weight: 400;
  margin-top: 0;
}
.quiz-ahead-modal .modal-body p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .quiz-ahead-modal .modal-body .buttons-container div {
    margin-bottom: 15px;
  }
}
.quiz-ahead-modal .modal-body .quiz-ahead-button {
  width: 100%;
}

#curriculum-wrapper .quiz-ahead-modal a.btn-default {
  color: #595959;
}
#curriculum-wrapper .quiz-ahead-modal a.btn-default:hover {
  background-color: #595959;
  color: #fff;
}
#curriculum-wrapper .quiz-ahead-modal a.btn-success {
  color: #fff;
}

.shadow-modal {
  padding-left: 0;
  padding-right: 0;
}
.shadow-modal .modal-header span {
  color: #2d2d2d;
}
.shadow-modal .h4 {
  margin-top: 34px;
  margin-bottom: 15px;
  color: #2d2d2d;
}
.shadow-modal .h4.has-error {
  margin-top: 25px;
}
.shadow-modal .options {
  margin-bottom: 28px;
}
.shadow-modal .options label {
  padding-left: 0;
}
.shadow-modal .options .checkbox-option {
  margin: 7px 18px 7px 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #595959;
  border-radius: 3px;
  padding: 4px;
  vertical-align: middle;
}
.shadow-modal .options .checkbox-option .glyphicon {
  top: 0;
  padding-left: 1px;
}
.shadow-modal .options .checkbox-option .checkbox-data-checked {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.shadow-modal .options .checkbox-option .checkbox-data-checked {
  background: #000;
}
.shadow-modal .description {
  margin-bottom: 32px;
}
.shadow-modal .description textarea::-webkit-input-placeholder {
  color: #d6d6d6;
  font-style: normal;
}
.shadow-modal .description textarea:-moz-placeholder {
  color: #d6d6d6;
  font-style: normal;
}
.shadow-modal .description textarea::-moz-placeholder {
  color: #d6d6d6;
  font-style: normal;
}
.shadow-modal .description textarea:-ms-input-placeholder {
  color: #d6d6d6;
  font-style: normal;
}
.shadow-modal .icon {
  font-size: 32px;
}
.shadow-modal .icon:hover, .shadow-modal .icon:active, .shadow-modal .icon:focus, .shadow-modal .icon:visited {
  text-decoration: none;
}
.shadow-modal span.gray {
  color: #595959;
}
.shadow-modal .error_list {
  color: #d74200;
  margin-bottom: 0;
  margin-top: -16px;
}

@media (max-width: 767px) {
  .quiz-overview-container {
    height: 550px !important;
  }
}

.alert-regwall .register-link {
  color: #337ab7 !important;
}
