:root {
  --gris-gluten: #88b3aa;
  --amarillo-gluten: #ffe896;
  --bs-dropdown-font-size: 20px;
}
html body {
  margin-top: 1rem;
  text-align: left;
  font-family: "Pontano Sans", Helvetica;
  font-size: 13px;
  background-color: #f5f5f5;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}
html body a,
html body a:active,
html body a:focus {
  color: var(--gris-gluten);
}
html body #page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #f5f5f5;
}
html body h2 {
  margin: 2em;
  font-family: "arial";
  font-weight: normal;
  font-size: 2em;
  color: #673717;
}
.twig-template h2 {
  margin: 10px;
  font-size: 1rem;
  font-weight: bold;
}

html body a,
html body a:visited {
  font-family: "arial";
}
.checkbox a {
  font-size: 15px;
}

.sg-panel,
.panel.panel-default {
  background: white;
  padding: 9px;
  border-radius: 0px;
}

@media (min-width: 768px) {
  html body .sidebar {
    margin-top: 0px;
  }
}

.sg-sombra,
.panel.panel-default,
.panel.panel-secondary {
  box-shadow: 0 0.46875rem 2.1875rem rgb(31 10 6 / 3%),
    0 0.9375rem 1.40625rem rgb(31 10 6 / 3%),
    0 0.25rem 0.53125rem rgb(31 10 6 / 5%),
    0 0.125rem 0.1875rem rgb(31 10 6 / 3%);
}

.dropdown,
html body .dropdown-menu {
  font-size: 14px;
}

.main-content {
  display: block;
  width: 100%;
  float: left;
}

.btn-default {
  background-color: var(--gris-gluten);
  font-size: 16px;
  color: white;
  padding: 5px 20px;
  border-color: var(--gris-gluten);
  white-space: normal;
}
.btn-default:disabled {
  background-color: var(--gris-gluten);
  font-size: 16px;
  color: white;
  padding: 5px 20px;
  border-color: var(--gris-gluten);
  white-space: normal;
  opacity: 0.6;
}
.btn-default.btn-sm {
  background-color: var(--gris-gluten);
  font-size: 13px;
  color: white;
  padding: 3px 16px;
  border-color: var(--gris-gluten);
}
.btn-default:hover {
  background-color: white;

  color: var(--gris-gluten);

  border-color: var(--gris-gluten);
}

.btn-white {
  background-color: white;
  font-size: 16px;
  color: rgb(0, 0, 0);
  padding: 5px 20px;
  border-color: white;
}
.btn-white:hover {
  text-decoration: underline;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #ffffff;
  border-color: var(--amarillo-gluten);
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 3px solid var(--amarillo-gluten);
}
.panel-secondary > .panel-heading {
  color: #333;
  background-color: #ffffff;
  border-color: var(--amarillo-gluten);
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1.5px solid var(--gris-gluten);
}
.panel-default > .panel-heading.minuscula {
  text-transform: initial;
}
.form-control.txiki {
  font-size: 1.4rem;
  border-radius: 0px;
  border-color: var(--gris-gluten);
}
table.tabla-antropometria tr td:nth-child(1) {
  font-weight: bold;
}
form .form-control {
  height: 50px;
  font-size: 1.8rem;
  border-radius: 0px;
  border-color: var(--gris-gluten);
  /* border-bottom: 1px solid var(--gris-gluten); */
  appearance: auto !important;
}
textarea.form-control {
  height: inherit;
}
.form-control {
  appearance: auto !important;
}
form.formulario-txiki .form-control {
  height: 38px;
  font-size: 1rem;
  border-radius: 0px;
  border-color: var(--gris-gluten);
  /* border-bottom: 1px solid var(--gris-gluten); */
}
form.formulario-txiki small {
  margin-top: 5px;
}
.dataTables_wrapper .form-control {
  height: 32px;
  font-size: 1.5rem;
  margin-left: 8px;
  margin-right: 8px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgb(255 245 210 / 9%);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: var(--gris-gluten);
  border-color: var(--gris-gluten);
  cursor: default;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: var(--gris-gluten);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.icono-bold {
  font-weight: 400 !important;
  font-size: 1.9rem !important;
  color: black;
}
.icono-btn {
  color: white;
  font-weight: 100;
  margin-right: 5px;
}
.btn.btn-default:hover .icono-btn {
  color: var(--gris-gluten);
}
.panel-footer {
  background-color: white;
}
form.formulario-txiki.allegrat_form input,
form.formulario-txiki.allegrat_form select {
  font-size: 1.5rem;
}
.allegrat_form fieldset {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(31 10 6 / 3%),
    0 0.9375rem 1.40625rem rgb(31 10 6 / 3%),
    0 0.25rem 0.53125rem rgb(31 10 6 / 5%),
    0 0.125rem 0.1875rem rgb(31 10 6 / 3%);
}
.allegrat_form fieldset legend {
  font-weight: 900;
  font-size: 15px;

  text-decoration: underline;
  margin-bottom: 13px;
}
html body #confirmBox {
  background-color: white;
  background: white;
}
#confirmBox.alimentosDieta {
  margin: auto;
  max-width: 1500px;
  left: auto;
}
#confirmBox.alimentosDieta.nuevoRecordatorio {
  margin: auto;
  max-width: 800px;
  left: auto;
}

