.input-group-addon{
	color:white;
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-warning .form-control-feedback{
		color:#8a6d3b
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{
	color:#a94442
	}

.has-error .form-control{
	border-color:#a94442;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
	}

.has-error .form-control:focus{
	border-color:#843534;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
	}

.has-error .input-group-addon{
	color:#a94442 !important;
	background-color:#f2dede;
	border-color:#a94442
	}
	
.has-error .form-control-feedback{
	color:#a94442
	}
	
.has-feedback label.sr-only~.form-control-feedback{
	top:0
	}
	
.help-block{
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	color:#737373
	}
	
/* .fa {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-remove::before {
    content: "\e014";
} */