html, body { height: 100%; width: 100%;}
* { border: 0px; margin: 0px; padding: 0px; vertical-align: baseline;outline:none;-webkit-text-size-adjust: 100%;} 

body {
  font: 16px sans-serif;
  background: #344A5F;
}

a { color: #fff; }

.chooseLang {
  margin: 20%;
  text-align: center;
}

.chooseLang a {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 20px;
  color: #FFF;
  letter-spacing: 1px;
}

.chooseLang a:hover {
  text-decoration: underline;
}

h1, h2 {
  margin: 20px;
  text-align: center;
  color: white;
  font-weight: 100;
}

hr {
  border: 1px solid #FFF;
  margin-top: 50px;
  clear: both;
}

.userData {
  width: 800px;
  margin: auto;
  margin-top: 50px;
  color: #FFF;
}

.userData input {
	margin: 5px;
}

.userData input[type=text], textarea {
  padding: 6px;
  width: 300px;
  border: 1px solid #525252;
  border-radius: 5px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.36);
  margin: 10px;
}

.userData td {
  min-width: 400px;
  padding: 10px;
  border-bottom: 1px dashed #1B2734;
  border-bottom: 1px dotted #889098;
  vertical-align: middle;
}

.submit {
  background: #FFF;
  color: #000;
  font-size: 20px;
  padding: 20px;
  margin: 30px auto;
  display: block;
  cursor: pointer;
  width: 60px;
}

.missing {
  background: #F08080;
}

/* input[type="checkbox"].missing:after { */
/*   content: ''; */
/*   width: 110px; */
/*   height: 24px; */
/*   background: #FF6060; */
/*   position: absolute; */
/*   margin-top: -6px; */
/*   z-index: -2; */
/*   margin-left: -5px; */
/*   border-radius: 5px; */
/* } */
/*  */
/* input[name="liAtentamente"].missing:after { */
/* 	width: 60px; */
/* } */

input.missing + span.missingCheck {
  background: #F08080;
  width: 85px;
  height: 20px;
  display: inline-block;
  position: absolute;
  z-index: -2;
  border-radius: 5px;
  margin-left: -4px;
  /* border-bottom: 2px solid #F08080; */
}


.obrigado {
	background: #FFF;
	margin: 20% auto;
	padding: 30px;
	line-height: 20px;
	display: block;
	width: 200px;
}

.grade {
	position: relative;
	clear: both;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.grade li {
	float:left;
	list-style: none;
	border: 1px solid #344A5F;
	padding: 20px;
	margin: 10px;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.grade b {
	position: absolute;
	left: -40px;
	top: 10px;
}

.sortable-dragging {
	opacity: 0.5;
}

.sortable-placeholder {
	border: 1px dashed #CCC!important;
	background: none;
}

a.clearCookie {
	color: #FFF;
	position: absolute;
	right: 10px;
	top: 10px;
}

textarea {
  width: 100%;
  height: 120px;
}

p.problemas {
  font-style: italic;
  padding: 20px;
  text-align: center;
}
