.RadTile_Avanti {
  color: #ffffff;
  background-color: #FF9800;
  font-family: "Roboto", "Noto", sans-serif;
  /* Loading image */ }
  .RadTile_Avanti.rtileSelected {
    border-color: #f8fafb; }
  .RadTile_Avanti.rtileHovered {
    border-color: #F57C00; }
  .RadTile_Avanti.rtileSelected.rtileHovered {
    border-color: rgba(245, 124, 0, 0.7); }
  .RadTile_Avanti.rtileSelected .rtileSelectedIcon {
    background-color: #f8fafb;
    color: #607D8B; }
  .RadTile_Avanti .rtileBadgeIcon {
    color: #ffffff; }
  html .RadTile_Avanti.RadTile h6.rtileTitle {
    color: #ffffff; }
  .RadTile_Avanti .rtilePeekContent {
    background-color: #FF9800; }
  .RadTile_Avanti.rtileLoading,
  .RadTile_Avanti .rtileLoading {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.Avanti.Common.loading_small.gif")%>'); }
  .RadTile_Avanti .rtileBadgeIcon:before {
    font-family: 'Material Icons';
    font-size: 24px; }
  .RadTile_Avanti .rtileAlertBadge:before {
    content: "\E7F5"; }
  .RadTile_Avanti .rtileAttentionBadge:before {
    content: "\E001"; }
  .RadTile_Avanti .rtileErrorBadge:before {
    content: "\E888"; }
  .RadTile_Avanti .rtilePausedBadge::before {
    content: "\E036"; }
  .RadTile_Avanti .rtileActivityBadge:before {
    content: "\E5D5"; }
  .RadTile_Avanti .rtileNewMessageBadge:before {
    content: "\E0E1"; }
  .RadTile_Avanti .rtilePlayingBadge:before {
    content: "\E039"; }
