body, html {
  background: #dddddd;
  min-height: 100%;
  height: 100%;
  width: 100%;
  font-family: 'Mulish', 'Arial';
  font-weight: 400;
  font-size: 10px;
  padding: 0;
  margin: 0; }

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }

/* ............................................................................................. */
/* ............................................................................................. */
.main {
  max-width: 1280px;
  min-width: 400px;
  padding: 61px 0 0;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  position: relative;
  box-sizing: border-box; }
  .main .pageheader {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2; }
    .main .pageheader .accent {
      height: 15px;
      line-height: 15px;
      background-image: url("../img/bg-factory-tape.png");
      background-repeat: repeat-x; }
    .main .pageheader .titlerow {
      display: flex;
      justify-content: left;
      width: 100%;
      height: 46px;
      background-image: url("../img/bg-darkheader.png");
      background-repeat: repeat-x;
      align-items: flex-end; }
      .main .pageheader .titlerow .title {
        line-height: 46px;
        font-family: 'Poppins';
        font-size: 17px;
        flex: 7;
        color: #ffffff;
        overflow: clip; }
        .main .pageheader .titlerow .title span {
          color: #ffffff;
          margin: 0px 8px;
          vertical-align: middle; }
      .main .pageheader .titlerow .logo {
        flex: 3;
        width: 204px;
        height: 46px;
        background-image: url("../img/logo-small-header.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right; }
  .main .maincontent {
    flex: 2;
    padding: 0px;
    border-right: 1px solid #EEEEEE;
    box-sizing: border-box; }
    .main .maincontent .screen {
      padding: 0px;
      box-sizing: border-box;
      font-size: 0;
      display: none;
      /* ================================================== */
      /* Home Screen ====================================== */
      /* ================================================== */
      /* Production Line ====================================== */ }
      .main .maincontent .screen.active {
        display: block; }
      .main .maincontent .screen .toolbar {
        height: 90px;
        padding: 15px;
        display: flex;
        justify-content: left;
        align-items: flex-end; }
        .main .maincontent .screen .toolbar .title {
          vertical-align: middle;
          flex: 8;
          display: inline;
          font-family: 'Poppins';
          font-size: 24px;
          font-weight: 700;
          line-height: 32px; }
        .main .maincontent .screen .toolbar .button {
          vertical-align: middle;
          padding: 3px 3px;
          border: 1px solid #eeeeee;
          border-radius: 50px;
          margin-left: 12px;
          margin-right: 0px;
          color: #333333;
          cursor: pointer; }
          .main .maincontent .screen .toolbar .button:hover {
            background-color: #eeeeee; }
        .main .maincontent .screen .toolbar > .button:first-child {
          margin-left: 0px;
          margin-right: 12px; }
      .main .maincontent .screen .data-table {
        border-top: 3px solid #fa9549; }
        .main .maincontent .screen .data-table h2 {
          font-family: 'Poppins';
          font-size: 18px;
          font-weight: 600;
          display: block;
          padding: 16px 0px 16px; }
          .main .maincontent .screen .data-table h2:first-child {
            padding: 30px 30px 16px; }
        .main .maincontent .screen .data-table .intro {
          padding: 0px 30px;
          font-size: 16px;
          line-height: 22px;
          box-sizing: border-box; }
          .main .maincontent .screen .data-table .intro b {
            font-weight: 800;
            color: #fa9549; }
          .main .maincontent .screen .data-table .intro section {
            margin-bottom: 16px; }
            .main .maincontent .screen .data-table .intro section:first-child {
              background-color: #feefe4;
              padding: 16px; }
            .main .maincontent .screen .data-table .intro section ul {
              list-style-type: disc;
              padding-inline-start: 30px; }
              .main .maincontent .screen .data-table .intro section ul li {
                padding-bottom: 16px; }
        .main .maincontent .screen .data-table .data-row {
          display: flex;
          width: 100%;
          border-bottom: 1px solid #fccaa4;
          box-sizing: border-box;
          font-size: 14px;
          font-weight: 600;
          padding: 0px 15px;
          cursor: pointer;
          height: 32px; }
          .main .maincontent .screen .data-table .data-row.active {
            background-color: #feefe4; }
            .main .maincontent .screen .data-table .data-row.active > div {
              font-weight: 800; }
          .main .maincontent .screen .data-table .data-row.alert > div {
            color: red; }
          .main .maincontent .screen .data-table .data-row.header {
            background-color: #eeeeee; }
            .main .maincontent .screen .data-table .data-row.header div {
              font-size: 12px;
              font-weight: 800; }
          .main .maincontent .screen .data-table .data-row:hover {
            background-color: #feefe4; }
          .main .maincontent .screen .data-table .data-row div {
            display: flex;
            align-items: center; }
      .main .maincontent .screen .footer {
        position: absolute;
        font-size: 14px;
        line-height: 32px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-decoration: underline;
        padding: 32px;
        cursor: pointer; }
      .main .maincontent .screen.home .pinned {
        display: flex;
        flex-wrap: wrap;
        /* Allow wrapping to the next line */
        gap: 16px;
        /* Set the gutter between cards */
        max-width: 984px;
        /* Maximum width of the container */
        background-color: #eeeeee;
        padding: 16px; }
        .main .maincontent .screen.home .pinned .card {
          flex: 1 0 31%;
          /* Each card takes roughly 25% width (adjust as needed) */
          min-width: 200px;
          /* Minimum width of a card */
          max-width: 470px;
          border-radius: 0px 0px 5px 5px;
          background-color: #ffffff;
          box-sizing: border-box;
          border-top: 4px solid #fa9549;
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
          position: relative;
          padding-bottom: 60px;
          cursor: pointer; }
          .main .maincontent .screen.home .pinned .card .btn-pin {
            position: absolute;
            right: 12px;
            top: -14px;
            width: 28px;
            height: 28px;
            background-color: #fa9549;
            border-radius: 14px;
            text-align: center; }
            .main .maincontent .screen.home .pinned .card .btn-pin .icon {
              font-size: 20px;
              color: #fff;
              text-align: center;
              line-height: 28px; }
          .main .maincontent .screen.home .pinned .card .title {
            box-sizing: border-box;
            min-height: 70px;
            width: 100%;
            padding: 8px 12px;
            background-color: #555555;
            line-height: 54px; }
            .main .maincontent .screen.home .pinned .card .title span {
              display: inline-block;
              vertical-align: bottom;
              line-height: 16px;
              font-size: 17px;
              font-weight: 700;
              color: #fff; }
          .main .maincontent .screen.home .pinned .card .recipe {
            padding: 8px 12px;
            font-size: 14px; }
            .main .maincontent .screen.home .pinned .card .recipe .row {
              display: flex;
              justify-content: space-between;
              border-bottom: 1px solid #eee;
              padding: 8px 0px; }
              .main .maincontent .screen.home .pinned .card .recipe .row:last-child {
                border-bottom: 0px; }
            .main .maincontent .screen.home .pinned .card .recipe .child-ingredients {
              margin-left: 20px;
              /* Indent child ingredients */ }
          .main .maincontent .screen.home .pinned .card .note {
            position: absolute;
            box-sizing: border-box;
            padding: 7px 32px;
            border-top: 1px dashed #ddd;
            left: 0px;
            right: 0px;
            bottom: 0px;
            height: 60px;
            font-size: 14px;
            line-height: 16px;
            color: #666; }
            .main .maincontent .screen.home .pinned .card .note .bg-icon {
              position: absolute;
              top: 5px;
              left: 8px;
              font-size: 18px;
              color: #999999; }
            .main .maincontent .screen.home .pinned .card .note .empty {
              color: #aaaaaa;
              z-index: 5; }
            .main .maincontent .screen.home .pinned .card .note .filled {
              z-index: 5; }
            .main .maincontent .screen.home .pinned .card .note:hover {
              cursor: pointer; }
              .main .maincontent .screen.home .pinned .card .note:hover .empty {
                color: #888;
                text-decoration: underline; }
      .main .maincontent .screen.home .data-row {
        height: inherit; }
        .main .maincontent .screen.home .data-row .name {
          flex: 20;
          flex-direction: column;
          align-items: flex-start;
          padding-bottom: 12px; }
          .main .maincontent .screen.home .data-row .name .customname {
            font-weight: 500;
            font-family: 'Poppins';
            font-size: 17px;
            line-height: 36px;
            display: block;
            margin-top: 3px;
            color: #333333; }
          .main .maincontent .screen.home .data-row .name .rawmats {
            font-weight: 400;
            font-family: 'Mulish';
            font-size: 13px;
            display: block;
            color: #999999;
            margin-top: -5px; }
        .main .maincontent .screen.home .data-row .ppm {
          flex: 2;
          justify-content: start;
          color: #666666;
          margin-right: 12px;
          padding-right: 2px;
          overflow: hidden;
          vertical-align: baseline; }
          .main .maincontent .screen.home .data-row .ppm em {
            font-family: 'Poppins';
            font-weight: 700;
            font-size: 33px;
            line-height: 32px;
            letter-spacing: -3px; }
          .main .maincontent .screen.home .data-row .ppm span {
            display: inline-block;
            margin: 5px 0px 0px 5px;
            color: #aaaaaa;
            font-family: 'Poppins';
            font-weight: 700; }
        .main .maincontent .screen.home .data-row .pin {
          flex: 1;
          justify-content: center;
          text-align: center; }
          .main .maincontent .screen.home .data-row .pin .icon {
            font-size: 16px; }
          .main .maincontent .screen.home .data-row .pin:hover {
            background-color: #fa9549; }
            .main .maincontent .screen.home .data-row .pin:hover .icon {
              color: #ffffff; }
      .main .maincontent .screen.home .savedlines {
        font-size: 14px;
        font-weight: 600;
        padding: 20px;
        box-sizing: border-box;
        cursor: pointer; }
        .main .maincontent .screen.home .savedlines:hover {
          background-color: #feefe4; }
      .main .maincontent .screen.productionline .toolbar {
        height: 32px;
        padding: 30px 15px 0px; }
        .main .maincontent .screen.productionline .toolbar .title .fixed {
          font-family: 'Poppins';
          font-size: 24px;
          font-weight: 700;
          line-height: 32px; }
          .main .maincontent .screen.productionline .toolbar .title .fixed:hover .button {
            visibility: visible; }
          .main .maincontent .screen.productionline .toolbar .title .fixed .button {
            margin: 0px 12px;
            vertical-align: middle;
            visibility: hidden; }
        .main .maincontent .screen.productionline .toolbar .title .editable input {
          border: none;
          /* Remove default border */
          border-bottom: 1px solid #cccccc;
          /* Add the underline */
          padding: 5px;
          font-family: "Poppins", sans-serif;
          /* Set font family */
          font-size: 20px;
          font-weight: 400;
          line-height: 32px;
          width: 80%; }
      .main .maincontent .screen.productionline .navcontainer {
        display: block; }
        .main .maincontent .screen.productionline .navcontainer nav {
          height: 52px;
          width: 256px;
          display: flex;
          align-items: flex-end;
          margin-left: 45px; }
          .main .maincontent .screen.productionline .navcontainer nav .navitem {
            flex: 1;
            font-family: 'Poppins';
            font-size: 15px;
            font-weight: 600;
            padding: 0px 0px 16px;
            border-bottom: 3px solid #ffffff;
            text-align: center;
            cursor: pointer; }
            .main .maincontent .screen.productionline .navcontainer nav .navitem.active {
              border-bottom: 3px solid #fa9549;
              color: #fa9549; }
      .main .maincontent .screen.productionline .data-table {
        border-top: 1px solid #dddddd;
        /* Production Line Data Table */
        /* Resource Summary Data Table */ }
        .main .maincontent .screen.productionline .data-table .data-row {
          position: relative;
          padding: 0px 15px 0px 60px; }
          .main .maincontent .screen.productionline .data-table .data-row:hover {
            background-color: #feefe4; }
            .main .maincontent .screen.productionline .data-table .data-row:hover .accordian {
              display: block;
              color: #333333; }
            .main .maincontent .screen.productionline .data-table .data-row:hover .note .noteaction {
              visibility: visible; }
          .main .maincontent .screen.productionline .data-table .data-row .accordian {
            display: none;
            font-size: 40px;
            line-height: 32px;
            text-align: center;
            position: absolute;
            left: 0px;
            top: -2px;
            width: 32px;
            height: 32px;
            color: #fa9549; }
          .main .maincontent .screen.productionline .data-table .data-row.showall .accordian {
            transform: scale(1, 0.6) rotate(90deg); }
          .main .maincontent .screen.productionline .data-table .data-row.shownone .accordian {
            transform: scale(0.6, 1) rotate(0deg);
            left: 1px;
            display: block; }
          .main .maincontent .screen.productionline .data-table .data-row .pivot {
            position: absolute;
            left: 22px;
            top: 0px;
            bottom: 0px;
            width: 32px;
            font-size: 18px;
            color: #fa9549;
            display: flex;
            justify-content: center;
            align-items: center;
            pointer-events: none; }
        .main .maincontent .screen.productionline .data-table.production .data-row .name {
          position: relative;
          flex: 20; }
          .main .maincontent .screen.productionline .data-table.production .data-row .name .shim {
            display: inline-block;
            width: 11px;
            height: 32px;
            border-left: 1px solid #eee;
            margin-left: 6px; }
          .main .maincontent .screen.productionline .data-table.production .data-row .name a {
            text-decoration: none;
            color: #000000; }
            .main .maincontent .screen.productionline .data-table.production .data-row .name a:hover {
              text-decoration: underline;
              color: #fa9549; }
        .main .maincontent .screen.productionline .data-table.production .data-row .shards {
          flex: 1;
          text-align: center;
          margin-right: 8px; }
        .main .maincontent .screen.productionline .data-table.production .data-row .clockspeed {
          flex: 3;
          margin-right: 6px;
          justify-content: flex-end;
          margin-right: 8px; }
        .main .maincontent .screen.productionline .data-table.production .data-row .building {
          flex: 6.5; }
        .main .maincontent .screen.productionline .data-table.production .data-row .number {
          flex: 3;
          justify-content: flex-end; }
        .main .maincontent .screen.productionline .data-table.production .data-row .note {
          flex: 2;
          justify-content: flex-end;
          text-align: center; }
          .main .maincontent .screen.productionline .data-table.production .data-row .note span {
            font-size: 18px; }
          .main .maincontent .screen.productionline .data-table.production .data-row .note .noteaction {
            visibility: hidden; }
            .main .maincontent .screen.productionline .data-table.production .data-row .note .noteaction:hover {
              color: #fa9549; }
          .main .maincontent .screen.productionline .data-table.production .data-row .note.active .noteaction {
            visibility: visible; }
        .main .maincontent .screen.productionline .data-table.resource .data-row .resource {
          flex: 8; }
        .main .maincontent .screen.productionline .data-table.resource .data-row .rsc-total {
          flex: 8; }
        .main .maincontent .screen.productionline .data-table.resource .data-row .building {
          flex: 8; }
        .main .maincontent .screen.productionline .data-table.resource .data-row .bld-total {
          flex: 15; }
  .main .sidebar {
    width: 296px;
    padding: 0px 24px;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
    position: relative; }
    .main .sidebar.active {
      display: block; }
    .main .sidebar header {
      height: 66px;
      display: flex;
      justify-content: left;
      align-items: flex-end;
      padding: 10px 0px; }
    .main .sidebar .fab {
      width: 248px;
      padding: 36px 40px 12px 8px;
      margin: 0px 24px;
      font-family: 'Mulish';
      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      border-radius: 8px;
      box-sizing: border-box;
      line-height: 18px;
      background-color: #fa9549;
      cursor: pointer;
      position: absolute;
      top: -120px;
      left: 0px;
      right: 0px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .main .sidebar .fab.active {
        top: -24px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .main .sidebar .fab span {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        color: white;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 56px;
        padding-top: 24px; }
    .main .sidebar .toolpanel .toolsection {
      padding: 0px 0px 16px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      .main .sidebar .toolpanel .toolsection:first-child {
        border-top: 0px;
        padding-top: 16px; }
      .main .sidebar .toolpanel .toolsection h2 {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 4px;
        margin-left: 4px; }
      .main .sidebar .toolpanel .toolsection > div {
        margin-left: 8px;
        box-sizing: border-box; }
        .main .sidebar .toolpanel .toolsection > div:first-child {
          margin-left: 0px; }
        .main .sidebar .toolpanel .toolsection > div .pivotbutton {
          width: 100%;
          padding: 12px 40px 12px 8px;
          font-family: 'Poppins';
          font-size: 14px;
          font-weight: 600;
          color: #ffffff;
          text-align: center;
          text-transform: uppercase;
          border-radius: 8px;
          box-sizing: border-box;
          line-height: 18px;
          letter-spacing: 1px;
          background-color: #fa9549;
          position: relative;
          cursor: pointer; }
          .main .sidebar .toolpanel .toolsection > div .pivotbutton span {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            color: white;
            right: 0px;
            top: 0px;
            bottom: 0px;
            width: 32px;
            background-color: rgba(255, 255, 255, 0.3); }
        .main .sidebar .toolpanel .toolsection > div .shards {
          display: flex;
          align-items: flex-end;
          background-color: #f7f7f7;
          border-radius: 25px;
          border: 2px solid #dfdfdf; }
          .main .sidebar .toolpanel .toolsection > div .shards > div {
            flex: 1;
            margin-left: 8px;
            line-height: 28px;
            font-size: 20px;
            font-weight: 500;
            color: #3B322E;
            text-align: center;
            border-radius: 25px;
            box-sizing: border-box;
            cursor: pointer; }
            .main .sidebar .toolpanel .toolsection > div .shards > div:first-child {
              margin-left: 0px; }
            .main .sidebar .toolpanel .toolsection > div .shards > div.active {
              background-color: #fa9549;
              color: #ffffff; }
        .main .sidebar .toolpanel .toolsection > div .inputcontainer {
          border: 2px solid #dfdfdf;
          border-radius: 25px;
          position: relative; }
          .main .sidebar .toolpanel .toolsection > div .inputcontainer input {
            font-family: 'Mulish';
            font-size: 20px;
            font-weight: 500;
            line-height: 28px;
            border: 0px;
            border-radius: 25px;
            width: 100%;
            padding: 0px 12px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            outline: none;
            box-sizing: border-box;
            background-color: #f7f7f7; }
            .main .sidebar .toolpanel .toolsection > div .inputcontainer input.invalid {
              color: red; }
          .main .sidebar .toolpanel .toolsection > div .inputcontainer.readonly {
            font-family: 'Mulish';
            font-size: 20px;
            font-weight: 500;
            line-height: 28px;
            width: 100%;
            padding: 0px 12px;
            box-sizing: border-box;
            background-color: #efefef; }
            .main .sidebar .toolpanel .toolsection > div .inputcontainer.readonly.overflow {
              color: #18acff;
              border-color: #d1efff;
              background-color: #f0faff; }
            .main .sidebar .toolpanel .toolsection > div .inputcontainer.readonly.shortage {
              color: red;
              border-color: #ffd3d3;
              background-color: #ffeeee; }
          .main .sidebar .toolpanel .toolsection > div .inputcontainer .tp_clockspeed + span {
            position: absolute;
            font-family: 'Mulish';
            font-size: 18px;
            font-weight: 500;
            color: #999999;
            line-height: 28px;
            right: 12px;
            top: 0px; }
          .main .sidebar .toolpanel .toolsection > div .inputcontainer .recipe_selector {
            width: 100%;
            font-family: 'Mulish';
            font-size: 14px;
            font-weight: 500;
            padding: 0px 12px;
            line-height: 28px;
            background-color: #f7f7f7;
            box-sizing: border-box;
            border-radius: 25px;
            cursor: pointer; }
            .main .sidebar .toolpanel .toolsection > div .inputcontainer .recipe_selector span {
              position: absolute;
              font-size: 20px;
              color: #333333;
              line-height: 28px;
              right: 12px;
              top: 0px; }
          .main .sidebar .toolpanel .toolsection > div .inputcontainer .lockbutton {
            position: absolute;
            right: 0px;
            top: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #3B322E;
            box-sizing: border-box;
            cursor: pointer;
            width: 48px;
            background-color: #dfdfdf;
            border-radius: 28px; }
            .main .sidebar .toolpanel .toolsection > div .inputcontainer .lockbutton span {
              line-height: 28px;
              font-size: 20px;
              display: relative;
              z-index: 2; }
              .main .sidebar .toolpanel .toolsection > div .inputcontainer .lockbutton span.locked {
                display: none; }
              .main .sidebar .toolpanel .toolsection > div .inputcontainer .lockbutton span.unlocked {
                display: inline-block; }
            .main .sidebar .toolpanel .toolsection > div .inputcontainer .lockbutton.active {
              color: #ffffff;
              background-color: #fa9549; }
              .main .sidebar .toolpanel .toolsection > div .inputcontainer .lockbutton.active .locked {
                display: inline-block; }
              .main .sidebar .toolpanel .toolsection > div .inputcontainer .lockbutton.active .unlocked {
                display: none; }
              .main .sidebar .toolpanel .toolsection > div .inputcontainer .lockbutton.active:before {
                background-color: #fa9549; }
            .main .sidebar .toolpanel .toolsection > div .inputcontainer .lockbutton:before {
              content: "";
              z-index: 1;
              display: block;
              position: absolute;
              width: 20px;
              height: 28px;
              left: 0px;
              top: 0px;
              background-color: #dfdfdf; }
        .main .sidebar .toolpanel .toolsection > div.ingredient {
          margin-left: 0px;
          padding: 6px;
          border-bottom: 1px solid #eeeeee;
          font-family: 'Mulish';
          font-size: 15px;
          font-weight: 400;
          box-sizing: border-box;
          display: flex;
          align-items: flex-end; }
          .main .sidebar .toolpanel .toolsection > div.ingredient .item {
            margin-left: 12px;
            flex: 4;
            padding: 0px 8px 0px 0px;
            line-height: 20px; }
          .main .sidebar .toolpanel .toolsection > div.ingredient:first-child .item {
            margin-left: 0px; }
          .main .sidebar .toolpanel .toolsection > div.ingredient .amount {
            flex: 1;
            text-align: right; }
      .main .sidebar .toolpanel .toolsection .sectionblock__stretch {
        flex: 1;
        margin-left: 8px; }
      .main .sidebar .toolpanel .toolsection .sectionblock__56 {
        width: 28px; }
      .main .sidebar .toolpanel .toolsection .sectionblock__fill {
        width: 100%;
        flex: 0 0 100%; }
    .main .sidebar.sb_home header {
      height: 105px;
      padding-bottom: 0px; }
      .main .sidebar.sb_home header input {
        font-family: 'Mulish';
        font-size: 16px;
        line-height: 30px;
        border: 2px solid #cccccc;
        border-radius: 25px;
        width: 100%;
        padding: 0px 10px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        outline: none; }
        .main .sidebar.sb_home header input:focus {
          border-color: #666666; }
    .main .sidebar.sb_home .toolpanel {
      border-top: 0px;
      padding: 24px 0px; }
      .main .sidebar.sb_home .toolpanel ul li {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        padding: 15px;
        box-sizing: border-box;
        cursor: pointer;
        border-bottom: 1px solid #fccaa4;
        box-sizing: border-box; }
        .main .sidebar.sb_home .toolpanel ul li:hover {
          color: #fa9549; }
      .main .sidebar.sb_home .toolpanel span {
        display: block;
        text-align: left;
        color: #ccc;
        padding-bottom: 16px; }
      .main .sidebar.sb_home .toolpanel .edu {
        display: none;
        font-family: 'Poppins';
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        color: #ccc;
        padding: 0px 30px; }
        .main .sidebar.sb_home .toolpanel .edu.active {
          display: block; }
    .main .sidebar.sb_productionline header {
      height: 115px;
      display: block; }
      .main .sidebar.sb_productionline header nav {
        height: 113px;
        display: flex;
        align-items: flex-end; }
        .main .sidebar.sb_productionline header nav .navitem {
          flex: 1;
          font-family: 'Poppins';
          font-size: 15px;
          font-weight: 600;
          padding: 0px 0px 16px;
          border-bottom: 3px solid #ffffff;
          text-align: center; }
          .main .sidebar.sb_productionline header nav .navitem.active {
            border-bottom: 3px solid #fa9549;
            color: #fa9549; }
    .main .sidebar.sb_productionline .toolpanel {
      margin-top: 113px; }
      .main .sidebar.sb_productionline .toolpanel .title {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: 'Poppins';
        font-size: 24px;
        font-weight: 400;
        line-height: 26px;
        padding: 14px 4px 7px;
        height: 48px;
        border: 2px solid #eeeeee;
        border-radius: 8px 8px 0px 0px;
        margin: 6px 0px 0px; }
      .main .sidebar.sb_productionline .toolpanel .note {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: 'Poppins';
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        padding: 7px 12px 7px;
        border: 2px solid #eeeeee;
        border-radius: 0px 0px 8px 8px;
        margin: 0px 0px 16px;
        background-color: #efefef;
        color: #666666;
        cursor: pointer; }
        .main .sidebar.sb_productionline .toolpanel .note .icon {
          margin-right: 4px;
          font-size: 18px;
          vertical-align: text-bottom; }
        .main .sidebar.sb_productionline .toolpanel .note .empty {
          color: #888888; }
        .main .sidebar.sb_productionline .toolpanel .note .editable textarea {
          border: 1px solid #cccccc;
          /* Remove default border */
          border-bottom: 1px solid #cccccc;
          /* Add the underline */
          padding: 5px;
          font-family: "Poppins", sans-serif;
          /* Set font family */
          font-size: 15px;
          font-weight: 400;
          line-height: 16px;
          width: 92%; }
    .main .sidebar.sb_recipepicker {
      position: absolute;
      right: 0px;
      top: 61px;
      bottom: 0px;
      background-color: white;
      z-index: 10;
      display: block;
      opacity: 0;
      pointer-events: none;
      transition: all .2s ease-in-out; }
      .main .sidebar.sb_recipepicker.active {
        pointer-events: auto;
        transition: all .2s ease-in-out;
        opacity: 1; }
      .main .sidebar.sb_recipepicker .toolbar {
        height: 90px;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        padding: 15px 0px; }
        .main .sidebar.sb_recipepicker .toolbar .title {
          font-family: 'Poppins';
          font-size: 24px;
          font-weight: 700;
          display: inline;
          line-height: 32px;
          vertical-align: middle;
          flex: 8; }
        .main .sidebar.sb_recipepicker .toolbar .backbutton {
          position: absolute;
          top: 24px;
          vertical-align: middle;
          padding: 3px 3px;
          border: 1px solid #eeeeee;
          border-radius: 50px;
          margin-right: 12px;
          cursor: pointer; }
      .main .sidebar.sb_recipepicker .toolpanel .recipeoption {
        cursor: pointer; }
      .main .sidebar.sb_recipepicker .toolpanel .toolsection.optionname {
        padding: 12px 0px;
        border-top: 3px solid #fa9549; }
      .main .sidebar.sb_recipepicker .toolpanel .toolsection .ingredient:last-child {
        border-bottom: 0px; }
      .main .sidebar.sb_recipepicker .toolpanel .toolsection h2 {
        display: flex;
        justify-content: left;
        align-items: center;
        margin: 0px 0px; }
        .main .sidebar.sb_recipepicker .toolpanel .toolsection h2 .radio span {
          display: inline-block;
          width: 24px;
          height: 24px;
          border: 3px solid #fa9549;
          box-sizing: border-box;
          border-radius: 24px;
          margin-right: 8px; }
          .main .sidebar.sb_recipepicker .toolpanel .toolsection h2 .radio span:before {
            content: '';
            display: block;
            border-radius: 24px;
            width: 100%;
            height: 100%;
            background-color: white;
            border: 2px solid white;
            box-sizing: border-box; }
        .main .sidebar.sb_recipepicker .toolpanel .toolsection h2 .radio.active span:before {
          background-color: #fa9549; }
        .main .sidebar.sb_recipepicker .toolpanel .toolsection h2 p {
          line-height: 20px;
          font-size: 15px;
          font-weight: 700; }
  .main .sidemenu {
    position: absolute;
    display: inline-block;
    left: auto;
    right: -300px;
    top: 0px;
    bottom: 0px;
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 4; }
    .main .sidemenu.active {
      right: 0px;
      opacity: 1;
      transition: all .3s ease-in-out;
      pointer-events: auto; }
    .main .sidemenu header {
      width: 100%;
      padding: 10px 0px;
      position: relative;
      text-align: right; }
      .main .sidemenu header .button {
        cursor: pointer;
        margin-right: 10px; }
    .main .sidemenu .partsearch {
      display: block;
      border: 1px solid #eeeeee;
      border-radius: 20px;
      font-size: 16px;
      font-weight: 500;
      width: 250px;
      padding: 10px 15px;
      margin: 10px 10px;
      outline-color: #fa9549; }

/*# sourceMappingURL=style.css.map */
