.navbar{
  /*margin-bottom: 0;*/
}

/* Sidebar */
#sidebar-wrapper {
    z-index: 1;
    position: absolute;
    width: 250px;
    height: 100%;
    overflow-y: hidden;
    background: #2C3E50;
    border: 0;
    opacity: 0.9;
}

.sidebar{
  border-right: 0;
  padding: 0;
  margin-right: 0;
}
/* Always take up entire screen */
#page-content-wrapper {
    width: 100%;
    position: absolute;
    /*padding-left: 250px;*/
    padding-top: 10px;
    border: 0;
	  overflow-y : hidden;
}


/* Change with of sidebar from 0 to 250px */
#wrapper.menuDisplayed #sidebar-wrapper {
    width: 0;
}

/* Since we added left padding, we need to shrink the width by 250px */
#wrapper.menuDisplayed #page-content-wrapper {
    padding-left: 0;
}


/* Sidebar styling - the entire ul list */
.sidebar-nav {
    padding: 10px;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

#myprofile{
  padding-left: 0;
  margin: 0;
  height: 180px;
  list-style: none;
}

#myprofile ul{
  padding-left: 0;
  list-style: none;
}

#myprofile li{
  padding-top: 5px;
  text-indent: 0;
  line-height: 20px;
   color: white;
}

.img-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (max-width: 484px){
  #sidebar-wrapper{
    padding-top: 25px;
  }
  #personProfile{
    display: none;
  }
  #page-content-wrapper{
    padding-top: 70px;
  }
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ddd;
}

.sidebar-nav li a:hover {
    background: #9cf2e1;
	color: black;	
}
