.has-icon {
	position: relative;
}

.has-icon input {
	padding-right: 30px !important;
}

.has-icon.icon-left input {
	padding-left: 30px !important;
	padding-right: 20px !important;
}

.has-icon i {
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
}

.has-icon.icon-left i {
	position: absolute;
	width: 30px;
	left: 10px;
	top: 5px;
	cursor: pointer;
	font-size: 14px;
}

.text-bold {
	font-weight: bold !important;
}