/* icon color*/
.iconColor
{
	color: #37DBC2 !important;
}

/*form element error message*/
.form-group .formSpanElement {
	color: red !important;
}

/*Form element font size*/
.form-group input {
	font-size: medium;
}

/* Form element border and background color*/
.customTextBoxBorder {
	border: 1px solid #aafbb0 !important;
	background-color: #fbfefa !important;
}

/*Hide password field*/
.eye-icon {
	float: right;
	margin-right: 8px;
	margin-top: -30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.eye-icon-sm {
	float: right;
	margin-right: 8px;
	margin-top: -24px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.bg-light-green-shade
{
	background-color: #37DBC2 !important;
	color:white;
}

.bg-light-grren-shade tr:nth-child(even) 
{
	background-color: #37DBC2 !important;
}

#bootstrap_datatable tbody
{
	color:black;
}