.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.bottom {
	vertical-align: bottom !important;
}
.right0 {
	right: 0;
}
.left0 {
	left: 0;
}
.pointer {
	cursor: pointer;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-init {
	float: initial !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize;
}
.middle {
	vertical-align: middle;
}
.padding-0 {
	padding: 0;
}
.padding-top-0 {
	padding-top: 0;
}
.padding-right-0 {
	padding-right: 0;
}
.padding-right-25 {
	padding-right: 25px;
}
.padding-bottom-0 {
	padding-bottom: 0;
}
.padding-left-0 {
	padding-left: 0 !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-bottom-5 {
	padding-bottom: 5px;
}
.padding-left-right-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.margin-0 {
	margin: 0 !important;
}
.margin-top-0 {
	margin-top: 0 !important;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-left-0 {
	margin-left: 0px !important;
}
.margin-left-3 {
	margin-left: 3px;
}
.margin-left-5 {
	margin-left: 5px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-15 {
	margin-left: 15px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-right-0 {
	margin-right: 0 !important;
}
.margin-right-3 {
	margin-right: 3px;
}
.margin-right-5 {
	margin-right: 5px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-15 {
	margin-right: 15px;
}
.margin-left-right-5 {
	margin-left: 5px;
	margin-right: 5px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.nowrap {
	white-space: nowrap;
}
.wrap {
	white-space: normal !important;
}
.clear, .clear::after {
	clear: both;
}
.blue {
	color: #3598dc;
}
.red:not(button) {
	color: #CB5A5E !important;
}
.btn.red {
	color: white !important;
}
.yellow {
	color: #F1C40F;
}
.green {
	color: #4DB3A2;
}
.gray {
	color: #B3B3B3;
}
.c666 {
	color: #666;
}
.c777 {
	color: #777;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.font-weight-600 {
	font-weight: 600;
}
.border-none {
	border: none !important;
}
.border-top-none {
	border-top: none !important;
}
.border-right-none {
	border-right: none !important;
}
.border-bottom-none {
	border-bottom: none !important;
}
.border-left-none {
	border-left: none !important;
}
.border-bottom {
	border-bottom: 1px solid #eee;
}
.page-break-avoid {
	page-break-inside:avoid;;
}
.no-hover:hover {
	background: none;
}
.opacity0 {
	opacity: 0;
}
.opacity1 {
	opacity: 1 !important;
}
.opacity025 {
	opacity: 0.25 !important;
}
.opacity05 {
	opacity: 0.5 !important;
}
.vertical-align-bottom {
	vertical-align: bottom !important;
}
td.top {
	vertical-align: top !important;
}
td.middle {
	vertical-align: middle !important;
}
.width-auto {
	width: auto;
}
.width-100 {
	width: 100%;
}
.max-width-350 {
	max-width: 350px;
	overflow: hidden;
}
.rotate-90 {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
table.white-space-normal th,
table.white-space-normal td,
.white-space-normal {
	white-space: normal !important;
}
.hide {
	display:none;
}
.width1px {
	width: 1px;
}
.hoverIcon {
	color: #999;
}
.hoverIcon:hover {
	color: #333;
}
.list-style-type-none {
	list-style-type: none;
}