
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}



body {
    background-color:#ffc712;  
}
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-image: url("../../source/images/linedpaper.png");
    background-attachment: fixed;
    border-right: 2px solid #ffc712;
  }
}

.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar li.nav-links {
    background-color: #ffffff; /* ToDo */   
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
  border-bottom: 1px solid #ffc712;
  border-top: 1px solid #ffc712;
}


/*
 * Main content
 */
.body-bg {
    background-image: url("../../source/images/linedpaper.png");
    background-attachment: fixed;
}

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
    
 
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.btn {
  border-radius:                    0px;
  -webkit-border-radius:            0px;
  -moz-border-radius:               0px;
}
.btn-custom {
  background-color: #ffc712;
  border-color: #ffc712;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #ffc712;
  border-color: #dfac00;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #ffc712;
  border-color: #ffc712;
}

#rainbow {
    width:100%;
    float:left;
    height:55px;
    background-image:url(../../source/images/footer_rainbow.png);
    background-repeat:repeat-x;
    z-index:20;
    top:-30px;
    position:relative;
}

.custom-topheader {
    width:96%;
    padding:0;
    float:left;
}

.navbar-custom {
    background-color:#ffc712;   
    border-bottom:10px solid;
    border-image:url(../../source/images/rainbowstrip.png) 8 1;
    border-image-repeat:repeat;
    
}

.full_width_wrapper {
    float:left;
    width:100%;
}
#footer_content_wrapper {
    float:left;
    width:100%;
    background-color:#ffc712;
}

.footer-custom {
    background-color:#ffc712;
    border-bottom:0;
    border-left:0;
    border-right:0;
    border-top:5px solid transparent;
    margin-bottom: 5px;
    margin-top:35px;
}



.grey-button {
    width:94%;
    float:left;
    background-image:
}

.custom .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.custom h2 {
    font-weight: normal;   
}
.custom .col-lg-4 p {
    margin-right:10px;
    margin-left:10px;
}

#hr2 {
    border-bottom: 2px solid #ffc913;
    padding-bottom: 9px;
    margin: 30px 0 20px;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
}

.container {
    max-width: none !important;
    width: 1170px;
}

