body {
  touch-action: pan-y; }

#recipes {
  user-select: none; }

body .ui-datatable thead th.ui-state-active {
  background-color: #b7d3e6; }

.actionButtons td, .actionButtons tr {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important; }

.foodIcon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #b7d3e6; }

.ingredientInfo {
  margin-left: 0.5em;
  padding: 0; }
  .ingredientInfo .unit {
    margin-left: 0.25em; }

.ingredientInfoEditor span {
  padding: 0 !important; }

.ingredientStats {
  margin-left: 1em; }

.ingredientItem {
  margin-bottom: 0.7em; }

.recipeStep {
  margin-bottom: 1em; }
  .recipeStep .inlineEditor .ui-inplace-display {
    outline: 1px solid #e3e3e3;
    min-height: 2em;
    width: 100%; }
  .recipeStep .ui-state-highlight {
    width: 100%;
    border: 0 !important;
    color: initial !important; }

.recipeStepInner {
  width: 100%;
  min-height: 1em; }

.recipeStepEditor {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }

.recipeContainer {
  position: relative;
  display: inline-block; }
  .recipeContainer .delete {
    position: absolute;
    right: 0;
    margin-right: 1.25em;
    margin-top: 0.25em; }

.recipeMedia {
  width: 128px;
  height: 100px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1em; }

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(0, 0, 0, 0.4); }

.featherlight-next span,
.featherlight-previous span {
  font-size: 25px; }

.fullWidth {
  vertical-align: top; }

.ingredientItem.draggable {
  touch-action: none; }

.recipeStep.draggable {
  touch-action: none; }

.dragStepHover .ui-inplace-display {
  background: lightgray !important; }

.dragStepActive .ui-inplace-display {
  background: gray; }

.dragStepClone {
  width: initial !important;
  opacity: 0.8; }
  .dragStepClone .ui-inplace-display {
    background: transparent !important; }

.dragIngredientActive {
  opacity: 0.5; }

.dragIngredientHover {
  opacity: 1.0 !important; }

.ui-draggable-helper {
  background: grey;
  width: 300px;
  height: 2em;
  overflow: hidden;
  opacity: 0.3; }

.ingredientGroupList .ui-datalist-content {
  border: 0; }

.recipeGroup .ui-panel-content {
  padding: 0; }

@media print {
  .hideFromPrint {
    display: none; } }

html {
  padding-top: 4em;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  /*background: linear-gradient(to bottom, #007eff10, #007eff3d);*/ }
  html:before {
    content: "Bagge's Mad";
    border-bottom: 2px solid black;
    padding: 0.5em 2em;
    position: absolute;
    top: 0.5em;
    font-size: 1.25rem;
    font-family: sans-serif;
    font-weight: bold; }

@media print {
  html {
    padding-top: 0; }
    html:before, html .ui-chkbox-box, html a[href="/index.xhtml"], html #recipeForm\:imageArea, html .ingredientItem .ui-commandlink {
      display: none !important; } }

body.recipe .ui-panel .ui-panel-titlebar {
  border-radius: 3px 3px 0 0; }

body {
  width: 90vw; }
  body .ui-widget {
    font-size: 14px; }
  body .ui-panel .ui-panel-titlebar {
    border: 0;
    background-color: #cbe5ff;
    padding: .571em 1em .571em 1em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  body .ui-panel .ui-panel-content, body .ui-datagrid .ui-datagrid-content {
    border: 0; }
  body .ui-chips .ui-chips-container.ui-state-disabled .ui-chips-token-label {
    padding: 0 0.5rem 0 0.5rem !important; }
  body .ui-chips .ui-chips-container.ui-state-disabled .ui-icon-close {
    display: none !important; }
  body .ui-datagrid .ui-paginator {
    border: 0;
    display: flex;
    justify-content: center;
    /*
            .ui-paginator-pages .ui-paginator-page.ui-state-hover {
                background-color: $french-sky-blue;
                opacity: 0.9;
            }
            */ }
    body .ui-datagrid .ui-paginator select {
      border: 0;
      background: transparent;
      cursor: pointer; }
    body .ui-datagrid .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
      background-color: #b7d3e6; }

#recipeForm\:ingredientList_content, .ingredientGroupList {
  border: none !important; }
  #recipeForm\:ingredientList_content .ui-datalist-content, .ingredientGroupList .ui-datalist-content {
    border: none !important;
    padding: 0; }
  #recipeForm\:ingredientList_content .ingredientItem .ingredientInfo, .ingredientGroupList .ingredientItem .ingredientInfo {
    display: block;
    margin-left: 0;
    margin-right: 0.5em; }
    #recipeForm\:ingredientList_content .ingredientItem .ingredientInfo:first-of-type, .ingredientGroupList .ingredientItem .ingredientInfo:first-of-type {
      font-weight: bold; }

#recipeForm\:recipeSteps_content {
  border: 0;
  padding: 0; }
  #recipeForm\:recipeSteps_content ul {
    list-style: none;
    padding-left: 0; }

/* Search page */
.ui-g-4 {
  display: none; }
  .ui-g-4[style="text-align: right;"] {
    display: block;
    width: 100%; }
    .ui-g-4[style="text-align: right;"] .ui-inputgroup {
      text-align: center !important;
      display: flex;
      justify-content: center; }
      .ui-g-4[style="text-align: right;"] .ui-inputgroup .ui-inputgroup-addon:first-child {
        background-color: #cbe5ff; }
    .ui-g-4[style="text-align: right;"] input {
      width: 17em;
      padding: 0.5em 1em;
      padding-right: 2em; }
      .ui-g-4[style="text-align: right;"] input::placeholder {
        opacity: 0.5; }

[data-widget*="recipes"] .ui-widget-content {
  padding: 0 !important; }
  [data-widget*="recipes"] .ui-widget-content table {
    border-collapse: collapse;
    background: #b7d3e6; }

.ui-datagrid-column .ui-panel-titlebar {
  display: flex;
  flex-direction: column;
  height: 5em;
  justify-content: center; }

body .ui-fileupload .ui-fileupload-buttonbar {
  background-color: #cbe5ff; }

.bottomBar {
  position: relative; }
  .bottomBar a {
    padding: 0.5rem;
    font-weight: bold; }

.ingredientsCol .ui-panel-content {
  padding: 0 !important; }

@media screen and (min-width: 576px) {
  .ingredientsCol {
    max-width: 30em;
    min-width: 15em; } }

.recipePanel {
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: flex;
  flex-direction: column; }
  .recipePanel:hover {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); }
  .recipePanel .ui-widget-header {
    order: 1; }
  .recipePanel .ui-panel-content {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important; }

/*# sourceMappingURL=../../../../target/main.css.map */