span.food-icon{
	display: inline-flex;
	min-height: 24px;
	min-width: 24px;
	background-size: contain;
	text-align: right;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
background-size: contain;
background-position: center;
font-size: 12px;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
margin: 0 4px;
}
.custom-cell-text{
	display: flex;
	min-height: 24px;
	min-width: 24px;
	text-align: right;
	font-size: 16px;
	align-items: center;
	justify-content: center;
font-size: 12px;
margin-top: -2px;

  font-weight: bold;

}
.slot.meal input.time-info-input{
	color: black;
	text-align: center;
}
span.food-icon{
	cursor: pointer;
}
#xdays .custom-cell-text{
		align-items: unset;
	justify-content: unset;
}
table.pauta{
	min-width: 800px;
	border-spacing: 6px;
border-collapse: separate;
	width: 100%;
	table-layout: fixed;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
table.pauta tbody td{
	min-height: 60px;
}

#ftables{
	border: 0;
}

table.pauta .slot{
	text-align:center;
	min-height: 60px;
	border-radius: 4px;
	_margin: 2px;
}
table.pauta .slot.day{
	margin: 6px 0;
background-color: #54c5c0;
color: white;
align-items: center;
display: flex;
justify-content: center;
font-size: 1rem;
font-weight: bold;
}
table.pauta .slot.meal{
color: white;
align-items: center;
display: flex;
justify-content: center;
	background-color: #f1517b;
}
table.pauta .slot.food{
	background-color: white;
	overflow: hidden;
}

.zday-name{
	background-color: #54c5c0;
	color: white;
}
.zday-meal{
	background-color: #f1517b;
	color: white;
	padding: 10px 30px;
}

.zmeals{
	__margin-left: 2rem;
	background-color: white;
}

.zday{
	margin-bottom: 1rem;
}

.zday.current{
	background-color: green;
}

table.foodlist td{
	background-color: inherit;
	color: inherit;
	border: 0;
}

div.foodlist-wrapper{

}
.hashtagicon{
	height: 2.6rem;
margin-top: -0.5rem;
filter: drop-shadow(4px 6px 3px #0000008c);
}
.accordion_food_icon{
height: 46px;
margin-top: -5px;
}

.observaciones.out{
	background-color: #f1517b;
	border-radius: 20px;
	padding: 20px;
	color: white;
}
.observaciones.in{
	background-color: #f8a6b8;
	border-radius: 14px;
	padding: 15px;
	margin-top: 16px;
}

.kcal.out{
	background-color: #f1517b;
	border-radius: 14px;
	padding: 15px;
	margin-top: 16px;
	color: white;

text-align: center;

font-size: 2.2rem;

font-weight: bold;
}
.ficha.out{
	background-color: #3cc;
	border-radius: 20px;
	padding: 20px;
	color: white;
	padding-left:40px;
}

table.ficha-table td.label{
	font-weight: bold;
}

.a-message .content{
border-radius: 20px;
padding: 20px;
border: 1px solid #f1517b;
color: #f1517b;
text-align: center;
}

#xdays button.current{
	font-weight: bold;
	color: #fff;
	background-color: #33cccc;
}

.no-padding .accordion-body{
	padding: 0;
}

.small-text table{
  font-size: 0.72rem;
}

.table-bg-round{
	background-color: yellow;
}

.orientation-landscape th .slot.meal{
	font-size: 12px;
}

table.foodlist td.gr{
	width: 15%;
	text-align: right;
}

button.accordion-button{
	background-color: #54c5c0  !important;
	color: #fff !important;
}
button.accordion-button.collapsed .accordion_food_icon{
filter: none;
}
button.accordion-button .accordion_food_icon{
filter: drop-shadow(4px 6px 3px #0000008c);
}
button.accordion-button.collapsed{
	background-color: white !important;
	color: #000 !important;
}
.accordion-button:focus{
	box-shadow: none;
}
table.foodlist{
	margin-bottom: 0;
}

#recps a{
	color: #000;
}

.no-deco .hashtagicon{
	height: 1.75rem;
  filter: none;
}

.observaciones.in img.hashtagicon{
height: 1.8rem;
  margin-top: -0.25rem;
  filter: drop-shadow(3px 3px 2px #0000003d);
}

@media (orientation: landscape) {
  body.public-pauta {
    background-color: #c5ebea;
  }
}

@media (orientation: portrait) {
  body {
  }
}

#xdays .accordion-body{
	padding: 0;
}

#xdays .zfoods{
	padding: 20px;
}

