.word-break {
    word-break: break-word;
}

.hidden-field {
    display: none !important; 
}

.no-pointer {
	pointer-events: none !important;
}

.not-allowed-cursor {
	cursor: not-allowed !important;
}


.pointer-auto {
    pointer-events: auto;
}

.half-opacity {
    opacity: 0.5 !important;
}

.full-opacity {
    opacity: 1;
}

#acknowledgement .form-group.width-100pencent:last-child {
    word-break: break-word;
}
.fb_custom_style_font_weight_bold{
    font-weight: bold !important;
}

.fb_custom_style_font_style_italic{
    font-style: italic !important;
}

.fb_custom_style_text_decoration_underline{
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}


