.uppercase {
	text-transform: uppercase;
}

.undecorated {
	text-decoration: none!important;
}

.relative {
	position: relative!important;
}

.no-margin {
	margin: 0;
}

.fsize-20 {
 	font-size:20px!important;
}

.bold {
	font-weight: bold;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.icon-object {
	text-align: center;
	margin: 10px;
	border: 3px solid;
	padding: 23px 16px 18px;
}
.icon-object, .status-mark {
	border-radius: 50%;
	display: inline-block;
}

.icon-object>i {
	font-size: 32px;
	top: 0;
}

.has-feedback-left .form-control {
	padding-right: 12px !important;
	padding-left: 45px !important;
}

.c-pointer{
	cursor: pointer;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-muted {
	color: #818a91;
}

.text-center {
	text-align: center !important;
}

.element-center{
	margin-left: auto;
	margin-right: auto;
}

