body{
	padding: 0px;
	margin: 0px;
}
.menuDiv{
	width: 100%;
	height: 80px;
	background-color: black;
	border-top: 5px solid #1cadeb;
	color: white;
}
.inputDiv{
	margin-top: 40px;
	text-align: center;
}
.inputDiv input[type="button"]{
	margin-top: 20px;
	background-color: #1cadeb;
	border-bottom: 8px solid #126b91;
	border-right: 2px solid #1cadeb;
	border-left: 2px solid #1cadeb;
	border-top: 2px solid #1cadeb;
	height: 60px;
}
.inputSub{
	margin-top: 20px;
	background-color: #1cadeb;
	border-bottom: 8px solid #126b91;
	border-right: 2px solid #1cadeb;
	border-left: 2px solid #1cadeb;
	border-top: 2px solid #1cadeb;
	height: 60px;
}
.inputDiv input{
	margin: auto;
    width: 30%;
	height: 30px;
	margin-top: 10px;
	display: block;
	outline-style: none;
}
.inputDiv input[type="text"]{
	padding-left: 10px;
	color: #1cadeb;

}
.inputDiv input[type="date"]{
	padding-left: 10px;
	color: #1cadeb;

}

.inputDiv input::placeholder {
  color: #1cadeb;
}
.inputDiv input[type="button"]:hover{
	background-color: white;
	color: #1cadeb;
}
.quest_line_green {
  height: 150px;
  background-color: #72ff85;
  box-shadow: 2.5px 2.5px 5px #888888;
  cursor: pointer;
}
.quest_line_yellow {
  height: 150px;
  background-color: #fffc71;
  box-shadow: 2.5px 2.5px 5px #888888;
  cursor: pointer;
}
.quest_line_red {
  height: 150px;
  background-color: #ff7171;
  box-shadow: 2.5px 2.5px 5px #888888;
  cursor: pointer;
}
.quest_img {
	width: 90px;
	border-right-style: solid;
	border-color: #DFDFDF;
}
.quest_table {
  width: 50%;
  margin-right: 25%;
  margin-left: 25%;
  border-spacing:0 2rem;
  border-collapse:separate;
}
.quest_btn{
	margin-right: 10px;
	float: right;
	font-size: 15px;
	color: white;
	width: 100px;
	height: 30px;
	background-color: #1cadeb;
	border-radius: 5px;
	border: 2px solid #1cadeb;
	cursor: pointer;
}
.quest_table td{
	padding-left: 10px;
}
.quest_btn:hover{
	color: #1cadeb;
  	background-color: white;
}
.profileImg{
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.criarBtn{
	font-size: 20px;
	margin: auto;
    width: 30%;
	height: 30px;
	display: block;
	outline-style: none;
	margin-top: 20px;
	background-color: #1cadeb;
	border-bottom: 4px solid #126b91;
	border-right: 1px solid #1cadeb;
	border-left: 1px solid #1cadeb;
	border-top: 1px solid #1cadeb;
	height: 60px;
}
.criarBtn:hover{
	background-color: white;
	color: #1cadeb;
}
.roundedTwo {
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  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:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #000000;
  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;
}
.roundedTwo label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #1cadeb 0%, #1cadeb 100%);
  background: linear-gradient(to bottom, #1cadeb 0%, #1cadeb 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.categoriasDiv{
	margin-left: 30px;
}
.itemHide{
	display: none;
}
.itemShow{
	margin: auto;
    width: 30%;
	display: block;
}

.perguntas{
	font-size: 25px;
	display: none;
}
.formPerguntas{
	text-align: center;
	width: 100%;
}
.info{
	padding-left: 10px;
	text-align: left;
	margin-left: 10px;
	background-color: .grey;
	border: 2px solid black;
	border-radius: 10px;
	width: 300px;
	padding-bottom: 20px;
}
.nextBtn{
	width: 150px;
	background-color: #1cadeb;
	border-bottom: 8px solid #126b91;
	border-right: 2px solid #1cadeb;
	border-left: 2px solid #1cadeb;
	border-top: 2px solid #1cadeb;
	height: 40px;

}
.nextBtn:hover{
	background-color: white;
	color: #1cadeb;

}
.radioBtn{
	margin-left: 40px;
	width: 30px;
	height: 30px;
}
.nextDiv{
	width: 100%;
	text-align: center;
}
.groupLbl{
	width: 300px;
	border-bottom: 2px solid black;
	display: block;
	margin-left: 20px;
}
.perguntalbl{
	margin-top: 5px;
	margin-left: 40px;
}
.folder img{
	width: 100px;
	height: 100px;
}
.folder{
	cursor: pointer;
	margin-left: 20px;
	display: inline-block;
}
.folder:active{
	opacity: 0.5;
}
.folderLabel{
	display: inline-block;
	width: 100px;
	text-align: center;
}
.folderZone{
	margin: auto;
    width: 50%;
}
.profile{
	width: 100%;
	text-align: center;
}