@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  color: rgba(0, 0, 0, 0.54);
  padding: 0px 4px 0px 0px;

  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;  /* Preferred icon size 24 */
  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';
}


/* Rules for sizing the icon. */
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-15 { font-size: 15px; }
.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-54 { font-size: 54px; }
.material-icons.md-60 { font-size: 60px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-dark.md-opaque { color: rgba(0, 0, 0, 0.8); }

/* 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); }

/* Different Colors for specific use */
.material-icons.md-white { color: rgba(255, 255, 255, 1); }
.material-icons.md-green { color: rgba(0, 255, 0, 0.9); }
.material-icons.md-red { color: rgba(255, 0, 0, 0.9); }
.material-icons.md-grey { color: rgba(238, 238, 238, 0.9); }
.material-icons.md-darkgrey { color: rgba(34, 34, 34, 0.9); }
.material-icons.md-blue { color: rgba(35, 70, 118, 0.9); }

/* Specific Colors for Matrix */
.material-icons.md-mxp-red { color: rgba(139, 44, 42, 0.9); }
.material-icons.md-mxp-yellow { color: rgba(205, 176, 65, 0.9); }
.material-icons.md-mxp-amber { color: rgba(255, 191, 0, 0.9); }
.material-icons.md-mxp-blue { color: rgba(68, 161, 191, 0.9); }
.material-icons.md-mxp-grey { color: rgba(35, 70, 118, 0.9); }


/* Tiles */
.material-icons.md-tiles { 
	padding: 14px 0px 10px 0px; 
	color: rgba(250, 250, 250, 1); 
	font-size: 54px; 
}

.material-icons.md-tiles-small { 
	color: rgba(250, 250, 250, 1); 
	font-size: 28px; 
}

