/* This will hide all warning icons in the portal */
.glyphicon-warning-sign {
    display: none !important;
}

/* Optional: If there is any leftover red color where the icon was, 
   this ensures the text is handled cleanly */
.glyphicon-warning-sign.red {
    display: none !important;
}