

.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-84 {
	font-size: 84px;
}

/* 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);
}

.mdl-list__item-icon, .mdl-list__item-icon.material-icons {
	font-size: 22px !important;
	color: teal !important;
}


/* .mdl-layout__drawer { */
/* 	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px */
/* 		rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important; */
/* 	border: none !important; */
/* 	height: initial !important; */
/* 	max-height: initial !important; */
/* } */

 .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
 	padding: 20px 16px !important; 
 	font-weight: 500 !important;
}

.mdl-textfield__label {
	color: rgba(0, 0, 0, 0.54) !important;
	font-size: 12px !important;
	top: 8px !important;
}

 @media screen and (min-width: 1025px) {
 	.mdl-layout--fixed-drawer>.mdl-layout__content {
 		margin-left: 0px !important; 
 	} 
 	.mdl-layout__drawer {
 		width: 100px !important;
 	}
 	.mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row {
 		padding-left: 0px !important;
 	}
 }
 

/* .mdl-layout--fixed-drawer.is-upgraded:not (.is-small-screen )>.mdl-layout__header {  */
/* 	margin-left: 400px !important; */
/* 	width: calc(100% - 400px) !important; */
/* }

/* .mdl-layout__header { */
/* 	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px */
/* 		rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12) !important; */
/* 	height: 70px !important; */
/* } */

.mdl-layout__header-row {
	height: 50px !important;
}

.mdl-layout__title {
	font-size: 22px !important;
 	font-weight: 500 !important;
}

 .mdl-layout__drawer-button {
 	height: 60px !important;
 	line-height: 65px !important; 
 }
 
 .menu_layout {
 	background-color: #C0C0C0 !important;
 	height:100% !important;
 	width:400px !important;
 }
