body{
	background-color: white;
	color: rgb(102, 102, 102);
    padding: 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

textarea{
  border-radius: 10px; 
}
.loginfrom{
  width: 100%;
}
.menu{
	font-family: "Fjalla One", sans-serif;
	background-color: rgb(37,183,188);
	width: 100%;
	height: 60px;
}
.menu a{
	text-align: center;
	margin-left: 20px;
	padding-top: 20px;
	transition-delay: 0.05s;
	transition-timing-function: ease;
	height: 40px;
	width: 90px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-family: "Fjalla One", sans-serif;
	text-decoration: none;
	color: white;
}
.logo{
	display: block;
    margin: 0 auto;
	width: 20%;
	height: auto;
}
.footer{
	padding-top: 40px;
	display: block;
    margin: 0 auto;
    height: auto;
    width: 50%;
}
.line{
	margin-top: 0px;
	padding:0px;
	width: 100%;
	height: 5px;
	background-color: rgb(255, 200, 0);
}
.menu a:hover{
	background-color:  rgb(255, 200, 0);
}
.form_cat{
	text-align: center;
}
.email{
	margin-top: 20px;
	margin-bottom: 5px;
}
.quest{

	text-align: center;
	
}
th{
	font-size: 20px;
	color:black;
}
td {
    text-align: center;
}
.selectQ:hover{
	background-color: rgb(255, 200, 0);
	cursor: pointer;
}
.userform{
	margin-top: 20px;
	text-align: center;
}
.userform label{
	padding-top: 5px;
}
.userform input{
	margin-bottom: 15px;
}
.imglevel{
	width: 40px;
	height: 40px;
}
.intro{
	font-size: 16px;
	font-family: "Fjalla One", sans-serif;
	margin-left: 150px;
	margin-right: 150px;
}
.quest_title label{
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
}
.imgcompleto{
	widows: 20px;
	height: 20px;
}
.graph {
	margin-top: 20px;
	text-align: center;
    width: 100%;
    height: auto;
}
.radar-chart .area {
  fill-opacity: 0.7;
}
.radar-chart.focus .area {
  fill-opacity: 0.3;
}
.radar-chart.focus .area.focused {
  fill-opacity: 0.9;
}
.area.test1, .test1 .circle {
  fill: rgb(255, 200, 0);
  stroke: none;
}
.area.test2, .test2 .circle {
  fill: rgb(0, 127, 255);
  stroke: none;
}
.area.test3, .test3 .circle {
  fill: rgb(136, 255, 0);
  stroke: none;
}
#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
  }
  /* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #F0F0F0;
}

/* Float the list items side by side */
ul.topnav li {float: left; }

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: rgb(202,204,206);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {color: rgb(0,139,210); background-color: white;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}
/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:780px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:780px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
.wallpaperdiv{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.wallpaper{
     position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto; 
    height: auto;
    width: auto;
}
.roundedTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedTwo label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #ffc800 0%, #ffc800 100%);
  background: linear-gradient(to bottom, #ffc800 0%, #ffc800 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.roundedTwo label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #00a9ff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.roundedTwo label:hover::after {
  opacity: 0.3;
}
.roundedTwo input[type=checkbox] {
  visibility: hidden;
}
.roundedTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.complabel{
    text-align: left;
}
.compcheck{
    padding-right: 10px;
    text-align: right;
}
.mpathtitle{
  font-size: 50px;
  color: rgb(255, 200, 0);
}
.subbtn{
  font-size: 20px;
  color: white;
  margin-top: 20px;
  width: 40%;
  height: 35px;
  background-color: rgb(0,174,239);
  border-radius: 20px;
  border: 2px solid rgb(0,174,239);
}
.subbtn:hover{
  color: rgb(0,174,239);
  background-color: white;
}
.infoBTN{
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  margin-top: 20px;
  width: 50px;
  height: 30px;
  background-color: rgb(255, 200, 0);
  border-radius: 5px;
  border: 2px solid rgb(255, 200, 0);
}
.infoBTN:hover{
  color: rgb(255, 200, 0);
  background-color: white;
}
.divinfo{
  position: absolute;
  background-color: blue;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 300px;
  height: 300px;
  overflow:scroll;
}
.btnquests{
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  margin-top: 20px;
  width: 50px;
  height: 30px;
  background-color: rgb(255, 200, 0);
  border-radius: 5px;
  border: 2px solid rgb(255, 200, 0);
}
.btnquests:hover{
color: rgb(255, 200, 0);
  background-color: white;
}

/*Espetado*/

.questpage_table{
  font-size: 20px; 
  width: 60%;
  height: 500px;
  border: 1px solid #989898;
  margin-left: 20%;
  margin-right: 20%;
  
}

.questpage_btnnext{
  border-radius: 25px; 
  margin-right:50px;
  font-size: 20px;
  color: white;
  width: 100px;
  height: 40px;
  background-color: rgb(255, 200, 0);

}

.questpage_btnnext:hover{

  color: rgb(255, 200, 0);
  background-color: white;

}

#myProgress {
    width: 50%;
    background-color: white;
    margin-left: 25%;
}
#myBar {
    width: 2.5%;
    height: 30px;
    background-color: rgb(255, 200, 0);
    text-align: center;
    line-height: 30px;
    color: white; 
}

