 .ui-widget,.ui-widget .ui-widget {  
 	font-size: 100%;  
}  

.wizard-step-doing > .wizard-number {
   font-weight: 600;
}

fieldset label {
   font-weight: 400 !important;
}

.btn-primary {
   color: #fff !important;
}

body .ui-commandlink:hover, body .ui-link:hover {
   color: #fff;
   text-decoration: none !important;
}

#page-header .btn-primary.btn-alt:not(:hover) {
    color: #0a2644 !important;
}
/* body a { */
/*     color: #007ad9 !important; */
/* } */


/* #page-header .btn-primary.btn-alt { */
/* 	outline: none !important; */
/* } */

/* legend{ */
/* 	font-size:1.1rem; */
/* } */

/* body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon { */
/*     margin-top: -0.7rem !important; */
/* } */

.ui-inputgroup-addon , input.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all.form-control , input.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all.form-control:focus {
    height: calc(1.6em + .75rem + 2px) !important;
}

/* .ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon  { */
/*     margin-top: -4px !important; */
/*     margin-right: 4px; */
/* } */

/* .ui-messages-fatal-icon{ */
/* 	margin-top: 0px !important; */
/*     margin-right: 4px; */
/* } */


/* body .ui-commandlink:hover, body .ui-link:hover { */
/*     color: #116fbf; */
/*     text-decoration: underline; */
/* } */

.noHrefLink { 
	text-decoration: underline; cursor: pointer 
} 


  @media (max-width: 576px)
.wizard-step.col {
    width: 33%!important;
}  