/* ANTI BOOSTRAP */

.form-fieldset .form-group {
/*     margin-bottom: 0px !important; */
}

.form-group {
/*     margin-bottom: 0px !important; */
}

.alert {
/*     margin-bottom: 0px !important; */
}

/* .input-group-addon, .input-group-btn{ */
/* 	width:auto !important; */
/* } */

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
    font-style: #337ab7;
}

.panel {
/*     margin-bottom: 0px !important; */
}

.input-group-addon, .input-group-btn{
/* 	width:auto; */
}

/* TODO */
@supports not (-ms-high-contrast: none) {
	
}

/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/*  .input-group-addon{ */
/* 	display:block !important; */
/* } */

}