.not-border{
	border: 0px solid black !important;
}

.not-margin{
	margin: 0px !important;
}

.not-rigth-padding{
	padding-right: 0px !important;
}

.not-left-padding{
	padding-left: 0px !important;
}

.hover:hover {
	background-color: #f3f3f3;
}

.default{
	cursor: default !important;
}

.white-text{
	color: white !important;
}

.text-white{
	color: white !important;
}

.scroll-auto-y{
	overflow-y: auto !important;
}