header, article, footer {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

article#content {
	border-top:none;
	background:none;
	
	margin: 0px;
	width:100%;
}
article#content > section {
	width:95%;
	padding: 15px 30px 30px 30px;
	float:left;
	border-right:1px solid #e7e7e7;
	
}

header {
	display: inline-flex;
	align-items: flex-end;
}

.tables-wrapper {
	display: flex;
	overflow: auto;
}

nav {
	display:none;
}
ul#nav li{
	display: inline;
}


div.flash{
	
}

.info, .success, .warning, .error {
	margin: 10px 0px;
	padding:12px;

}
.info {
	color: #00529B;
	#background-color: #BDE5F8;
}
.success {
	color: #4F8A10;
	#background-color: #DFF2BF;
}
.warning {
	color: #9F6000;
	#background-color: #FEEFB3;
}
.error {
	color: #D8000C;
	#background-color: #FFD2D2;
}


.red{
	color: #790000;
}

input.field_error, select.field_error{
	border: 1px solid red;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: right;
}

a.button{
	background: RGB( 133, 0, 5);
	color: white;

	display: inline-block;
	
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
	
	text-align: center;
	text-decoration: none;
	
}

a.link{
	cursor: pointer;
}

.btn{
	display: inline-block;
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
}
.btn-blue{
	background: #45A9F7;
	color: white !important;
}

.btn-red{
	background: #dc3545;
	color: white !important;
}

.no-outline{
	border: none !important;
}

.cursor-pointer{
	cursor: pointer;
}

button.ui-button:disabled {
	background: #dbdbdb !important;
	border-color: #dbdbdb !important;
}

button.ui-button:disabled span {
	color: grey !important;
}

.inquiry-alert {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #790003;
}

.inquiry-alert i {
	font-size: 2em;
}

.inquiry-alert .count {    
	position: absolute;
	top: 8px;
	width: 100%;
	text-align: center;
	font-size: .7em;
	font-family: 'Roboto', sans-serif;
}
