body {
	padding-top: 0px !important;
}

#nameSystem {
	color: #FFF;
	float: right;
	font-family: trebuchet MS, tahoma, verdana;
	font-size: 32px;
	margin-right: 20px;
	padding: 15px 0px;
}

#page {
	margin: auto;
}

#top {
	background-color: #3071A9;
	overflow: hidden;
}

#top #logo {
	float: left;
	margin: -5px 0px 0px 0px;
}

#top #nameSystem {
	color: #ffffff;
	float: right;
	font-family: trebuchet MS, tahoma, verdana;
	font-size: 53px;
	margin-right: 20px;
	padding: 0px 0px;
}

.messageDiv {
	height: 50px;
}

.successMessage {
	height: 20px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	color: #0C0;
	font-weight: bold;	
}

.infoMessage {
	height: 20px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	color: #00C;
	font-weight: bold;
}

.errorMessage {
	height: 20px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	color: #FF0000;
	font-weight: bold;
}

.message {
	color: #F00;
	margin: 90px;
}

.uppercase {
	text-transform: uppercase;
}

.datatable {
	width: 100%;
}

.navbar{
	min-height: 20px !important;
}

.navbar-nav{
	float: right !important;
}

.navbar-nav > li > a {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.container-fluid {
	width: 88%;
}

.message {
	height: 20px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	color: #0C0;
	font-weight: bold;	
}

.error {
	height: 20px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	color: #FF0000;
	font-weight: bold;
}

.alertInput {
	background-color: #F49797 !important;
}

.nowrap {
	white-space: nowrap;
}