/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
html, body {
    height:100%;
}

body {
  padding-top: 50px;
  padding-bottom: 0;
  background-image: url("../images/KV-kachel.png");
}

/*
* Include Font
*/

@font-face {
    font-family: "Bauhaus";
    src: url("../fonts/Bauhaus-Demi.ttf") format("truetype");
}

/*
 * Global add-ons
 */

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

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    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-color: #f5f5f5; */
    border-right: 3px solid #E7E2E0;
	max-width: 563px;
  }
}

/* Sidebar navigation */
.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 > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.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%;
}

/* Container Background */
.content {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100%;
}

.content, .navbar {
	border-left: 14px solid #FFFF00;
}

.container {
	margin-left: 0;
}

h1.heading, h2.heading, h3.heading {
	padding: 20px 0 0 55px;
	background-image: url("../images/heading_bg.png");
	background-repeat: no-repeat;
	height: 45px;
	text-transform: uppercase;
}

.panel-default > .panel-heading {
	background-image: none;
}

.panel-title {
	text-transform: uppercase;
}

.label {
    font-family: Bauhaus;
	font-size: 1em;
	font-weight: normal;
}

.media h2 {
	 font-family: Bauhaus;
	 margin: 5px 0 0 0;
	 font-size: 20px;
	 font-weight: normal;
	 color: #2255AA;
}

.media a {
	line-height: 1.2;
}


/* list group */
.list-group-item p {
	 font-family: Bauhaus;
	 font-size: 20px;
	 margin: 5px 0;
	 line-height: 1.2;
	 font-weight: normal;
}

.list-group-item h3 {
	padding: 18px 0 0 40px;
	margin: 0;
	background-image: url("../images/heading_bg_small.png");
	background-repeat: no-repeat;
	height: 30px;
	text-transform: uppercase;
	font-size: 12px;
}

.customlist h3 {
	margin: 20px 0;	
}

.label {
	font-weight: normal;
}

ul {
	padding-left: 15px;
}

