/* MaterialDesignIcons.com */
@font-face {
	font-family: "Material Design Icons";
	src: url("../fonts/materialdesignicons-webfont.eot?v=1.6.50");
	src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.6.50")
		format("embedded-opentype"),
		url("../fonts/materialdesignicons-webfont.woff2?v=1.6.50")
		format("woff2"),
		url("../fonts/materialdesignicons-webfont.woff?v=1.6.50")
		format("woff"),
		url("../fonts/materialdesignicons-webfont.ttf?v=1.6.50")
		format("truetype"),
		url("../fonts/materialdesignicons-webfont.svg?v=1.6.50#materialdesigniconsregular")
		format("svg");
	font-weight: normal;
	font-style: normal
}

.mdi {
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}

.mdi_account:before {
	content: "\F004"
}

.mdi_alert_circle_outline:before {
	content: "\F5D6"
}

.mdi_arrow_left_bold:before {
	content: "\F04E"
}

.mdi_arrow_right_bold:before {
	content: "\F055"
}

.mdi_arrow_right_bold_circle:before {
	content: "\F056"
}

.mdi_checkbox_blank_circle_outline:before {
	content: "\F130"
}

.mdi_close:before {
	content: "\F156"
}

.mdi_code_greater_than:before {
	content: "\F16C"
}

.mdi_lock:before {
	content: "\F33E"
}

.mdi_minus:before {
	content: "\F374"
}

.mdi_numeric_1_box:before {
	content: "\F3A4"
}

.mdi_numeric_2_box:before {
	content: "\F3A7"
}

.mdi_numeric_3_box:before {
	content: "\F3AA"
}

.mdi_numeric_4_box:before {
	content: "\F3AD"
}

.mdi_play:before {
	content: "\F40A"
}