




/* Main Layout -------------------- */

body {
  margin: 38px 0px 0px 0px; padding: 0px;
  background-color: #ffffff;
  }

body.test {
  background-color: #ddddff;
  }

section#main {margin: 4px 8px; }

div.test {display: none; }

body.test div.test {
  display: block; clear: both;
  padding: 5px;
  text-align: center;
  font-size: 14pt; font-weight: bold;
  background-color: #c0371a;
  }

body.home div.test:first-child {display: none; }

#hometitle {
  margin: -38px -8px 0px -8px; padding: 10px; padding-left: 80px;
  border-radius: 0px 0px 0px 400px;
  font-family: "gooddogregular"; font-size: 60pt; color: #89b043;
  background-color: #1d393c;
  }

#hometitle img {
  margin-right: 20px;
  vertical-align: middle;
  }

#hometitle .tm {
  margin-left: 0px;
  font-size: 10pt;
  vertical-align: 35px;
  }





/* Basic Elements -------------------- */

/* * {box-sizing: border-box; } */

div, td, th, a, input, section {font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif"; font-size: 10pt; }

h1, h2 {
  clear: both;
  margin: 0px; margin-top: 4px; padding: 0px;
  font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif"; font-size: 14pt; color: #1d393c;
  }

h3 {
  clear: both;
  margin: 20px 0px 10px 0px; padding: 4px;
  font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif"; font-size: 10pt; font-weight: bold; color: #1d393c;
  background-color: #89b043;
  }

h3.alert {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #c0371a;
  }

h4 {
  clear: both;
  margin: 20px 0px 10px 0px; padding: 4px 0px;
  border-bottom: 1px solid #1d393c;
  font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif"; font-size: 10pt; font-weight: bold; color: #1d393c;
  }

h4.noline {border-width: 0px; }

h5 {
  margin: 0px; padding: 0px;
  font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif"; font-size: 10pt; font-weight: bold; color: #1d393c;
  }

h5.space {margin: 8px 4px; }

p {}

p.indent {
  margin: 0px 0px 10px 15px;
  text-indent: -15px;
  }

div.item {
  clear: both;
  margin: 4px; padding: 4px;
  border: 1px solid #1d393c;
  }

div.border {
  margin: 4px; padding: 4px;
  border: 1px solid #1d393c;
  }

div.line {
  display: block;
  height: 0px;
  border-bottom: 1px solid #1d393c;
  }

div.item div.line {
  margin: 6px -4px 6px -4px;
  }

.right {
  float: right;
  }

.left {
  float: left;
  }

.space_top {
  margin-top: 5px;
  }

.space_bottom {
  margin-bottom: 5px;
  }

.space_right {
  margin-right: 5px;
  }

.textright {
  margin-right: 4px;
  text-align: right;
  }

.textcenter {
  text-align: center;
  }

.clip {
  overflow: hidden;
  white-space: nowrap;
  }

.minor {
  font-size: 8pt; color: #888888;
  }

.major {
  font-weight: bold;
  }

.alert {
  font-weight: bold; color: #c0371a;
  }

.strike {
  text-decoration: line-through;
  }

.negative {
  color: #c0371a;
  }

.negative:before {
  content: '(';
  }

.negative:after {
  content: ')';
  }

.neg {
  color: #c0371a;
  }

.pos {
  color: #89b043;
  }

.detailOver {
  position: absolute;
  padding-right: 15px; margin-top: -4px;
  line-height: 200%; vertical-align: top;
  color: #888888;
  overflow: hidden;
  }

.user {
  font-style: italic;
  }

.user:before {
  content: '[';
  }

.user:after {
  content: ']';
  }





/* Infoboxes -------------------- */

.infobox {
  padding: 0px; margin-bottom: 10px;
  border: 1px solid #1d393c; border-radius: 5px;
  }

.infobox .content {
  padding: 4px;
  }

.infobox h1 {
  padding: 4px; margin-top: -4px;
  border-radius: 5px 5px 0px 0px;
  font-size: 12pt; color: #ffffff;
  background-color: #1d393c;
  }

.infobox h3 {
  margin: 8px -4px 4px -4px;
  }

.infobox .moveup {
  margin-top: -12px;
  }





/* Tooltips -------------------- */

.tooltip {
  display: none;
  }

a:hover .tooltip {
  display: inline;
  }

.tooltip {
  position: absolute; z-index: 40;
  height: 24px;
  margin-left: 25px; padding: 0px 16px 0px 8px;
  border-radius: 0px 4px 4px 0px;
  text-align: center; line-height: 24px;
  font-size: 8pt; color: #1d393c;
  background: #89b043;
  }

.tooltip:after {
  position: absolute; top: 0px; left: -24px;
  width: 0; height: 0;
  border: 12px solid transparent; border-right-color: #89b043;
  content: "";
  }

.longtip {
  height:auto; width: 200px;
  margin-left: 12px; padding: 4px 16px 4px 8px;
  border-radius: 4px;
  line-height: 12pt;
  }

.longtip:after {
  position: absolute; top: 0px; left: -24px;
  border-width: 0px;
  content: "";
  }

.tooltip.invalid {
  background: #c0371a;
  }

.tooltip.invalid:after {
  border-right-color: #c0371a;
  }





/* Popups -------------------- */

.popupBlackout {
  position: fixed; left: 0px; top: 0px;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 49;
  }

.popup {
  position: fixed; top: 30%; left: 30%;
  border: 1px solid #1d393c;
  background-color: #ffffff;
  z-index: 50;
  }

.popupBody {
  padding: 5px;
  }

.popup h3.opener {
  margin: 0px;
  border-bottom: 1px solid #1d393c;
  }

.popup h3 {
  margin-left: -5px; margin-right: -5px;
  }

.popup .closer {
  margin: 5px -5px -5px -5px;
  background-color: #89b043;
  border-top: 1px solid #1d393c;
  text-align: right;
  }





/* Tables and Columns -------------------- */

.col_text {
  float: left;
  padding: 5px 0px;
  }

.col_alltext {
  float: left;
  padding: 0px;
  }

.col_item {
  float: left;
  padding: 0px;
  }

.col_button {
  float: left;
  padding: 0px 0px 6px 0px;
  }

.col_but {
  float: left;
  padding: 7px 0px 0px 0px;
  }

.col_ico {
  float: left;
  padding: 2px 0px 0px 0px;
  }

.col_checkbox {
  float: left;
  padding: 0px; margin-top: -4px;
  }

.col_head, .col_head div {
  font-weight: bold;
  }

th {
  text-align: left;
  }

table.top th, table.top td {
  vertical-align: top;
  }

table.data {
  margin: 10px 0px; padding: 0px;
  }

table.data, table.data td, table.data th {
  border: 1px solid #aaaaaa; border-collapse: collapse;
  }

table.data td, table.data th {
  padding: 2px 5px;
  text-align: left;
  }

table.data th {
  font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif"; font-size: 10pt; font-weight: bold; color: #1d393c;
  background-color: #89b043;
  }

table.query, table.query th, table.query td {
  border: 1px solid #1d393c; border-collapse: collapse;
  }

table.query {
  }

table.query th {
  padding: 4px;
  text-align: left;
  font-weight: bold; color: #1d393c;
  }

table.query td {
  }

table#transItems {
  padding-top: 10px;
  }

