#abrirformfora, #abrirformfora2, #abrirformfora3 {
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(35, 35, 35, 0.9);
	z-index: 1000;
	display: none;
}
#abrirformfora.abrir, #abrirformfora2.abrir, #abrirformfora3.abrir {
	display: block;
}
#abrirformfora.abrir > body {
	overflow: hidden;
}
#abrirformdentro {
	background: #fff;
	width: 450px;
	max-width: 100%;
	max-height: 100%;
	height: 386px;
	overflow-y: auto;
	position: fixed;
}
#abrirformdentro2, #abrirformdentro3 {
	background: #fff;
	width: 450px;
	max-width: 100%;
	max-height: 100%;
	height: 150px;
	overflow-y: auto;
	position: fixed;
}
#abrirformdentro2 p, #abrirformdentro3 p {
	padding: 0px 30px;
	margin-top: 30px;
}
#abrirformfora .close, #abrirformfora2 .close, #abrirformfora3 .close {
	position: fixed;
	top: 20px;
	right: 20px;
	font-size: 40px;
	color: #fff;
}
#abrirformfora .close:hover {
	color: #84cc31;
}
#abrirformdentro div:first-child {
	margin-top: 30px;
}
#abrirformdentro div input, #abrirformdentro div select {
	margin: 0px;
	height: 38px;
}
#abrirformdentro div select {
	padding: 8px 15px;
	width: 100%;
}
input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
}
#abrirformdentro div {
	margin-bottom: 10px;
	padding: 0px 30px;
}
#abrirformdentro div .awesomplete {
	padding: 0px;
	margin: 0px
	
}
#abrirformdentro button, #abrirformdentro2 button, #abrirformdentro3 button {
	width: calc(100% - 60px);
	margin: 0px 30px;
	margin-bottom: 30px;
}