/* Add here all your CSS customizations */
.form-search .form-group
{
	border-bottom: 0;
}

a.btn { color: white !important; }
a.btn.btn-paging { color: black !important; }

.width5 { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width60 { width: 60%; }
.width70 { width: 70%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width100 { width: 100%; }

.div_responsive_datable_wrapper
{
	overflow-x: auto;
}

.div_responsive_datable_wrapper table
{
	min-width: 1200px;
}

.fa_load_hide
{
	display: none;
}

.paging_number
{
	position: relative;
	top: 9px;
	right: 15px;
}

.total_record
{
	position: relative;
	top: 9px;
	left: 15px;
}

.btn.btn-gray
{
	background: gray;
	color: white;
}

.rating_star_wrapper
{
	
}

.rating_star
{
	width: 10px;
}
