/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 2.0.5
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.white{
	color: #fff;
}

#mainContent{
	padding-top: 20px;
	overflow: hidden;
}
.btn-sm {
    padding: 2px 15px;
    font-size: 16px;
}

.header-first {
    padding: 11px 0 0 0;
}

.tableForm {
	    margin: 0;
    	display: inline;
}
.dataTables_wrapper .dataTables_processing {
	background-color: #ddd;
	height: 70px;
	border: 1px solid #000;
	width: 50%;
	margin-left: -25%;
}

.paralaxHome{
background-position: 50% 0px; background-image:url('/images/paralax.jpg');     background-size: 100%;
}

@media (max-width: 1024px) {
	.paralaxHome{ background-size: 160%
	}
}

@media (max-width: 768px) {
	.paralaxHome{ background-size: 270%
	}
}

@media (max-width: 480px) {
	.paralaxHome{ background-size: 700%
	}
}