/* Add here all your CSS customizations */
.tbDateStyle
{
	background-color: transparent !important;
}

#tbPreImage,
#tbPreviewImage
{
	width: 100px;
	height: auto;
	margin-top: 10px;
}

.width5 { width: 5%; }
.width10 { width: 10%; }
.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%; }

.news_list_preview_cover
{
	width: 100px;
}

.custom_badge.badge
{
	font-size: 100%;
}

.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;
}

#div_responsive_datable_wrapper
{
	width: 100%;
	overflow-x: scroll;
}

#div_responsive_datable_wrapper tr:hover
{
	background: #b1b1b1;
}

.form-group + .form-group
{
	border-top: none !important;
	padding-top: 0 !important;
}