/*
 * Base structure
 */

/*
 * Typography
 */

h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

.form-input-qty {
  padding: .5rem .75rem;
  line-height:1.25;
  width:80px;
  margin-right:10px;}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}

/*
 * Dashboard
 */

 /* Placeholders */
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.headimage {
  max-width: 100%;
  padding-bottom : 1em;
}   

.headimage > img {
  width: 100%;
}

.fixed {position: fixed !important; }

    
ul.recipe_menu {
  width: 500px;
  list-style: none;
  margin: 0 0 2em 10px;
  padding: 0;
  font-size: 150%/100%;
}
ul.recipe_menu li {
  clear: both;
  margin: 0;
  padding: 0 0 1.8em 0;
  position: relative;
  border-bottom: dotted 2px #222;
}
ul.recipe_menu strong {
  background: #fff;
  padding: 0 10px 0 0;
  font-weight: normal;
  position: absolute;
  bottom: -.3em;
  left: 0;
}
ul.recipe_menu em {
  background: #fff;
  padding: 0 0 0 5px;
  position: absolute;
  bottom: -.2em;
  right: 0;
}
ul.recipe_menu sup {
  font-size: 60%;
  color: #444;
  margin-left: 3px;
}
ul.recipe_menu ep {
  background: #fff;
  padding: 0 0 0 5px;
  position: absolute;
  bottom: -.2em;
  right: 40px;
}
