@charset "utf-8";







.modalbox {
  position: relative;
  display: flex;
  flex-direction: column; }

.modalbox .modal-header {
  flex-shrink: 0; }

.modalbox .modal-header .title {
  float: left; }

.modalbox .modal-header .close {
  float: right; }

.modalbox .modal-body {
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.modalbox .modal-footer {
  flex-shrink: 0;
  text-align: right; }





.modalboard {
  display: none;
  position: fixed;
  z-index: 1000000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  .modalboard .modalboard-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s; }
    @media (min-width: 640px) {
  .modalboard .modalboard-content {
    width: 460px; } }
    .modalboard .modalboard-content .modalboard-header {
      padding: 2px 16px; }
    .modalboard .modalboard-content .modalboard-body {
      text-align: center;
      padding: 20px 16px; }
    .modalboard .modalboard-content .modalboard-footer {
      text-align: center;
      padding: 15px 16px; }

.dark .modalboard .modalboard-content {
  background-color: #313a55; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }

  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }

  to {
    top: 0;
    opacity: 1; } }
/*general*/
* {
  margin: 0;
  padding: 0; }

img {
  border: none; }

.hide {
  display: none; }

.pointer {
  cursor: pointer; }

.deactivated {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.loading {
  background: url(/img/loading.gif) 50% 33% no-repeat;
  /*divs*/ }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.left, .l {
  float: left; }

.right, .r {
  float: right; }

.row {
  width: 100%;
  margin: 0; }

.col {
  float: left; }

.center {
  margin-left: auto;
  margin-right: auto; }

.vcenter {
  margin-top: auto;
  margin-bottom: auto; }

.clear, .c {
  clear: both; }

.block {
  display: block; }

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

.inline {
  display: inline; }

.flex {
  display: flex; }

.hundred, .h {
  width: 100%; }

.s {
  float: left; }

.s img {
  display: block;
  width: 1px;
  height: 1px; }

.backwhite, .bw, .bwhite {
  background-color: #fff; }

.backblack, .bb {
  background-color: #000;
  /*images*/ }

.vmiddle {
  vertical-align: middle; }

.vtop {
  vertical-align: top;
  /*fonts*/ }

.fcenter, .fc {
  text-align: center; }

.fleft, .fl {
  text-align: left; }

.fright {
  text-align: right; }

.fjustify {
  text-align: justify; }

.f6 {
  font-size: 6px; }

.f7 {
  font-size: 7px; }

.f8 {
  font-size: 8px; }

.f9 {
  font-size: 9px; }

.f10 {
  font-size: 10px; }

.f11 {
  font-size: 11px; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.f15 {
  font-size: 15px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f19 {
  font-size: 19px; }

.f20 {
  font-size: 20px; }

.f21 {
  font-size: 21px; }

.f22 {
  font-size: 22px; }

.f23 {
  font-size: 23px; }

.f24 {
  font-size: 24px; }

.f25 {
  font-size: 25px; }

.f26 {
  font-size: 26px; }

.f27 {
  font-size: 27px; }

.f28 {
  font-size: 28px; }

.f29 {
  font-size: 29px; }

.f30 {
  font-size: 30px; }

.f31 {
  font-size: 31px; }

.f32 {
  font-size: 32px; }

.f33 {
  font-size: 33px; }

.f34 {
  font-size: 34px; }

.f35 {
  font-size: 35px; }

.f36 {
  font-size: 36px; }

.f37 {
  font-size: 37px; }

.f38 {
  font-size: 38px; }

.f39 {
  font-size: 39px; }

.f40 {
  font-size: 40px; }

.v-10 {
  vertical-align: -10px; }

.v-9 {
  vertical-align: -9px; }

.v-8 {
  vertical-align: -8px; }

.v-7 {
  vertical-align: -7px; }

.v-6 {
  vertical-align: -6px; }

.v-5 {
  vertical-align: -5px; }

.v-4 {
  vertical-align: -4px; }

.v-3 {
  vertical-align: -3px; }

.v-2 {
  vertical-align: -2px; }

.v-1 {
  vertical-align: -1px; }

.v1 {
  vertical-align: 1px; }

.v2 {
  vertical-align: 2px; }

.v3 {
  vertical-align: 3px; }

.v4 {
  vertical-align: 4px; }

.v5 {
  vertical-align: 5px; }

.v6 {
  vertical-align: 6px; }

.v7 {
  vertical-align: 7px; }

.v8 {
  vertical-align: 8px; }

.v9 {
  vertical-align: 9px; }

.v10 {
  vertical-align: 10px; }

.fbold {
  font-weight: bold; }

.fitalic {
  font-style: italic; }

.fuppercase {
  text-transform: uppercase; }

.fgold {
  color: #ae8e65; }

.fwhite {
  color: #fff; }

.fblack {
  color: #000; }

.fred {
  color: #f00; }

.fgreen {
  color: #008000; }

.farial {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; }

.ftime {
  font-family: "Times New Roman"; }

.fverdana {
  font-family: Verdana, Geneva, sans-serif; }

.ftahoma {
  font-family: Tahoma, Arial, helvetica, sans-serif; }

.ftrebuchet {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

.fgeorgia {
  font-family: Georgia, 'Times New Roman', Times, serif; }

.flucida {
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif; }

.fimpact {
  font-family: Impact, "Arial Black", sans-serif; }

.fcourier {
  font-family: "Courier New", Courier, "Liberation Mono", monospace; }

.fmyriad {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; }

.fmonaco {
  font-family: Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace; }

.funderline {
  text-decoration: underline;
  /*links*/ }

.nodecoration {
  text-decoration: none; }

.nodecorationon:hover {
  text-decoration: none; }

.underlineon:hover {
  text-decoration: underline; }

.tooltip {
  z-index: 1000001;
  /*cust*/ }

::-webkit-file-upload-button {
  cursor: pointer;
  /*modalbox*/ }

.modalbox {
  position: relative;
  display: flex;
  flex-direction: column; }

.modalbox .modal-header {
  flex-shrink: 0; }

.modalbox .modal-header .title {
  float: left; }

.modalbox .modal-header .close {
  float: right; }

.modalbox .modal-body {
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.modalbox .modal-footer {
  flex-shrink: 0;
  text-align: right;
  /* switch */ }

.switch input {
  display: none; }

.switch input:disabled + .slider {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: 0px 0px 0px transparent !important; }

.switch input:checked:disabled + .slider {
  border-color: #ccc !important;
  box-shadow: 0px 0px 0px 15px #ccc inset !important; }

.switch input:checked + .slider {
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s; }

.switch .slider {
  background: #fff;
  border: 2px solid #e6e6e6;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 100px;
  transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
  width: 43px;
  height: 25px; }

.switch .slider:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  height: 21px;
  width: 21px; }

.switch .slider:hover:active {
  box-shadow: 0px 0px 0px 13px #e6e6e6 inset; }

.switch .slider:hover:active:after {
  width: 28.35px !important; }

.switch input:disabled + .slider:after {
  height: 21px !important;
  width: 21px !important; }

.switch input:disabled:checked + .slider:after {
  transform: translateX(18px) !important; }

.switch input:checked + .slider {
  border-color: #16b85f;
  box-shadow: 0px 0px 0px 12.5px #16b85f inset; }

.switch input:checked + .slider:after {
  transform: translateX(18px); }

.switch input:checked + .slider:hover:active:after {
  transform: translateX(10.65px); }

.switch .checkbox input {
  display: none; }

.switch .checkbox .slider {
  background: #bbb;
  border: 2px solid #e6e6e6;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 2px;
  transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
  width: 25px;
  height: 25px; }

.switch .checkbox input:checked + .slider {
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s;
  border: 2px solid #bbb; }

.switch .checkbox .slider:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  height: 21px;
  width: 21px; }

.switch .checkbox input:checked + .slider:after {
  background: #16b85f;
  box-shadow: none; }

html.dark .switch input:checked:disabled + .slider {
  border-color: #ccc !important;
  box-shadow: 0px 0px 0px 15px #ccc inset !important; }

html.dark .switch .slider {
  background: #232a3b;
  border: 2px solid #e6e6e6; }

html.dark .switch .slider:after {
  background: #232a3b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

html.dark .switch .slider:hover:active {
  box-shadow: 0px 0px 0px 13px #e6e6e6 inset; }

html.dark .switch input:checked + .slider {
  border-color: #3160d8;
  box-shadow: 0px 0px 0px 12.5px #3160d8 inset; }

html.dark .checkbox .slider {
  background: #bbb;
  border: 2px solid #e6e6e6; }

html.dark .checkbox input:checked + .slider {
  border: 2px solid #bbb; }

html.dark .checkbox .slider:after {
  background: #232a3b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

html.dark .checkbox input:checked + .slider:after {
  background: #3160d8; }
.user_container .nav-tabs {
  border-bottom: none; }
  .user_container .nav-link {
    font-size: 2.1rem !important;
    font-family: 'Teko', Arial, sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    border: none;
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .user_container .nav-link.active {
    background-color: rgba(253, 254, 250, 0.75);
    text-decoration: underline !important; }
  .user_container .btn-secondary:hover {
    background: white; }
  .user_container .btn-secondary.active:hover {
    background: #e6e6e6; }
  .user_container .btn-secondary.active {
    background: #e6e6e6;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
  .user_container .box {
    border: 3px solid #ebefe3;
    padding: 10px 10px 10px 10px; }
  .user_container .collaspedpanel_container {
    border-bottom: dashed 2px #ebefe3;
    padding: 8px 15px 3px 15px;
    border-radius: 2px;
    transition: all 0.3s ease-out; }
    .user_container .collaspedpanel_container.open {
      background-color: rgba(255, 255, 255, 0.7); }
    .user_container .collaspedpanel_container .collaspedpanel_tab:after {
      display: block;
      float: right;
      font-family: FontAwesome;
      content: "\f078";
      font-size: 70%; }
      .user_container .collaspedpanel_container .collaspedpanel_tab.active:after {
        content: "\f077"; }
    .user_container .collaspedpanel_container .collaspedpanel_content {
      margin-bottom: 10px; }
  .user_container .pagination_content {
    margin: 10px;
    padding-bottom: 10px;
    text-align: center; }
    .user_container .pagination_content .pagination_number {
      font-size: 130%;
      font-family: DIN1451; }
    .user_container .pagination_content .pagination_previous, .user_container .pagination_content .pagination_next {
      font-weight: 600;
      padding: 0 5px; }
      .user_container .pagination_content .pagination_previous .fa, .user_container .pagination_content .pagination_next .fa {
        font-size: 90%;
        padding: 0 6px;
        vertical-align: -2px; }
    .user_container .pagination_content .pagination_link.active {
      color: #404040;
      font-weight: bold; }
  .user_container #elements_container .inputmenu .elementTitle {
    display: block; }
    .user_container #elements_container .inputmenu ~ .inputmenu .elementTitle {
      display: none; }
    .user_container #elements_container .inputmanual .elementTitle {
      display: block; }
    .user_container #elements_container .inputmanual ~ .inputmanual .elementTitle {
      display: none; }

.modalbox.modalOffer {
  background-image: url("https://app.frije.com/i/fresh-ingredients.jpg?ac=2");
  background-size: cover; }

#user_addNutrition_addFood_container #ingredients_container .ingredient .showWhenSelected {
  display: none; }
  #user_addNutrition_addFood_container #ingredients_container .ingredient.selected {
    width: 100%; }
    #user_addNutrition_addFood_container #ingredients_container .ingredient.selected .showWhenSelected {
      display: block; }
  #user_addNutrition_addFood_container .suggest {
    position: fixed; }

#user_addNutrition_addDish_container #recipes_container .recipe .showWhenSelected {
  display: none; }
  #user_addNutrition_addDish_container #recipes_container .recipe.selected {
    width: 100%; }
    #user_addNutrition_addDish_container #recipes_container .recipe.selected .showWhenSelected {
      display: block; }

.user_customizeNutrition .slider {
  width: 100%;
  appearance: none;
  height: 15px;
  background: #d3d3d3;
  border-radius: 10px;
  outline: none;
  position: relative; }
  .user_customizeNutrition .slider::-webkit-slider-thumb {
    border: solid 12px #30a41c;
    appearance: none;
    border-radius: 20px;
    width: 5px;
    height: 5px;
    background: #30a41c;
    opacity: 1; }



html {
  font-family: sans-serif;
  font-size: 62.5%; }

#tabscontent {
  position: relative;
  min-height: 100vh;
  background-color: #f5f6f8; }

.navbar {
  margin: 0px;
  padding: 0px; }

.menu-toggle {
  padding-top: 13px;
  padding-right: 0.477em;
  background: none;
  border: none;
  box-shadow: none;
  display: inline-block;
  color: #202020;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle; }

.menu-toggle:focus {
  background: none;
  border: none;
  color: #3a8014; }

.main-navigation {
  padding-bottom: 0; }

.main-navigation a {
  display: block;
  color: #202020;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.377em;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }

.main-navigation a:focus {
  color: #3a8014; }

header h1 {
  margin-left: 5px;
  margin-bottom: -3px;
  flex: 0 1 auto;
  font-family: TT Firs Neue;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: -0.04em;
  text-align: left;
  border-bottom: 1px solid transparent; }
  header h1.active {
    border-bottom: 1px solid #2da01d; }
  header .nav-tabs {
    border-bottom: solid 0px transparent !important; }
  header .navbar {
    border-bottom: solid 1px transparent !important; }
  header .navbar:has(#tab1.active), header .navbar:has(#tab2.active), header .navbar:has(#tab3.active), header .navbar:has(#tab4.active), header .navbar:has(#tab5a.active), header .navbar:has(#tab5b.active) {
    border-bottom: solid 1px #2da01d !important; }
  header .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
    font-size: 1.8rem !important;
    font-family: 'DM Sans', Arial, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.04em; }
  header .nav-link:not(.active):focus {
    border: solid 1px transparent !important; }
  header .nav-link:focus {
    color: #333 !important; }
  header .nav-link.active {
    color: #2da01d !important;
    background-color: #f5f6f8 !important;
    border-color: #2da01d !important;
    border-bottom: solid 1px #f5f6f8 !important; }
  header .nav-link.active#tab1 {
    border-top-right-radius: 0 !important;
    border-right: none !important; }
  header .nav-link.active#tab3 {
    background-color: #fdfefa !important;
    border-bottom: solid 1px #fdfefa !important; }
  header .nav-link.active#tab6 {
    background-color: transparent !important;
    border-color: transparent !important; }

.modalbox {
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff; }

.modalbox .modal-header {
  padding: 10px 15px;
  flex-shrink: 0;
  text-align: center;
  border-bottom: none; }

.modalbox .modal-header .title {
  float: left;
  font-size: 18px;
  font-weight: 700; }

.modalbox .modal-header .close {
  font-size: 17px;
  float: right;
  opacity: 1;
  font-weight: normal;
  text-shadow: 0 0 0;
  margin-top: 2px; }

.modalbox .modal-body {
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: auto;
  /*background-color:#f5f6f8;*/
  overflow-x: hidden;
  padding: 5px; }

.modalbox .modal-footer {
  border-top: none;
  display: block;
  flex-shrink: 0;
  text-align: right; }

#footwheel {
  background-color: #3a8014;
  color: white;
  height: 35px;
  font-size: 15px;
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  #footwheel img {
    vertical-align: -2px important; }

.suggest {
  z-index: 3;
  background-color: #fff;
  border: 1px #bbb solid;
  border-top: none; }
  .suggest .suggestrow {
    padding: 3px 7px; }
  .suggest .suggestrow:hover {
    background-color: #f3f3f3; }
  .suggest .suggestion_item_highlight {
    background-color : lightblue; }

.list-group li {
  background-color: #f5f6f8; }

.btn-dropdown {
  border-radius: 10px;
  /*padding:11px 13px;*/
  box-shadow: 1px 1px 1px #ccc; }

body, button, input, select, textarea {
  color: #202020;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, .hlike {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase; }

.hfont {
  font-family: 'DM Sans', Arial, sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 700; }

.fdin {
  font-family: DIN1451; }

h1 {
  font-size: 3.2rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.7rem; }

h5, h6 {
  font-size: 1.6rem; }

a {
  border-bottom: 1px solid transparent;
  color: #3a8014;
  text-decoration: none;
  /*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/ }

button, input, select, textarea {
  color: #707070;
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline; }

button, input {
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  line-height: normal; }

.button {
  background: none;
  border: 2px solid #2da01d;
  border-radius: 0;
  color: #2da01d;
  cursor: pointer;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  transition: 0.3s; }
  .button:hover {
    border: 2px solid #404040;
    color: #3a8014; }
  .button:disabled {
    opacity: 0.7; }
  .button.button-danger {
    border: 2px solid #d9534f;
    color: #d9534f; }
  .button.button-warning {
    border: 2px solid #f0ad4e; }
  .button.button-success {
    border: 2px solid #5cb85c; }
  .button.button-info {
    border: 2px solid #17a2b8;
    color: #17a2b8; }

a.button {
  padding-top: 5px;
  padding-bottom: 5px; }

.has-danger .form-control, .has-danger .form-control:focus {
  border-color: #d9534f !important; }
  .has-danger .form-control::placeholder, .has-danger .form-control:focus::placeholder, .has-danger .form-control:is(select), .has-danger .form-control:focus:is(select) {
    color: #d9534f;
    opacity: 0.9; }

.has-success .form-control, .has-success .form-control:focus {
  border-color: #5cb85c !important; }

select, input[type='number'], input[type='text'], input[type='email'], input[type='password'], input[type='search'], input[type='url'], input[type='tel'], textarea {
  border: 2px solid #ebefe3 !important;
  border-radius: 2px !important;
  font-size: 1.4rem !important;
  padding: 0.7em 0.3em !important;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.3s ease-in-out; }

select:focus, input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='url']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #d4dbc7 !important;
  outline: none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 22px); }

input[type='checkbox'], input[type='radio'] {
  /* Addresses box sizing set to content-box in IE8/9 */
  box-sizing: border-box;
  /* Addresses excess padding in IE8/9 */
  padding: 0; }

input[type='search'], input[type='password'] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: none; }

input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  padding: 1.5625%;
  /* Improves readability and alignment in all browsers */
  vertical-align: top;
  width: 100%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  background: #fff;
  border: 1px solid #ebefe3;
  text-align: left; }

legend {
  border: 0;
  padding: 0;
  padding: 0 0.5em;
  width: initial;
  /*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/ }

a {
  border-bottom: 1px solid transparent;
  color: #3a8014;
  text-decoration: none !important; }

a:hover, a:focus, a:active {
  color: #404040;
  transition: all 0.3s; }

a.active {
  border-bottom: 1px solid #404040;
  color: #404040;
  transition: all 0.3s; }

a:hover, a:active {
  outline: 0; }

a img {
  border: 0;
  vertical-align: middle;
  /*--------------------------------------------------------------
## template
--------------------------------------------------------------*/ }

#tab5a.active, #tab5b.active, #tab5c.active {
  color: green !important;
  border-bottom: none;
  /*--------------------------------------------------------------
## dropdown
--------------------------------------------------------------*/ }

.dropdown-menu {
  padding: 8px;
  border: solid 2px #ebefe3;
  border-radius: 0;
  box-shadow: 0px 1px 7px -4px #000; }

.dropdown-menu.dropdown-menu-right:before {
  content: "";
  position: absolute;
  right: 6px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 8px 13px;
  border-color: transparent transparent #fff transparent;
  z-index: 9999; }

.dropdown-menu.dropdown-menu-right:after {
  content: "";
  position: absolute;
  right: 10px;
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 11px 17px;
  border-color: transparent transparent #ebefe3 transparent;
  z-index: 9998;
  /*--------------------------------------------------------------
## images
--------------------------------------------------------------*/ }

img.green {
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(72deg) brightness(73%) opacity(0.8);
  /*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/ }

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: url(/img/fonts/Poppins-Medium.ttf); }

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: url(/img/fonts/Poppins-Regular.ttf); }

@font-face {
  font-family: TT Firs Neue;
  font-weight: 500;
  src: url(/img/fonts/TTFirsNeue-Medium.ttf); }

@font-face {
  font-family: DM Sans;
  font-weight: 700;
  src: url(/img/fonts/DMSans-Bold.ttf); }

@font-face {
  font-family: DIN1451;
  font-weight: 200;
  src: url(/img/fonts/din1451alt.ttf); }

@font-face {
  font-family: DIN1451;
  font-weight: 400;
  src: url(/img/fonts/din1451alt G.ttf); }

@font-face {
  font-family: PatrickHand;
  font-weight: 200;
  src: url(/img/fonts/PatrickHand-Regular.ttf); }

@font-face {
  font-family: amaticsc;
  font-weight: 200;
  src: url(/img/fonts/AmaticSC-Regular.ttf); }

@font-face {
  font-family: amaticsc;
  font-weight: 400;
  src: url(/img/fonts/AmaticSC-Bold.ttf); }



.storeContainer .paletteColor {
  border: solid 2px #ebefe3; }
  .storeContainer .paletteColor.selected {
    border: solid 2px #5cb85c; }

ul.departments {
  list-style-type: none;
  border: solid 2px #ebefe3;
  background-color: white;
  list-style: none;
  margin: 0; }
  ul.departments li {
    border-bottom: 1px solid #ebefe3;
    padding: 2px 10px 2px 20px;
    margin: 3px;
    font-size: 1.5rem;
    line-height: 2; }
  ul.departments li:last-child {
    border-bottom: none; }

.shoppinglist_container .store.disabled .onlineOrderButton {
  display: none; }
  .shoppinglist_container .item {
    font-size: 13px;
    padding: 0px 5px 0px 5px;
    background: repeating-linear-gradient(45deg, #f3ffe3, #f3ffe3 10px, #fff 10px, #fff 13px); }
    .shoppinglist_container .item:not(:first-child) {
      border-top: dashed 1px #e3e9d8; }
    .shoppinglist_container .item .infoicon {
      display: none; }
    .shoppinglist_container .item.done {
      background: none;
      background-color: #eee;
      color: #999; }
      .shoppinglist_container .item.done .fa-square-o:before {
        content: "\f046"; }
      .shoppinglist_container .item.done .infoicon {
        display: inline-block; }
      .shoppinglist_container .item.done .ingredientIcon {
        filter: grayscale(100%); }
  .shoppinglist_container #searchBox.form-control::-webkit-input-placeholder {
    color: #ccc !important; }

.ordermodal .item {
  font-size: 13px;
  padding: 0px 5px 0px 5px; }
  .ordermodal .item:not(:first-child) {
    border-top: dashed 1px #e3e9d8; }
  .ordermodal .item.ingredient {
    background: repeating-linear-gradient(45deg, #dff0d8, #dff0d8 10px, #ecf6e8 10px, #ecf6e8 13px); }
  .ordermodal .item.extraitem {
    background: repeating-linear-gradient(45deg, #f3ffe3, #f3ffe3 10px, #fff 10px, #fff 13px); }
  .ordermodal .item .infoicon {
    display: none; }
  .ordermodal .item .addtocart2 {
    display: none; }
  .ordermodal .item.done {
    background: #eee; }
    .ordermodal .item.done .addtocart {
      display: none; }
    .ordermodal .item.done .addtocart2 {
      display: inline-block; }
    .ordermodal .item.done .fa-square-o:before {
      content: "\f046"; }

.recipe_container .btn-secondary {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .1); }
  .recipe_container .btn-secondary:hover {
    background: white; }
  .recipe_container .btn-secondary.active:hover {
    background: #e6e6e6; }
  .recipe_container .btn-secondary.active {
    background: #e6e6e6;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
  .recipe_container .recipe_index_container .modeTab {
    display: block;
    cursor: pointer;
    position: relative;
    background-color: rgba(227, 233, 216, 0.4);
    border: solid 2.5px rgba(227, 233, 216, 0.8);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0px 2px 0px 0px;
    padding: 7px 4px 7px 4px;
    letter-spacing: -1px;
    transition: all ease 0.3s; }
    .recipe_container .recipe_index_container .modeTab.active {
      background-color: #fdfefa;
      border-bottom: solid 3px #fdfefa; }
    .recipe_container .recipe_index_container .modeTab:not(.active) {
      border-bottom: solid 3px rgba(227, 233, 216, 0.8);
      box-shadow: inset 0px -3px 2px rgba(227, 233, 216, 0.8); }
    .recipe_container .recipe_index_container .blackAndWhite {
      filter: grayscale(1);
      opacity: 0.8; }
    .recipe_container .recipe_index_container .range {
      width: 100%;
      appearance: none;
      height: 10px;
      background: #e3e3e3;
      border-color: #e3e3e3;
      border-radius: 10px;
      outline: none;
      position: relative; }
    .recipe_container .recipe_index_container .range::-webkit-slider-thumb {
      border: solid 10px #30a41c;
      appearance: none;
      border-radius: 20px;
      width: 2px;
      height: 2px;
      background: #30a41c;
      opacity: 1; }
    .recipe_container .recipe_index_container .dropdown-menu-center {
      left: 50% !important;
      right: auto !important;
      text-align: center !important;
      transform: translate(-50%, 0) !important; }
  .recipe_container .recipe_show_container .recipe {
    border-bottom: 3px solid #ebefe3;
    border-top: 3px solid #ebefe3;
    background-color: #fdfefa; }
    .recipe_container .recipe_show_container .recipe li {
      background-color: #f9fcf3; }
    .recipe_container .recipe_show_container .recipe li.division {
      background-color: #f1f4eb; }
    .recipe_container .recipe_show_container .recipe .ingredient.removed {
      opacity: 0.6;
      filter: grayscale(1); }
      .recipe_container .recipe_show_container .recipe .ingredient.removed .ingredientText {
        text-decoration: line-through; }
      .recipe_container .recipe_show_container .recipe .ingredient.added {
        background-color: #dae7c2;
        color: #3c763d; }
      .recipe_container .recipe_show_container .recipe .ingredient.edited {
        background-color: #d1ecf1; }
      .recipe_container .recipe_show_container .recipe .ingredient.edited .quantity {
        color: #0c5460; }
    .recipe_container .recipe_show_container .recipe.recipe-tested {
      background-color: rgba(100, 208, 148, 0.04); }
      .recipe_container .recipe_show_container .recipe.recipe-tested li {
        background-color: rgba(100, 208, 148, 0.04); }
      .recipe_container .recipe_show_container .recipe.recipe-tested li.division {
        background-color: rgba(100, 208, 148, 0.04); }
    .recipe_container .recipe_show_container .recipe.recipe-premium {
      background-color: rgba(250, 250, 210, 0.4); }
      .recipe_container .recipe_show_container .recipe.recipe-premium li {
        background-color: #f9fadd; }
      .recipe_container .recipe_show_container .recipe.recipe-premium li.division {
        background-color: #f1f2d5; }
    .recipe_container .recipe_show_container .recipe .nutrition .list-group-item {
      padding-top: 3px;
      padding-bottom: 3px; }
    .recipe_container .recipe_show_container .recipe .answer {
      padding: 0% 2% 0% 0%;
      border-radius: 2px; }
      .recipe_container .recipe_show_container .recipe .answer .author {
        display: none; }
      .recipe_container .recipe_show_container .recipe .answer .useful {
        display: none;
        font-size: 80%;
        margin-top: 3px; }
      .recipe_container .recipe_show_container .recipe .answer.expanded {
        padding: 1% 2% 1% 2%;
        background-color: rgba(249, 252, 243, 0.9);
        margin-top: 3px;
        margin-left: -11px; }
      .recipe_container .recipe_show_container .recipe .answer.expanded .author {
        display: block; }
      .recipe_container .recipe_show_container .recipe .answer.expanded .useful {
        display: block; }
    .recipe_container .recipe_show_container .recipe .abstract {
      border-bottom: none;
      border-top: none; }
    .recipe_container .recipe_show_container .prep-time {
      color: #3a8014;
      display: inline-block;
      font-family: 'Open Sans', Arial, sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500; }
    .recipe_container .recipe_show_container .apos:before {
      content: "\201c";
      font-size: 150%;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-weight: 600;
      line-height: 0;
      vertical-align: -7px; }
    .recipe_container .recipe_show_container .apos2:after {
      content: "\201d";
      font-size: 150%;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-weight: 600;
      line-height: 0;
      vertical-align: -7px; }
    .recipe_container .recipe_show_container .entry-content {
      padding: 0px 20px 0px 12px;
      line-height: 1.6; }
    .recipe_container .recipe_show_container .entry-content blockquote {
      border: none;
      font-family: 'Open Sans', Arial, sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      padding-left: 1em; }
  .recipe_container .recipe_new_container .input-group-addon {
    border: 2px solid #ebefe3; }
  .recipe_container .recipe_edit_container .input-group-addon {
    border: 2px solid #ebefe3; }
  .recipe_container .recipe_selectFilter_container .suggest {
    position: fixed; }

#modalboxcontent .shoppinglistButton {
  display: none; }

.modalboxZoom {
  background-color: transparent !important; }

.recipe_addToPlanning_container .meal .day {
  background-color: #f5f6f8; }
  .recipe_addToPlanning_container .meal .day:last-child {
    border-right: solid 1px #ccc; }
  .recipe_addToPlanning_container .meal .day.past {
    color: #999;
    background-color: #ddd; }
  .recipe_addToPlanning_container .meal .day.today {
    background-color: #dff0d8; }
  .recipe_addToPlanning_container .meal .day .course {
    border-right: none;
    border-left: none;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #777;
    height: 36px;
    padding-top: 0px; }
    .recipe_addToPlanning_container .meal .day .course .servings {
      display: none; }
    .recipe_addToPlanning_container .meal .day .course.selected img.dishIcon {
      display: none; }
    .recipe_addToPlanning_container .meal .day .course.selected .servings {
      display: inline-block; }
  .recipe_addToPlanning_container .meal > .day {
    border-left: solid 1px #ccc; }
  .recipe_addToPlanning_container .meal.meal0 .course {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 44px;
    padding-top: 2px; }
  .recipe_addToPlanning_container .meal.meal1 .course0 {
    border-top: solid 1px #ccc; }
  .recipe_addToPlanning_container .meal.meal1 .course1 {
    border-top: dashed 1px #eceeef; }
  .recipe_addToPlanning_container .meal.meal1 .course2 {
    border-top: dashed 1px #eceeef;
    border-bottom: solid 1px #ccc; }
  .recipe_addToPlanning_container .meal.meal2 .course {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 44px;
    padding-top: 2px; }
  .recipe_addToPlanning_container .meal.meal3 .course0 {
    border-top: solid 1px #ccc; }
  .recipe_addToPlanning_container .meal.meal3 .course1 {
    border-top: dashed 1px #eceeef; }
  .recipe_addToPlanning_container .meal.meal3 .course2 {
    border-top: dashed 1px #eceeef;
    border-bottom: solid 1px #ccc; }

.recipe_purchase_container .abstract {
  border: none !important;
  background-color: transparent !important; }

.planning_template_index_container .planning_template {
  border: 2px solid #404040;
  display: table;
  padding: 6px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fcfdfa; }
  .planning_template_show_container h3:after {
    content: '';
    display: block;
    pointer-events: none;
    width: 70px;
    height: 4px;
    margin: 0 auto;
    background: #3a8014; }
  .planning_template_show_container .meals .meal .mealContainer .day {
    padding: 0 0 1px 0; }
    .planning_template_show_container .meals .meal .mealContainer .day .course {
      padding: 1px 5px;
      margin-bottom: -1px; }
      .planning_template_show_container .meals .meal .mealContainer .day .course .course2 h5 {
        display: none; }
      .planning_template_show_container .meals .meal .mealContainer .day .course .dish .recipe-servings {
        background: none;
        border: none !important;
        height: 23px;
        padding: 0px;
        margin: 0px;
        font-size: 13px;
        color: green; }
        .planning_template_show_container .meals .meal .mealContainer .day .course .dish .remove {
          display: none; }

.planning_template_new_container .meal {
  padding: 4px 4px 4px 4px;
  margin: 0 0 -2px 0;
  border-bottom: 2px solid #ebefe3; }
  .planning_template_new_container .meal .day {
    margin: 5px 0 5px 0;
    padding: 0 0 1px 0; }
    .planning_template_new_container .meal .day .course {
      padding: 1px 5px;
      margin-bottom: -1px;
      border: solid 1px #bbb;
      background-color: #fff; }
    .planning_template_new_container .meal .day .course .course2 h5 {
      display: none; }
    .planning_template_new_container .meal .day .course .course2 h5:first-child {
      display: inline; }
    .planning_template_new_container .meal .day .course .recipe .recipe-servings {
      background: none;
      border: none !important;
      height: 23px;
      padding: 0px;
      margin: 0px;
      font-size: 13px;
      color: green; }
    .planning_template_new_container .meal .day .course .recipe .remove {
      display: none; }

.planning_template_edit_container .meal {
  padding: 4px 4px 4px 4px;
  margin: 0 0 -2px 0;
  border-bottom: 2px solid #ebefe3; }
  .planning_template_edit_container .meal .day {
    margin: 5px 0 5px 0;
    padding: 0 0 1px 0; }
    .planning_template_edit_container .meal .day .course {
      padding: 1px 5px;
      margin-bottom: -1px;
      border: solid 1px #bbb;
      background-color: #fff; }
    .planning_template_edit_container .meal .day .course .course2 h5 {
      display: none; }
    .planning_template_edit_container .meal .day .course .course2 h5:first-child {
      display: inline; }
    .planning_template_edit_container .meal .day .course .recipe .recipe-servings {
      background: none;
      border: none !important;
      height: 23px;
      padding: 0px;
      margin: 0px;
      font-size: 13px;
      color: green; }
    .planning_template_edit_container .meal .day .course .recipe .remove {
      display: none; }

.planning_template_container_modal .btn-secondary:hover {
  background: white; }
  .planning_template_container_modal .btn-secondary.active:hover {
    background: #e6e6e6; }
  .planning_template_container_modal .btn-secondary.active {
    background: #e6e6e6;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }

/*patch for app*/
.dropdown-menu.dropdown-menu-right {
  padding: 8px !important;
  border: solid 2px #ebefe3 !important;
  border-radius: 0 !important;
  box-shadow: 0px 1px 7px -4px #000 !important; }

.dropdown-menu.dropdown-menu-right:before {
  content: "";
  position: absolute;
  right: 6px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 8px 13px;
  border-color: transparent transparent #fff transparent;
  z-index: 9999; }

.dropdown-menu.dropdown-menu-right:after {
  content: "";
  position: absolute;
  right: 10px;
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 11px 17px;
  border-color: transparent transparent #ebefe3 transparent;
  z-index: 9998; }

.dropdown-menu.dropdown-menu-left {
  padding: 8px !important;
  border: solid 2px #ebefe3 !important;
  border-radius: 0 !important;
  box-shadow: 0px 1px 7px -4px #000 !important; }

.dropdown-menu.dropdown-menu-left:before {
  content: "";
  position: absolute;
  left: 14px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 8px 13px;
  border-color: transparent transparent #fff transparent;
  z-index: 9999; }

.dropdown-menu.dropdown-menu-left:after {
  content: "";
  position: absolute;
  left: 10px;
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 11px 17px;
  border-color: transparent transparent #ebefe3 transparent;
  z-index: 9998; }

img.green {
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(72deg) brightness(73%) opacity(0.8); }

.button.button-warning {
  border: 2px solid #f0ad4e; }

.shoppinglist_container .iconCheck {
  display: none; }

.suggest {
  background-color: rgba(255, 255, 255, 0.9) !important; }

body .modalboard {
  display: none;
  position: fixed;
  z-index: 1000000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  body .modalboard .modalboard-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    @media (min-width: 640px) {
  body .modalboard .modalboard-content {
    width: 460px; } }
    body .modalboard .modalboard-content .modalboard-header {
      padding: 2px 16px; }
    body .modalboard .modalboard-content .modalboard-body {
      text-align: center;
      padding: 20px 16px; }
    body .modalboard .modalboard-content .modalboard-footer {
      text-align: center;
      padding: 15px 16px; }

.body .days {
  overflow: scroll;
  scroll-snap-type: x mandatory; }
  .body .days .day {
    float: left;
    width: 94vw;
    max-width: 450px;
    margin: 0 1vw 0 2vw;
    padding: 4px 4px 4px 4px;
    border: solid 3px #cbdac3;
    background-color: white;
    border-radius: 10px;
    scroll-snap-align: center;
    scroll-snap-stop: always; }
    .body .days .day.past {
      color: #999;
      background-color: #eee;
      border-color: #aaa; }
      .body .days .day.past .removedish {
        display: none; }
      .body .days .day.past .recipe-servings {
        display: none; }
      .body .days .day.past .adddishContainer {
        display: none; }
      .body .days .day.past .dish .close {
        display: none; }
    .body .days .day.today {
      background-color: #dff0d8; }
    .body .days .day .dayName {
      font-family: amaticsc, teko;
      font-weight: bold;
      font-size: 160%; }
    .body .days .day .mealName {
      font-family: amaticsc, teko;
      font-weight: bold;
      font-size: 110%; }
    .body .days .day .meal {
      /*padding: 		0 0 1px 0;*/
      margin: 0 0 5px 0;
      border: solid 1px #ccc;
      margin-top: 10x; }
      .body .days .day .meal .course {
        margin-top: -1px;
        border-top: dashed 1px #ccc;
        /*padding-top: 	2px;*/
        padding-left: 5px; }
        .body .days .day .meal .course:first-child .adddishContainer {
          border-top-right-radius: 5px; }
        .body .days .day .meal .course:last-child .adddishContainer {
          border-bottom-right-radius: 5px; }
        .body .days .day .meal .course.droppable.highlighted {
          border: dashed 2px #aca;
          background-color: rgba(238, 255, 238, 0.3); }
        .body .days .day .meal .course .courseLabel {
          display: none;
          /*font-family:amaticsc, teko;*/
          /*font-weight: bold;*/
          font-size: 80%;
          text-transform: capitalize;
          vertical-align: 2px; }
          .body .days .day .meal .course .courseLabel:first-child {
            display: inline; }
        .body .days .day .meal .course .adddishContainer {
          padding-left: 5px;
          border-left: solid 1px #ccc;
          background-color: rgba(170, 170, 170, 0.1); }
          .body .days .day .meal .course .adddishContainer .adddish {
            color: rgba(0, 0, 0, 0.4);
            padding-right: 5px;
            font-size: 75%; }
        .body .days .day .meal .course .dish {
          line-height: 0.9;
          margin: 4px 0 4px 3px; }
          .body .days .day .meal .course .dish .dishTitle {
            font-family: PatrickHand, teko;
            font-size: 90%; }
          .body .days .day .meal .course .dish .recipe-servings {
            background: none;
            border: none !important;
            height: 23px;
            padding: 0px;
            margin: 0px;
            font-size: 13px;
            color: green; }
            .body .days .day .meal .course .dish .recipe-servings .recipe-servings-label {
              font-family: PatrickHand, teko; }
          .body .days .day .meal .course .dish .remove {
            display: none; }
        .body .days .day .meal .course .foodTitle {
          font-family: PatrickHand, teko;
          font-size: 90%; }
      .body .days .day .meal#meal4 .adddishContainer {
        display: none; }
        .body .days .day .meal#meal4 .dishOptions {
          display: none; }
  .body .days .pastNextWeek {
    float: left;
    width: 94vw;
    max-width: 450px;
    margin: 0 1vw 0 2vw;
    padding: 4px 4px 4px 4px;
    border: solid 3px #cbdac3;
    background-color: white;
    border-radius: 10px;
    line-height: 1;
    scroll-snap-align: center; }
    .body .days .pastNextWeek.past {
      background-color: #eee;
      border-color: #aaa; }
    .body .days .pastNextWeek h3 {
      font-family: amaticsc, teko;
      font-weight: bold;
      font-size: 160%;
      text-align: center;
      margin: 0; }
    .body .days .pastNextWeek h4 {
      font-family: amaticsc, teko;
      font-weight: bold;
      font-size: 110%;
      text-align: center;
      margin: 0; }
    .body .days .pastNextWeek .pastNextWeekDay {
      margin: 3px;
      border: solid 1px #cbdac3;
      background-color: white;
      border-radius: 10px;
      overflow: hidden; }
      .body .days .pastNextWeek .pastNextWeekDay.past {
        color: #999;
        background-color: #eee;
        border-color: #aaa; }
      .body .days .pastNextWeek .pastNextWeekDay.today {
        background-color: #dff0d8; }
      .body .days .pastNextWeek .pastNextWeekDay h5 {
        font-family: amaticsc, teko;
        font-weight: bold;
        font-size: 100%;
        text-align: center;
        margin: 0;
        line-height: 24px;
        display: none; }
        .body .days .pastNextWeek .pastNextWeekDay h5:first-child {
          display: block; }
      .body .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal {
        min-height: 25px;
        margin-bottom: -1px;
        border: solid 1px #ccc;
        border-left: none;
        border-right: none;
        text-align: center;
        color: #ccc; }
        .body .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal:first-child {
          margin-top: -1px; }
        .body .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal .course2 {
          border: solid 1px transparent; }
        .body .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal.droppable.highlighted {
          border: dashed 2px #aca;
          background-color: rgba(238, 255, 238, 0.3); }
          .body .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal.droppable.highlighted .course2 {
            border: none; }
        .body .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal .dish .dishOptions {
          display: none; }

.switch.switch-sm .slider {
  width: 34px;
  height: 20px; }

.switch.switch-sm input:checked + .slider:after {
  transform: translateX(14px); }

.switch.switch-sm .slider:after {
  height: 16px;
  width: 16px; }

.switch.switch-sm input:checked + .slider:hover:active:after {
  transform: translateX(2px);
  /* planning */ }

.planning_container .days {
  overflow: scroll;
  scroll-snap-type: x mandatory; }
  .planning_container .days .day {
    float: left;
    width: 94vw;
    max-width: 450px;
    margin: 0 1vw 0 2vw;
    padding: 4px 4px 4px 4px;
    border: solid 3px #cbdac3;
    background-color: white;
    border-radius: 10px;
    scroll-snap-align: center;
    scroll-snap-stop: always; }
    .planning_container .days .day.past {
      color: #999;
      background-color: #eee;
      border-color: #aaa; }
      .planning_container .days .day.past .removedish {
        display: none; }
      .planning_container .days .day.past .recipe-servings {
        display: none; }
      .planning_container .days .day.past .adddishContainer {
        display: none; }
      .planning_container .days .day.past .dish .close {
        display: none; }
    .planning_container .days .day.today {
      background-color: #dff0d8; }
    .planning_container .days .day .dayName {
      font-family: amaticsc, teko;
      font-weight: bold;
      font-size: 160%; }
    .planning_container .days .day .mealName {
      font-family: amaticsc, teko;
      font-weight: bold;
      font-size: 110%; }
    .planning_container .days .day .meal {
      /*padding: 		0 0 1px 0;*/
      margin: 0 0 5px 0;
      border: solid 1px #ccc;
      margin-top: 10x; }
      .planning_container .days .day .meal .course {
        margin-top: -1px;
        border-top: dashed 1px #ccc;
        /*padding-top: 	2px;*/
        padding-left: 5px; }
        .planning_container .days .day .meal .course:first-child .adddishContainer {
          border-top-right-radius: 5px; }
        .planning_container .days .day .meal .course:last-child .adddishContainer {
          border-bottom-right-radius: 5px; }
        .planning_container .days .day .meal .course.droppable.highlighted {
          border: dashed 2px #aca;
          background-color: rgba(238, 255, 238, 0.3); }
        .planning_container .days .day .meal .course .courseLabel {
          display: none;
          /*font-family:amaticsc, teko;*/
          /*font-weight: bold;*/
          font-size: 80%;
          text-transform: capitalize;
          vertical-align: 2px; }
          .planning_container .days .day .meal .course .courseLabel:first-child {
            display: inline; }
        .planning_container .days .day .meal .course .adddishContainer {
          padding-left: 5px;
          border-left: solid 1px #ccc;
          background-color: rgba(170, 170, 170, 0.1); }
          .planning_container .days .day .meal .course .adddishContainer .adddish {
            color: rgba(0, 0, 0, 0.4);
            padding-right: 5px;
            font-size: 75%; }
        .planning_container .days .day .meal .course .dish {
          line-height: 0.9;
          margin: 4px 0 4px 3px; }
          .planning_container .days .day .meal .course .dish .dishTitle {
            font-family: PatrickHand, teko;
            font-size: 90%; }
          .planning_container .days .day .meal .course .dish .recipe-servings {
            background: none;
            border: none !important;
            height: 23px;
            padding: 0px;
            margin: 0px;
            font-size: 13px;
            color: green; }
            .planning_container .days .day .meal .course .dish .recipe-servings .recipe-servings-label {
              font-family: PatrickHand, teko; }
          .planning_container .days .day .meal .course .dish .remove {
            display: none; }
        .planning_container .days .day .meal .course .foodTitle {
          font-family: PatrickHand, teko;
          font-size: 90%; }
      .planning_container .days .day .meal#meal4 .adddishContainer {
        display: none; }
        .planning_container .days .day .meal#meal4 .dishOptions {
          display: none; }
  .planning_container .days .pastNextWeek {
    float: left;
    width: 94vw;
    max-width: 450px;
    margin: 0 1vw 0 2vw;
    padding: 4px 4px 4px 4px;
    border: solid 3px #cbdac3;
    background-color: white;
    border-radius: 10px;
    line-height: 1;
    scroll-snap-align: center; }
    .planning_container .days .pastNextWeek.past {
      background-color: #eee;
      border-color: #aaa; }
    .planning_container .days .pastNextWeek h3 {
      font-family: amaticsc, teko;
      font-weight: bold;
      font-size: 160%;
      text-align: center;
      margin: 0; }
    .planning_container .days .pastNextWeek h4 {
      font-family: amaticsc, teko;
      font-weight: bold;
      font-size: 110%;
      text-align: center;
      margin: 0; }
    .planning_container .days .pastNextWeek .pastNextWeekDay {
      margin: 3px;
      border: solid 1px #cbdac3;
      background-color: white;
      border-radius: 10px;
      overflow: hidden; }
      .planning_container .days .pastNextWeek .pastNextWeekDay.past {
        color: #999;
        background-color: #eee;
        border-color: #aaa; }
      .planning_container .days .pastNextWeek .pastNextWeekDay.today {
        background-color: #dff0d8; }
      .planning_container .days .pastNextWeek .pastNextWeekDay h5 {
        font-family: amaticsc, teko;
        font-weight: bold;
        font-size: 100%;
        text-align: center;
        margin: 0;
        line-height: 24px;
        display: none; }
        .planning_container .days .pastNextWeek .pastNextWeekDay h5:first-child {
          display: block; }
      .planning_container .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal {
        min-height: 25px;
        margin-bottom: -1px;
        border: solid 1px #ccc;
        border-left: none;
        border-right: none;
        text-align: center;
        color: #ccc; }
        .planning_container .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal:first-child {
          margin-top: -1px; }
        .planning_container .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal .course2 {
          border: solid 1px transparent; }
        .planning_container .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal.droppable.highlighted {
          border: dashed 2px #aca;
          background-color: rgba(238, 255, 238, 0.3); }
          .planning_container .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal.droppable.highlighted .course2 {
            border: none; }
        .planning_container .days .pastNextWeek .pastNextWeekDay .pastNextWeekDayMeal .dish .dishOptions {
          display: none; }

.planning_container_modal .btn-secondary:hover {
  background: white; }
  .planning_container_modal .btn-secondary.active:hover {
    background: #e6e6e6; }
  .planning_container_modal .btn-secondary.active {
    background: #e6e6e6;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
  .planning_container_modal #ingredients_container .ingredient .showWhenSelected {
    display: none; }
    .planning_container_modal #ingredients_container .ingredient.selected {
      width: 100%; }
      .planning_container_modal #ingredients_container .ingredient.selected .showWhenSelected {
        display: block; }
      .planning_container_modal #ingredients_container .ingredient.selected .hideWhenSelected {
        display: none; }





.cooking_container .recipe li {
  background-color: #f1f4eb; }
  .cooking_container .recipe li.division {
    background-color: #ebefe3; }
  .cooking_container .ingredient {
    cursor: pointer; }
  .cooking_container .ingredient.done {
    background-color: #ebefe3; }
    .cooking_container .ingredient.done .fa-square-o:before {
      content: "\f046"; }
  .cooking_container .cookingstep {
    cursor: pointer; }
  .cooking_container .cookingstep.done {
    background-color: #ebefe3; }
    .cooking_container .cookingstep.done .fa-square-o:before {
      content: "\f046"; }
  .cooking_container .prep-time {
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500; }

/* start */
.shoppinglist_container .store {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  margin-top: -1px; }
  .shoppinglist_container .store.disabled {
    opacity: 0.5; }
  .shoppinglist_container .store .item {
    font-size: 14px;
    padding: 0px 5px 0px 5px;
    background: repeating-linear-gradient(135deg, rgba(100, 100, 100, 0.01), rgba(100, 100, 100, 0.01) 8px, rgba(0, 0, 0, 0) 8px, rgba(0, 0, 0, 0) 12px); }
    .shoppinglist_container .store .item:not(:first-child) {
      border-top: dashed 1px #e3e9d8; }
    .shoppinglist_container .store .item.done {
      background: none;
      opacity: 0.6; }
      .shoppinglist_container .store .item.done .fa-square-o:before {
        content: "\f046"; }
      .shoppinglist_container .store .item.done .infoicon {
        display: inline-block; }
      .shoppinglist_container .store .item.done .ingredientIcon {
        filter: grayscale(100%); }
    .shoppinglist_container .store .item .infoicon {
      display: none; }
    .shoppinglist_container .store .item .quantity {
      font-size: 85%; }
    .shoppinglist_container .store .item .price {
      text-align: right;
      font-size: 85%;
      /*vertical-align:1px;*/
      opacity: 0.8;
      margin-right: -3px;
      padding-left: 0px;
      opacity: 0.85; }
      .shoppinglist_container .store .item .price:after {
        content: '';
        height: 1px;
        display: block;
        margin-top: -2px;
        margin-left: 4px;
        margin-right: 2px; }
      .shoppinglist_container .store .item .price.priceBlank {
        opacity: 0.5; }
      .shoppinglist_container .store .item .price.priceDefault {
        opacity: 0.5; }
      .shoppinglist_container .store .item .price .priceValue {
        letter-spacing: -0.05em;
        border-bottom: dashed 1px #aaa; }
      .shoppinglist_container .store .item .price .priceUnit {
        letter-spacing: -0.05em;
        border-bottom: dashed 1px #aaa; }
    .shoppinglist_container .store .item .isSeasonIcon {
      transform: scale(-1, 1);
      font-size: 78%;
      margin-left: 5px;
      vertical-align: 1px; }
  .shoppinglist_container #searchBox.form-control::-webkit-input-placeholder {
    color: #ccc !important; }
  .shoppinglist_container #countdown_container #countdown {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center; }
    .shoppinglist_container #countdown_container #countdown #countdownNumber {
      color: white;
      display: inline-block;
      line-height: 40px;
      font-size: 160%; }
    .shoppinglist_container #countdown_container #countdown svg {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      transform: rotateY(-180deg) rotateZ(-90deg); }
      .shoppinglist_container #countdown_container #countdown svg #circle1 {
        stroke-dasharray: 107px;
        stroke-linecap: round;
        stroke-width: 3px;
        stroke: #fff;
        stroke-opacity: 0.25;
        fill: none; }
      .shoppinglist_container #countdown_container #countdown svg #circle2 {
        stroke-dasharray: 107px;
        stroke-linecap: round;
        stroke-width: 3px;
        stroke: white;
        fill: none;
        transition: 0.5s; }
  .shoppinglist_container .menuTooltip {
    display: flex;
    width: hundred;
    flex-wrap: wrap;
    min-width: 170px;
    font-size: 120%;
    font-weight : 300;
    opacity: 0.75; }

.priceTooltip {
  display: flex;
  width: hundred;
  min-width: 150px;
  font-size: 130%;
  font-weight : 300;
  opacity: 0.75; }
  .priceTooltip.priceTooltipSelected {
    font-weight : 300;
    opacity: 1; }
  .priceTooltip .priceTooltipStore {
    flex: 1 1 auto;
    padding-right: 20px;
    text-align: left; }
  .priceTooltip .priceTooltipPrice {
    flex: 0 0 auto;
    text-align: right; }

.priceTooltipEdit {
  text-align: right;
  padding: 7px 0 7px 0;
  margin-left: 10px; }

.priceTooltipNew {
  text-align: right;
  padding: 7px 0 7px 0; }

.priceTooltipNew2 {
  text-align: right;
  padding: 7px 0 7px 0;
  margin: 5px; }

















.datepicker {
  background-color: #eee;
  border: solid 1px #ddd;
  border-radius: 3px; }

.datepicker .head {
  line-height: 11px;
  margin: 1px;
  border-radius: 3px;
  border: solid 1px #e78f08;
  background-color: #f7b64a;
  font-size: 11px;
  color: #fff;
  padding: 5px; }

.datepicker .previous {
  float: left;
  cursor: pointer;
  background: url(/i2/icons.png) -99px -2px;
  border-radius: 6px;
  background-color: #fff; }

.datepicker .previous:hover {
  background-position: -82px -194px; }

.datepicker .next {
  float: right;
  cursor: pointer;
  background: url(/i2/icons.png) -34px -2px;
  border-radius: 6px;
  background-color: #fff; }

.datepicker .next:hover {
  background-position: -50px -194px; }

.datepicker .day {
  width: 24px;
  height: 20px; }

.datepicker .blank {
  width: 24px;
  height: 12px; }

.datepicker .number {
  cursor: pointer;
  text-align: right;
  background-color: #fff;
  border: solid 1px #ccc;
  color: #6094cd; }

.datepicker .number:hover {
  background-color: #fdf9e1;
  border: solid 1px #fbcb09;
  color: #c77405; }










































.navigation {
  text-align: right;
  font-size: 13px;
  margin-right: 10px; }



























.table_container .table_filters {
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
  padding-top: 10px;
  margin-bottom: 10px; }
  .table_container .tablerow1 {
    background-color: #f3f3f3; }
  .table_container .tablerow2 {
    background-color: #fff; }
  .table_container .tablerow1:hover {
    background-color: #eee; }
  .table_container .tablerow2:hover {
    background-color: #fcfcfc; }
  .table_container .tablerow {
    font-size: 11px; }
  .table_container #edittext {
    margin-top: -9px; }
  .table_container .tablerow.new {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.active {
    background-color: #ff8989 !important;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.orange {
    background-color: #f7d2a5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.green {
    background-color: #8afc79;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.yellow {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.blue {
    background-color: #82b7ff;
    border-bottom: solid 1px #ccc; }












.view_container .view_filters {
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
  padding-top: 10px;
  margin-bottom: 10px; }
  .view_container .viewrow1 {
    background-color: #f3f3f3; }
  .view_container .viewrow2 {
    background-color: #fff; }
  .view_container .viewrow1:hover {
    background-color: #eee; }
  .view_container .viewrow2:hover {
    background-color: #fcfcfc; }
  .view_container .viewrow {
    font-size: 11px; }
  .view_container #edittext {
    margin-top: -9px; }
  .view_container .viewrow.new {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.active {
    background-color: #ff8989 !important;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.orange {
    background-color: #f7d2a5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.green {
    background-color: #8afc79;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.yellow {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.blue {
    background-color: #82b7ff;
    border-bottom: solid 1px #ccc; }