table#transItems td, table#transItems th {
  padding-right: 10px; padding-bottom: 4px;
  }

td.textright, th.textright, table.data td.textright, table.data th.textright {
  text-align: right;
  }

.invTable .textright, .invTable .textleft {
  padding-right: 2px; padding-left: 2px;
  }





/* Forms -------------------- */

input[type="text"], input[type="password"] {
  margin: 3px; padding: 3px;
  border: 1px solid #1d393c;
  background-color: #dddddd;
  }

input[type="checkbox"] {
  margin: 7px 4px;
  vertical-align: -15%;
  }

select {
  margin: 3px; padding: 3px;
  border: 1px solid #1d393c;
  background-color: #dddddd;
  }

select option {margin: 2px; }

textarea {
  margin: 3px; padding: 3px;
  border: 1px solid #1d393c;
  background-color: #dddddd;
  }

textarea#query {
  width: 640px; height: 240px;
  border: 1px solid #1d393c;
  background-color: #dddddd;
  }

input.unsaved {
  background-color: #c0371a;
  }

input.saved {
  background-color: #89b043;
  }

input.textSel {
  margin: 3px; padding: 3px;
  border: 0px solid #ffffff;
  background-color: #ffffff;
  }

#login {margin: 5px; }

.errorReport {
  display: none;
  margin-bottom: 5px;
  border: 1px solid #c0371a;
  color: #c0371a;
  background-color: #fcb040;
  }

.errorReport p {
  margin: 5px;
  }

.multi_select {
  }

.multi_select a, .multi_select_button {
  float: left;
  border: 1px solid #1d393c; border-left-width: 0px;
  text-decoration: none; text-align: center;
  color: #1d393c;
  background-color: #dddddd;
  }

.multi_select a:first-child {
  border-left-width: 1px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;
  }

.multi_select_button {
  border-top-right-radius: 5px; border-bottom-right-radius: 5px;
  background-color: #89b043;
  }

.multi_select a.selected {
  background-color: #fcb040;
  font-weight: bold;
  }

