/* CSS Document */


/* login */
body.loginbody {
	background-color:#11ACFF !important;
	background-image: url('../images/footer_bg.jpg');
}

.login {
	background-image:url('../images/teto.png');
	background-repeat:no-repeat;
	background-position: top center;
	width:370px;
	margin:210px auto;
	padding:90px 0 0 0;	
}

.login input {
	margin:auto;	
	font-size: 17px;
}

.login {
	text-align: center;
}

.login .btn-block {
	width: 127px;
	padding: 7px;
	clear:both;
	float:right;
}

.navbartop {
	background-color:#0090DD;
	border-radius: 0px;
	margin-bottom:0px;
}

/* logo interna */

.logo {
	height: 50px;
	float:right;
	padding:10px;
}

.avatar {
	width:50px;
	height:50px;
	float:left;
}

/* menu */

nav {
	background-color:#EEE;
	min-height: 10px !important;
	border-radius:0px !important;
	padding:5px;
	text-align:right;
}

.export {
	list-style:none;
	padding:0;
}

.export li {
	float:left;
	margin-left:10px;	
}

.export li:first-child {
	margin-left:00px;	
}

.export li:last-child {
	float:right;
	margin-left:00px;	
}

.export li a {
	margin-left:5px !important;
}

/* NOVO USUÁRIO */

.newuser {
	width: 400px;
	margin:0 auto;	
}

.newuser input {
	margin: 0 0 23px 0;
	padding: 21px;
	font-size: 15px;
}

.newuser .btn-block {
	width: 127px;
	padding: 7px;
	clear:both;
	float:ri
}

h2 {
	float:left;
	margin-top: 0;
}

.form-filters {
	float: right;
	width: 737px;
	margin-top: 2px;
}

.form-filters input {
	width: 140px;
	float: left;
}

.form-filters span {
	float: left;
	padding: 7px 7px;
}

.form-filters button {
	margin-left: 7px;
}

.form-filters .cidade {
	width: 140px;
	float: left;
}

.pagination_container{
	text-align:center;	
}


.item-info-user{
	float:left;
}

.item-info-time{
	float:right;
}

.item-info {
	margin-top:10px;
	background:#EEE;
	padding:10px;
	clear:both;
}


.bottom{
	margin-top:10px;
	padding:10px;
	clear:both;
	text-align:center;
}


.form_search_container{
	clear:both;
}

.form_search_right_button{
	float:right;
	height: 40px
}

.profile-avatar{
	margin:auto;
	text-align: center;
}

.nega{
       border: 2px #ed1e79 solid;
   }