/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * 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;
}

#menu-switch {
	display: none;
}
#menu-switch:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#menu-switch {
		display: inline-block;
		color: #ffffff;
		float: left;
		font-size: 25px;
		margin: 10px 15px 0 10px;
	}
}

.pushover_button {
    box-sizing: border-box; background-color: #eee;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAJQCeAPHNVUx7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wEPAh02ee0QVwAAACZpVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVAgb24gYSBNYWOV5F9bAAABqElEQVQ4y62TvUtbURjGf+fek2vQpMF2ED9QkfpR6VLaDoIEF0UKWQRBQ+yQP6GDU0Xw4y/obOgg6dDSJVS61MlBcXFQB6M1BsF+IES9NnrzcRy8xpvrBwH7bOflfc553+d5jsCF9tiRDwgBEaDXLi8B80AiGQ2Yzn7hIo8Cce5HOBkNfLo6aA7ydAVkgLjdez3BrS8rRbBJEmyU+AyBVVDE1i1SJ6psEmHvfOLktj0SjL/2snKQx8wpNg+LBJt0RjoN+j6bqOvN/ZotWAldtYK5gWpmV84YbPUw2ePlb7bI73+Kep+OLFONkGarXcK7l16+7+V57BW8qJMs7Ob5k4VQm4fVXzlyquyGiHRYBcC+WWQxnSP63AAgtn7O0FNJ9xOd0W+nbkF7pbsytXxOQw30N0t2MgX6Wzy8qtMJL5zy81jdsETaIXnjLL7trkLqGl+2svxI5/mwZt1l6ZJmJ6yEGqkYbveQOioQ2yiz7TbMa0DCWRnuMPBXaXzcsJx23YWEZmc7fJkqxdgzg8xZka/bFhVE2hSuKL+nMswko4GJ//KZxEO/8wVmfpjJTWeCTQAAAABJRU5ErkJggg==) 2px 2px no-repeat, linear-gradient(#FFF, #DEDEDE);
    border: 1px solid #CCC; border-radius: 3px; color: #333; display: inline-block;
    font: 11px/18px "Helvetica Neue",Arial,sans-serif; font-weight: bold;
    cursor: pointer; height: 22px; padding-left: 20px; padding-right: 5px;
    overflow: hidden; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    text-decoration: none; vertical-align: middle;
}

/* page */

.page {
	width: 100%;
	padding: 0;
	margin: 0;
}
.page .main {
	width: 100%;	
	padding-left: 30px;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
 	margin-left: -200px;
    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: 1px solid #eee;
    width: 200px;
}
@media screen and (min-width: 768px) {
  .sidebar {
  	margin-left: 0;
  }
  .page .main {
	  padding-left: 250px;
  }
}
.sidebar.shown {
	margin-left: 0;
}

/* 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%;
}

/* shop */

table.products tr.disabled {
	background: #cccccc;
}

.container-shop {
	margin-top: 30px;
}

.product {
	text-align: center;
	margin: 0 0 20px 0;
	cursor: pointer;
	float: none;
	display: inline-block;
	width: 200px;
	margin: 0 30px 30px 0;
	vertical-align: top;
}
.product .titel {
	display: block;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}

.shop-modal .modal-body {
	overflow: hidden;
}

.shop-modal img {
	margin-right: 20px;
	display: block;
	float: left;
}
.shop-modal .modal-body .desc {
	font-size: 20px;
	width: 300px;
	float: left;
}
.number {
	text-align: right;
}
.price-container {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	display: inline-block;
	margin: 0 20px;
}

div.confirm {
	display: none;
}
div.summary {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 10px;
}

.freeprodname {
	margin-bottom: 10px;
}

@media print {
	.sidebar, .navbar {
		display: none;
	}
	.col-md-offset-2, .col-sm-offset-3 {
		margin-left: 0;
	}
	.col-md-10 {
		width: 100%;
	}
}