#lista{
	/*background-color:#006AB0;*/
	width: 30%; 
	height: 50px;
	float: left; 
	margin-bottom: 10px;

	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#botao{
	/*background-color:#00ff00;*/
	width: 68%; 
	height: 50px;  
	margin-right: 10px; 
	float: right; 
	margin-top: 7px;
}

#formulario  {
	height:75px;  
	width:660px;  
	border:2px #008000 solid;   
	background:#ECF3E7;  
	position:relative; 
	left:0px; bottom:20px;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:14px;
  color:#400000; 
  border: 1px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
  box-shadow:0 6px 20px rgba(0,0,0,.2);
	margin-top: 90px;

	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */

 }


#venda{
	height:550px;
	width:610px;  
	border:0px #000000 solid; 
	position:relative; 
	left:670px; 
	bottom:260px;
/*	background:#f7de03; 
 border: 1px solid #ccc;*/ 
 
 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */

 }
 #venda2{
	height:550px; 
	width:630px;  
	border:0px #000000 solid; 
	position:relative; 
	left:670px; 
	bottom:213px;
/*	background:#f7de03;
 border: 1px solid #ccc;*/
 
 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
 }
 #venda3{
	height:550px; 
	width:630px;  
	border:0px #000000 solid; 
	position:relative; 
	left:670px; 
	bottom:175px;
/*	background:#f7de03;
 border: 1px solid #ccc;*/  
 
 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */

 }



.myButton_enviar {
	-moz-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	box-shadow:inset 0px 1px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton_enviar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.myButton_enviar:active {
	position:relative;
	top:2px;
}



.myButton_enviar2 {
	margin: 5px;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:linear-gradient(to bottom, #173575 5%, #5972a7 100%);
	background-color:#173575;
	border:1px solid #1e398f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.myButton_enviar2:hover {
	background:linear-gradient(to bottom, #5972a7 5%, #173575 100%);
	background-color:#5972a7;
}
.myButton_enviar2:active {
	position:relative;
	top:1px;
}

/**********************************************************************************************/
.form-control {
  display: block;
	width: 100%;
	/*width: 400px;*/
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 0.5rem;
}
.form-label {
	margin-bottom: 0.5rem;
}
datalist {
	display: none;
}
option {
	font-weight: normal;
	display: block;
	white-space-collapse: collapse;
	text-wrap: nowrap;
	min-height: 1.2em;
	padding: 0px 2px 1px;
}
.mb-4 {
	margin-bottom: 1.5rem!important;
}

.form-label {
	margin-bottom: 0.5rem;
	
}

label {
	display: inline-block;
}

*, ::after, ::before {
	box-sizing: border-box;
}
folha de estilo do user agent
label {
	cursor: default;
}

.myButtonEnviar {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	margin-bottom: 10px;
	
	}
.myButtonEnviar:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.myButtonEnviar:active {
	position:relative;
	top:1px;
}


.moderna {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	/*margin-bottom: 0.5rem;*/
}

.textareaModerna{
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

#selecao{
	background: #eff6e6 none repeat scroll left top; background-size: auto auto; border: 1px solid #d46002; opacity: 0.90; border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	width:660px;
	height:150px;
	 border: 1px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	 box-shadow:0 6px 20px rgba(0,0,0,.2);
	z-index:999;
	
	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
#ajust{
	position:absolute;
	margin-left:10px;
	margin-top:0px;
	width:646px;
	height:100px;
	 border: 1px;
	z-index:1000;	

	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#formularioP  {
	height:125px;  
	width:660px;  
	border:2px #008000 solid;   
	background:#ECF3E7;  
	position:relative; 
	left:0px; bottom:20px;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:14px;
  color:#400000; 
  border: 1px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
  box-shadow:0 6px 20px rgba(0,0,0,.2);
	margin-top: 90px;
  
	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */

}


 #listaBotoes{
	height:185px;  
	width:395px;  
	border:2px #008000 solid;   
	background:#ECF3E7;  
	position:relative; 
	left:0px; bottom:20px;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:14px;
  color:#400000; 
  border: 1px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
  box-shadow:0 6px 20px rgba(0,0,0,.2);
	margin-top: 90px;

	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
 }