@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url("../fonts/Roboto-Light.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("../fonts/Roboto-LightItalic.ttf") format('truetype');
}

/* Normal */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), local('Roboto-Regular'), url("../fonts/Roboto-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url("../fonts/Roboto-Italic.ttf") format('truetype');
}

/* Bold */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url("../fonts/Roboto-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("../fonts/Roboto-BoldItalic.ttf") format('truetype');
}
.logout h3{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-bottom: 20px;
}
body,
body>md-content{
	background-color: #EEE;
	font-family: "Roboto";
}
md-toolbar .md-menu.user-menu{
	margin: 0;
}
md-sidenav {
	width: 240px !important;
	min-width: 240px !important;
	max-width: 240px !important;
}
.sidemenu .md-subheader{
	color: black;
	font-weight: bold;
}
.md-scroll-mask {
	z-index: 0 !important;
}
md-backdrop.md-click-catcher{
	z-index: 98;
}
.sidemenu{
	font-weight: 500;
}
.sidemenu md-list{
	padding: 0;
}
.sidemenu button,
.sidemenu a{
	text-transform: capitalize;
	text-align: left;
	width:100%;
	margin:0;
	-webkit-font-smoothing: antialiased;
	color: rgb(51, 51, 51);
	font-size: 13px;
	font-weight: bold;
	height: 43px;
	line-height: 13px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-left: 22px;
	padding-right: 0px;
	padding-top: 15px;
}
.sidemenu a {
	font-family: RobotoDraft, Roboto, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 33px;
	line-height: 13px;
	padding-bottom: 10px;
	padding-left: 46px;
	padding-right: 24px;
	padding-top: 10px;
	text-decoration: capitalize;
	white-space: nowrap;
}
.sidemenu .active span{
	color: #3f51b5;
}
.md-button.md-icon-button.abg-menu-button{
	position: absolute;
	z-index: 59;
	height: 65px;
	color: white;
	width: 65px;
}