body {
  background: url('../img/bg-pattern-3bc8507d936bf81680af75708de4345a.png');
}
html, body {
    overflow-y: visible;
}
a {
  color: #fff;
}

.header {
  background: url('../img/logo-head.png') #324860 no-repeat;
  background-position: center 30px;
  height: 110px;
  text-align: center;
  padding-top: 70px;
  color: white;
}
.body{
  background-color: #f2f8fa;
  height: 100%;
  padding-top: 1px;
}
.login {
  margin: 80px 0;
}

.login input {
  margin-top: 20px;
}
ul{
  padding-left: 20px;
  padding-right: 20px;
}
.repeat{
  list-style: none;
  clear: both;
}
.answer-text {
  padding: 0;
  margin-bottom: 1em;
}
.quiz-questions .quiz-question {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.quiz-questions .default-text {
  color: #909090;
  font-style: italic;
}
.quiz-questions .quiz-question .quiz-question-body{
  margin-top: 10px;
}
.quiz-questions .quiz-question .quiz-question-body .answer-letter {
  text-align: right;
}
.quiz-questions .quiz-question .quiz-question-body span {
  margin: 0px;
  line-height: 20px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  float: right;
}
.quiz-questions .quiz-question .quiz-question-body span.correct {
  background-color: #47a447;
  color: white;
}
.quiz-question .question-text {
  line-height: 28px;
}
.quiz-questions .quiz-question .quiz-question-header {
  padding: 10px 20px;
  background-color: #f2f8fa;
  background-color: #fff;
  padding: 20px !important;
}

.quiz-question-header img {
  border: 1px solid black;
}

.ng-hide {
  display: none;
}

.send-result-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

.sample-data {
  color: blue;
  cursor: pointer;
}
.spinner-background{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1001;
  opacity: .5;
}

.spinner {
  margin: -30px -30px;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 1006;
  top: 50%;
  left: 50%;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.login .form-group p{
  text-align: center; 
  margin-top: 20px;
}
.login .form-group p a{
  color: #337ab7;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@media(max-width:990px){
  .quiz-questions .quiz-question .quiz-question-body .answer-letter{
    text-align: left;
  }
  .quiz-questions .quiz-question .quiz-question-body span {
    float: left;
    margin-right: 20px;
  }
  input[type=radio] {
    float: left;
  }
}

.answer-letter input[type=checkbox] {
  margin-right: 0.5em;
}

.answer-letter input[type=checkbox]:checked + span {
  background-color: #47a447;
  color: white;
}
.open-response-answer {
  margin: 2em 3em;
}
.open-response-answer textarea {
  width: 100%;
  padding: 1.5em;
  border-color: #909090;
  border-radius: 5px;
}
.stimulus_scroll {
  height: 300px;
  overflow: scroll;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mini_image{
  width: 300px;
}
.mini_image img{
  width: 100%;
}
.image_popup.modal{
  padding-top:45px;
  background-color: #3b3b3b;
  /*max-height: 90vh;*/
}
.image_popup.modal .close,.image_popup.modal .close:hover{
opacity: .9;
  }
  .image_popup.modal .mySlides{
    background: transparent;
    box-shadow: none !important;
    text-align: center;
  }
  .image_popup.modal .modal-content{
        box-shadow: none !important;
    border: none;
    background: none !important;
  }
  .image_popup.modal .mySlides img{
    max-width:100%;
    width: auto !important;

  }
