/*
Your Styles goes here
*/
body {
    background-color: #fff;
}
.h2, h2 {
	font-size: 18px;
}
.top-buffer-10 {
	margin-top: 10px;
}
.header {
	/*position: fixed;*/
	top: 0;
	z-index: 9;
}
.content {
	margin-top: 60px;
}
.footer {
	font-size: 14px;
	border-top: 1px solid;
	/*position: fixed;*/
	/*bottom: 0;*/
}

md-toolbar {
	background-color: rgb(166, 56, 131);
	color: #fff;
	font-weight: bold;
	min-height: 20px;
	background-color: #212121 !important;
	box-shadow:10px 2px 10px 0 rgba(0,0,0,.26);
}
md-toolbar .md-menu {
	margin: 0;
}
.md-menu-demo {
	min-height: 30px;
}
.md-menu-demo .md-button {
	font-weight: bold;
	color: #fff;
}
.md-menu-demo md-menu {
  padding: 0px;
}
.md-button {
	margin: 0;
	text-transform: none;
}
.md-button > i {
	vertical-align: middle;
	padding-bottom: 3px;
	padding-right: 5px;
}
.logo {
	text-transform: none;
	padding: 0px;
	border-radius: 0px !important;
}
.logo img {
	height: 34px;
}
.md-menu .md-button {
  color: 	#F28120 !important;
  /*#ffd700*/
}
.homeBox {
	margin: 5px;
}
button.md-button-submenu.md-button {
  color: #000 !important;
  padding-left: 16px;
}
md-content {
  background-color: #FFF !important;
}
md-menu-content {
	/*background-color: #ECECEC;*/
	color: #000;
}
.user {
	min-width: 250px;
}
.user-header ul {
	list-style-type: none;
}
.user-header {
	height: 120px;
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px #CCC solid;
}
.user-footer {
	background-color: #f9f9f9;
}
md-input-container.hide-error-msg {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
md-input-container.hide-error-msg .md-errors-spacer:empty {
  display: none;
}
