/*

	Google, Material Design Icons
	Thanks to Google for providing these icons for free, cheers!
	https://design.google.com/icons/

	Stylesheet has been modified from the original package to fit the theme in certain ways.

	Provided for free as Open Source under the CC BY 4.0 license
	https://creativecommons.org/licenses/by/4.0/

*/

@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 {
	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;
	-webkit-font-smoothing: antialiased; /* Support for all WebKit browsers. */
	text-rendering: optimizeLegibility; /* Support for Safari and Chrome. */
	-moz-osx-font-smoothing: grayscale; /* Support for Firefox. */
	font-feature-settings: "liga"; /* Support for IE. */
}

/* Rules for the size of the icons. */
.material-icons.md-in { font-size: inherit; }
.material-icons.md-12 { font-size: 12px; line-height: 14px; vertical-align: top; }
.material-icons.md-14 { font-size: 14px; line-height: 16px; vertical-align: top; }
.material-icons.md-16 { font-size: 16px; line-height: 18px; vertical-align: top; }
.material-icons.md-18 { font-size: 18px; line-height: 20px; vertical-align: top; }
.material-icons.md-22 { font-size: 22px; line-height: 24px; vertical-align: top; }
.material-icons.md-24 { font-size: 24px; line-height: 26px; vertical-align: top; }
.material-icons.md-32 { font-size: 32px; line-height: 34px; vertical-align: top; }
.material-icons.md-36 { font-size: 36px; line-height: 38px; vertical-align: top; }
.material-icons.md-48 { font-size: 48px; line-height: 50px; vertical-align: top; }

/* Rules for the colour of the icons. */
.md-blue { color: #006ebb; }
.md-white { color: #ffffff; }
.md-black { color: #000000; }

/* Rules for vertical alignment of text. */
.md-vatt { vertical-align: text-top; }
.md-vatb { vertical-align: text-bottom; }
.md-vat { vertical-align: top; }
.md-vam { vertical-align: middle; }
.md-vab { vertical-align: bottom; }

/* 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); }

/* 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); }