#pauta-footer{
	background-color: #f8f9fa;
}

#pauta-footer *{
	color: #000 !important;
}

.metagroup img{
	cursor: pointer;
}

table.pauta.stdview .metagroup-icon{
	display: inline-flex;
	min-height: 24px;
	min-width: 24px;
	background-size: contain;
	text-align: right;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
background-size: contain;
background-position: center;
font-size: 12px;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
margin: 0 4px;
__background-size: cover;
  width: 80%;
}

#xdays span.metagroup-icon{
	width: 70px !important;
	height: 35px !important;
}

.time-info{
color: #000;
  font-weight: bold;
  letter-spacing: 0.04rem;
  font-size: 0.8rem;
}

td.slot.food{
	position: relative;
}

td .custom-cell-text_0{
	position: absolute;
  top: 0;
  left: 6px;
  font-weight: bold;
}

button.print{
border: 1px solid silver;
  border-radius: 4px;
  padding: 14px;
  background-color: #f8f9fa;
  font-size: 14px;
}

button.print img{
	width: 34px;
	margin-right: 20px;
}

.zday-meal .time-info{
	float: right;
}

.clear-cell img{
	cursor: pointer;
}
.fill-cell img{
	cursor: pointer;
}

.fname{
	cursor: pointer;
}

.fdesc{
	margin-top: 10px;
  margin-left: 20px;
}

.select-cmd-btn{
background-color: #d0e0ff;
  border: 0;
  border-radius: 4px;
  margin: 5px 5px 18px 5px;
  font-size: 12px;
  padding: 2px 12px;
}

@media print { 
.noprint{ display: none !important; } 
.printable{ display: block !important;} 
}

