/******************************************************** TOPBAR *************************************************/

.topbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	min-height: 75px;
	z-index: 9999;
	background-color: #124491;
	box-shadow: 0px 3px 3px #ccc;
}

/******************************************************** Content *************************************************/

body, html {
	margin: 0;
	height: 100%;
}

.content {
	padding: 0px 30px;
	margin-top: 120px;
	margin-bottom: 250px;
}

.layout-page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
}

.ajax-status{
	position: fixed;
	top: 80px;
	right: 50px;
	width: 25px;
	height: 25px;
}


/******************************************************** Footer Fixo *************************************************/

.texto-rodape {
	font-size: 11px !important;
	font-weight: 700;
	padding-left: 5px;
	color: #124491;
}

.layout-rodape {
	text-align: center;
	padding: 4px;
	background-color: #f4f4f4;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	line-height: 5px;
	border-top: 1px solid #e8e8e8;
}