/*class geral dos forms*/
.formularioExterno {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

.formularioExterno input[type="text"],
.formularioExterno input[type="password"],
.formularioExterno input[type="file"],
.formularioExterno input[type="email"] {
  background-color: #fff;
	border: 1px solid #aaa;
	box-sizing: border-box;
	float: left;
  font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	margin: 5px 0px;
  padding: 13px 10px;
  text-indent: 1em;
  width: 100%;
  font-weight:300;
}

.formularioExterno textarea {
	border: 1px solid #aaa;
	box-sizing: border-box;
	float: left;
  font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
  text-indent: 1em;
	margin: 5px 0px;
	width: 100%;
}

.formularioExterno select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border: 1px solid #aaa;
	box-sizing: border-box;
	clear: right;
	float: left;
  line-height: normal;
	margin: 5px 0px;
  padding: .44444rem;

  border-radius: 0;
  height: 2.95556rem;
  width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
  text-indent: 1em;
}

.formularioExterno label {
	box-sizing: border-box;
	clear: left;
	display: inline-block;
	float: left;
	font-size:16px;
	margin: 5px 0px;
	width: 100%;
}

#chkareasinteresse {
	font-size:14px;
 }

 #chkareasinteresse td {
	 width: 100%;
	 display: inline-block;
 }

.formularioExterno input:disabled {
	color: #aaa;
	background: #f5f5f5;
	border: none;
	pointer-events: none;
}

.formularioExterno textarea:disabled {
	color: #aaa;
	background: #f5f5f5;
	border: none;
	pointer-events: none;
}

.formularioExterno select:disabled {
	color: #aaa;
	background: #f5f5f5;
	border: none;
	pointer-events: none;
}

.formularioExterno a {
	color: #fff;
	/*float: left;
	text-decoration: none;
	margin: 5px;
	padding: 7px 10px;*/
}


.formularioExterno p {
	background: none;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: 2px;
	width: 100%;
}

/*Class short*/
.shortinput {
	width: 147px !important;
}

/*Class short*/
.mediuminput{
	width: 240px !important;
}

.bi-valida {
	float: left;
	margin: 0 15px;
}

.p-valida {
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0;
}

.formularioExterno .chk-label {
	width: auto;
	text-align: left;
	margin: 0;
	padding-top: 12px;
	margin-left: 5px;
	clear: right;
}
	.erro {
    /* color: #cc0000;
     padding-bottom: 10px;  */
    background: rgba(255,0,0,0.6);
    width: 72%;
    box-sizing: border-box;
    position: relative;
    color: #fff !important;
    line-height: 25px;
    text-indent: 20px;
}

    span.erro::before {
    content: "";
    width: 0;
    height: 0;
    /* background: green; */
    position: absolute;
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(255,0,0,0.6);
    z-index: 9;
}

.formularioExterno input[type="checkbox"] {
	float: left;
	width: auto;
	margin-top: 13px;
}
/*.erro {
		margin-left: 28%;
	}*/

/* css para tablets */
@media (min-width: 1000px) {
	/*.formularioExterno label {
		text-align: right;
		width: 25%;
	  padding: 13px 0px;
	  height: 2.95556rem;
	}*/

	.formularioExterno select {
		margin-left: 3%;
		width: 72%;
	}

	.formularioExterno input[type="text"],
	.formularioExterno input[type="password"],
	.formularioExterno input[type="file"],
	.formularioExterno input[type="email"] {
		/*margin-left: 3%;*/
	  width: 100%;
	}

	.formularioExterno textarea {
		/*margin-left: 3%;*/
		width: 100%;
	}
    	.formularioExterno p {
		margin-left: 3%;
		width: 72%;
	}

	.formularioExterno input[type="checkbox"] {
		/*margin-left: 28%;*/
	}


    .erro {
        display: inline-block;
        padding-bottom: 10px;
        margin-left: 28%;
        color: #cc0000;
        width: 72%;

    }
	#chkareasinteresse td {
		width: 50%;
		display: table-cell;
	}
}
