body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#header {
	background-color:#0CF;
}

#header-logo {
	padding-left: 10px;
	padding-top: 10px;    
}

#header-titulo{
    margin-top: 30%px;
}

#header-admin {
	background-color:hsl(133, 100%, 62%);
}
#header-index {
	background-color:hsl(0, 0%, 100%);
}
#titulo {
	text-align: center;
	position: relative;
	bottom: 46px;
	font-size: 24px;
	background-color: #0099FF;
	color: #FFFFFF;
}
#titulo-admin {
	text-align: center;
	position: relative;
	bottom: 46px;
	font-size: 24px;
	background-color: #1d098b;
    color:#FFFFFF;
}
#titulo-prestador {
	text-align: center;
	position: relative;
	bottom: 46px;
	font-size: 24px;
	background-color: #1d098b;
    color:#FFFFFF;
}

#enviar {
	margin-left: 43%;
	padding: 15px;
	background-color: #b4bb07;
	border-style: none;
	border-radius: 4px;
	width: 15%;
	height: 50px;
	color: white;
	box-shadow: 1px 1px 1px #888888;
}

#footer {
	position: relative;
	background-color: #0099FF;
	margin-top: 10px;
	padding: 10px;
	display: flex;
	justify-content: center;
	font-size: 18px;
	z-index: 3;
	

}
 #apDiv1 {
	position: absolute;
	left: 45%;
	top: 263px;
	width: 146px;
	height: 48px;
	z-index: 1;
}
#apDiv2 {
	position: absolute;
	text-align: center;
	left:80%;
	top: 29px;
	width: 346px;
	height: 19px;
	z-index: 1;
	background-color:#36F;
	color: #FFFFFF;
}
#apDiv2-admin {
	position: absolute;
	text-align: center;
	left: 80%;
	top: 29px;
	width: 200px;
	height: 19px;
	z-index: 1;
	background-color: #0099FF;
	color: #FFFFFF;
}

#apDiv2-index {
	position: absolute;
	align-items: center;
	text-align: center;
	font-size: 30px;
	left: 32%;
	top: 29px;
	width: 600px;
	height: 50px;
	z-index: 1;
	background-color: #0099FF;
	color: #FFFFFF;
	box-shadow: -2px 5px 0px -2px rgb(7, 1, 93), 2px 5px 0px -2px rgb(7, 1, 93);
}


#camposCadastro {
	width: 100%;
	margin: 0 auto;
}


#camposCadastro input {
	padding: 10px;
	width: 5%;
	border-style: none;
	box-shadow: 0px 0.5px #888888;
}
#apDiv3 {
	position: absolute;
	left: 722px;
	top: 615px;
	width: 166px;
	height: auto;
	z-index: 2;
	font-size: 18px;
}

#inffinais {
	position: relative;
	left: 10%;
	top: 30px;
	width: 400px;
	height: 184px;
	z-index: 2;
	font-size: 18px;
}

#butfinais {
	position: absolute;
	left: 230px;
	top: 462px;
	width: 78px;
	height: 29px;
	z-index: 2;
	font-size: 18px;
}
.custom {
    width: 78px !important;
}

#apDiv4 {
	position: absolute;
	left: 591px;
	top: 345px;
	width: 219px;
	height: 173px;
	z-index: 3;
	background-color: #FFFFFF;
}
	#apDiv5 {
	position: absolute;
	left: 43px;
	top: 177px;
	width: 162px;
	height: 19px;
	z-index: 4;
}

#totais {

	margin: 0 auto;
	

	border: #09F;
	border-style: double;
	background-color: #6Ff;
	left: 157px;
	top: 367px;
	width: 80%;
	height: 109px;
	font-size:16px;
	z-index: 2;
}

#apDiv6 {
	position: absolute;
	left: 209px;
	top: 493px;
	width: 814px;
	height: 288px;
	z-index: 2;
}

#apDiv7 {
	position: absolute;
	left: 174px;
	top: 513px;
	width: 483px;
	height: 238px;
	z-index: 2;
}

    #nav ul li { 
		display: inline;
		align-items: center;
		size:30px;
		color: chartreuse;
    }
	 
	#nav ul li a {
		alignment-adjust:central;
		padding: 4px 5px 4px 5px;
		display: inline-block;
		width:15%;
		height: 30px;
		size: 18px;
		text-align: center;
		text-decoration: none;
		border: 3px solid rgb(25,25,112);
		font-weight: bold;
		margin: 0px 4px 0px 4px;
		alignment-adjust: middle;
		background-color: #4169E1;
		color: #ffffff;
	}
	#nav ul li a:link {
		color:#ffffff;
	}
	#nav ul li a:active {
		color:#EEEE00;
	}

	#nav-admin ul li { 
		display: inline;
		align-items: center;
		size:30px;
		color: chartreuse;
    }
	 
	#nav-admin ul li a {
		alignment-adjust:central;
		padding: 4px 5px 4px 5px;
		display: inline-block;
		width:10%;
		height: 30px;
		size: 18px;
		text-align: center;
		text-decoration: none;
		border: 3px solid rgb(25,25,112);
		font-weight: bold;
		margin: 0px 4px 0px 4px;
		alignment-adjust: middle;
		background-color: #4169E1;
		color: #ffffff;
	}

	#nav-admin ul li a:link {
		color:#ffffff;
	}
	#nav-admin ul li a:active {
		color:#EEEE00;
	}