.questpage_pbarr {
  padding-left: 25%;
  padding-right: 25%;
}

.questlist_table {
  width: 50%;
  margin-right: 25%;
  margin-left: 25%;
  border-spacing:0 2rem;
  border-collapse:separate;
}

.questlist_line {
  height: 150px;
  background-color: rgba(255,255,255,1);
  box-shadow: 2.5px 2.5px 5px #888888;
}

.questlist_line:hover {
  background-color: #F6F6F6; 
}

.questlist_img {
  border-right-style: solid;
  border-color: #DFDFDF;
}

.questlist_body {
  background-color: #f1f1f1;
}

.questlist_btn1 {
  font-size: 15px;
  color: white;
  width: 80px;
  height: 30px;
  background-color: rgb(255, 200, 0);
  border-radius: 5px;
  border: 2px solid rgb(255, 200, 0);
  cursor: pointer;
}

.questlist_btn1:hover {
  color: rgb(255, 200, 0);
  background-color: white;
}

.questlist_btn2 {
  font-size: 15px;
  color: white;
  width: 100px;
  height: 30px;
  background-color: #34BA1C;
  border-radius: 5px;
  border: 2px solid #34BA1C;
  cursor: pointer;
}

.questlist_btn2:hover {
  color: #34BA1C;
  background-color: white;
}


.selected_navbtn{
  font-size: 15px;
  color: white;
  width: 130px;
  height: 30px;
  background-color: rgb(251,186,92);
  border-radius: 5px;
  border: 2px solid rgb(251,186,92);
  cursor: pointer;
}
.navbtn{
  color: white;
  background-color: rgba(205,241,252,0.9);
  cursor: pointer;
  font-size: 15px;
  width: 130px;
  height: 30px;
  border-radius: 5px;
  border: 2px rgba(205,241,252,0.9);
}
.navbtn:hover{
  color: white;
  background-color: rgb(251,186,92);
}

.input_qt{
    margin-top:10px;
    width: 450px;
    background-color: rgb(237,246,250);
    border-radius: 20px;
    height: 32px;
    border: 2px solid rgb(237,246,250);
}


.textemail{
    margin-top:10px;
    width: 450px;
    background-color: rgb(237,246,250);
    border-radius: 20px;
    height: 150px;
    border: 2px solid rgb(237,246,250);
}

.userlist_btn1{
  color: white;
  background-color: rgb(244, 66, 66);
  cursor: pointer;
  font-size: 15px;
  width: 120px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid rgb(244, 66, 66);
}
.userlist_btn1:hover{
  color: rgb(244, 66, 66);
  background-color: white;
}
.perguntatexto{
  font-size: 30px;
}
.inputtr{
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 30%;
  text-align: center;
  line-height: 12px;
  
}
.inputtd{
  
  width: 10%;
}
.inputs input{
width:20px;
height: 20px; 
}
.legendatd{

  font-size: 15px;
  width: 12.5%;

}
.legendatr{
  border-radius: 5px;
border: 2px solid rgb(255, 200, 0);
}