.multi_select a:hover, .multi_select_button:hover {
  background-color: #89b043;
  font-weight: bold;
  }

.classSearchFrame {
  position: absolute;
  margin: -3px 0px 0px 3px; padding: 0px;
  border: 1px solid #1d393c; border-top-width: 0px;
  background-color: #dddddd;
  }





/* Search Frame / Box -------------------- */

.searchBody {
  margin: 0px; padding: 0px;
  font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif"; font-size: 10pt; 
  background-color: #dddddd;
  }

.searchFrame {
  width: 306px; height: 170px;
  margin: -3px 3px; padding: 0px;
  border: 1px solid #1d393c; border-top-width:0px;
  background-color: #dddddd;
  }

.searchText {
  width: 300px;
  }

.searchResult {
  display: block;
  height: 17.5px;
  padding: 5px;
  border-bottom: 1px solid #1d393c;
  text-decoration: none; line-height: 18px; white-space: nowrap;
  color: #0a1819;
  overflow: hidden;
  }

.searchResult:hover {
  background-color: #fcb040;
  }

.searchResultSelected {
  padding: 4px 5px 6px 5px;
  font-weight: bold;
  background-color: #89b043;
  }

.searchResultBottom {
  border-bottom-width: 0px;
  }

.searchResultDefunct {
  color: #888888;
  }

.searchBox {
  position: absolute;
  margin: -4px 0px 0px 3px; padding: 0px;
  border: 1px solid #1d393c; border-bottom-width:0px;
  background-color: #dddddd;
  }





/* New Search Frame / Box -------------------- */

.searchForm {
  margin: 0px; padding: 0px;
  font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif"; font-size: 10pt; 
  background-color: #dddddd;
  }





/* Buttons -------------------- */

input[type="submit"], input[type="button"], input[type="file"], .button, .multiButton, nav a, button, .doc_link {
  margin: 3px; padding: 3px;
  border: 1px solid #1d393c; border-radius: 3px;
  text-decoration: none; text-align: center;
  font-weight: bold; color: #ffffff;
  background-color: #89b043;
  }

.multiButton {
  display: block;
  overflow: auto;
  }

input[type="submit"], .accent, .submit {background-color: #c0371a; }

input[type="submit"].nosubmit {background-color: #89b043; }

a.current {
  color: #1d393c;
  background-color: #fcb040;
  }

.admin {
  font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif";
  background-color: #c0371a;
  }

.broken {background-color: #1d393c; }

nav a:hover {color: #1d393c; }

nav a.broken:hover {color: #ffffff; }

a.blockButton {
  display: block; float: left;
  }

a.delete {
  display: block;
  margin: 0px;
  }

a.deleteConfirm {
  display: none;
  margin: 0px;
  }

input:disabled {
  background-color: #aaaaaa;
  }

.yesno {
  }

.yesno .yesno_yes {
  margin-right: 0px;
  border-right-width: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px;
  }

.yesno .yesno_no {
  margin-right: 0px; margin-left: 0px;
  border-radius: 0px;
  }

.yesno .yesno_x {
  margin-left: 0px;
  border-left-width: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px;
  /* background-color: #888888; */
  }

.yesno .yesno_select {
  background-color: #fcb040;
  }

.doc_button {
  float: left;
  }

.doc_link {
  width: 88px;
  padding: 0px;
  }

.doc_link a {
  display: block;
  padding: 3px;
  border-top: 1px solid #1d393c;
  text-decoration: none; text-align: center;
  font-weight: bold; color: #ffffff;
  }

.doc_link a.first {
  border-top-width: 0px;
  }

.doc_link a:hover {color: #1d393c; }





/* Navigation -------------------- */

nav.page {margin: 5px -3px; }

nav.page a {
  display: block; float: left;
  width: 88px;
  }

/* Old Style */
/*
nav#mainmenu {}

nav#mainmenu a {
  display: block; clear: both;
  width: 290px; height: 60px;
  margin: 10px 0px;
  border: 3px solid #1d393c;
  line-height: 60px;
  font-size: 14pt;
  }

nav#mainmenu a img {
  display: none;
  }

nav#mainmenu a.shortcut {
  background-color: #89b043;
  }

nav#mainmenu a.shortcut img {
  display: inline;
  width: 24px; height: 24px;
  }
*/
/* New Style */
/*
nav#mainmenu {
  }

nav#mainmenu a {
  display: block; float: left;
  width: 200px; height: 124px;
  margin: 10px;
  border: 3px solid transparent; border-radius: 10px;
  line-height: 60px;
  font-size: 14pt;
  background-color: transparent;
  color: #1d393c;
  }

nav#mainmenu a img {
  display: block;
  margin-left: auto; margin-right: auto;
  }

nav#mainmenu a.shortcut {
  background-color: transparent;
  }

nav#mainmenu a:hover {
  border: 3px solid #1d393c;
  background-color: #89b043;
  }

nav#mainmenu a.admin:hover, nav#mainmenu a.accent:hover {
  background-color: #c0371a;
  }

nav#mainmenu a.shortcut:hover {
  background-color: #fcb040;
  }

*/
/* Newest Style */

#home_spacer {
  float: left;
  width: 260px; height: 1px;
  }

#home_area {
  float: left;
  width: auto;
  margin-top: 10px; margin-left: 260px;
  }

/*
nav#mainmenu {
  display: none; position: fixed; top: 38px; left: 0px; z-index: 55;
  width: 260px;
  padding: 0px; margin: 0px; padding-bottom: 10px;
  background-color: #1d393c;
  }
*/

nav#mainmenu {
  display: none; position: fixed; top: 38px; left: 0px; bottom: 0px; z-index: 55;
  width: 260px;
  padding: 0px; margin: 0px;
  overflow-y: auto; overflow-x: hidden;
  }

nav#mainmenu #menuContain {
  background-color: #1d393c;
  padding-bottom: 20px;
  border-radius: 0px 0px 20px 0px;
  }

nav#mainmenu a {
  display: block;
  width: 254px; height: 32px;
  padding: 2px; margin: 0px;
  border: 1px solid #1d393c; border-radius: 8px 0px 0px 8px;
  font-size: 14pt; text-align: left;
  background-color: #1d393c;
  color: #ffffff;
  }

nav#mainmenu a img {
  margin: 0px 5px 0px 2px; padding: 0px;
  vertical-align: -8px;
  }

