.bg-error
{
	background-color : #B40404;
}
.full-width
{
	width:100%;
}

.no-padding
{
	padding:0px;
}

.no-padding-left
{
	padding-left:0px;
}
.no-padding-right
{
	padding-right:0px;
}

.no-padding-top
{
	padding-top:0px;
}
.no-padding-bottom
{
	padding-bottom:0px;
}

.no-margin
{
	margin:0px;
}
.text-error
{
	color : #B40404;
}
.text-left
{
	text-align:left;
}
.text-center
{
	text-align:center;
}

.text-right
{
	text-align:right;
}

.text-valign-middle
{
	vertical-align:middle;
}
.text-valign-bottom
{
	vertical-align:text-bottom;
}

.text-bold
{
	font-weight:bold;
}

.text-normal
{
	font-weight:normal;
}

.text-ucase, .text-uppercase
{
	text-transform: uppercase;
}
.text-lcase, .text-lowercase
{
	text-transform: lowercase;
}

.text-capitalize, .text-cap
{
	text-decoration: capitalize;
}

.text-overline, .text-oline
{
	text-decoration: overline;
}

.text-underline, .text-uline
{
	text-decoration: underline;
}

.text-line-through
{
	text-decoration: line-through;
}

.spacer-small, .spacer-sm
{
	height:5px;
}

.spacer-medium, .spacer-md
{
	height:10px;
}

.spacer-large, .spacer-lg
{
	height:35px;
}
.spacer-xlarge, .spacer-xl
{
	height:70px;
}

.container-center
{
    margin: 0 auto; 
}

.error-message
{
	color : red;
}

.cursor-pointer
{
	cursor: pointer; cursor: hand;
}
.fixed-bottom
{
    position: fixed;
    bottom: 0px;
}
.display-flex
{
	display: flex;
}