/* ELEMENTS */
body {
  background: #F4F6F7;
  width: 100%;
  margin: auto;
  text-align: center;
}

a {
  text-decoration: none !important;
  color: #22262a;
}

a.pink  {
  text-decoration: none !important;
  color: #C600C6 !important;
}

a.grey {
  color: #c0c0c0 !important;
}

a:hover {
  color: #C600C6 !important;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  font-family: 'Shadows Into Light', sans-serif;
  font-size: 35px;
}

.subtitle {
  font-size: 20px;
  color:#C600C6;
}

.h5, h5 {
  font-family: 'Shadows Into Light', sans-serif;
  font-size: 65px;
}

whitespace {
  display: block;
  height: 70px;
}

.pink{
  color:#C600C6;
}

/* LANGUAGE */
.container-below-top{
  padding-top: 10px !important;	
  width:125px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.container-header .grid-child {
    padding: 0px !important;
}

div.mod-languages li{
  margin: 0px;
}

div.mod-languages a {
  color:#22262a; 
  font-size:14px !important;
  padding: 0px;
}

div.mod-languages ul li.lang-active a{
  color: #C600C6 !important;
}

div.mod-languages ul li.lang-active{
  background: transparent;
}

/* SYSTEM CLASSES */
.mainbox {
  background: white;
  width:63%;
  margin-left:auto;
  margin-right:auto;
  margin-top: 25px;
  border:1px solid #c0c0c0;
  border-radius: 25px;
  min-height:840px;
  max-height:840px;
}

.container-top-a {
  margin-top: -80px;
}

.container-header {  
  background-color: white;
  background-image: url('/images/bg.jpg');
  margin: 25px;
}

.card {
  border: none;
}

/* SURVEY CLASSES */
.question h4 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.jmg-questionnaire-body textarea {
  outline: none !important;
  border-color: #c0c0c0;
  height: 46px !important;
  width: 50% !important;
  font-size: 130%;
  text-align: center;
  line-height: 40px;
  resize: none;
}

.explaination {
  position: absolute;
  width: 60%;
  text-align: center;
  color: red;
}

.btn, .btn:hover, #sf_start_button{
  font-family: 'Shadows Into Light', sans-serif;
  font-weight: bolder;
  font-size: 200%;
  color: #000;
  line-height: 1em;
  height: 100px;
  width: 284px;
  background-image: url('/images/button_small.jpg');
  border: none !important;
  margin-bottom: 10px;
  box-shadow: none !important;
}

/* DEFAULT OPTIONS (2) */
.answer{
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  text-align: center;
  margin-top: 25px;
}

.answer li{
  background-image: url('/images/circle300.jpg');
  display: inline-block; 
  height: 300px !important;
  width: 337px !important;
  margin:25px 100px 25px 100px;    
}

.answer li span {
  font-family: 'Shadows Into Light', sans-serif;
  font-size: 200%;
  font-weight: bolder;
  text-align: center;
  position: relative;
  top: -170px;  
  z-index: 1;
}

.answer li span.higher {
  top: -190px; 
}

.answer li input[type="radio"] {  
  height: 300px !important;
  width: 337px !important;
  opacity: 0;
  position: relative;
  z-index: 2;
  cursor: pointer !important;
}

/* 4 OPTIONS */
.qstn-1-small .answer li{
  background-image: url('/images/circle200.jpg');
  height: 200px !important;
  width: 225px !important;
  margin:75px 25px 75px 25px;    
}

.qstn-1-small .answer li span {
  font-size: 175%;
  top: -120px;  
}

.qstn-1-small .answer li input[type="radio"] {  
  height: 200px !important;
  width: 225px !important;
}

/* STEP MENU */
.question-steps {
  margin-top: -20px !important;
  margin-bottom: 10px !important;
}

.jmg-questionnaire-body .question-steps .step {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #c0c0c0 !important;
}

.jmg-questionnaire-body .question-steps .step.done {
  border: 1px solid #C600C6 !important;
  background: #C600C6 !important;	
}

.jmg-questionnaire-body .question-steps .step.active {
  background: #c0c0c0 !important;	
}

.jmg-questionnaire-body .question-steps .line {
  margin-top: 0px !important;
  height: 1px !important;
}

/* HIDE THINGS */
.btn-default, .jmg-copyright, #system-message-container, .qstn-0, .jmg-questionnaire-body ol.question li h4:before {
	display: none;
}

