@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local("Material Icons"), local("MaterialIcons-Regular"), 
		url("../images/MaterialIcons/iconfont/MaterialIcons-Regular.ttf") format("truetype"), 
		url("../images/MaterialIcons/iconfont/MaterialIcons-Regular.eot") format("embedded-opentype"), /* EDIT correction on this line */
		url("../images/MaterialIcons/iconfont/MaterialIcons-Regular.woff") format("woff"); /* Modern Browsers */
}

/* roboto-regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto'),
		local('Roboto-Regular'),
		url('../images/MaterialIcons/roboto/Roboto-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  /* 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'; 
}
.material-icons.customColor { 
	color: #607D8B; 
}
.material-icons.customWhite {
  color: #FFFFFF;
}
.material-icons.customBlack {
  color: black;
}
.material-icons.customBlue {
	color: #0062A6;
	position: relative;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
.material-icons.customWhite-Small {
  color: #FFFFFF;
  font-size: 14px;
  position: relative; 
  text-align: center;
  padding: 0px 0px 5px 0px;
}
.material-icons.selectIcon-inherit { 
	font-size: 18px;
	float: left; 
	position: relative; 
	text-align: center;
	padding: 5px 0;
	margin-right: 5px;
	color: inherit;
}
.material-icons.selectIcon-location { 
	font-size: 16px;
	float: left; 
	position: relative; 
	text-align: center;
	padding: 4px 0px 6px 0px; /* top right bottom left */
	margin-right: 0px; /* was 5px when inside select2 */
	color: inherit;
}
.material-icons.dropDownMenuIcon-inherit { 
	font-size: 18px;
	float:right; 
	position:relative; 
	text-align: center;
	padding-top: 5px;
	color: inherit;
}

/*# sourceMappingURL=material-design-icons.css.map */
