.dashboard-sidenav {
  min-height: 100vh; }
  .dashboard-sidenav.md-locked-open {
    width: 160px; }

.gradient {
  background: linear-gradient(to right, #2ac5ce 0%, #2a9cfe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.dashboard-avatar {
  position: relative;
  display: inline-block; }
  .dashboard-avatar img:last-child {
    position: absolute;
    bottom: 10px;
    right: -8px;
    z-index: 1; }

.dashboard-menu a {
  text-decoration: none; }
  .dashboard-menu a:hover, .dashboard-menu a.active {
    color: #2A9CFE !important; }

.custom-nav {
  position: absolute;
  top: 0;
  left: 20px; }

.upload-avatar {
  background: #D8D8D8;
  position: absolute;
  border-radius: 50%;
  right: -10px;
  color: #5F5F5F;
  bottom: 10px;
  padding: 7px;
  cursor: pointer; }

.new-notification-item {
  background-color: rgba(42, 197, 206, 0.4); }

.new-notification:after {
  content: '*';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #f44336;
  border-radius: 50%;
  top: 0px;
  right: 0px;
  line-height: 18px;
  text-align: center;
  font-weight: bold; }

md-icon.shake-rotate {
  color: #ffffff; }