nav#mainmenu a.shortcut {
  background-color: transparent;
  }

nav#mainmenu a:hover {
  padding-right: 3px;
  border: 1px solid #ffffff; border-right-width: 0px; 
  background-color: #89b043;
  }

nav#mainmenu a.admin:hover, nav#mainmenu a.accent:hover {
  background-color: #c0371a;
  }

nav#mainmenu a.shortcut:hover {
  background-color: #fcb040;
  }

/* Menubar */

nav#menubar {
  position: fixed; top: 0px; z-index: 60;
  width: 100%; height: 32px;
  padding: 3px;
  color: #ffffff;
  background-color: #1d393c;
  }

nav#menubar #menubutton {
  float: left;
  margin: 0px; padding: 0px;
  border-width: 0px; border-radius: 0px;
  background-color: transparent;
  }

nav#menubar #getAccount, nav#menubar #getSearch {
  display: none;
  margin: 0px; padding: 0px;
  border-width: 0px; border-radius: 0px;
  background-color: transparent;
  }

nav#menubar #doSearch {
  display: none;
  }

nav#menubar #menubutton img {
  margin: 0px 5px 0px 2px; padding: 0px;
  }

nav#menubar form {
  float: left;
  margin: 0px; padding: 2px 0px 0px 10px;
  background-color: #1d393c;
  }

nav#menubar #pagelogo {
  float: left;
  margin-left: 20px;
  }

nav#menubar #pagetitle {
  float: left;
  margin: -4px 20px 0px 10px;
  font-family: "gooddogregular"; color: #89b043;
  font-size: 30pt;
  }

nav#menubar #pagetitle .tm {
  vertical-align: 18px;
  font-size: 10pt; font-family: "helvetica","nimbus sans l","liberation sans","arial","sans-serif";
  }

nav#menubar #userbar {
  background-color: #1d393c;
  }

nav#menubar .username {
  float: right;
  margin: 7px 10px 0px 0px;
  }

nav#menubar .date {
  float: right;
  margin: 7px 20px 0px 0px;
  }

nav#menubar #logout, nav#menubar #revertperms {
  float: right;
  margin: 4px 10px 0px 5px;
  background-color: #c0371a;
  }

/* Search Bar */

a#searchbar {
  position: absolute; top: 0px; right: 0px; height: 35px; display: block;
  padding-left: 30px; padding-right: 10px;
  border-bottom-left-radius: 40px;
  color: #ffffff;
  background-color: #1d393c;
  }

a#searchbar input.nosubmit {
  text-decoration: none;
  }

a#searchbar img {
  margin-top: 8px;
  }

a#searchbar form {
  display: none;
  }

a#searchbar:hover form {
  display: block;
  }

a#searchbar:hover img {
  display: none;
  }

/* Brew Bar */

#brew_bar {
  position: fixed; top: 38px; right: 0px; z-index: 90;
  width: 200px;
  border: 1px solid #1d393c; border-top-width: 0px; border-radius: 0px 0px 8px 8px;
  background-color: #ffffff;
  }

