/********************************************************************
	main.css

	main style sheet

	Copyright(c) OmanBros.com Internetdienstleistungen GmbH
	Author(s): TheGismo
	Last Update: 2016-01-06

********************************************************************/

/*
 * Base structure
 */

/* special music icons for casts */
@import url(mymusicfonts.css);

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  background-color: #fef3df;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fceccb;
}

/*
 * 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;
}
.navbar-right {
  margin-right: 0;
  margin-top: 7px;
}

/*
 * 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: #f3ab01;
    /*border-right: 1px solid #f3ab01;*/
  }

  /* hide sidebar sub menus by default */
  .sidebar .nav .nav {
      display: none;
  }

  /* show sub menu when parent is active */
  .sidebar .nav > .active > ul {
      display: block;
  }
}

/* Top navigation */
.dropdown-menu > li > a {
  padding: 2px 20px;
}


/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 0;
  margin-left: -20px;
  border-bottom: 1px dotted #333;
  padding: 6px 0 6px 0;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #fceccb;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #333;
  background-color: #fef3df;
}
.nav > li > a {
  padding: 6px 15px;
  color: #333;
}

/*
 * Main content
 */

.main {
  padding: 20px;
  max-width: 960px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
.lastupdateinfo,
.navi-buttons {
  float: right;
  text-align: right;
  margin-bottom: 10px;
}

.table-responsive { clear: both; padding-left: 3px; padding-right: 3px; overflow: visible; }
.table-normal { clear: both; }

@media screen and (max-width:767px) {
  .table-responsive { border: 0; }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
      white-space: normal;
  }
}

/*
	main form styles
*/
.form-standard {
  max-width: 650px;
  margin: 0 20px;
}
.form-list {
  max-width: 960px;
}
.form-shortlist {
  max-width: 650px;
}
.form-shortlist button.newbuttontop,
.form-list button.newbuttontop {
  float: right;
}
.form-shortlist button.newbuttonbottom,
.form-list button.newbuttonbottom {
  float: left;
}
.form-control {
  margin-bottom: 10px;
}
.navi-buttons {
  margin-left: 16px;
}
.btn-default {
  background-color: transparent;
}
/*
---	allergens special
*/
.form-control-ext {
  height: auto;
  background-color: #fceccb;
}
.form-control-ext .checkbox-inline {
  padding-top: 15px;
  height: 46px;
  margin-left: 10px;
  margin-right: 0;
  min-width: 68px;
}
.labelcolor {
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 6px;
  font-family: Courier;
  font-size: 18px;
}
.labelcolorsmall {
  font-weight: bold;
  padding: 4px 7px;
  border-radius: 3px;
  font-family: Courier;
  font-size: 14px;
  color: #000000;
  background-color: #FFCC00;
}
.table > tbody > tr > td.allergens-special {
  line-height: 36px;

}
.allergensinfo {
  padding: 10px;
}
/*
---	end allergens special
*/

.form-control-ext .radio-inline {
  padding-top: 15px;
  margin-left: 10px;
  margin-right: 0;
}

input[type="text"].labelcolor {
  padding: 6px 0 6px 14px;
  width: 42px;
}
input[type="text"].bgcolorfield,
input[type="text"].colorfield {
  width: 86px;
}

#idshowdel {
  float: right;
  width: 110px;
  height: 70px;"
}

.input-group,
#idshowdel {
  background-color: transparent;
}

.select-label {
  float: left;
  margin-right: 10px;
}
.checkbox, .radio {
  margin-top: 0;
}
.big {
  font-size: 32px;
}
.rowbuttons {
  text-align: right;
}
.center {
  text-align: center;
}

label.dateinline {
  width: 100px;
  display: block;
  float: left;
  line-height: 2.5em;
}
input.dateinline {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.1em;
  width: 150px;
  display: inline;
}
label.timeinline {
  margin: 0 10px;
  width: 80px;
  display: inline;
}
.spinner24.timeinline,
.spinner60.timeinline {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 1.6em;
  width: 30px;
  display: inline;
}
.form-control.spinner24.timeinline,
.form-control.spinner60.timeinline {
  margin-bottom: 3px;
}
.ui-widget-content {
  border: 1px solid #CCC;
}
.fileupload-group {
  width: 100%;
}
input[type=file].form-control {
  width: 68%;
  vertical-align: middle;
  margin: 4px 0;
  display: inline;
}
.fileupload-group > img,
.fileupload-group > a > img {
  margin: 4px 10px;
}
/*
	fileofax signal glyphicons
*/
.incomplete,
.canceled,
.expired {
  color: #CC0000;
  font-size: 1.5em;
}
.complete,
.frontend {
  color: #00AA00;
  font-size: 1.5em;
}
.inquiry {
  color: #996600;
  font-size: 1.5em;
}
.reserved {
  color: #0000CC;
  font-size: 1.5em;
}
.blind {
  display:none;
}