#confirmOverlay {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}
html body #confirmBox h1,
#confirmBox p {
  font: inherit;
  font-size: 26px;
  background: none;
  padding: 18px 25px !important;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 60%);
  color: rgb(0, 0, 0);
}

.bloque-comida {
  padding: 10px 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}

.bloque-comida .menu_creator_title span.titulo {
  width: 100%;
  display: block;
  font-size: 20px;
  border-bottom: 1px solid white;
  margin-bottom: 19px;
}

.linea-alimento {
  background-color: white;
  display: flex;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.bloque-comida ul {
  margin-left: 0px;
  padding-left: 0px;
}
table#recommendations tr td:nth-child(1),
table#recommendations tr td:nth-child(3) {
  font-weight: bold;
}
.jquery-modal.current .modal {
  max-width: 80%;
  height: auto;
}
html body .modal a.close-modal {
  position: absolute;
  top: 2.5px;
  right: 2.5px;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
#recommendations th {
  font-size: 14px;
  font-weight: normal;
}
#result_mini_table td,
#fodmap_table td {
  float: inherit !important;
}
#result_mini_table tr td:nth-child(2) {
  font-weight: bold;
}

.formulario-add-alimento div.formulario {
  box-shadow: 0 0.46875rem 2.1875rem rgb(31 10 6 / 3%),
    0 0.9375rem 1.40625rem rgb(31 10 6 / 3%),
    0 0.25rem 0.53125rem rgb(31 10 6 / 5%),
    0 0.125rem 0.1875rem rgb(31 10 6 / 3%);
  background: white;
  padding: 8px;
  padding: 8px;
  position: relative;
  margin-top: 9px;
}
#response-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.formulario-add-alimento ul li {
  list-style: none;
}

.formulario-add-alimento h4 {
  border-bottom: 2px solid var(--amarillo-gluten);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .btn.btn-default {
    white-space: normal;
  }

  html body #page-wrapper {
    padding: 0 4px;
  }

  html body .panel-body {
    padding: 5px;
  }

  .row {
    --bs-gutter-x: 0rem;
  }
}

.row.totales {
  display: flex;
  background: #daf0ed;
  padding: 8px;
  border-radius: 9px;
  justify-content: flex-start;
  font-size: 11px;
  margin-top: 30px;
}
.informacion-herramienta {
  /*border-bottom: 2px solid #e0e0e0;*/
  margin-bottom: 24px;
  font-size: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-top: 7px;
}
#table_t {
  font-size: 13px;
}

#table_t tr td:nth-child(1) {
  font-weight: bold;
  font-size: 14px;
}

#table_t th.comida,
#table_t th.totales {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border-top: 20px solid white;
  border-bottom: 1px solid;
}

input[type="search"] {
  max-width: 60px;
  max-height: 20px;
}

#ficha-paciente .dataTables_wrapper div.row:last-of-type {
  display: flex;
}
#ficha-paciente .dataTables_wrapper div.row:last-of-type > div:nth-child(1) {
  display: none;
}
#ficha-paciente .dataTables_wrapper div.row:last-of-type > div:nth-child(2) {
  width: 100%;
  overflow: auto;
}

#ficha-paciente .dataTables_info {
  width: 0px;
}

#ficha-paciente .panel.panel-default.limit-height {
  height: 500px;
  overflow: auto;
}

.informacion-herramienta {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #eafffe;
  border-left: 0.25rem solid #00fff3;
}