#brew_bar h3 {
  margin-top: 0px;
  }

#brew_bar section {
  margin: 0px 5px 10px 5px;
  }

#brew_bar section .name {
  overflow: hidden;
  }

#brew_checker {
  position: absolute;
  width: 00px; height: 00px;
  border-width: 0px;
  }

/* Other */

nav.rule {/* DEPRECIATED */
  width: 300px; height: 0px;
  margin: 2px 0px -3px 0px;
  border-top: 1px solid #1d393c;
  }

nav.line {
  float: left;
  margin-top: 3px; margin-bottom: 0px; margin-left: 0px; padding-left: 0px; padding-top: 4px;
  border-top: 1px solid #1d393c;
  }

nav.line a:first-child {
  margin-left: 0px;
  }

nav.line a:last-child {
  margin-right: 0px;
  }

nav.schedule {margin: 5px -3px; }

nav.schedule a {
  display: block; float: left;
  width: 30px;
  }

nav.schedule div {
  display: block; float: left;
  width: 220px;
  padding-top: 6px;
  text-align: center;
  color: #1d393c; font-weight: bold;
  }





/* Datatable -------------------- */

.overscroll {
  width: 100%;
  overflow: auto;
  }

.datatable {
  border-collapse: collapse;
  }

.datatable td, .datatable th {
  padding: 5px; padding-right: 15px;
  white-space: nowrap;
  vertical-align: top;
  }

.datatable div {
  white-space: nowrap;
  }

.datatable .longtip {
  white-space: normal;
  }

.datatable th {
  }

.datatable .line_bottom {
  border-bottom: 1px solid #1d393c;
  }

.datatable .rowalt0, .data .rowalt0 {
  background-color: #ffffff;
  }

.datatable .rowalt1, .data .rowalt1 {
  background-color: #dddddd;
  }

.datatable .rowalt2, .data .rowalt2 {
  background-color: #aaaaaa;
  }

.datatable a.button, .datatable input, .datatable input[type="text"], .datatable button {
  margin-top: -4px;
  }

/* THIS NEEDS TO BE CHANGED TO NOT USE POSITION ABSOLUTE!!!! */
.datatable .h3 td {
  position: absolute; left: 0px; width: 100%;
  padding-right: 8px; padding-left: 13px; margin: 0px;
  box-sizing: border-box;
  }

.infobox .datatable .h3 td {
  left: 260px;
  }

.datatable .h3 {
  height: 65px;
  }

.datatable h3 {
  margin-left: -5px;
  }

.border, .border th, .border td {
  border: 1px solid #1d393c;
  }

.tight td, .tight th {
  padding: 1px; padding-bottom: 3px;
  }

.tight img {
  margin-top: -2px;
  }

.hopforecast {
  border-collapse: separate;
  border-spacing: 5px;
  padding: 5px;
  }

.hopforecast td {
  border: 1px solid #1d393c;
  padding: 6px;
  }

.hopforecast th {
  border-width: 0px;
  }

.hopforecast td.good {
  border: 5px solid #89b043;
  }

.hopforecast td.ok {
  border: 5px solid #fcb040;
  }

.hopforecast td.bad {
  border: 5px solid #c0371a;
  }

.hopforecast td.na {
  border: 5px solid #aaaaaa;
  }

.hopforecast .ratio {
  float: right;
  font-weight: bold; font-size: 16pt;
  }

.hopforecast div.good {
  color: #89b043;
  }

.hopforecast div.ok {
  color: #fcb040;
  }

.hopforecast div.bad {
  color: #c0371a;
  }

.hopforecast div.na {
  color: #aaaaaa;
  }

.hopforecast .head {
  float: left;
  line-height: 16pt;
  font-weight: bold;
  color: #1d393c;
  }

.hopforecast .noharvest {
  color: #aaaaaa;
  }

.hopforecast .monthtext {
  font-size: 8pt;
  color: #888888;
  }

.hopforecast .months a {
  text-decoration: none;
  font-size: 8pt;
  color: #aaaaaa;
  }

.hopforecast .months .down, .hopforecast .monthtext .down {
  color: #c0371a;
  }

.hopforecast .months .up, .hopforecast .monthtext .up {
  color: #607B2F;
  }

.hopforecast .months .neg {
  background-color: #fcb040;
  }





/* Images -------------------- */

.icon {
  margin: 3px 2px -3px 2px;
  border-width: 0px;
  }





/* Search -------------------- */

.search_result {
  margin-bottom: 10px;
  }

.search_result .type {
  text-transform: uppercase;
  font-size: 8pt; color: #888888;
  }

.search_result .text {
  }

.search_result img {
  
  }





/* Inventory -------------------- */

