body {
  background-color: #f5f5f5 ;
}
.wrap-content {
  background-color: white;
  display: table;
  content: " ";
  width: 100%;
  max-width: 100%;
}
.left-menu-wrap {
  margin-top: 5px;
  position: relative;
  min-height: 1px;
  float: left;
  width: 250px;
}
.content {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding: 15px;
  float: left;
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .content {
    width: 690px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .content {
    width: 890px;
  }
}


.left-menu {
  width: auto;
  padding: 10px;
  background-color: green;
  margin-top: 1px;
  cursor: pointer;
}
.left-menu p{
  text-align: center;
  margin-bottom: 0;
  color: white;
}
.left-menu p>.glyphicon {
  color: black;
}

.btn-circle {
  display:block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: white;
  float: right;
  cursor: pointer;
  padding-top: 2px;
}
.well {
  min-height: 20px;
  padding: 5px;
  margin-bottom: 0px;
  background-color: Gainsboro;
  border: 1px solid Gainsboro;
  border-radius: 0px;
}
.well ul {
  margin-bottom: 0;
}
.well ul a {
  color: black;
}
.well ul a:hover {
  color: green;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) {
  .left-menu-wrap {
    width: 100%;
  }
}
