body,
html {
  background: #fff;
}

.panel {
  background: none;
  border: none;
  box-shadow: none;
}

#wrapper .main {
  background-color: #fff;
}

.panel.panel-headline .panel-heading .panel-title {
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: 400;
}

.panel.panel-headline .panel-heading .panel-subtitle {
  margin-bottom: 0;
  font-size: 20px;
  color: #8D99A8;
}

#wrapper .sidebar {
  width: 260px;
  height: 100%;
  background-color: #1b1b1b;
  float: left;
  position: fixed;
}

.brand {
  background-color: #232323;
  padding: 16px 60px;
  color: #fec102;
  text-align: center;
}

.nav>li>a:focus {
  background-color: #0e0e0e;
  border-left-color: #0AF;
}

.sidebar .nav>li>a.active,
.sidebar .nav>li>a:focus {
  background-color: #0e0e0e;
  border-left-color: #0AF;
}

.panel .panel-heading {
  padding-top: 0;
  position: relative;
}

.btn-toggle-fullwidth {
  font-size: 16px;
  padding: 4px 8px;
  line-height: .7;
  border: none;
  background: 0 0;
  outline: 0;
}

.panel .btn {
  margin-bottom: 3px;
}