.info-boton {
  background-color: #eafffe;
  border-radius: 50%;
  height: 22px;
  width: 22px !important;
  font-size: 18px !important;
  border: 1px solid;
  padding: 1px;
  margin-left: 5px;
  margin-top: 1px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--gris-gluten);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--gris-gluten);
}

.tabla-formulario {
  background-color: white;
  background: white;
  padding: 9px;
  border-radius: 0px;
  border: 1px solid var(--gris-gluten);
}
.first-th {
  width: 40%;
}

.tabla-formulario th {
  font-size: 12px;
}
.tabla-formulario th:nth-of-type(1) {
  font-size: 18px;
}
.tabla-formulario tr td:nth-of-type(1) {
  font-size: 14px;
  font-weight: bold;
}
form.formulario-txiki .form-control.txiki {
  font-size: 1.2rem;
}

/* menu */
nav#navegacion-main {
  position: fixed;
  height: 100%;
  width: 250px;
  top: 0;
  left: 0;
  z-index: 1;
  overflow-x: hidden;
  transition: 0.4s;
  padding: 1rem 0;
  box-sizing: border-box;
}

#page-wrapper {
  margin-left: 250px;
}

input#abrir-cerrar:checked ~ #sidebar {
  width: 300px;
}

input#abrir-cerrar:checked + label[for="abrir-cerrar"],
input#abrir-cerrar:checked ~ #contenido {
  margin-left: 0px;
  transition: margin-left 0.4s;
}

#abrir {
  display: none;
}
#cerrar {
  display: block;
}
#page-wrapper {
  transition: margin-left 0.4s;
}
@media (max-width: 981px) {
  #page-wrapper {
    margin-left: 0px;
  }
  nav#navegacion-main {
    width: 0px;
  }

  #abrir {
    display: block;
  }
  #cerrar {
    display: none;
  }
}
.col-md-2.calendario {
  max-width: 14%;

  margin-right: 2px;
  margin-bottom: 15px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;

  box-shadow: 0 0.46875rem 2.1875rem rgb(31 10 6 / 3%),
    0 0.9375rem 1.40625rem rgb(31 10 6 / 3%),
    0 0.25rem 0.53125rem rgb(31 10 6 / 5%),
    0 0.125rem 0.1875rem rgb(31 10 6 / 3%);
}
@media (max-width: 981px) {
  .col-md-2.calendario {
    max-width: 100%;
  }
  .jquery-modal.current .modal {
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 5px 5px;
}
}
.col-md-2.calendario select {
  width: 90%;
  margin: auto;
}

.col-md-2.calendario p.title {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid var(--amarillo-gluten);
  background-color: var(--gris-gluten);

  padding-top: 4px;
  padding-bottom: 4px;
}

.btn.btn-lg {
  padding: 1.1rem;
}

