
.md-sidenav {
	width: 230px;
}

.sidebar {
  background: linear-gradient(154deg,#039BE5 0,#00b29c 100%);
}

.md-sidenav .sidebar .md-button {
	text-align: left;
	color: white;
	margin: 3px;
}

.md-sidenav .sidebar .md-button:hover:not(.md-raised) {
  background-color: #5893CE;
}

.md-sidenav .sidebar .md-raised {
	color: black;
}

.second-level {
	background-color : rgba(0, 0, 0, .2) !important;
	margin : 0px !important;
	padding-left : 20px !important;
	color: white !important;
	border-radius: 0px !important;
}

.second-level-raised {
	background-color : white !important;
	margin : 0px !important;
	padding-left : 20px !important;
	color: black !important;
	border-radius: 0px !important;
}


.nav-header {
  background-color: #039BE5;
  /*background: linear-gradient(#185694, #039BE5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #185694), color-stop(1, #039BE5));
  background: -webkit-linear-gradient(top, #185694 0%, #039BE5 100%);
  background: -moz-linear-gradient(top, #185694 0%, #039BE5 100%);
  background: linear-gradient(top, #185694 0%, #039BE5 100%);*/
  border-bottom: 1px solid #0277BD;
  flex-shrink: 0;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  color: white;
  font-weight: 400;
  overflow: hidden;
}

.nav-header:hover {
  cursor: pointer;
  background-color: #5893CE;
}

.nav-header img {
  max-height: 48px;
}

.nav-footer {
  text-align: center;
  border-top: 1px solid #00796B;
  padding: 2px;
  /*color: #17497a;*/
  color: #0b3660;
  background-color: #00b29c;
  /*width:100%;*/
}