/* your styles go here */

.dataTables_wrapper.container-fluid{
	padding: 0;
}

.searchpanel{
	margin-bottom: 24px;
}

.bolder{
	font-weight: bold;
}

.error{
	font-style: italic;
	font-size: 0.8em;
	color: #ff0000;
}

.error:before{
	content: "*";
}

.dataTables_filter{
	float: right;
}
.dataTables_filter .dt-search{
	float: right;
}
.requiredsign{
	color: #ff0000;
}
.no-border td{
	border: 0;
	padding: 0px;
}

table th{
	text-transform: uppercase;
}

.slave-header{
	border-bottom: 1px solid #aaa;
}

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
}
#map-container{
	position: relative;
}
#map{
	height: 500px;
}
#info-box{
	top: 24px;
	left: 24px;
	height: 450px;
	width: 500px;
	overflow-y: scroll;
	padding: 12px;
	position: absolute;
	background: #fff;
	border: 1px solid;
}

@media screen {
	#barChart_img,
	#pieChart_img {
		display: none !important;
	}
	#barChart,
	#pieChart {
		display: inherit !important;
	}
}

@media print {
	table th{
		text-transform: uppercase;
	}
	h1, h2, h3, h4, h5, h6{
		text-transform: uppercase;
	}
	#barChart_img,
	#pieChart_img {
		display: inherit !important;
	}
	#barChart,
	#pieChart {
		display: none !important;
		height: 0 !important;
	}
	#printarea .table-bordered td, 
	#printarea .table-bordered th{
		border: 1px solid #000 !important;
	}
}

#printarea .table-bordered td, 
#printarea .table-bordered th{
	border: 1px solid #000 !important;
}