/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


.container .text-muted {
  margin: 20px 0;
}

/* Make the headings on the front page look like links: */
a.list-group-item h4.blue {
  color: #337ab7;
}

/* Sidebar styles: */
ul.sidebar-nav h4 {
  color: black;
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

#sidebar-wrapper {
    /*background: #000;*/
    padding-left: 0px;
    padding-right: 0px;
}

.sidebar-brand {
    text-align: center;
}

.sidebar-brand a {
    color: black;
    text-decoration: underline;
    font-size: 24px;
}

#sidebar-wrapper .panel-default>.panel-heading {
    color: #333;
    background-color: #FCFCFC;
    border-color: #FFFFFF;
}

#sidebar-wrapper .panel-default {
  border-color: #EEE;
}