header{
	text-align: center;
	padding: 30px 0;
}

main{
	padding-bottom: 20px;
}

footer{
	text-align: center;
	color: #000;
	border-top: solid 1px #000;
	padding: 20px 0;
}

#btLogo{
	background: url(img/logo-topo.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	max-width: 400px;
	height: 108px;
	display: inline-block;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	color: transparent;
}

#login{
	width: 100%;
	height: 350px;
	float: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#login .form{
	width: 100%;
	max-width: 350px;
	display: inline-block;
	margin: auto;
}
#login .form input{
	height: 40px;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 3px !important;
}
#login .form .bt{
	margin-bottom: 10px;
}
#login .form .t{
	text-align: center;
	margin-bottom: 15px;
	font-weight: 100;
	color: #666;
}

#menu{
	width: 100%;
	float: left;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
	margin-bottom: 20px;
}
#menu a{
	display: inline-block;
	padding: 0 20px;
	color: #000;
	font-size: 16px;
	line-height: 50px;
	transition: all .25s ease;
}
#menu a:hover{
	background-color: #EEE;
}
#menu a.active{
	color: #2273D4;
	border-bottom: solid 3px #2273D4;
	margin-bottom: -1px;
	line-height: 47px;
}

#logout{
	cursor: pointer;
}

.le{
	margin-top: 4px;
}
#convites .title{
	width: 100%;
	margin-bottom: 10px;
	border-top: dotted 1px #CCC;
	float: left;
	padding-top: 10px;
}
#convites .title .t{
	color: #666;
	font-size: 18px;
	line-height: 18px;
	float: left;
}
#convites .title .l{
	color: #196DC5;
	font-size: 12px;
	line-height: 18px;
	float: right;
	cursor: pointer;
}