ul.sub {
  margin-bottom: 10px; padding-left: 20px;
  list-style: disc;
  }

ul.sub li {
  margin: 5px 0px;
  }

ul.sub0 {
  margin: 0px; padding: 0px;
  list-style: none;
  }

.transStatus0 {
  background-color: #89b043;
  }

.transStatus1 {
  background-color: #fcb040;
  }

.orderStatusOn {
  background-color: #fcb040;
  }

.orderStatusOff {
  color: #aaaaaa;
  background-color: #888888;
  }

#graph_on {
  display: none;
  }

#graph_off {
  width: 700px; height: 230px;
  border: 1px solid #000000;
  background-color: #ffffff;
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
  }






/* Recipes -------------------- */

a.recipe {
  display: block; float: left;
  width: 130px;
  margin: 0px 10px 10px 0px; padding: 5px;
  border: 2px solid #1d393c;
  text-decoration: none;
  color: #0a1819;
  background-color: #fcb040;
  }

a.recipeList {
  float: none;
  width: 240px;
  }

a.recipe:hover {color: #1d393c; }

a.recipe h5 {margin-bottom: 5px; }

a.recipe .datetime {font-size: 8pt; }

a.recipe .revisions {
  margin-top: 5px;
  color: #c0371a;
  }

a.pending {background-color: #c0371a; }

a.pending .revisions {color: #ffffff; }

.recipe_notes {font-size: 8pt; font-style: italic; }

.recipe_total {font-weight: bold; }

.status0, a.status0 {background-color: #aaaaaa; }

.status1, a.status1 {background-color: #c0371a; }

.status2, a.status2 {background-color: #89b043; }

.status3, a.status3 {background-color: #fcb040; }

a.prodplan {border-style: dashed; }

a.status0 {
  border-color: #aaaaaa;
  color: #ffffff; font-style: italic;
  }

a.status3 {font-weight: bold; }

.rec_suggest {
  margin-left: 10px;
  color: #c0371a;
  }

#rec_abv {
  }





/* Schedule -------------------- */

.schedule {}

.schedule .brew {
  padding: 4px; margin-bottom: 4px;
  border: 1px solid #1d393c;
  }

.schedule .status0 {
  background-color: #89b043;
  }

.schedule .status1 {
  background-color: #fcb040;
  }

.schedule .status2 {
  background-color: #dddddd;
  }

.schedule .brew .time {
  float: left;
  width: 50px;
  }

.schedule .brew .num {
  float: left;
  width: 50px;
  }

.schedule .brew .numset {
  font-weight: bold;
  }

.schedule .brew .name {
  float: left;
  margin-right: 4px;
  font-weight: bold;
  }

.schedule .brew .tank {
  }

.schedule .brew .pitch {
  margin-left: 50px;
  }

.schedule .brew .notes {
  margin-left: 50px;
  font-style: italic;
  }

.schedule .brew .norecipe {
  margin-left: 50px;
  color: #c0371a;
  }

.schedule .brew .details {
  display: none;
  margin-left: 50px;
  }

.schedule .brew .details nav {
  margin-top: 6px; margin-bottom: 4px;
  }

.schedule .brew .details .pitch_edit {
  display: none;
  margin-top: 10px;
  }

.schedule .brew .details .brew_edit {
  display: none;
  margin-top: 10px;
  }

.sched_add_notes {
  display: none;
  }

.schedule .brew input[type="checkbox"] {
  float: left;
  margin-top: 2px;
  }

#scheduler_side {
  float: left; width: 220px;
  margin-top: 20px;
  border: 1px solid #1d393c;
  }

#scheduler_side h3 {
  margin: 0px;
  border-bottom: 1px solid #1d393c;
  }

#scheduler_side form {
  margin: 5px;
  }

#scheduler_side .line {
  border-bottom: 1px solid #1d393c;
  }

#scheduler_side .errorReport {
  margin: 4px;
  }

.scheduler_list .brew {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #1d393c;
  text-decoration: none;
  color: #0a1819;
  }

.scheduler_list .selected {
  background-color: #fcb040;
  }

.scheduler_list .brew {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #1d393c;
  text-decoration: none;
  color: #0a1819;
  }

.scheduler, .scheduler * {
  }

.scheduler {
  float: left;
  margin-right: 10px;
  }

.scheduler h3 {
  text-align: center;
  }

.scheduler, .scheduler td, .scheduler th {
  border-collapse: collapse;
  }

.scheduler td.brew {
  width: 80px; height: 60px;
  border: 1px solid #1d393c;
  vertical-align: top;
  }

.scheduler td.brew p {
  margin: 0px; padding: 0px;
  }

.forecast {
  border-spacing: 8px 0px;
  }

.forecast td, .forecast th {
  padding: 4px;
  }

.forecast td.content {
  vertical-align: top; text-align: right;
  }

.forecast th {
  font-weight: bold;
  }

.forecast tr.years_group th {
  text-align: center;
  border-bottom: 1px solid #1d393c;
  }

.forecast tr.years th {
  text-align: center;
  }

.forecast td.hist {
  background-color: #dddddd;
  }

.forecast td.future {
  background-color: #89b043;
  }

.forecast td.remain {
  background-color: #aaaaaa;
  }

.forecast a.edit {
  display: block;
  padding: 2px;
  border: 1px solid transparent;
  color: #0a1819; text-decoration: none;
  }

.forecast a.edit:hover {
  border: 1px solid #1d393c;
  background-color: #fcb040;
  }





/* Ferment -------------------- */

/*
.invalid {
  margin: 0px -2px; padding: 0px 2px;
  background-color: #c0371a;
  }
*/

td .invalid {
  margin: -2px -5px; padding: 2px 5px;
  background-color: #c0371a;
  }

#ba_data {
  display: none;
  }

