/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: 0;
}
/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
  margin-top: -0.75em;
}
.ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
.ui-dialog {
  z-index: 20101 !important;
  max-width: 40em;
  padding: 0;
}
.ui-dialog.ui-widget-overlay {
  z-index: 20100 !important;
}
.ui-dialog .ui-dialog-titlebar {
  margin-bottom: 0.5em;
  border-radius: 0;
}
.ui-front {
  z-index: 20101 !important;
}
.ui-front.ui-widget-overlay {
  z-index: 20100 !important;
}
