﻿/* GENERAL */
/* Colores de la aplicacion */
.primary {
  background-color: #c62828 !important;
  color: #ffffff !important; }

.secondary {
  background-color: #32bda8 !important;
  color: #ffffff !important; }

a.primary:hover {
  color: #ffffff; }

.light-primary {
  background-color: #ff5f52;
  color: #ffffff; }

.primary-txt {
  color: #c62828; }

.secondary-txt {
  color: #32bda8; }
  .secondary-txt:hover {
    color: #32bda8; }

.primary-txt:hover {
  color: #c62828; }

.accent {
  background-color: #e0e0e0;
  color: #333333 !important; }

.accent-txt {
  color: #c62828; }

.accent-txt:hover {
  color: #c62828; }

.warning {
  background-color: #fff3cd; }

.text-alert {
  color: #ffa500; }

@font-face {
  font-family: 'icon--cookin';
  src: url("fonts/icon--cookin/icon--cookin.eot?xlq5uj");
  src: url("fonts/icon--cookin/icon--cookin.eot?xlq5uj#iefix") format("embedded-opentype"), url("fonts/icon--cookin/icon--cookin.ttf?xlq5uj") format("truetype"), url("fonts/icon--cookin/icon--cookin.woff?xlq5uj") format("woff"), url("fonts/icon--cookin/icon--cookin.svg?xlq5uj#icon--cookin") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon--"], [class*=" icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon--cookin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon--almuerzo:before,
.icon--ingesta-9:before {
  content: "\e900"; }

.icon--aperitivo:before,
.icon--ingesta-5:before {
  content: "\e901"; }

.icon--cena:before,
.icon--ingesta-2:before,
.icon--ingesta-10:before {
  content: "\e902"; }

.icon--comida:before,
.icon--ingesta-1:before {
  content: "\e903"; }

.icon--conf-prod:before {
  content: "\e904"; }

.icon--desayuno:before,
.icon--ingesta-3:before {
  content: "\e905"; }

.icon--informes:before {
  content: "\e906"; }

.icon--merienda:before,
.icon--ingesta-4:before {
  content: "\e907"; }

.icon--plan-prod:before {
  content: "\e908"; }

.icon--ponderacion:before {
  content: "\e90e"; }

.icon--prev-comensales:before {
  content: "\e909"; }

.icon--prev-compras:before {
  content: "\e90a"; }

.icon--reg-consumos:before {
  content: "\e90b"; }

.icon--sol-prod:before {
  content: "\e90c"; }

.icon--corte-inventario:before {
  content: "\e90d"; }

/* Botones */
.icon-button:active:before, .picker-button:active:before, .txt-button:active:before, input.txt-button:active:before, .day-pick a:active:before {
  background-color: #D93C76; }

.button-content {
  display: flex;
  align-items: center; }
  .button-content.button-content__right {
    justify-content: flex-end; }

.icon-text-button {
  display: flex;
  flex-direction: column;
  width: 70px;
  height: 68px;
  align-items: center;
  font-size: 10px;
  text-align: center; }
  .icon-text-button p {
    overflow-y: hidden;
    max-height: 28px; }

.recipe-bottom-right {
  display: inline-block;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 22; }

.btn-floating {
  background-color: #000;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  fill: #fff;
  height: 56px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 56px;
  z-index: 4000; }
  .btn-floating:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    opacity: 0.8; }
  .btn-floating:focus {
    opacity: 0.65; }
  .btn-floating content {
    display: inline-block;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .btn-floating content i {
      color: white;
      font-size: 24px; }

.collapsible i {
  transition: transform 0.5s ease;
  font-size: 30px; }

.collapsible.button-collapsed i {
  transform: rotate(180deg); }

.mdc-form-field {
  display: flex;
  align-items: center; }

.mdc-ripple-surface--test-edge-var-bug {
  visibility: hidden; }

.mdc-radio {
  -webkit-tap-highlight-color: transparent;
  will-change: transform, opacity;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer; }

.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.54); }

.mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #32bda8; }

.mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  background-color: #32bda8; }

.mdc-radio .mdc-radio__background::before {
  background-color: #32bda8; }

.mdc-radio::before, .mdc-radio::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""; }

.mdc-radio::before {
  transition: opacity 15ms linear;
  z-index: 1; }

.mdc-radio.mdc-ripple-upgraded::after {
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.mdc-radio::before, .mdc-radio::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%; }

.mdc-radio:hover::before {
  opacity: 0.04; }

.mdc-radio:not(.mdc-ripple-upgraded):focus::before, .mdc-radio.mdc-ripple-upgraded--background-focused::before {
  transition-duration: 75ms;
  opacity: 0.12; }

.mdc-radio:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear; }

.mdc-radio:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.16; }

.mdc-radio__background {
  display: inline-block;
  position: absolute;
  left: 10px;
  box-sizing: border-box;
  width: 50%;
  height: 50%; }

.mdc-radio__background::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""; }

.mdc-radio__outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  border-width: 2px;
  border-style: solid;
  border-radius: 50%; }

.mdc-radio__inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: background-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), background-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), background-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  border-radius: 50%; }

.mdc-radio__native-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  z-index: 1; }

.mdc-radio.mdc-ripple-upgraded .mdc-radio__background::before {
  content: none; }

.mdc-radio__native-control:checked + .mdc-radio__background,
.mdc-radio__native-control:disabled + .mdc-radio__background {
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
  transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
  transition: background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }

.mdc-radio--disabled {
  cursor: default;
  pointer-events: none; }

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }

.mdc-radio__native-control:disabled + .mdc-radio__background,
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
  cursor: default; }

.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle,
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.26); }

.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle,
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle {
  background-color: rgba(0, 0, 0, 0.26); }

.mdc-radio__native-control:focus + .mdc-radio__background::before {
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 0.26; }

.m-card {
  margin: 8px 0;
  padding: 8px; }

.underline {
  border-bottom: 1px solid #e0e0e0; }

.content-flex {
  display: flex; }

.table-pedidos {
  width: 100%; }

.table-produccion {
  width: 100%; }

.overlay-y {
  overflow-y: overlay !important; }

.active {
  pointer-events: none; }

.text-highlighted {
  font-size: 24px;
  color: #000000; }

.text-capitalize {
  text-transform: capitalize; }

.font20 {
  font-size: 20px; }

.mi-36 {
  font-size: 36px !important; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

a.disabled {
  color: unset; }

input[disabled="disabled"] {
  border: none; }

/*.select-normal {
    position: relative;
    cursor: pointer;

    select {
        cursor: pointer;
    }

    i {
        position: absolute;
        top: 8px;
        right: 0;
        pointer-events: none;
    }
}*/
.m-chip {
  margin-bottom: 8px; }
  .m-chip.active {
    background: #32bda8;
    font-weight: bold; }
    .m-chip.active .chip-name {
      color: #ffffff; }
    .m-chip.active .number-chip {
      color: #32bda8;
      background: #ffffff; }
  .m-chip .number-chip {
    border-radius: 12px;
    background-color: #a6a6a6;
    width: auto;
    height: 20px;
    text-align: center;
    padding: 0 10px;
    color: white; }

.width-auto {
  width: auto !important; }

/*//Dialog (Modal)
.modal-wrapper {
    .modal-content {
        .modal-header {
            padding: 24px 24px 20px;

            .modal-title {
                margin: 0px 0px 20px;
                padding: 0;
                font-size: 22px;
                line-height: 32px;
            }
        }

        .modal-body.cards-space {
            padding: 8px 24px;
            overflow: hidden;
            background-color: transparent;

            .table-body {
                height: calc(70vh - 100px);
                overflow-y: overlay;
            }
        }

        .table-footer-pagination {
            border-bottom: 1px solid #e0e0e0;
            border-top: 1px solid #e0e0e0;
        }
    }
}*/
.dashboard {
  height: 90vh; }
  .dashboard:before {
    content: "";
    background: url(img/logoCookin.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(1.5deg);
    filter: grayscale(1);
    opacity: 0.2;
    width: 250px;
    height: 250px;
    margin: 10% auto;
    display: block; }

/*Filter*/
.search-filter {
  width: 100%;
  padding-top: 8px; }
  .search-filter label {
    float: right;
    margin: 0 8px 0 0; }
    .search-filter label .mi {
      font-size: 36px;
      line-height: 32px;
      color: rgba(0, 0, 0, 0.2);
      transition: 300ms ease-in; }
  .search-filter .search-input {
    width: calc(100% - 52px);
    float: right;
    font-size: 20px;
    line-height: 26px;
    background-color: transparent;
    color: #757575;
    border-bottom-width: 2px;
    margin: 0; }
    .search-filter .search-input::-webkit-input-placeholder, .search-filter .search-input::-moz-placeholder, .search-filter .search-input:-ms-input-placeholder, .search-filter .search-input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.2); }
    .search-filter .search-input:focus + label .mi {
      color: #D93C76;
      transition: 300ms ease-in; }

.search-control {
  padding-left: 58px; }

/*@import 'elements/spinner/';*/
@keyframes appear-datepicker {
  0% {
    opacity: 0; }
  98% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modal-datepicker {
  z-index: 24; }
  .modal-datepicker > .modal-content {
    animation: appear-datepicker 0.5s; }
  .modal-datepicker .active {
    pointer-events: auto; }

.datepicker-input {
  padding: 4px; }
  .datepicker-input .datepicker {
    display: flex;
    align-items: center; }
    .datepicker-input .datepicker .btn-today {
      margin-right: 4px;
      border-radius: 3px;
      background: rgba(0, 0, 0, 0.04); }
      .datepicker-input .datepicker .btn-today div {
        margin: 7px 12px 5px 12px;
        opacity: 0.7;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        color: black; }
      .datepicker-input .datepicker .btn-today:hover {
        background: rgba(0, 0, 0, 0.08); }
    .datepicker-input .datepicker .icon-button {
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .datepicker-input .datepicker .icon-button:before {
        content: none; }
    .datepicker-input .datepicker .side-arrow {
      width: 32px;
      height: 32px;
      border-radius: 50%; }
      .datepicker-input .datepicker .side-arrow:hover {
        background: rgba(0, 0, 0, 0.07); }
    .datepicker-input .datepicker .actual-month,
    .datepicker-input .datepicker .actual-week {
      padding: 5px 8px;
      border-radius: 3px;
      background: rgba(0, 0, 0, 0.04);
      margin-left: 8px; }
      .datepicker-input .datepicker .actual-month:hover,
      .datepicker-input .datepicker .actual-week:hover {
        background: rgba(0, 0, 0, 0.08); }
      .datepicker-input .datepicker .actual-month div,
      .datepicker-input .datepicker .actual-week div {
        font-size: 20px;
        opacity: .7;
        white-space: nowrap;
        line-height: 23px;
        color: black; }

.datepickers-wrapper {
  position: relative;
  border-radius: 0; }

.modal-footer.datepicker {
  display: flex; }
  .modal-footer.datepicker .box-footer {
    background: #c62828;
    flex: 1;
    height: 40px; }
  .modal-footer.datepicker .box-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 3; }

.datepickers-wrapper .datepicker-body .week-row .day-pick a.disabled {
  opacity: 0.2; }

.expansion--panel {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: content-box;
  display: block;
  margin: 0 0 5px 0;
  transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  color: rgba(0, 0, 0, 0.87);
  user-select: none;
  /*margin-right: 15px;
    margin-bottom: 5px;*/ }
  .expansion--panel .expansion--header {
    height: 48px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 24px;
    justify-content: space-between;
    background-color: rgba(198, 40, 40, 0.75);
    box-shadow: 0px -1px 0px 1px rgba(198, 40, 40, 0.75);
    color: #ffffff; }
    .expansion--panel .expansion--header.expansion--header-sub {
      background-color: rgba(198, 40, 40, 0.5);
      box-shadow: none; }
    .expansion--panel .expansion--header .expansion--title {
      margin-right: 16px;
      flex: 1; }
    .expansion--panel .expansion--header .expansion--total {
      background: #ffffff;
      color: rgba(198, 40, 40, 0.75);
      height: 26px;
      border-radius: 20px;
      padding: 7px 15px;
      line-height: 13px;
      font-weight: bold;
      margin-right: 16px; }
    .expansion--panel .expansion--header .expansion--indicator {
      transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1); }
      .expansion--panel .expansion--header .expansion--indicator .mi {
        font-size: 30px; }
  .expansion--panel .expansion--panel-content {
    height: 0px;
    visibility: hidden;
    transition: height 625ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden; }
    .expansion--panel .expansion--panel-content .expansion--panel-body {
      /*padding: 0 24px 16px;*/ }
      .expansion--panel .expansion--panel-content .expansion--panel-body.expansion-panel-body-normalize {
        margin-right: 46px; }
      .expansion--panel .expansion--panel-content .expansion--panel-body .expansion--panel-row {
        padding: 10px 16px;
        display: flex;
        align-items: center; }
        .expansion--panel .expansion--panel-content .expansion--panel-body .expansion--panel-row:nth-child(even) {
          background: rgba(117, 117, 117, 0.22); }
  .expansion--panel.expansion--panel_expanded {
    margin-top: 16px;
    margin-bottom: 16px; }
    .expansion--panel.expansion--panel_expanded .expansion--header .expansion--indicator {
      transform: rotate(180deg); }
    .expansion--panel.expansion--panel_expanded .expansion--panel-content {
      height: auto;
      visibility: visible; }
  .expansion--panel.expansion--panel_expanded:first-child {
    margin-top: 0; }
  .expansion--panel.expansion--panel-margin-0 {
    margin: 0; }

/* -------------------------------------------------------------------------
 * VARIABLES
 */
/* -------------------------------------------------------------------------
 * MENU
 */
.open-menu {
  /*visibility: hidden;
    transition: 0.25s;*/ }
  .open-menu .menu-body {
    /*transform: translateX(-105%);
        transition: transform 0.35s;*/ }
    .open-menu .menu-body .menu-items ul li a {
      display: flex;
      align-items: center; }
      .open-menu .menu-body .menu-items ul li a .icon--cookin {
        font-size: 20px; }
      .open-menu .menu-body .menu-items ul li a span {
        margin-left: 10px; }
      .open-menu .menu-body .menu-items ul li a:hover, .open-menu .menu-body .menu-items ul li a:focus {
        color: #c62828; }

.logout-btn:hover {
  color: #c62828; }

/*.open-slide {
    .open-menu {
        visibility: visible;

        .menu-body {
            transform: translateX(0%);
        }
    }
}*/
/* -------------------------------------------------------------------------
 * MENU
 */
/* MENU INGESTA */
.menu-ingesta {
  margin-left: -8px;
  width: 85px;
  padding-right: 16px;
  transition: width .35s ease-out; }
  .menu-ingesta span {
    white-space: nowrap; }
  .menu-ingesta .btn-box {
    height: 50px;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-left: 16px;
    margin: 16px 0;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: all .25s ease-out; }
    .menu-ingesta .btn-box .mi {
      font-size: 40px;
      transition: 0.4s ease-in-out;
      border-radius: 50%;
      color: white;
      background: #c62828;
      margin-left: 20px;
      margin-right: 24px;
      box-shadow: -1px 1px 5px black; }
  .menu-ingesta.menu-expand {
    width: 250px; }
    .menu-ingesta.menu-expand .btn-box {
      background: #c62828;
      color: #ffffff; }
      .menu-ingesta.menu-expand .btn-box .mi {
        transform: rotate(180deg);
        background: white;
        color: #c62828;
        box-shadow: none; }
  .menu-ingesta a {
    display: flex;
    align-items: center;
    padding: 8px 16px 8px 24px;
    margin-bottom: 16px;
    cursor: pointer;
    color: #333333;
    overflow-x: hidden; }
    .menu-ingesta a.active {
      border-radius: 0 24px 24px 0;
      box-sizing: border-box;
      width: 100%;
      background-color: #cecece;
      font-weight: bold; }
      .menu-ingesta a.active .icon--cookin {
        font-weight: bold; }
      .menu-ingesta a.active:hover, .menu-ingesta a.active:focus {
        background-color: #cecece; }
    .menu-ingesta a:hover, .menu-ingesta a:focus {
      border-radius: 0 24px 24px 0;
      box-sizing: border-box;
      width: 100%;
      background-color: #e0e0e0; }
    .menu-ingesta a .icon--cookin {
      margin-right: 24px;
      font-size: 24px; }
  .menu-ingesta .menu-ingesta-dieta {
    font-size: 12px;
    padding-left: 24px; }
  .menu-ingesta .menu-ingesta-dieta span {
    white-space: normal;
    line-height: normal; }
  .menu-ingesta .menu-ingesta-dieta i {
    margin-right: 25px; }
  .menu-ingesta a.menu-ingesta-dieta.active {
    background: rgba(0, 0, 0, 0.04);
    /*color: #1a73e8;*/ }

@media (max-width: 1200px) {
  .list-pedidos .tc-nreal,
  .list-propuesta .tc-nreal,
  .list-resumen .tc-nreal, .list-pedidos .tc-unidad,
  .list-propuesta .tc-unidad,
  .list-resumen .tc-unidad, .list-pedidos .tc-stock,
  .list-propuesta .tc-stock,
  .list-resumen .tc-stock, .list-pedidos .tc-transito,
  .list-propuesta .tc-transito,
  .list-resumen .tc-transito, .list-pedidos .tc-pedido,
  .list-propuesta .tc-pedido,
  .list-resumen .tc-pedido, .list-pedidos .tc-ucompra,
  .list-propuesta .tc-ucompra,
  .list-resumen .tc-ucompra, .list-pedidos .tc-importe,
  .list-propuesta .tc-importe,
  .list-resumen .tc-importe {
    display: none !important; } }

.th-col,
.tb-col {
  flex: 1; }

.col-descart {
  flex: 3; }

.col-cantreal,
.col-cantteo {
  align-items: center; }
  .col-cantreal .t-col-sortable,
  .col-cantteo .t-col-sortable {
    justify-content: center; }
  .col-cantreal input,
  .col-cantteo input {
    width: 90px; }

.table-content .table-body .tb-row {
  border-bottom: 2px solid #e0e0e0; }

.table-content .table-body .row-expand {
  border-bottom: none; }

.table-content .table-body .row-details {
  background: rgba(0, 0, 0, 0.03); }
  .table-content .table-body .row-details:not(:last-child) {
    border-bottom: none; }

.col-prov {
  flex: 2; }

.col-fechaentrega .mi-today {
  margin-left: 5px; }

.col-delete {
  flex: 0;
  min-width: 50px; }

.col-right {
  text-align: right;
  margin-right: 5px;
  /*.t-col-sortable {
        justify-content: space-between;
    }*/ }

.col-center {
  text-align: center; }
  .col-center .t-col-sortable {
    justify-content: center; }

.list-pedidos .table-content .table-head:first-child .th-col {
  height: 52px;
  /*
                &:nth-child(n+3) {
                    justify-content: flex-start;
                }*/ }

.list-pedidos .table-content .table-body .tb-col {
  flex-wrap: wrap; }
  .list-pedidos .table-content .table-body .tb-col input {
    width: 80%;
    text-align: right; }

.list-pedidos .table-content .table-body .row-details {
  background: 0; }

.list-pedidos .table-footer {
  border-bottom: none;
  border-top: 1px solid #e0e0e0; }
  .list-pedidos .table-footer span {
    width: 70%; }

.list-pedidos .tc-irpedido {
  flex: 0 56px; }

.list-pedidos .th-col.tc-comensales {
  /*
        text-align: right;*/ }

.list-pedidos .tc-comensales {
  text-align: center; }

.list-pedidos .tc-comensales .box-date {
  /*
        padding-right: 25px;*/ }

.list-pedidos .tc-check {
  flex: 0 48px; }

.list-pedidos .tc-estado {
  text-align: center;
  max-width: 96px; }

.list-pedidos .tc-descripcion {
  flex: 2; }

.list-pedidos .tc-dieta {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.9; }

.list-pedidos .col-descplato {
  flex: 3; }

@media (max-width: 1200px) {
  .list-pedidos .tb-col.col-descplato {
    font-size: 10px; } }

.list-pedidos .col-fechaconsumo {
  min-width: 80px; }

.list-produccion .tipo-menu .table-content .table-head:first-child .th-col {
  height: 52px; }
  .list-produccion .tipo-menu .table-content .table-head:first-child .th-col:nth-child(n+2) {
    justify-content: flex-start; }

.list-produccion .tipo-menu .table-content .table-body .tb-col {
  flex-wrap: wrap; }
  .list-produccion .tipo-menu .table-content .table-body .tb-col input {
    width: 70%;
    text-align: right; }

.list-produccion .table-footer {
  border-bottom: none;
  border-top: 1px solid #e0e0e0; }
  .list-produccion .table-footer span {
    width: 70%; }

.list-produccion .col-platos {
  flex: 6; }

.list-produccion .tc-tipo-prod {
  flex: 2; }

.list-prev-compras .tc-check {
  flex: 0 50px; }

.list-resumen .tc-expand {
  flex: 0 56px; }

.list-resumen .tc-proveedor {
  flex: 4; }

.list-resumen .tc-precio {
  flex: 0 100px; }

.list-resumen .tc-comentario {
  flex: 2; }
  .list-resumen .tc-comentario input:focus {
    border-bottom: 2px solid #32bda8; }

.list-resumen .tc-fecha-entrega,
.list-resumen .tc-total-pedido {
  flex: 0 100px; }

@media (max-width: 1200px) {
  .list-pedidos label,
  .list-pedidos input,
  .list-propuesta label,
  .list-propuesta input,
  .list-resumen label,
  .list-resumen input {
    font-size: 14px; } }

@media (max-width: 1366px) {
  .list-pedidos .table-head,
  .list-pedidos .table-body,
  .list-propuesta .table-head,
  .list-propuesta .table-body,
  .list-resumen .table-head,
  .list-resumen .table-body {
    font-size: 12px; } }

.list-pedidos .tc-expand,
.list-propuesta .tc-expand,
.list-resumen .tc-expand {
  flex: 0 56px; }

.list-pedidos .tc-cart,
.list-propuesta .tc-cart,
.list-resumen .tc-cart {
  flex: 0 80px; }

.list-pedidos .tc-art,
.list-propuesta .tc-art,
.list-resumen .tc-art {
  flex: 3; }

.list-pedidos .tc-proveedor,
.list-propuesta .tc-proveedor,
.list-resumen .tc-proveedor {
  flex: 0 135px; }
  .list-pedidos .tc-proveedor-resumen,
  .list-propuesta .tc-proveedor-resumen,
  .list-resumen .tc-proveedor-resumen {
    flex: 4; }
  .list-pedidos .tc-proveedor .ellipsis,
  .list-propuesta .tc-proveedor .ellipsis,
  .list-resumen .tc-proveedor .ellipsis {
    width: 90px; }

.list-pedidos .table-body .tb-col.tc-ceco-resumen,
.list-propuesta .table-body .tb-col.tc-ceco-resumen,
.list-resumen .table-body .tb-col.tc-ceco-resumen {
  line-height: 12px; }

.list-pedidos .tc-fecha-entrega,
.list-propuesta .tc-fecha-entrega,
.list-resumen .tc-fecha-entrega {
  flex: 0 100px; }

/*.list-informe {
    .tc-inf-informe {
        flex: 2;
        text-transform: uppercase;
    }

    .tc-inf-descripcion {
        flex: 3;
    }

    .tc-inf-ver {
        flex: 0 70px;
    }
}*/
.box-date {
  display: flex;
  flex-direction: column; }
  .box-date span {
    line-height: 24px; }
    .box-date span:first-child {
      font-size: 12px;
      text-transform: capitalize; }
    .box-date span:last-child {
      font-size: 24px; }

.list-proveedor .col-radiobutton {
  flex: 0 60px; }

.list-proveedor .col-prov {
  flex: 3; }

.list-proveedor-modal .col-prov {
  flex: 2; }

.list-corte-inventario .col-cookin {
  flex: 0 80px; }

.list-corte-inventario .col-cod {
  flex: 0 85px; }

.list-corte-inventario .col-art {
  flex: 3; }

.list-corte-inventario .col-cant {
  flex: 0 100px; }
  @media (min-width: 1200px) {
    .list-corte-inventario .col-cant {
      flex: 1; } }

.list-corte-inventario .col-inventario {
  flex: 0 100px; }
  @media (min-width: 1200px) {
    .list-corte-inventario .col-inventario {
      flex: 1; } }

.list-corte-inventario .col-compras {
  flex: 0 100px; }
  @media (min-width: 1200px) {
    .list-corte-inventario .col-compras {
      flex: 1; } }

.list-corte-inventario .col-consumo {
  flex: 0 105px; }
  @media (min-width: 1200px) {
    .list-corte-inventario .col-consumo {
      flex: 1; } }

.list-corte-inventario .col-unidad {
  flex: 0 70px;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .list-corte-inventario .col-unidad {
      flex: 1; } }

.list-corte-inventario .col-coste {
  flex: 0 75px; }
  @media (min-width: 1200px) {
    .list-corte-inventario .col-coste {
      flex: 1; } }

.list-corte-inventario .col-total {
  flex: 0 100px; }
  @media (min-width: 1200px) {
    .list-corte-inventario .col-total {
      flex: 1; } }

.list-ponderacion .col-fecha {
  flex: 0 100px; }

.list-ponderacion .col-comensal {
  flex: 0 125px;
  text-align: center; }

.list-art-surtido .col-cod {
  flex: 0 85px; }

.list-art-surtido .col-cant {
  flex: 0 150px; }

.m-card {
  /*&.list-informe {
        height: calc(100vh - 64px);

        .table-body {
            height: calc(100vh - 129px);
            overflow-y: auto;
            overflow-y: overlay;
        }
    }*/ }
  .m-card.list-registro-consumo {
    height: calc(100vh - 164px); }
    .m-card.list-registro-consumo .table-body {
      height: calc(100vh - 229px);
      overflow-y: auto;
      overflow-y: overlay; }
  .m-card.list-sol-extra {
    height: calc(100vh - 164px); }
    .m-card.list-sol-extra .table-body {
      height: calc(100vh - 229px);
      overflow-y: auto;
      overflow-y: overlay; }
  .m-card.list-prev-compras {
    height: calc(100vh - 166px); }
    .m-card.list-prev-compras .table-body {
      height: calc(100vh - 229px);
      overflow-y: auto;
      overflow-y: overlay; }
  .m-card.list-prev-compras-cecos {
    height: calc(100vh - 166px); }
    .m-card.list-prev-compras-cecos .tc-check {
      flex: 0 50px; }
    .m-card.list-prev-compras-cecos .table-body {
      height: calc(100vh - 272px);
      overflow-y: auto;
      overflow-y: overlay; }
  .m-card.list-pedidos {
    overflow: hidden;
    height: calc(100vh - 162px);
    /*
        @media (max-width: 1188px) {
            height: calc(100vh - 162px);
        }*/ }
    @media (min-width: 1265px) {
      .m-card.list-pedidos {
        height: calc(100vh - 140px); } }
    .m-card.list-pedidos .tipo-menu .table-body {
      height: calc(100vh - 318px);
      overflow-y: auto;
      overflow-y: overlay;
      overflow-x: hidden; }
    .m-card.list-pedidos .tipo-ficha .table-body {
      height: calc(100vh - 314px);
      overflow-y: auto;
      overflow-y: overlay;
      overflow-x: hidden; }
    .m-card.list-pedidos .table-body {
      height: calc(100vh - 280px);
      overflow-y: auto;
      overflow-y: overlay;
      overflow-x: hidden; }
  .m-card.list-produccion {
    overflow: hidden;
    height: calc(100vh - 139px); }
    .m-card.list-produccion .tipo-menu .table-body {
      height: calc(100vh - 318px);
      overflow-y: auto;
      overflow-y: overlay;
      overflow-x: hidden; }
    .m-card.list-produccion .tipo-ficha .table-body {
      height: calc(100vh - 314px);
      overflow-y: auto;
      overflow-y: overlay;
      overflow-x: hidden; }
  .m-card.list-prevision {
    height: calc(100vh - 139px); }
    .m-card.list-prevision .tipo-menu .table-body {
      height: calc(100vh - 335px);
      overflow-y: auto;
      overflow-y: overlay; }
    .m-card.list-prevision .tipo-ficha .table-body {
      height: calc(100vh - 312px);
      overflow-y: auto;
      overflow-y: overlay; }
  .m-card.list-propuesta {
    height: calc(100vh - 238px); }
    .m-card.list-propuesta .tipo-detalle .table-body {
      height: calc(100vh - 372px);
      overflow-y: auto;
      overflow-y: overlay; }
    .m-card.list-propuesta .tipo-calendario .table-content .table-head .th-col.tc-calendar {
      height: 91px;
      justify-content: center;
      border: 1px solid #e0e0e0;
      border-top: 2px solid #e0e0e0;
      padding: 0 20px; }
      .m-card.list-propuesta .tipo-calendario .table-content .table-head .th-col.tc-calendar .calendar--day-name {
        font-size: 12px;
        line-height: 20px;
        color: #333333; }
      .m-card.list-propuesta .tipo-calendario .table-content .table-head .th-col.tc-calendar .calendar--day-number {
        font-size: 40px;
        line-height: 1;
        color: #333333; }
    .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row {
      height: calc(100vh - 455px);
      overflow-y: auto;
      overflow-y: overlay; }
      .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row .tb-col {
        height: 100%; }
        .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row .tb-col.tc-calendar {
          border: 1px solid #e0e0e0;
          justify-content: flex-start;
          overflow-x: hidden; }
          .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row .tb-col.tc-calendar .calendar--item {
            display: flex;
            align-items: center;
            min-height: 50px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            margin: 10px 0;
            box-shadow: 0px 4px 4px #cecece; }
            .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row .tb-col.tc-calendar .calendar--item .calendar--item_prov {
              background: #32bda8;
              color: #ffffff;
              display: flex;
              overflow-x: hidden;
              align-items: center;
              width: 100%;
              padding: 15px 5px 15px 10px;
              border-radius: 2px 0 0 2px;
              transition: 0.35s ease-out; }
              .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row .tb-col.tc-calendar .calendar--item .calendar--item_prov:hover {
                opacity: 0.75; }
              .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row .tb-col.tc-calendar .calendar--item .calendar--item_prov .calendar--item_text {
                flex: 1;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
              .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row .tb-col.tc-calendar .calendar--item .calendar--item_prov i {
                margin-left: 10px;
                white-space: nowrap; }
            .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row .tb-col.tc-calendar .calendar--item .calendar--item_calendar {
              background: #32bda8;
              color: #ffffff;
              padding: 15px 10px 15px 5px;
              border-radius: 0 2px 2px 0;
              transition: 0.35s ease-out; }
              .m-card.list-propuesta .tipo-calendario .table-content .table-body .tb-row .tb-col.tc-calendar .calendar--item .calendar--item_calendar:hover {
                opacity: 0.85; }
  .m-card.list-resumen {
    height: calc(100vh - 240px); }
    .m-card.list-resumen .table-body {
      height: calc(100vh - 359px);
      overflow-y: auto;
      overflow-y: overlay; }
  .m-card.list-corte-inventario {
    height: calc(100vh - 322px); }
    .m-card.list-corte-inventario .table-body {
      height: calc(100vh - 505px);
      overflow-y: auto;
      overflow-y: overlay; }
    .m-card.list-corte-inventario .paginator {
      border-top: 1px solid #e0e0e0; }
  .m-card.list-ponderacion {
    height: calc(100vh - 140px); }
    .m-card.list-ponderacion .table-body {
      height: calc(100vh - 203px);
      overflow-y: auto;
      overflow-y: overlay; }

.modal-wrapper .modal-content .m-modal.list-prev-compras {
  height: 45vh; }
  .modal-wrapper .modal-content .m-modal.list-prev-compras .table-body {
    height: calc(50vh - 100px);
    overflow-y: auto;
    overflow-y: overlay; }

.table-body a {
  color: #32bda8;
  cursor: pointer; }

/*tabs*/
.tabs {
  display: flex;
  height: 68px; }
  .tabs .tab-item {
    min-width: 275px;
    height: 100%;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .tabs .tab-item.active {
      color: #c62828; }
      .tabs .tab-item.active:before {
        background: #c62828;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        bottom: 0;
        content: '';
        display: block;
        height: 3px;
        left: 0;
        margin: 0 8px;
        position: absolute;
        right: 0; }
    .tabs .tab-item:hover {
      background-color: rgba(32, 33, 36, 0.059); }
    .tabs .tab-item i {
      margin: 0 16px; }
    .tabs .tab-item .tab-title {
      font-size: 14px;
      font-weight: 600; }
