.fa-highlight {
	color: #eb641f;
	font-size: 1.2em;
	vertical-align: -5%;
}

.inputFormCustom .form-group{
	margin-bottom: 0;
}

.labelRequired label:after {
    content: "*";
}

.inputFormCustom fake-fieldset {
    border: none;
    padding: 0;
  }

.modal-lg {
    width: 85%;
    margin: 0 auto;
    max-width: none;
}

.notification::before
{
    font-size: 1rem !important;
}

.mt-4-1 {
    margin-top: 1.7rem!important
}

.mt-5-7-rem {
    margin-top: 5.7em!important;
}

.h-170 {
    min-height: 170% !important;
}

.greyBackgroundRadio:before {
	background-color: #f0f1f3;
}

.tagHidden {
    display: 'none';
    visibility: 'hidden';
}

.col-spaced {
    padding : 10px !important;
}

.w-10rem {
    min-width: 10rem;
}

ul.no-bullets {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
  }

  ul.no-bulletsWithPadding {
	list-style-type: none; /* Remove bullets */
	
	margin: 0; /* Remove margins */
  }

  div.alignTextCenter {
	text-align: center;
  }