.login_btn{
  text-align: center;
  color: white;
  background-color: rgb(251,190,94);
  cursor: pointer;
  font-size: 15px;
  width: 110px;
  height: 35px;
  border-radius: 5px;
  border: 2px solid rgb(251,190,94);
}.login_btn:hover{
  color:  rgb(251,190,94);
  background-color: white;
}
.logininput{
  font-size: 20px;
  border-radius: 5px;
  border:2px solid rgb(251,190,94);
}
.selected_navbtn_q{
  margin-right: 5px;
  margin-left: 5px;
  font-size: 15px;
  color: black;
  width: 120px;
  height: 30px;
  background-color: white;
  border: 2px solid black;
  border-left: 5px solid rgb(255, 200, 0);
  cursor: pointer;
}
.navbtn_q{
  margin-right: 5px;
  margin-left: 5px;
  color: white;
  background-color: black;
  cursor: pointer;
  font-size: 15px;
  width: 120px;
  height: 30px;
  border: 2px solid black;
  border-left: 5px solid rgb(255, 200, 0);
}
.navbtn_q:hover{
  color: black;
   background-color: white;
}
.backbtn{
  text-align: center;
  color: white;
  background-color: rgb(255, 200, 0);
  cursor: pointer;
  font-size: 15px;
  width: 110px;
  height: 35px;
  border-radius: 5px;
  border: 2px solid rgb(255, 200, 0);
}.backbtn:hover{
  color:  rgb(255, 200, 0);
  background-color: white;
}
.maximotd{
border-radius: 5px;
border: 2px solid rgb(255, 200, 0); 
width: 20%;
padding-left: 10px;
padding-right: 10px;
}
.minimotd{
border-radius: 5px;
border: 2px solid rgb(255, 200, 0);
width: 20%;
padding-left: 10px;
padding-right: 10px;
}
.tdlabel{
  line-height: 12px;
  padding-top: 0px;
  margin-top: 0px;
}
.tdlabel label{
  
  
  padding-right: 10px;
  padding-left: 10px;
}
.infoimg{
    display: none;
   position:relative;
   z-index:1000;
}
.closebtn{
  text-align: center;
  color: white;
  background-color: rgb(255, 200, 0);
  cursor: pointer;
  font-size: 15px;
  width: 110px;
  height: 35px;
  border-radius: 5px;
  border: 2px solid rgb(255, 200, 0);
}
.closebtn:hover{
  color:  rgb(255, 200, 0);
  background-color: white;
}
#respostas0{
  display: none;
}
#respostas6{
  display: none;
}
#lb0{
  display: none;
}
#lb6{
  display: none;
}
#leg0{
  display: none;
}
#leg6{
  display: none;
}
.chart {
  display: table;
  table-layout: fixed;
  width: 60%;
  max-width: 700px;
  height: 200px;
  margin: 0 auto;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 2%, rgba(0, 0, 0, 0) 2%);
  background-size: 100% 50px;
  background-position: left top;
}
.chart li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 200px;
}
.chart span {
  margin: 0 1em;
  display: block;
  background: rgba(209, 236, 250, 0.75);
  animation: draw 1s ease-in-out;
}
.chart span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 5px 1em 0;
  display: block;
  text-align: center;
  content: attr(title);
  word-wrap: break-word;
}

@keyframes draw {
  0% {
    height: 0;
  }
}
#myProgress1 {
    width: 50%;
    background-color: white;
    margin-left: 25%;
}
#myBar1 {
    height: 30px;
    background-color: rgb(255, 200, 0);
    text-align: center;
    line-height: 30px;
    color: white; 
}
#myProgress2 {
    width: 50%;
    background-color: white;
    margin-left: 25%;
}
#myBar2 {
    height: 30px;
    background-color: rgb(255, 200, 0);
    text-align: center;
    line-height: 30px;
    color: white; 
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    text-align: center;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.lbl1{
  float: left;
}
.lbl2{
  float: right;
  position: relative;
}
.lblgraf{
  width: 100%;
  text-align: center;
}
.skip_btn{
  width: 150px;
  height: 30px;
  background-color: rgb(255, 200, 0);
  cursor: pointer;
  border-radius: 10px;
  border-color: transparent;
}
.skip_btn:hover{
  background-color: white;
  border-color: rgb(255, 200, 0);
  color: rgb(255, 200, 0);
}

.rodape{
        font-size: 18px;
        margin-right: 8px;
        position: fixed;
        right:0;
        top: 0;
        color: white;
     background-color: rgb(255, 200, 0)
    }


