.error{
	display: none;
	margin-left: 10px;
}		

.error_show{
	color: red !important;
}


input.invalid, textarea.invalid, select.invalid{
	border: 2px solid red !important;
}

input.valid, textarea.valid, select.valid{
	border: 2px solid green !important;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #212121;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  width: 100%;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.ifscModalMessage{
	color: red;
	text-align: center;
}

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

.text-bold{
  font-weight: bold;
}