.stepy-callbacks {
}
.input-group-addon i {
	color:#ccc;
}
.numeric-step {
	width:30px;
	line-height:30px;
	border-radius:100px;
	display:inline-block;
	background-color:#156188;
	color:#fff;
	text-align:center;
}

.validation-error-label,
.validation-valid-label {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  color: #F44336;
  position: relative;
  padding-left: 26px;
}
.validation-valid-label {
  color: #428C27;
}
.validation-error-label:before,
.validation-valid-label:before {
  font-family: 'icomoon';
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.validation-error-label:empty,
.validation-valid-label:empty {
  display: none;
}
.validation-error-label:before {
  content: '\ed63';
}
.validation-valid-label:before {
  content: '\ee73';
}

.btn-rounded-grid {
	padding:2px;
}

.dashed-border {
	border-style:dashed !important;
}
.input-group-addon i{
	width:15px;
}
.top-border-btn-sep {
	border-top: 1px solid #e1e1e1;
	margin-top: 10px;
	padding-top: 10px;
}