body {
	background: #ffcc00;;
	font-family: 'arial', sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, rgba(81, 169, 239, 1) 0%,
		rgba(81, 169, 239, 0) 100% ); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(81, 169, 239, 1) 0%,
		rgba(81, 169, 239, 0) 100% ); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(81, 169, 239, 1) 0%,
		rgba(81, 169, 239, 0) 100% );
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#51a9ef',
		endColorstr='#0051a9ef', GradientType=0 ); /* IE6-9 */
	height: 100vh;
}

.header {
	background: background:  rgb(0, 128, 0);
 
	background: linear-gradient(to bottom, rgb(8, 69, 8) 0%, rgb(7, 89, 48)
		100% );
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffcc00', endColorstr='#ffcc00', GradientType=0 );
	font-family: 'Open Sans', sans-serif;
}

.bg-white {
	background: #f3f3f2;
}

.header h2 {
	color: #fff;
	text-align: left;
	padding: 0px;
}

.header h2 span {
	color: #fff;
	text-align: left;
	padding: 0px;
	display: block;
	font-size: 22px;
	color: #f8aa33;
}

 

.top-blue-strip {
	background: #2B65EC;
	min-height: 120px;
	max-height: 300px;
	clear: both !important;
	border-bottom: 5px solid #ff9a00;
}

.shadow-left-right {
	background: #f3f3f2;
	box-shadow: -50px 0px 100px -80px #000000, 50px 0px 100px -80px #000000;
}

.message-box-title {
	background: #FD9703;
	position: relative;
	text-align: center;
	z-index: 99;
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

.message-box-title:after {
	left: 100%;
	top: 50%;
	z-index: 99;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #f8aa33;
	border-width: 10px;
	margin-top: -10px;
}

.message-box-right {
	padding-left: 17px;
}

.message-box {
	background: #DFE9EA;
	line-height: 30px;
	clear: both;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	color: #AD474D;
	font-size: 16px;
	overflow: hidden;
}

.total_body {
	margin: 0px auto;
	width: 1170px;
	background: #fff;
	padding: 10px;
}

.table {
	font-family: 'Open Sans', sans-serif;
	border-collapse: collapse;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

.table td,th {
	border: 1px solid #000000;
	text-align: left;
	padding: 8px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0px !important;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 04px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.panel-primary {
	border-color: none !important;
	border-width: 0px !important;
}

.panel-primary>.panel-heading {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.panel {
	margin-bottom: 0px !important;
}

.panel-body {
	background: #f3f3f2;
	border-bottom: 0px;
	box-shadow: none;
}

.panel-body span.title {
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
}

.panel-body span a {
	color: #ffffff;
	font-size: 16px;
}

.panel-body h2 {
	color: #ffffff;
	font-size: 24px;
}

.panel-heading a {
	color: #ffffff;
	font-size: 13px;
}

.panel-heading {
	border-radius: 0px !important;
}

.list-group-item:first-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	border-left: 0px !important;
	border-right: 0px !important;
	border-top: 0px !important;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px dotted rgba(0, 0, 0, 0.1) !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-top: 0px !important;
}

.list-group-item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	border-left: 0px !important;
	border-right: 0px !important;
	border-top: 0px !important;
}

.text_center {
	text-align: center !important;
}

.bg-green {
	background: #2B65EC !important;
	border-color: #2B65EC !important;
}

.bg-blue {
	background: #2B65EC !important;
	border-color: #2B65EC !important;
}

.black_color {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
}

p,h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

.red_color1 {
	color: #9a1616;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.notification {
	background: #179181;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

.black_blue {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.feedback {
	background: #76f833ab;
	text-align: center;
	padding: 10px 0px 20px 0px;
	height: 137px;
	margin: 10px 0px;
	width: 263px;
	float: left;
	font-family: 'Open Sans', sans-serif;
}

.feedback h3 {
	color: #fff;
	text-align: center;
	margin-top: 10px;
	background: #16a085;
	padding: 5px 0px;
	font-size: 16px;
}

.queries {
	background: #f3f3f2;
	margin-left: 298px;
	width: 550px;
	height: 157px;
	margin-top: 10px;
	border: thin solid #ccc;
}

.queries img {
	height: 30px;
	margin-left: 8px;
}

.queries h3 {
	color: #16a085;
	text-align: left;
	padding-left: 10px;
	font-size: 16px;
}

.queries h2 {
	margin: -31px 1px 22px 45px;
	color: red;
}

.queries h5 {
	margin-left: 12%;
	margin-top: -20px;
}

.download {
	background-color: #f8aa33;
	padding: 0px;
	text-align: center;
	float: right;
	margin-top: -14%;
	font-family: 'Open Sans', sans-serif;
}

.download h4 {
	background: #16a085;
	padding: 4px;
	font-size: 13px;
}

.download a {
	color: #fff;
	text-decoration: none;
	margin: 50px;
}

.fotter {
	background: #2B65EC;
	color: #fff;
	padding: 20px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.fotter a {
	color: #fff;
	text-decoration: none;
}

.table-striped thead th {
	background: #0d8c9f;
	color: #ffffff;
	text-align: center;
}

.table-bg-title {
	background: #DFE9EA !important;
	color: black !important;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.table-bg-title2 {
	background: white !important;
	text-align: center;
	font-weight: bold;
}

.table-striped tbody td {
	color: #000000;
	font-weight: bold;
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th
	{
	border: 1px solid #738678;
	width: 50%;
}