.invalid-feedback:before {
	content: "";
}
.invalid-feedback > strong {
	font-size: 12.5px;
	font-weight: 600;
}
.help-block {
	margin: 0;
	font-size: 12px;
}

.consultations-BTN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.consultations-BTN .close-BTN {
    margin-right: 20px;
}
.modal-footer.nomargin {
    margin-top: 0;
    margin-right: 0;
}
.portlet>.portlet-title>.nav-tabs, .portlet.light>.portlet-title {
    width: 100%;
}
/*.portlet>.portlet-title>.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}*/



.submit-section > .form-actions {
    padding-bottom: 0;
}


/*Rest Padding and Margin STyles*/
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nopadd-l {
    padding-left: 0;
}
.mt-0 {
    margin-top: 0!important;
}