/* reset de margens */
* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}

body{
	background:#014E9C;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	text-align:justify;
}

p{
	margin-top:5px;
}

h1{
	font-size:24px;
	color:#014E9C;
}

h2{
	color: #000000;
	font-size: 18px;
	line-height: 2em;
}

#geral{
	float:left;
	width:100%;
	min-width:470px;
	clear:both;
	background-image: url(imagens/fundo-site.png);
	background-clip: border-box;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-size:cover;
	border-top-left-radius: 0px;
}

.fone{
	color: #FFFFFF;
	font-size: 30px;
	float: left;
	width: 300px;
	margin-top: 10px;
}

.logo{
	float: right;
	width: 300px;
	margin-right: 70px;
	margin-top: 0px;
}

.logo-voxy{
	float: right;
	width: 115px;
	margin-right: 20px;
	margin-top: 0px;
}

.left-square{
	text-align:center;
	box-sizing:border-box;
	width: 30%;
	float: left;
	min-height:730px;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	content: " ";
	margin-bottom:10px;
}

.right-square{
	box-sizing: border-box;
	border-radius: 50px;
	width: 60%;
	min-height:700px;
	float: right;
	margin-top: 60px;
	margin-bottom:10px;
	margin-right: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: url(imagens/fundo-quadro.png);
	line-height: 1.5em;
}

#qd-login{
	float:right;
	width: 400px;
	min-height: 350px;
	background-repeat: repeat;
	background-attachment: fixed;
	border-radius: 50px;
	padding: 30px;
	background-image: url(imagens/fundo-quadro.png);
	margin-bottom:10px;
	margin-top:100px;
	margin-right:100px;
}

label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	color: #000;
	font-size: 20px;
	}

.form-control, .form-control-nota, .form-control-uf {
	background-color: #D8D9DE;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	height: 30px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 90%;
}

#menu{
	position:fixed;
	width:100%;
    margin-top: 0px !important;
	background-image: url(imagens/fundo-login.png);
	text-align:right;
	height:45px;
	padding-right:50px;
	padding-top:5px;
	padding-bottom:5px;
	z-index: 1001;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style:none;
	display:inline;
}

#menu ul li a, #menu ul a:hover {
	font-weight: bold;
	float: right;
	color: #014E9C;
	text-align: center;
	padding: 4px 20px 10px 20px;
	text-decoration: none;
	border-left: #E8E8E8 solid 1px;
}

a.ativo{
	color:#747474 !important;
}

.rodape {
	float:left;
	width: 100%;
	clear:both;
	background-color: #014E9C;
	text-align: right;
	height: 75px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}

.but {
	display: inline-block;
	background-color: #ccc;
	color: #444;
	padding: 10px 20px;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 14px;
	border: 0px;
}

.but:hover {
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
	cursor: pointer;
}

.but-primary {
	color: #fff;
	background-color: #014E9C;
}

.but-large{
	font-size:240%;
}

.erro {
	background-color: #E14F1C;
	border: 1px solid #CD0A0A;
	color: #FFFFFF;
	padding:5px;
}
