@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700');
/*@import url('https://fonts.googleapis.com/icon?family=Material+Icons');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,700');*/


@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('Fonts/MaterialIcons-Regular.woff2') format('woff2');
}

.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';
}


	/* Rules for sizing the icon. */
	.material-icons.mat-18 {
		font-size: 18px;
		width: 18px;
		height: 18px;
	}

	.material-icons.mat-24 {
		font-size: 24px;
		width: 24px;
		height: 24px;
	}

	.material-icons.mat-36 {
		font-size: 36px;
		width: 36px;
		height: 36px;
	}

	.material-icons.mat-48 {
		font-size: 48px;
		width: 48px;
		height: 48px;
	}

	/* Rules for rotate the icon. */
	.material-icons.mat-rotate-45 {
		transform: rotate(45deg);
	}

	.material-icons.mat-rotate-90 {
		transform: rotate(90deg);
	}

	.material-icons.mat-rotate-135 {
		transform: rotate(135deg);
	}

	.material-icons.mat-rotate-180 {
		transform: rotate(180deg);
	}

	.material-icons.mat-rotate-225 {
		transform: rotate(2250deg);
	}

	.material-icons.mat-rotate-270 {
		transform: rotate(270deg);
	}

	.material-icons.mat-rotate-315 {
		transform: rotate(315deg);
	}


	/* Rules for using icons as black on a light background. */
	.material-icons.mat-dark {
		color: rgba(0, 0, 0, 0.54);
	}

		.material-icons.mat-dark.mat-inactive {
			color: rgba(0, 0, 0, 0.26);
		}

	/* Rules for using icons as white on a dark background. */
	.material-icons.mat-light {
		color: rgba(255, 255, 255, 1);
	}

		.material-icons.mat-light.mat-inactive {
			color: rgba(255, 255, 255, 0.3);
		}