.labdata {
  display: inline-table;
  padding: 5px; margin: 10px;
  border: 1px solid #1d393c;
  background-color: #ffffff;
  }

.labdata h4 {
  margin: 0px -5px 5px -5px; padding: 0px 5px 5px 5px;
  }

.labdata h4.sub {
  margin-top: 5px; padding-top: 5px;
  border-top: 1px solid #1d393c;
  }

.labdata_invalid {
  background: #dddddd;
  }





/* Documents -------------------- */

#img_display img, #img_choose img {
  margin: 4px;
  border: 1px solid #1d393c;
  }





/* Admin -------------------- */

.history {
  padding: 5px;
  border: 1px solid #ffffff;
  }

.history .summary {}

.history .date {
  font-size: 8pt;
  }

.history .query {
  font-size: 8pt; color: #888888;
  }

.h_flag_0 {}

.h_flag_1 {
  background-color: #c0371a;
  border: 1px solid #c0371a;
  }

.flag_button {
  display: none; float: right;
  margin-top: 4px;
  }

.history:hover {
  border-color: #1d393c;
  }

.user_item {
  padding: 5px; margin-top: 5px;
  border: 1px solid #1d393c;
  }

.user_item .date, .user_item .date div {
  font-size: 8pt;
  }

.nopass {
  font-weight: bold; color: #c0371a;
  }

.isadmin {
  font-weight: bold; color: #c0371a;
  }





/* Utility Elements -------------------- */

#set_frame {
  position: absolute;
  width: 00px; height: 00px;
  border-width: 0px;
  }

.test #set_frame {
  position: absolute; right: 100px; bottom: 100px;
  width: 100px; height: 100px;
  border: 1px solid black;
  }

.clear {clear: both; }

.clear_left {clear: left; }

.clear_right {clear: right; }

.show {
  display: block;
  }

.hide {
  display: none;
  }





