body {
 padding-top:50px;
}

#masthead {
 min-height:150px;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

#masthead .well {
 margin-top:8%;
}

@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }

  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}

#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}

body {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #444;
}

h1, h2, h3 {
  font-weight: 300;
}

.navbar {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.15);
}

.navbar-brand > img {
  margin-top: -15px;
}

.menu-section-header a {
  cursor: pointer;
  border-bottom: 2px solid #999;
  color: #888;
  text-transform: uppercase;
}

.doc-image {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #888;
}

.doc-image-or {
  margin-bottom: 20px;
  border: 1px solid #888;
}

.button {
  -webkit-appearance: none;
  margin: 0 0 20px 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #adadad;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 25px;
  background: transparent;
  vertical-align: middle;
  line-height: 40px;
  min-height: 42px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #c7c7c7;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.button {
  text-decoration: none;
}

.app-blue {
  color: #4986e7;
}

.app-green {
  color: #4a8847;
}

.app-red {
  color: #B94A48;
}

.app-grey {
  color: #a4a5aa;
}

.bg-primary, .bg-info, .bg-danger, .bg-warning {
  padding: 10px;
  border-radius: 2px;
  display: inline-block;
}

.bg-gray {
  background-color: #40444d;
}

.warning {
  border: 1px solid #f0ad4e;
  padding: 10px;
}

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.80);
  font-size: 12px;
  padding: 1em;
  display: none;
}

a.back-to-top {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.50);
  text-decoration: none;
}
