/***
Override font-family of theme components from 'FontAwesome' v4 to 'Font Awesome 5 Pro'
https://fontawesome.com/v5/docs/web/setup/upgrade-from-v4
***/
.dropdown-submenu > a:after {
  font-family: "Font Awesome 5 Pro";
}

.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen {
  font-family: "Font Awesome 5 Pro";
}
.portlet > .portlet-title > .tools > a.fullscreen {
  font-family: "Font Awesome 5 Pro";
}

.tiles .tile.selected .check:after {
  font-family: "Font Awesome 5 Pro";
}

.bootstrap-select .caret:before {
  font-family: "Font Awesome 5 Pro";
}

.portlet.calendar .fc-button .fc-icon-left-single-arrow {
  font-family: "Font Awesome 5 Pro";
}
.portlet.calendar .fc-button .fc-icon-right-single-arrow {
  font-family: "Font Awesome 5 Pro";
}

.page-sidebar ul > li > a .arrow:before {
  font-family: "Font Awesome 5 Pro";
}

.page-sidebar > ul > li > a .arrow.open:before {
  font-family: "Font Awesome 5 Pro";
}

.success .help-inline.ok:before {
  font-family: "Font Awesome 5 Pro";
}