.overlay-container {
  display: none;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(127, 127, 127, 0) 0%,
    rgba(127, 127, 127, 0.9) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(127, 127, 127, 0)),
    color-stop(100%, rgba(127, 127, 127, 0.9))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(127, 127, 127, 0) 0%,
    rgba(127, 127, 127, 0.9) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(127, 127, 127, 0) 0%,
    rgba(127, 127, 127, 0.9) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(127, 127, 127, 0) 0%,
    rgba(127, 127, 127, 0.9) 100%
  );
  background: radial-gradient(
    center,
    ellipse cover,
    rgba(127, 127, 127, 0) 0%,
    rgba(127, 127, 127, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
}

.window-container {
  display: block;
  background: #fcfcfc;
  margin: 8em auto;
  width: 50%;
  padding: 10px 20px 50px;
  text-align: left;
  z-index: 3;
  border-radius: 3px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
}

.zoomin {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.zoomout {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.window-container-visible {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  box-shadow: 3px 3px 8px;
  font-size: 16;
  font-weight: bold;
}

.window-container h3 {
  margin: 1em 0 0.5em;
  /* font-family: "Oleo Script"; */
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

.close {
  margin: 1em auto;
  display: block;
  width: 80px;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(40%, #f4f4f4),
    color-stop(100%, #e5e5e5)
  );
  background: -webkit-linear-gradient(
    top,
    #fafafa 0%,
    #f4f4f4 40%,
    #e5e5e5 100%
  );
  background: -o-linear-gradient(top, #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
  border: 1px solid #aaa;
  padding: 5px 14px;
  color: #444;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 0 1px 3px #ddd;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  opacity: 1;
}

.close2:hover {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fefefe),
    color-stop(40%, #f8f8f8),
    color-stop(100%, #e9e9e9)
  );
  background: -webkit-linear-gradient(
    top,
    #fefefe 0%,
    #f8f8f8 40%,
    #e9e9e9 100%
  );
  background: -o-linear-gradient(top, #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;
}

.close2:active {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f4f4f4),
    color-stop(40%, #efefef),
    color-stop(100%, #dcdcdc)
  );
  background: -webkit-linear-gradient(
    top,
    #f4f4f4 0%,
    #efefef 40%,
    #dcdcdc 100%
  );
  background: -o-linear-gradient(top, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc',GradientType=0 );
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.close2 {
  margin: 1em auto;
  display: block;
  width: 80px;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(40%, #f4f4f4),
    color-stop(100%, #e5e5e5)
  );
  background: -webkit-linear-gradient(
    top,
    #fafafa 0%,
    #f4f4f4 40%,
    #e5e5e5 100%
  );
  background: -o-linear-gradient(top, #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
  border: 1px solid #aaa;
  padding: 5px 14px;
  color: #444;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 0 1px 3px #ddd;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  opacity: 1;
}

.close2:hover {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fefefe),
    color-stop(40%, #f8f8f8),
    color-stop(100%, #e9e9e9)
  );
  background: -webkit-linear-gradient(
    top,
    #fefefe 0%,
    #f8f8f8 40%,
    #e9e9e9 100%
  );
  background: -o-linear-gradient(top, #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;
}

.close2:active {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f4f4f4),
    color-stop(40%, #efefef),
    color-stop(100%, #dcdcdc)
  );
  background: -webkit-linear-gradient(
    top,
    #f4f4f4 0%,
    #efefef 40%,
    #dcdcdc 100%
  );
  background: -o-linear-gradient(top, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc',GradientType=0 );
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.mostrar-error {
  text-align: center;
}

.window-container.zoomin h3 {
  text-align: center;
}

.recomendacion-nook {
  background-color: #ffd3ba;
}
.recomendacion-ok {
  background-color: #64e32b;
}

.panel-body {
  container: contenedor_cabecera / inline-size;
}

.flex-cabecera-panel {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}

@container contenedor_cabecera (max-width: 300px) {
  .flex-cabecera-panel {
    display: block;
  }
  .flex-cabecera-panel a {
    margin-top: 4px;
  }
}
svg.face-form {
  width: 35px;
  display: block;
  margin: initial;
  margin-left: -8px;
  fill: #000;
  font-weight: bold;
}
label.color.rojo {
  color: red;
}

button.close {
  font-size: 1.5rem;
  background: transparent;
  top: 0px;
  position: relative;
  margin: -7px -20px 0px 0px;
    width: 20px;
}


.chartWrapper {
  position: relative;
 }
 
 .chartWrapper > canvas {
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
 }
 
 .chartAreaWrapper {
   width: auto;
   overflow-x: scroll;
 }
 .recomendacion {
  font-size: 1.2rem;
 }
 .recomendacion.recomendacion-nok {
  color: red;
 }
 .recomendacion.recomendacion-ok {
  color: rgb(0, 0, 0);
  background-color: initial;
 }
 .text-center {
  text-align: center;
 }

ul li {
  line-height: 2rem;
}

td .alert {
  padding: 4px 10px;
  white-space: nowrap;
}

.form-mensajes {
  background-color: #ececec;
  padding: 20px;
}

.notificacion {
  background-color: rgb(228, 130, 130);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  text-align: center;
  text-decoration: none !important;
}

tfoot tr {
  border-style: none !important;
  border-color: transparent;
}

.panel-heading-fodmap {
  background-color: rgb(235 133 133 / 25%);
    border-radius: 7px;
    color: black;
    font-weight: bold;
    margin-top: 10px;
    padding: 2px 6px;
}
a.enlace-fm {
  color: black;
}
.fa.fa-exclamation-triangle  {
  color: #eb8585;
}

.info-boton-fm {
  background-color: #ffffff;
  border-radius: 50%;
  height: 30px;
  width: 30px !important;
  font-size: 18px !important;
  border: 1px solid #eb8585;
  padding: 5px;
  margin-left: 5px;
  margin-top: 1px;
}

.red {
  color: red;
}

.infos-fodmap {
  font-weight: normal;
  font-size: 12px;

}
.bold {
  font-weight: bold;
}

.muestras {
  background: red;
}