.admin.landing .filters {
  background: #ebf1e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.admin.landing .filters .filterList {
  margin: 0;
  padding: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.admin.landing .filters .filterList li {
  margin-top: 5px;
}
.admin.landing .settings {
  border: solid 1px green;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
}
.admin.landing .gmail {
  border: solid 1px green;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
}
.admin.landing .content p.gmailInfo {
  margin-bottom: 10px;
}
.admin.landing .blockList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.admin.landing .emptyMessage {
  margin-top: 25px;
}
.admin.landing .transactions,
.admin.landing .userList {
  border-collapse: collapse;
  border: solid 1px #074d0e;
  width: 100%;
}
.admin.landing .transactions th,
.admin.landing .userList th {
  padding: 3px 3px 8px;
}
.admin.landing .transactions td,
.admin.landing .userList td {
  padding: 3px;
}
.admin.landing .userList tr {
  border-bottom: solid 1px;
}
.admin.landing .transactions tbody > tr:nth-child(odd) {
  background: rgba(7, 77, 14, 0.5);
  color: #ebf1e3;
}
@media all and (max-width: 500px) {
  .admin.landing .transactions tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #ebf1e3 !important;
    color: black !important;
    margin-bottom: 5px;
    padding: 3px 5px;
  }
  .admin.landing .transactions td {
    background: #ebf1e3;
  }
  .admin.landing .transactions td:nth-child(1) {
    border-bottom: 1px solid black;
    padding-bottom: 0px !important;
    margin-bottom: 3px;
  }
  .admin.landing .transactions td:nth-child(2) {
    display: block;
    margin-right: auto;
    border-bottom: 1px solid black;
    padding-bottom: 0px !important;
    margin-bottom: 3px;
  }
  .admin.landing .transactions td:nth-child(2):before {
    content: '-';
    margin-right: 4px;
  }
  .admin.landing .transactions td:nth-child(5) {
    display: none;
  }
  .admin.landing .transactions td:nth-child(n + 3) {
    width: 100%;
    text-align: left;
    padding: 0px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .admin.landing .transactions td:nth-child(n + 3):before {
    content: attr(data-type);
    margin-right: 4px;
    text-align: left;
    color: black;
  }
  .admin.landing .transactions thead {
    display: none;
  }
  .admin.landing .transactions tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .admin.landing .transactions table {
    border-style: none;
    border-bottom-style: solid;
  }
}

body {
  color: #000;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0;
  font-size: 16px;
  font-family: Raleway;
  text-align: justify;
}
p {
  margin: 0;
}
a {
  color: #17380b;
  text-decoration: none;
}
h3,
h4,
h2,
h1,
h5 {
  margin: 0;
}
.push-right {
  margin-left: auto;
}
.pointer {
  cursor: pointer;
}
button {
  background: #074d0e;
  color: #ebf1e3;
  border: solid 1px #17380b;
  border-radius: 2px;
  cursor: pointer;
  padding: 5px;
  font-family: Raleway;
  font-size: 1em;
}
button:hover {
  opacity: 0.85;
}
button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.textAlignCenter {
  text-align: center;
}
.invalid {
  background: #ffc4c5;
  border: solid 2px #c40002;
  outline: none;
}
.invalid:focus {
  background: white;
}
span.optional,
.optional {
  font-size: 0.5em;
  max-width: 10px;
  vertical-align: super;
  margin-left: 0;
}
span.optional::before,
.optional::before {
  color: #c40002;
}
span.optional .InfoBubbleContent,
.optional .InfoBubbleContent {
  font-size: 14px;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  text-align: justify;
}
span.optional::before,
.optional::before {
  color: #ad8b05;
}
span.required,
.required {
  font-size: 0.5em;
  max-width: 10px;
  vertical-align: super;
  margin-left: 0;
}
span.required::before,
.required::before {
  color: #c40002;
}
span.required .InfoBubbleContent,
.required .InfoBubbleContent {
  font-size: 14px;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  text-align: justify;
}
.inlineBlock {
  display: inline-block;
}
.actionCursor {
  cursor: pointer;
}
.fakeLink {
  color: #0b7c17;
  cursor: pointer;
  font-weight: 600;
}
.fakeLink:hover {
  color: #074d0e;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
select {
  font-family: Raleway;
  font-size: 1.1em;
  padding: 3px;
}
.font12 {
  font-size: 1.2em;
}
.flexCenter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer {
  position: fixed;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 0;
  right: 0;
  padding: 5px;
  border-top: solid 1px #17380b;
  font-weight: 600;
  background: #ebf1e3;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inlineBlock {
  display: inline-block !important;
}
.red {
  background: #c40002 !important;
}
.col_red {
  color: #c40002 !important;
}
.col_yellow {
  color: #ad8b05 !important;
}
.col_green {
  color: #074d0e !important;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  padding: 0 1px;
}
.noWrap {
  white-space: nowrap;
}
.marginLeft {
  margin-left: 5px !important;
}
.marginRight {
  margin-right: 5px !important;
}
.marginTop {
  margin-top: 5px !important;
}
.marginBottom {
  margin-bottom: 5px !important;
}
.bold {
  font-weight: 600;
}
.spinnerInside {
  position: relative;
}
.spinnerInside .fa {
  position: absolute;
  top: 13px;
  right: 5px;
}
.fullWidth {
  width: 100%;
}
.colRowGrid {
  width: 100%;
}
.colRowGrid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: calc(100% + 10px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -10px;
  margin-right: 10px;
}
.colRowGrid .row > * {
  margin-left: 10px;
}
.colRowGrid .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -10px;
  margin-bottom: 10px;
}
.colRowGrid .col > * {
  margin-top: 10px;
}
.colRowGrid .col.justifyStart,
.colRowGrid .row.justifyStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.colRowGrid .col.justifyCenter,
.colRowGrid .row.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.colRowGrid .col.justifyEnd,
.colRowGrid .row.justifyEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.colRowGrid .col.alignCenter,
.colRowGrid .row.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.colRowGrid .col.wrap,
.colRowGrid .row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.colRowGrid .col.alignStart,
.colRowGrid .row.alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.colRowGrid .col .basis33,
.colRowGrid .row .basis33 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
.colRowGrid .col .basis66,
.colRowGrid .row .basis66 {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}
.colRowGrid .col .basis300,
.colRowGrid .row .basis300 {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

.busyBackground {
  z-index: 1000;
  background: rgba(90, 90, 90, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.loadingCircle {
  -webkit-animation: loadingFrames linear 3s;
          animation: loadingFrames linear 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0b7c17;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loadingCircleContent {
  height: 30px;
  width: 30px;
  padding: 15px;
  text-align: center;
  background: #074d0e;
  border-radius: 50%;
  color: #ebf1e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@-webkit-keyframes loadingFrames {
  0% {
    opacity: 1;
    padding: 0px;
  }
  55% {
    opacity: 0.7;
    padding: 5.5px;
  }
  100% {
    opacity: 0;
    padding: 9px;
  }
}
@keyframes loadingFrames {
  0% {
    opacity: 1;
    padding: 0px;
  }
  55% {
    opacity: 0.7;
    padding: 5.5px;
  }
  100% {
    opacity: 0;
    padding: 9px;
  }
}

.DayPicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -5px;
}
.DayPicker > * {
  margin-left: 5px;
  margin-bottom: 5px;
}
.DayPicker input {
  width: 100%;
  padding: 3px;
  font-family: Raleway;
  font-size: 1.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DayPicker .timePicker {
  font-family: Raleway;
  font-size: 1.1em;
  padding: 2px;
}
.pika-lendar .is-selected .pika-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #074d0e;
}
.pika-lendar .is-today .pika-button {
  color: #c40002;
}
.pika-lendar .pika-button.pika-day {
  font-size: 1em;
  text-align: center;
}
.pika-lendar .pika-button.pika-day:hover {
  background: #085610;
}
.pika-lendar th {
  font-size: 15px !important;
}
.pika-lendar th abbr {
  text-decoration: none;
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
            box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
            box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    -webkit-box-shadow: inset 0 1px 3px #0076c9;
            box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.dialogBackground {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  max-width: 95%;
  background: #ebf1e3;
  border: solid 1px #074d0e;
  border-radius: 2px;
}
.dialog .titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  background: #074d0e;
  color: #ebf1e3;
  padding: 7px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .titlebar h3 {
  white-space: nowrap;
  margin-right: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.dialog .body {
  padding: 0 15px;
  max-height: calc(95vh - 97px);
  overflow-y: auto;
  overflow-x: hidden;
  max-width: calc(100% - 30px);
}
.dialog .body .DayPickerInput input,
.dialog .body input[type='text'],
.dialog .body input[type='number'],
.dialog .body input[type='password'],
.dialog .body textarea {
  width: 100%;
  padding: 3px;
  font-family: Raleway;
  font-size: 1.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog .body td {
  white-space: nowrap;
}
.dialog .body table {
  width: 100%;
  margin-top: 5px;
}
.dialog .foot {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px;
}
.dialog .foot span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dialog .foot button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 5px;
  margin-bottom: 5px;
}
.dialog label {
  display: block;
  font-size: 0.9em;
  margin-top: 5px;
  font-weight: 600;
}
.dialog label.radioLabel {
  margin-top: 0;
}
.dialog .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dialog .row.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.dialog .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.createMeal .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.createMeal .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.createMeal .tabList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.createMeal .tabList li {
  border: solid 1px #074d0e;
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 5px;
  cursor: pointer;
}
.createMeal .tabList li.active {
  color: #ebf1e3;
  background: #074d0e;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  font-weight: 600;
}
.createMeal .addOption,
.createMeal .templateSelector {
  margin-top: 5px;
  max-width: 200px;
  margin-bottom: 1px;
}
.createMeal .topBorder {
  margin-top: 10px;
  border-top: solid 1px;
}
.createMeal .inlineLabel {
  font-weight: 400;
  margin-top: 0px;
}
.createMeal .sectionHead {
  margin-top: 15px;
  border-bottom: solid 1px;
  margin-bottom: 5px;
}
.createMeal .additionalOption {
  margin-bottom: 5px;
  border-bottom: solid 1px #17380b;
  padding-bottom: 10px;
}
.createMeal .additionalOption .delLink {
  font-size: 0.85em;
}
.createMeal .additionalOption .optionType {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}
.createMeal .additionalOption .valueCloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.createMeal .additionalOption .valueCloud li {
  padding: 2px 5px;
  font-size: 0.9em;
  margin: 2px 5px;
  background: white;
  border: solid 1px #17380b;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.createMeal .additionalOption .valueCloud li .fa-times {
  margin-left: 5px;
}
.createMeal .additionalOption .addButton {
  margin-left: 5px;
}
.createMeal .datefinderOption {
  border-bottom: none;
}
.createMeal .datefinderOption .wrap.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
}
.createMeal .datefinderOption .addButton {
  margin-bottom: 5px;
  min-width: 110px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.createMeal .datefinderOption .addValue {
  min-width: 180px;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  white-space: nowrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 5px;
}
@media all and (max-width: 420px) {
  .createMeal .row.responsive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .createMeal .row.responsive > .col {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .createMeal .row.responsive > select {
    max-width: 100%;
    min-width: 100%;
  }
}

label.uploadButtonIcon {
  background: #ebf1e3;
  padding: 5px;
  border-radius: 2px;
  white-space: nowrap;
  border: solid 1px #074d0e;
  font-family: Raleway;
  font-weight: 300;
}
label.uploadButtonIcon:before {
  font-family: FontAwesome;
  margin-right: 4px;
}
div.imageContainer {
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.imageContainer:before {
  font-size: 80px;
}
div.imageContainer img {
  max-height: 100%;
  max-width: 100%;
}
.imageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 5px;
}

.InfoBubble {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  cursor: pointer;
}
.InfoBubble::before {
  font-size: 1.1em;
  color: #074d0e;
}
.InfoBubble:hover .InfoBubbleTriangle,
.InfoBubble:hover .InfoBubbleContent {
  display: block;
}
.InfoBubbleContent {
  display: none;
  position: absolute;
  color: #000;
  padding: 10px;
  background: #ebf1e3;
  border-radius: 2px;
  z-index: 5;
  font-family: Raleway;
  border: solid 3px #074d0e;
  -webkit-box-shadow: tinyShadowDownRight;
          box-shadow: tinyShadowDownRight;
  cursor: default;
  white-space: normal;
}
.InfoBubbleTriangle {
  position: absolute;
  z-index: 10;
  display: none;
}
.InfoBubbleTriangle.right {
  border: solid transparent 10px;
  border-right-color: #074d0e;
  right: -9px;
  top: -1.5px;
}
.InfoBubbleTriangle.left {
  border: solid transparent 10px;
  border-left-color: #074d0e;
  left: -9px;
  top: -1.5px;
}
.InfoBubbleTriangle.top {
  border: solid transparent 10px;
  border-top-color: #074d0e;
  top: -9px;
}

.body.impressum {
  width: 1000px;
}
.body.impressum h1,
.body.impressum h3,
.body.impressum strong {
  margin-bottom: 7px;
}
.body.impressum p,
.body.impressum h4,
.body.impressum h5 {
  margin-bottom: 4px;
}

.loginDialog {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
.loginDialog .toggleRegister {
  text-align: center;
  margin-top: 10px;
}
.loginDialog label {
  margin-top: 10px;
}
.loginDialog .success {
  padding: 5px 12px;
  border: solid #074d0e;
  margin-bottom: 10px;
  background: #c0f9c6;
}
.loginDialog .tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #074d0e;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.loginDialog .tabList li {
  padding: 5px 15px;
  cursor: pointer;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.loginDialog .tabList li.selected {
  background: #074d0e;
  color: #fff;
  font-weight: 600;
}

.subtitle_option {
  margin-top: 10px;
}
.PriceDialog {
  -ms-flex-preferred-size: 425px;
      flex-basis: 425px;
}
.PriceDialog .warning {
  padding: 5px 10px;
  background: #f9d239;
  border-radius: 2px;
  border: solid 1px #ad8b05;
  text-align: left;
  margin-bottom: 5px;
}
.PriceDialog .warning.title {
  cursor: help;
}
.PriceDialog .warning .fa-info-circle {
  margin-left: 10px;
}
.PriceDialog .warning:before {
  content: '\F071';
  font-family: FontAwesome;
  font-size: 1.5em;
  color: #ad8b05;
  margin-right: 10px;
}
.PriceDialog table {
  width: 100%;
}
.PriceDialog .moneySymbol {
  margin: 0 5px;
  font-weight: 600;
  display: inline-block;
}
.PriceDialog input[type='number'] {
  text-align: right;
  max-width: 150px;
  margin-left: auto;
}
.PriceDialog .paymentList th:nth-child(n + 2),
.PriceDialog .paymentList td:nth-child(n + 2) {
  text-align: center;
}

.PrintDialog table {
  text-align: center;
}
@media print {
  .dashboard .meals {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: white;
  }
  .dashboard .meals .meal {
    display: none;
  }
  .dashboard .meals .meal.print {
    display: block;
    color: black;
    page-break-inside: avoid;
  }
  .dashboard .meals .meal.print .deadline,
  .dashboard .meals .meal.print .user .icons,
  .dashboard .meals .meal.print .participate {
    display: none;
  }
  .dashboard .meals .meal.print .mealImage {
    max-width: 130px;
    max-height: 130px;
  }
  .dashboard .meals .meal.print .participants {
    display: grid;
    grid-template: 20px auto / 140px auto;
  }
  .dashboard .meals .meal.print .participants .paricipation {
    grid-column: 1;
  }
  .dashboard .meals .meal.print .participants .participantsList {
    grid-row: 1 / span 2;
    grid-column: 2;
    margin-top: 0;
  }
  .dashboard .meals .meal.print .titlebar {
    background: white;
    border-bottom: solid 1px black;
  }
  .dashboard .meals .meal.print .titlebar .title {
    color: black;
  }
  .dashboard .meals .meal.print .titlebar .menuIcon {
    display: none;
  }
  .dialog {
    display: none;
  }
}

.sendMoneyDialog .body {
  overflow: visible !important;
}

.mailFrame {
  position: relative;
  margin-bottom: 5px;
}
.mailFrame .fa-spinner {
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
}
.mailFrame .mailSuggestion {
  position: absolute;
  display: block;
  padding: 5px;
  background: #0b7c17;
  z-index: 1;
  top: 35px;
  color: #ebf1e3;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 5px -3px black;
          box-shadow: 0px 2px 5px -3px black;
}
.mailFrame .mailSuggestion:before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #0b7c17;
  top: -6px;
  left: calc(50% - 11px);
}
.mailFrame .fa-info-circle {
  font-size: 16px;
  width: 0px;
  margin-left: 5px;
  position: relative;
}
.mailFrame .dropdown {
  list-style: none;
  margin: 0px;
  position: absolute;
  padding: 0;
  background: #ffffff;
  border: solid 1px #aaa;
  cursor: pointer;
  border-top: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 5px -3px black;
          box-shadow: 0px 2px 5px -3px black;
}
.mailFrame .dropdown li:hover {
  background: #ebf1e3;
}
.mailFrame .dropdown li {
  padding: 3px 5px;
  border-bottom: #eee;
}

.dialog.settingsDialog {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
}
.dialog.settingsDialog h4 {
  margin-top: 10px;
}
.dialog.settingsDialog .row {
  margin-bottom: 10px;
}
.dialog.settingsDialog th,
.dialog.settingsDialog td {
  padding: 0 5px 5px;
}
@media all and (max-width: 600px) {
  .dialog.settingsDialog th,
  .dialog.settingsDialog td {
    white-space: initial;
  }
}
.dialog.settingsDialog th:nth-child(n + 2),
.dialog.settingsDialog td:nth-child(n + 2) {
  text-align: center;
}
@media all and (max-width: 400px) {
  .dialog.settingsDialog th {
    display: none;
  }
  .dialog.settingsDialog tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    font-weight: 600;
  }
  .dialog.settingsDialog tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dialog.settingsDialog tr td:nth-child(n + 2)::before {
    content: attr(data-fieldtype);
    font-weight: 400;
  }
}
.dialog.settingsDialog #SettingsDialog_mail {
  margin-right: 2px;
}
.dialog.settingsDialog .fa-spinner {
  position: absolute;
  right: 5px;
}
.dialog.settingsDialog .mailSuggestion {
  position: absolute;
  display: block;
  padding: 5px;
  background: #074d0e;
  z-index: 1;
  top: 55px;
  color: #ebf1e3;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 5px -3px black;
          box-shadow: 0px 2px 5px -3px black;
}
.dialog.settingsDialog .mailSuggestion:before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #074d0e;
  top: -6px;
  left: calc(50% - 11px);
}
.dialog.settingsDialog .mailFrame {
  position: relative;
}

.SignUpDialog .optionSelect {
  width: 100%;
}
.SignUpDialog input.count {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  margin-right: 5px;
}
.SignUpDialog .yesNo div {
  width: 60px;
}
.SignUpDialog .warning {
  padding: 5px 10px;
  background: #f9d239;
  border-radius: 2px;
  border: solid 1px #ad8b05;
  text-align: left;
  margin-bottom: 5px;
}
.SignUpDialog .warning.title {
  cursor: help;
}
.SignUpDialog .warning .fa-info-circle {
  margin-left: 10px;
}
.SignUpDialog .warning:before {
  content: '\F071';
  font-family: FontAwesome;
  font-size: 1.5em;
  color: #ad8b05;
  margin-right: 10px;
}
.SignUpDialog .editName {
  font-size: 0.9em;
}
.SignUpDialog .signupName {
  margin-left: 5px;
}
.SignUpDialog .estimated_price {
  margin-top: 5px;
  border-top: solid 1px #074d0e;
  padding-top: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: help;
}

.body .negative {
  color: #ff4446;
}
.body .textAlignCenter {
  text-align: center;
}
.body .transactions {
  border-collapse: collapse;
  border: solid 1px #074d0e;
}
.body .transactions th {
  padding: 3px 3px 8px;
}
.body .transactions td {
  padding: 3px;
}
.body .transactions tbody > tr:nth-child(odd) {
  background: rgba(7, 77, 14, 0.5);
  color: #ebf1e3;
}
.transactionDialog {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
}
@media all and (max-width: 500px) {
  .transactionDialog tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #ebf1e3 !important;
    color: black !important;
    margin-bottom: 5px;
    padding: 3px 5px;
  }
  .transactionDialog td {
    background: #ebf1e3;
  }
  .transactionDialog td:nth-child(1) {
    border-bottom: 1px solid black;
    padding-bottom: 0px !important;
    margin-bottom: 3px;
  }
  .transactionDialog td:nth-child(2) {
    display: block;
    margin-right: auto;
    border-bottom: 1px solid black;
    padding-bottom: 0px !important;
    margin-bottom: 3px;
  }
  .transactionDialog td:nth-child(2):before {
    content: '-';
    margin-right: 4px;
  }
  .transactionDialog td:nth-child(5) {
    display: none;
  }
  .transactionDialog td:nth-child(n + 3) {
    width: 100%;
    text-align: left;
    padding: 0px 3px;
  }
  .transactionDialog td:nth-child(n + 3):before {
    width: 10px;
    content: attr(data-type);
    margin-right: 4px;
    text-align: left;
    color: black;
  }
  .transactionDialog thead {
    display: none;
  }
  .transactionDialog tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .transactionDialog table {
    border-style: none;
    border-bottom-style: solid;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.1em;
  min-height: 25px;
}
.pager .pagerList span {
  color: #0b7c17;
  cursor: pointer;
  font-weight: 600;
  margin: 0 2px;
}
.pager .pagerList span:hover {
  color: #074d0e;
}
.pager .pagerList span.activePage {
  color: #780001;
  cursor: default;
}
.pager .sizeArea {
  position: absolute;
  right: 0;
}

.errors {
  position: fixed;
  top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.errors .fa-times {
  margin-left: 20px;
  cursor: pointer;
}
.error {
  background: #ffc4c5;
  padding: 5px 15px;
  border-radius: 2px;
  border: solid 2px #c40002;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard {
  height: calc(100vh - 46px - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background: #ebf1e3;
  overflow: auto;
  margin-top: 46px;
  margin-bottom: 30px;
}
.dashboard .pagedList {
  max-width: 1000px;
  margin: 0 auto;
}
.dashboard .pagedList .meal:last-child {
  margin-bottom: 15px;
}
.dashboard .pagedList .pager:first-child {
  border-bottom: 1px solid #074d0e;
  margin-bottom: 15px;
}
.dashboard .pagedList .pager:last-child {
  border-top: 1px solid #074d0e;
}
.filters {
  max-width: 1000px;
  margin: 0 auto;
}
.filterList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter {
  cursor: pointer;
  border: solid 1px #074d0e;
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 5px;
  text-align: center;
}
.filter.selected {
  background: #074d0e;
  color: #ebf1e3;
  font-weight: 600;
}
.mealListHeader {
  width: 1000px;
  margin: 0 auto 10px;
}
.debts {
  background: #ffc4c5;
  border: solid #c40002 2px;
  border-radius: 3px;
  padding: 5px 15px;
  max-width: 1000px;
  margin: 5px auto 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.debts .debtList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.debts .debtList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offlineBar {
  background: #f9d239;
  padding: 5px 20px;
  max-width: 1000px;
  margin: 0 auto 10px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #ad8b05;
  font-weight: 600;
}
.offlineBar .warning {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.offlineBar .fa-exclamation-triangle {
  margin-right: 20px;
  color: #ad8b05;
}

.meal {
  max-width: 1000px;
  margin: 0 auto 20px;
  border: solid 1px #074d0e;
  border-radius: 2px;
}
.meal.emptyMeal {
  min-height: 200px;
  background: rgba(0, 0, 0, 0.5);
}
.meal.emptyMeal .title {
  letter-spacing: -5px;
}
.meal.emptyMeal .details {
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  text-align: center;
  color: white;
}
.meal .moneyFrame {
  margin-left: 5px;
  font-style: italic;
  font-size: 0.9em;
  color: #17380b;
}
.meal .moneyFrame .money {
  position: relative;
  top: -1px;
}
.meal .moneyFrame:before {
  content: '-';
  margin-right: 5px;
}
.meal .titlebar {
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #074d0e;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meal .titlebar .menuIcon {
  color: #ebf1e3;
  padding: 5px;
  width: 20px;
  text-align: center;
}
.meal .titlebar .title {
  margin-right: auto;
  margin-left: 5px;
  color: #ebf1e3;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.meal .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.meal .participants {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  padding: 0 10px;
  max-width: 500px;
}
.meal .participants .comment {
  font-size: 0.9em;
  margin-left: 5px;
}
.meal .participants .participantsList {
  padding-left: 20px;
  margin: 10px 0;
}
.meal .participants .participantsList li {
  margin-bottom: 5px;
  cursor: default;
}
.meal .participants .participation,
.meal .participants .deadline {
  font-size: 0.9em;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.meal .mealDetails {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  padding: 0 10px;
  margin-bottom: 10px;
  max-width: 500px;
}
.meal .mealDetails .mealImage {
  max-width: 150px;
  max-height: 150px;
  display: inline-block;
  margin: 0 10px 10px 0;
  float: left;
  border-radius: 2px;
}
.meal .mealDetails .description {
  margin: 10px 0;
  white-space: pre-wrap;
}
.meal .user {
  font-weight: 700;
}
.meal .user .icons span {
  cursor: pointer;
  margin-left: 5px;
  display: inline-block;
}
.meal .signupOptions {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: 5px;
  font-style: italic;
}
.meal .signupOptions li {
  margin: 1px 5px 1px 0 !important;
  font-size: 0.9em;
}
.meal .signupOptions li .optionCount {
  margin-right: 2px;
}
.meal .signupOptions li:nth-child(n + 2):before {
  content: '|';
  margin-right: 5px;
}
.meal .summary {
  margin-bottom: 10px;
  border-top: solid 1px #17380b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.meal .summary .optionTitle {
  margin-right: 3px;
}
.meal .summary .optionCount {
  margin-right: 2px;
}
.meal .summary .optionGroup {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.meal .summary .optionItem:after {
  content: ',';
  margin-right: 5px;
}
.meal .summary .optionItem:last-child:after {
  content: '';
}

.datefinder {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.datefinder .participantsList {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.datefinder .participantsList li {
  margin-right: 6px;
}
.datefinder .participantsList li.myself {
  font-weight: 600;
}
.datefinder .participantsList li:last-child .hideOnLast {
  display: none;
}
.datefinder .deadlineDatefinder {
  max-width: 400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.datefinder .finalize {
  margin-top: 10px;
}
.datefinder .finalizeList {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.datefinder .finalizeList > li {
  padding: 5px;
  border: solid 2px #074d0e;
  margin-bottom: 5px;
  cursor: pointer;
  color: #074d0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datefinder .finalizeList > li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.datefinder .finalizeList > li.selected {
  background: #709c3b;
  color: #ebf1e3;
}
.datefinder .finalizeList .check {
  min-width: 30px;
  display: inline-block;
}
.datefinder .time {
  margin-left: 5px;
}
.datefinder .datesList {
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  background: #ebf1e3;
  border: solid 2px #074d0e;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}
.datefinder .datesList .addDateWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding: 5px 15px;
  cursor: pointer;
  opacity: 0.5;
}
.datefinder .datesList .addDateWrapper:hover {
  opacity: 1;
}
.datefinder .datesList .addDateWrapper .fa-plus {
  opacity: 0.5;
}
.datefinder .datesList > li {
  display: inline-grid;
  grid-template: auto / auto auto;
  margin-right: 10px;
  border: solid 2px #709c3b;
  padding: 5px;
  color: #074d0e;
  background: #ebf1e3;
}
.datefinder .datesList > li.selected {
  background: #709c3b;
  color: #ebf1e3;
}
.datefinder .datesList > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.datefinder .datesList > li > div .dayShort {
  position: absolute;
  font-size: 0.9em;
  color: #074d0e;
  opacity: 0.3;
  font-weight: 600;
  left: 0;
  top: 0px;
}
.datefinder .datesList > li > div .signupIcon {
  position: absolute;
  top: 22px;
  right: 0;
}
.datefinder .datesList > li > div .deleteIcon {
  top: 0;
}
.datefinder .datesList > li > div:last-child {
  margin-right: 0;
}
.datefinder .datesList > li > div .signupCount {
  font-size: 2em;
  font-weight: 600;
  margin: 10px 20px 5px 0;
  z-index: 1;
}
.datefinder .datesList > li .userListWrapper {
  margin-left: 5px;
  border-left: solid 1px;
  padding-left: 5px;
}
.datefinder .datesList > li .userList {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template: auto auto auto / auto;
  grid-auto-flow: column;
  grid-column-gap: 10px;
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  border-bottom: solid 2px #17380b;
  background: #074d0e;
  color: #ebf1e3;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topbar .spacer {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar .instanceIcon {
  margin-right: 5px;
}
.topbar .fa-inverse {
  color: #074d0e;
}
.topbar .quicklinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.topbar .quicklinks a {
  color: #ebf1e3;
}
.topbar .quicklinks > li {
  padding: 5px;
  position: relative;
  min-width: 20px;
  text-align: center;
  cursor: pointer;
  margin-left: 5px;
}
.topbar .quicklinks > li .symbolExplanation {
  margin-right: 5px;
}
@media all and (max-width: 800px) {
  .topbar .quicklinks > li .symbolExplanation {
    display: none;
  }
}

.userFrame {
  position: fixed;
  left: calc(50vw + 1000px / 2 + 30px);
  border: solid 1px #17380b;
  padding: 10px;
  border-radius: 2px;
  top: calc(10px + 2em + 27px + 46px);
}
.userFrame .userName {
  font-weight: 600;
}
.userFrame .moneySymbol {
  margin: 0 5px;
  font-weight: 600;
  display: inline-block;
}
.userFrame .role {
  margin-top: -3px;
  margin-bottom: 8px;
  font-size: 0.9em;
  font-style: italic;
  color: #c40002;
}
.userFrame .userManagementLink {
  margin-top: 2px;
}
.userFrame .incomingPaymentsLink {
  margin-top: 4px;
  line-height: 14px;
}
.userFrame.register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  max-width: 200px;
  margin-left: 0px;
  margin-bottom: calc(-2em - 17px);
}
.userFrame.register input {
  padding: 5px;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.userFrame.register button {
  margin-bottom: 5px;
}
@media all and (max-width: 1400px) {
  .userFrame {
    position: initial;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .userFrame.register {
    margin-left: calc(50vw - 518px);
  }
  .userFrame .userDescription,
  .userFrame .userName {
    display: inline-block;
    margin-right: 5px;
  }
  .userFrame .role {
    margin-bottom: 2px;
  }
}
@media all and (max-width: 1040px) {
  .userFrame.register {
    margin-left: 0px;
  }
}
@media all and (min-width: 600px) and (max-width: 1400px) {
  .userFrame > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media all and (max-width: 750px) {
  .userFrame > span:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media all and (max-width: 450px) {
  .linkBlock {
    max-width: 110px;
  }
}
@media all and (max-width: 600px) {
  .userFrame.register {
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  .linkBlock {
    text-align: right;
  }
}

.landing.dashboard {
  padding: 0;
  background: #f0f4ea;
}
.landing.dashboard .content {
  max-width: 1000px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 1em;
  background: #ebf1e3;
  margin-bottom: -30px;
}
.landing.dashboard .content label {
  display: inline-block;
}
.landing.dashboard .content input {
  width: 100%;
  padding: 3px;
  font-family: Raleway;
  font-size: 1.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.landing.dashboard .content .title {
  text-align: center;
  margin: 10px 0 20px;
}
.landing.dashboard .content p {
  margin-bottom: 5px;
  line-height: 1.25em;
}
.landing.dashboard .content .domainInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
}
.landing.dashboard .content .domainFinder {
  max-width: 300px;
  margin: 20px auto 30px;
  padding: 20px;
  border: solid 1px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.landing.dashboard .content .domainFinder h3 {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 5px;
}
.landing.dashboard .content .submit {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

