.center-red{
	color:#FF0000;
	text-align:center;
}
.color-white{
	color:#FFFFFF;
}
.margin-bottom-40px{
	margin-bottom:40px;
}
.margin-top-40px{
	margin-top:40px;
}
.table-responsive{
	overflow:hidden;
}
.dataTables_length{
	display:none;
}
.dataTables_filter{
	float:right;
	margin-top:30px;
}
.image_container{
	border: 1px solid #d3d3d3;
    text-align: center;
    padding: 10px;
}
.image_title_bottom{
	width:100%;
	background:linear-gradient(60deg, #ab47bc, #8e24aa);
	margin-bottom:20px;
	color:#FFFFFF;
	padding:10px;	
}
.image_title_bottom > a{
	color:#FFFFFF;
}
.text-red{
	color:#FF0000;
}
.align-center{
	text-align:center;
	margin:0 auto;
}

.small-icon{
	padding:5px !important;
}

.black-label{
	color:#333333;
}

@media print {
	.hide-print-btn{
		display:none;
	}
}

.table thead tr th {
    font-size: 13px;
    font-weight: 500;
	text-transform:uppercase;
	background: #8e24aa;
    color: #FFFFFF;
	white-space: nowrap;	
}
.summary-header {
    font-size: 13px;
    font-weight: 400;
	text-transform:uppercase;
	width:15%;
}
.total-row {
    font-size: 13px;
    font-weight: 500;
	text-transform:uppercase;
	width:15%;
}
.width-25{
	width:25%;
}
.hidden{
	display:none;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background: #FFFFFF;
}