@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
 th
 {
 	text-align: center;
 }
.order-box
{
	padding: 1%;
	box-shadow: 0px 0px 5px #aaa;
	margin-bottom: 1%;
}
.bulkEmployeeDisplayImg {
    height: 40px;
}
.error
{
	color: red !important;
}
.candidateReportBlock {
    border: 1px solid #bbb;
    text-align: center;
    padding: 1%;
}
.error,.text-red
{
	color: red !important;
}
.mar-left-2
{    
	margin-left: 2%;
}
.dt-buttons
{
	float: right !important;
}
#myChart{

	width:auto !important;
	height:600px !important;
	padding: 0px !important;
	margin-left: 15%;
}