.form-control
{
	width : 100% !important;
}

.headerTitle
{
	text-align  : center;
	font-weight : bold;
	font-size   : 16px;
}

.dataTables_filter
{
	position : relative;
	left     : 240px;
	top      : -40px;
}

.labelHeading
{
	font-weight    : normal;
	height         : 40px;
	vertical-align : text-bottom;
	padding-top    : 20px;
}

.hideShowBtn
{
	position : relative;
	left     : 20px;
	bottom   : 30px;
}

.spinner
{
	position    : fixed;
	top         : 60%;
	left        : 50%;
	margin-left : -100px; /* half width of the spinner gif */
	margin-top  : -100px; /* half height of the spinner gif */
	text-align  : center;
	z-index     : 1234;
	overflow    : auto;
	width       : 200px; /* width of the spinner gif */
	height      : 202px; /* height of the spinner gif +2px to fix IE8 issue */
}

.headers
{
	width     : 8%;
	font-size : 12px;
}

td
{
	font-family : "myriad-pro", "PT Sans", sans-serif;
	font-size   : 14px;
}