/* ----------------------------------------------
 * Generated by Animista on 2023-10-2 20:16:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.missing-value{
	background-color: red;
	color: #fff;
	border-radius: 4px;
  padding: 6px;
}

li.nav-item.active{
	color: #fff;
	background-color: #54c5c0;
  font-weight: bold;
}

li.nav-item.active a{
	color: #fff;
}

li.nav-item.active a.nav-link.active{
	color: #fff;
}

.tolerance_ok{
	color: green;
}
.tolerance_high{
	color: red;
}
.tolerance_low{
	color: red;
}
td.qty-control i{
	cursor: pointer;
}
td.p-control i{
	cursor: pointer;
}
td.qty-control i:hover{
	color: grey;
}
td.qty-control{
	text-align: center;
	width: 170px;
}
td.qty-control input{
	text-align: center;
	display: inline-block;
	width: 50px;
}

tr.inuse td.c1{
	background-color: #eaffea;
	font-weight: bold;
}

ul.peso-tabs li{
	text-align: center;
}

.navballs{
	text-align: center;
}

.counterbody{
	background-color: #54c5c0;
	color: #fff;
	margin: 4px;
	padding: 6px;
	border-radius: 6px;
	text-align: center;
	display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.vilbopanel{
	background-color: #54c5c0;color: #fff;padding: 20px;border-radius: 10px;
}

table.porciones th{
	_vertical-align: middle;
	_padding-bottom: 40px;
	height: 200px;
}
table.porciones th.gruponame{
}
table.porciones tr td{
	vertical-align: middle;
}
table.porciones th.porc{
	width: 4rem;
}
table.porciones th.calc{
	width: 4rem;
}
table.porciones th.meal{

}
table.porciones th.result{
	width: 4rem;
}

.text-rotated{
	transform: rotate(-180deg);
	margin-bottom: 6px;
	writing-mode: vertical-lr;
}
.wrap-anywhere{
	word-wrap: anywhere;
}
input.mealqty{
	width: 40px;
	padding: 1px;
  text-align: center;
}
td.status-ok{
	background-color: green;
	color: #fff;
}
td.status-error{
	background-color: red;
	color: #fff;
}

.msg-invalid{
	_font-size: 70%;
	color: red;
	text-align: center;
	padding: 16px;
}
div.mvalidate-ok{
	border: 1px solid #a1cea6;
	border-radius: 4px;
}
div.mvalidate-error{
	border: 1px solid red;
	border-radius: 4px;
}
input.mvalidate-ok{
	background-color: #a1cea6;
}
select.mvalidate-ok{
	background-color: #a1cea6;
}
input.mvalidate-error{
	border-color: red;
	background-color: #ff9393;
}
select.mvalidate-error{
	border-color: red;
	background-color: #ff9393;
}
.navballs i.clickable{
	cursor: pointer;
}

.mealchkdnd label{
	display: inline-block;
}

table.porciones th.meal div
{
	 margin-left: 6px;
}
table.porciones th.calc,
table.porciones th.porc
{
	 text-align: center;
}
table.porciones td{
	 padding: 2px !important;
}
table.porciones td.kcal,
table.porciones td.cho,
table.porciones td.l,
table.porciones td.p
{
	 text-align: center;
}

.card-header h4.card-title{
	width: 100%;
  text-align: center;
  position: absolute;
}
span.ljoint{
	background: #6e7582;
  width: 20px;
  height: 2px;
  display: inline-block;
  margin-left: 0;
  margin-right: -8px;
  top: -4px;
  position: relative;
}

.card-header{
	min-height: 50px;
}

.card-header h4.card-title{
	position: relative;
}

.pselector tr.phidden .hdn{
	display: none;
}

.snot-close{
	right: 0;
  position: absolute;
top: -2px;
  right: 0;
  padding: .75rem 1.25rem;
  border: 0;
  background-color: transparent;
  font-size: 1.7rem;
  display: inline-block;
  height: 100%;
  font-weight: 400;
  line-height: 1;
}

#panes .accordion_food_icon{
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

.grupo-nav{
	cursor: pointer;
}
.grupo-nav:hover{
	border: 1px solid silver;
}
.grupo-nav.selected{
	border: 1px solid black;
}
button.btn-slot-recipe{
background-color: #eee;
  border: 0;
  border-radius: 3px;
  padding: 2px 14px;
  font-size: 0.7rem;
  color: #828282;
}
button.btn-slot-recipe:hover{
background-color: #f1517b;
  color: #fff;
	}
	
	.btn-slot-recipe{
		margin-top: 6px;
		margin-bottom: 4px;
	}
	
.single-recipe{
border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 2rem;
 }	

#xdays div.zmeal{
	position: relative;
}
#xdays div.zmeal .btn-recipe{
	position: absolute;
	top: 63px;
	right: 4px;
}
#xdays div.zmeal .btn-tiny{
border: 0;
  background-color: #fb7b9c;
  color: #fff;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 12px;
	}
.single-recipe.auto{
  background-color: #d7d7d7;
}
.single-recipe.auto.approved{
  background-color: #c3ffd7;
}
.z-type-selector{
	text-align: right;
  margin-bottom: 10px;
}
.x-type-selector{
display: inline-block;
width: 200px;
}
#slotlist{
	background-color: #f1517bb0;
}
.foodcheckgroup .check{
	display: none;
}
.foodcheckgroup .check.checked{
	display: inline-block;
}
button.mode_toggler{
	background-color: lightgrey;
	border-radius: 4px;
	border: 0;
	width: 30px;
  height: 30px;
  margin: 1px;
}
button.mode_toggler.selected{
	background-color: greenyellow;
	color: #000;
}
.recipe-selector span.modeflag{
	text-align: center;
}

.recipe-selector div.dayname{
	padding: 10px;
	margin-bottom: 2px;
	background-color: #54c5c0;
	color: #fff;
}

.recipe-selector div.mealname{
	background-color: #f1517b;
	color: #fff;
}

.recipe-selector div.meal{
	margin-left: 3rem;
	margin-bottom: 2px;
}

.recipe-selector div.modepanel{
	margin-left: 2rem;
}

span.modeflag{
font-size: 10px;
  background-color: lightgrey;
  border-radius: 2px;
  border: 0;
  width: 20px;
  height: 20px;
  margin: 1px;
  display: inline-block;
  cursor: pointer;
}
.dayname{
  cursor: pointer;
}
.mealname{
  cursor: pointer;
}
span.modeflag.selected{
	background-color: greenyellow;
		color: #000;
}

.modepanel{
	display: none;
}
.day-content{
	display: none;
}

td .recipe-details{
	display: none;
}

i.starfav{
  cursor: pointer;
	color: darkgrey;
}
i.starfav.selected{
	color: lawngreen;
}

div.xcontrols{
	float: right;
	display: block;
}
div.xcontrols.hidden{
	display: none;
}

div.ai-recipe{
border: 1px solid silver;
  padding: 8px;
  margin-bottom: 4px;
  margin-top: 4px;
}

div.ai-recipe .name{
	font-weight: bold;
}


#vcredcounter{
	padding-top: 12px;
  padding-right: 12px;
}

.alert[sitenotif]{
	cursor: pointer;
}]