/* RESPONSIVE */
@media (max-width: 479px) {
  img {
	max-width:50% !important
  }
  
  .container-below-top{
    width:60px;
    text-align: right;
    margin-right:20px;
    line-height:16px;
    margin-top:5px;
  }
  
  .mainbox {
	width: 95% !important;
    min-height: 590px;
    margin-top: 5px;
  }
  
  h1 {
	font-size:30px !important;
    margin-top: -25px !important;
  }
  
  h4 {
    font-size:20px !important;
  }
  
  .subtitle {
    font-size:15px !important;
  }
  
  whitespace {
  	height: 50px;
  }
  
  small{
    font-size: 12px !important;
  }
  
  .btn, .btn:hover, #sf_start_button{
  	font-size: 90%;
  	height: 50px;
  	width: 142px;
  	background-image: url('/images/button_smaller.jpg');
  }
  
  .jmg-questionnaire-body textarea {
    width: 90% !important;
  }
  
  .jmg-questionnaire-body .question-steps .step
  {
  	width: 5px !important;
  	height: 5px !important;
  }
      
  .jmg-questionnaire-body .question-steps .line {
  	display: none;
  }
  
  .jmg-questionnaire-body ol.question li {
    margin-bottom:0px !important;
  }
     
  .answer li, .qstn-1-small .answer li{
  	background-image: url('/images/button_small.jpg');
    height: 100px !important;
  	width: 284px !important;   
    margin: 0px 0px 0px 0px;
  }
  
  .answer li input[type="radio"], .qstn-1-small .answer li input[type="radio"] {  
  	height: 100px !important;
  	width: 284px !important; 
  }

  .answer li span, .qstn-1-small .answer li span{
    font-size:150%;
    top: -70px; 
  }
  
  .answer li span.higher {
  	font-size:140%;
    top: -70px;
    line-height:18px;
    display:inline-block;
  }
  
  .explaination {
    position: absolute;
    width: auto;
    text-align: center;
	margin-top: 265px;
    margin-left:45px;
    margin-right:45px;
  }
  
}

@media (max-height: 479px) {
   img {
	max-width: 80px !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
  }
  
  .container-below-top{
    margin-right:10px;
  }
  
  .container-header {
  	height:80px !important;
  }
  
  .mainbox {
	width: 95% !important;
    min-height: 300px;
    margin-top: 5px;
  }
  
  h1 {
	font-size:30px !important;
    margin-top: -25px !important;
  }
   
  .btn, .btn:hover, #sf_start_button{
  	font-size: 90%;
  	height: 50px;
  	width: 142px;
  	background-image: url('/images/button_smaller.jpg');
  }
  .subtitle {
    font-size:15px !important;
  }
  
  whitespace {
  	height: 5px;
  }
  
  small{
    font-size: 12px !important;
  }
  
  .question h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size:130%;
  }
  
  .jmg-questionnaire-body ol.question li {
    margin-bottom: 20px !important;
  }
    
  .jmg-questionnaire-body textarea {
    width: 70% !important;
  }
  
  .jmg-questionnaire-body .question-steps .step
  {
  	width: 5px !important;
  	height: 5px !important;
  }
  
  .jmg-questionnaire-body .question-steps .line {
    display: none;
  }
  
  .answer {
    display: flex;
  }
      
  .answer li {
    background-image: url('/images/button_small.jpg');
  	height: 100px !important;
  	width: 284px !important;
  	margin:0px 20px 0px 20px;  
  }
  
  .qstn-1-small .answer {
    margin-left: -10px;
    margin-right: 0px;
  }
  
  .qstn-1-small .answer li {
    background-image: url('/images/circle150.jpg');
    height: 150px !important;
  	width: 168px !important;
    margin:0px 0px 0px 0px; 
  }
  
  .answer li input[type="radio"]{
    height: 100px !important;
  	width: 284px !important;
  } 
  
  .qstn-1-small .answer li input[type="radio"]{  
  	height: 150px !important;
  	width: 168px !important;
  }
  
  .answer li span{
    font-size:120%;
    top: -65px;
  } 
  
  .qstn-1-small .answer li span {
    font-size:120%;
    top: -90px;
  }
  
  .answer li span.higher {
  	font-size:120%;
    top: -70px;
    line-height:18px;
    display:inline-block;
  }
  
  .explaination {
    font-size:90%;
    position: absolute;
    width: 100%;
    text-align: center;
    color: red;
  }
}

@media (min-width: 800px) and (max-width: 1280px) {
  
  .mainbox {
  	width: 80% !important;
    min-height: 740px !important;
    max-height: 1500px !important;
  }
  
   whitespace {
  	height: 25px;
  }
  
  .answer li {
    background-image: url('/images/circle200.jpg');
  	height: 200px !important;
  	width: 225px !important;
  	margin:50px 20px 0px 20px;  
  }
  
  .qstn-1-small .answer {
    margin-left: -10px;
    margin-right: 0px;
  }
  
  .qstn-1-small .answer li {
    background-image: url('/images/circle150.jpg');
    height: 150px !important;
  	width: 168px !important;
    margin:50px 17px 0px 17px; 
  }
  
  .answer li input[type="radio"]{
    height: 200px !important;
  	width: 225px !important;
  } 
  
  .qstn-1-small .answer li input[type="radio"]{  
  	height: 150px !important;
  	width: 168px !important;
  }
  
  .answer li span{
    font-size: 140%;
    top: -110px;
  } 
  
  .qstn-1-small .answer li span {
    font-size: 140%;
    top: -95px;
  }
  
  .answer li span.higher {
    top: -130px;  
  }
  
  .question h4 {
    font-size: 150%;
  }
  
  .explaination {
    font-size: 90%;
    position: absolute;
    width: 80%;
    text-align: center;
    color: red;
  }
}