@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/javax.faces.resource/images_iconfont/iconfont/MaterialIcons-Regular.eot.xhtml); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/javax.faces.resource/images_iconfont/iconfont/MaterialIcons-Regular.woff2.xhtml) format('woff2'),
    url(/javax.faces.resource/images_iconfont/iconfont/MaterialIcons-Regular.woff.xhtml) format('woff'),
    url(/javax.faces.resource/images_iconfont/iconfont/MaterialIcons-Regular.ttf.xhtml) format('truetype');
}



.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';

  vertical-align: middle !important;
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }
.material-icons.md-72 { font-size: 72px; }
.material-icons.md-96 { font-size: 96px; }

/* */
.material-icons.padding-top-3px {
    padding-top: 3px;
}
.material-icons.padding-top-1px {
    padding-top: 1px;
}

/* Rules for using icons as black on a light background. */
.material-icons.grey_505656ab { color: #505656; color: #505656ab; }
.material-icons.red_dd0000ab { color: #dd0000; color: #dd0000ab; }
.material-icons.blue_125085ff { color: #125085; color: #125085ff; }
.material-icons.black { color: #000000; color: #000000ff; }


.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Added in v2.28 */
/* Smarthphone */
@media only screen and (max-device-width: 420px)
{
	/* increase sizes */
	.material-icons.md-36 { font-size: 54px; }
}