/* Width/Height Modifiers -------------------- */
.w10 {width: 10px; }
.w20 {width: 20px; }
.w30 {width: 30px; }
.w40 {width: 40px; }
.w50 {width: 50px; }
.w60 {width: 60px; }
.w70 {width: 70px; }
.w80 {width: 80px; }
.w90 {width: 90px; }
.w100 {width: 100px; }
.w110 {width: 110px; }
.w120 {width: 120px; }
.w130 {width: 130px; }
.w140 {width: 140px; }
.w150 {width: 150px; }
.w160 {width: 160px; }
.w170 {width: 170px; }
.w180 {width: 180px; }
.w190 {width: 190px; }
.w200 {width: 200px; }
.w210 {width: 210px; }
.w220 {width: 220px; }
.w230 {width: 230px; }
.w240 {width: 240px; }
.w250 {width: 250px; }
.w260 {width: 260px; }
.w270 {width: 270px; }
.w280 {width: 280px; }
.w290 {width: 290px; }
.w300 {width: 300px; }
.w310 {width: 310px; }
.w320 {width: 320px; }
.w330 {width: 330px; }
.w340 {width: 340px; }
.w350 {width: 350px; }
.w360 {width: 360px; }
.w370 {width: 370px; }
.w380 {width: 380px; }
.w390 {width: 390px; }
.w400 {width: 400px; }
.w410 {width: 410px; }
.w420 {width: 420px; }
.w430 {width: 430px; }
.w440 {width: 440px; }
.w450 {width: 450px; }
.w460 {width: 460px; }
.w470 {width: 470px; }
.w480 {width: 480px; }
.w490 {width: 490px; }
.w500 {width: 500px; }
.h0 {height: 0px; }
.h5 {height: 5px; }
.h10 {height: 10px; }
.h15 {height: 15px; }
.h20 {height: 20px; }
.h25 {height: 25px; }
.h30 {height: 30px; }
.h35 {height: 35px; }
.h40 {height: 40px; }
.h45 {height: 45px; }
.h50 {height: 50px; }
.h55 {height: 55px; }
.h60 {height: 60px; }
.h65 {height: 65px; }
.h70 {height: 70px; }
.h75 {height: 75px; }
.h80 {height: 80px; }
.h85 {height: 85px; }
.h90 {height: 90px; }
.h95 {height: 95px; }
.h100 {height: 100px; }
.h105 {height: 105px; }
.h110 {height: 110px; }
.h115 {height: 115px; }
.h120 {height: 120px; }
.h125 {height: 125px; }
.h130 {height: 130px; }
.h135 {height: 135px; }
.h140 {height: 140px; }
.h145 {height: 145px; }
.h150 {height: 150px; }
.h155 {height: 155px; }
.h160 {height: 160px; }
.h165 {height: 165px; }
.h170 {height: 170px; }
.h175 {height: 175px; }
.h180 {height: 180px; }
.h185 {height: 185px; }
.h190 {height: 190px; }
.h195 {height: 195px; }
.h200 {height: 200px; }
.h205 {height: 205px; }
.h210 {height: 210px; }
.h215 {height: 215px; }
.h220 {height: 220px; }
.h225 {height: 225px; }
.h230 {height: 230px; }
.h235 {height: 235px; }
.h240 {height: 240px; }
.h245 {height: 245px; }
.h250 {height: 250px; }
.h255 {height: 255px; }
.h260 {height: 260px; }
.h265 {height: 265px; }
.h270 {height: 270px; }
.h275 {height: 275px; }
.h280 {height: 280px; }
.h285 {height: 285px; }
.h290 {height: 290px; }
.h295 {height: 295px; }
.h300 {height: 300px; }
/* Fonts -------------------- */

@font-face {
  font-family: 'danielbold';
  src: url('fonts/danielbd-webfont.eot');
  src: url('fonts/danielbd-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/danielbd-webfont.woff') format('woff'),
       url('fonts/danielbd-webfont.ttf') format('truetype'),
       url('fonts/danielbd-webfont.svg#danielbold') format('svg');
  font-weight: normal;
  font-style: normal;
  }

@font-face {
  font-family: 'danielblack';
  src: url('fonts/Daniel-Black-webfont.eot');
  src: url('fonts/Daniel-Black-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/Daniel-Black-webfont.woff') format('woff'),
       url('fonts/Daniel-Black-webfont.ttf') format('truetype'),
       url('fonts/Daniel-Black-webfont.svg#danielblack') format('svg');
  font-weight: normal;
  font-style: normal;
  }

@font-face {
  font-family: 'danielregular';
  src: url('fonts/daniel-webfont.eot');
  src: url('fonts/daniel-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/daniel-webfont.woff') format('woff'),
       url('fonts/daniel-webfont.ttf') format('truetype'),
       url('fonts/daniel-webfont.svg#danielregular') format('svg');
  font-weight: normal;
  font-style: normal;
  }

@font-face {
  font-family: 'gooddogregular';
  src: url('fonts/GoodDog-webfont.eot');
  src: url('fonts/GoodDog-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/GoodDog-webfont.woff') format('woff'),
       url('fonts/GoodDog-webfont.ttf') format('truetype'),
       url('fonts/GoodDog-webfont.svg#gooddogregular') format('svg');
  font-weight: normal;
  font-style: normal;
  }

@font-face {
  font-family: 'Junction';
  src: url('junction-bold.eot');
  src: url('junction-bold.eot?#iefix') format('embedded-opentype'),
       url('junction-bold.woff') format('woff'),
       url('junction-bold.ttf') format('truetype'),
       url('junction-bold.svg#junctionbold') format('svg');
  font-weight: bold;
  font-style: normal;
  }

@font-face {
  font-family: 'Junction';
  src: url('junction-light.eot');
  src: url('junction-light.eot?#iefix') format('embedded-opentype'),
       url('junction-light.woff') format('woff'),
       url('junction-light.ttf') format('truetype'),
       url('junction-light.svg#junctionlight') format('svg');
  font-weight: normal;
  font-style: normal;
  }

@font-face {
  font-family: 'Junction';
  src: url('junction-regular.eot');
  src: url('junction-regular.eot?#iefix') format('embedded-opentype'),
       url('junction-regular.woff') format('woff'),
       url('junction-regular.ttf') format('truetype'),
       url('junction-regular.svg#junctionregular') format('svg');
  font-weight: normal;
  font-style: normal;
  }
