@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: lighter;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
}

body {
  font-family: 'OpenSans', verdana;
}

.w3-content {
  max-width: 980px;
  margin: 0 auto;
}

/** STATUS BAR **/

#statusBar {
  position: fixed;
  width: 100%;
}

/** Form styling **/
.required:after{
  position:absolute;
  content: "*";
  color:red;
  
}

/** Helper classes **/
.fullsize-container{
  position:absolute;
  width:100%;
  top:0;
  bottom:0;
}

/** LOADING PAGE WRAPPER **/

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: block;
}

img.animation-pic {
  position: absolute;
  width: 300px;
}

@keyframes pic1 {
  0% {
    top: -45px
  }
  50% {
    ;
    top: 0px;
  }
  100% {
    top: -45px;
  }
}

@keyframes pic2 {
  0% {
    left: 40px;
    top: -10px;
  }
  50% {
    left: 33px;
    top: 0px;
  }
  100% {
    left: 40px;
    top: -10px;
  }
}

@keyframes pic3 {
  0% {
    left: -40px;
    top: -10px;
  }
  50% {
    left: -32px;
    top: 0px;
  }
  100% {
    left: -40px;
    top: -10px;
  }
}

@keyframes pic4 {
  0% {
    left: 60px;
    top: 80px;
  }
  50% {
    left: 32px;
    top: 65px;
  }
  100% {
    left: 60px;
    top: 80px;
  }
}

@keyframes pic5 {
  0% {
    left: -60px;
    top: 80px;
  }
  50% {
    left: -33px;
    top: 64px;
  }
  100% {
    left: -60px;
    top: 80px;
  }
}

@keyframes pic6 {
  0% {
    top: 85px;
  }
  50% {
    top: 65px;
  }
  100% {
    top: 85px;
  }
}

.spin {
  width: 300px;
  height: 300px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  margin-top: -150px;
}

.pic1 {
  animation-name: pic1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.pic2 {
  animation-name: pic2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.pic3 {
  animation-name: pic3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.pic4 {
  animation-name: pic4;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.pic5 {
  animation-name: pic5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.pic6 {
  animation-name: pic6;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
/** HELPER CLASSES **/
.cursor-zoom-in{
  cursor:zoom-in;
}
#previewimgcontainer {
  height: 400px;
  display: block;
  border: 1px solid lightgray;
  padding: 200px 100px;
  width: 100%;
  object-fit: contain;
  text-align: center;
}

.checkbox-box{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.form-group{
  margin-bottom: 12px;
}

/**
JURY
 */

.choiceImage.image-done{
  cursor: zoom-in;
}