.bg-color-black{
	background-color: #00000e !important;
}
.bg-color-white{
	background-color: #ffffff !important;
}
.bg-color-green{
	/*background: #81c341 !important;*/
	background: #55c42e !important;
}
.bg-color-gray{
	background-color: #f1f1f1 !important;
}
.bg-color-gray2{
	background-color: #eeeeee !important;
}
.bg-color-gray3{
	background-color: #f8f8f8 !important;
}
.color-black{
	color: #00000e !important;
}
.color-gray-dark{
	color: #6a6a6a !important;
}
.color-white{
	color: #f1f1f1 !important;
}
.color-gray-light{
	color: #b4b4b4 !important;
}
.color-gray-dark2{
	color: #474747 !important;
}
.color-green{
	/*color: #81c341 !important;*/
	color: #55c42e !important;
}
.color-red{
	color: #ed2024 !important;
}
.border-color-green{
	/*border-color: #81c341 !important;*/
	border-color: #55c42e !important;
}
.border-color-gray{
	border-color: #c9c9c9 !important;
}
.border-color-gray2{
	border-color: #f1f1f1 !important;
}