body {
    color: #033C29 !important;
    font-family: 'skoda next', 'Roboto', sans-serif;
}
.A6-format{
	/*display: grid;*/
   /*grid-template: auto / 1fr 1fr;*/
   /* gap: 16px;*/
}

.controller-header{
    background-color: #99CA3B;
    border-radius: 16px;
    width: fit-content;
    margin: 24px auto;
    display: flex;
    padding: 16px 32px;
    gap: 24px;
    justify-content: center;
}
.controller-header .controller-header-buttons {
    margin-left: unset;
	margin-right: unset;
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    outline: none !important;
    line-height: 0;
}

.overlay-loading{
	background: white;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
	display:flex;
	justify-content:center;
	align-items:center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #99CA3B;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#print-jedlo:hover {
    opacity: 0.8;
}
.ax-table-item td{
	height:10px;
}
@-moz-document url-prefix() {
	.ax-table-item td{
  		height:unset;
	}
}
.ax-food-table tr td{
	background-color:transparent !important;
	font-size:10px;
	padding:4px;
}
.ax-food-table tr td:first-child{
	border-left:none !important;
}

.ax-food-table tr td:last-child{
	border-right:none !important;
}
.ax-food-header tr,.ax-food-header td{
	border:none !important;
	font-size:10px;
}
.ax-food-header td{
	width: calc(100% / 8);
}

.jedalny-listok-table-div-top p{
	font-size:10px;
}
.jedlo-print-wrapper {
    width: 1600px;
    height: 100%;
	/*padding: 0px 120px;*/
}
.jedlo-print-wrapper,
.jedlo-print-container {
    color: #033C29 !important;
    font-family: 'Roboto', sans-serif;
}

.jedlo-print-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
}

.jedlo-print-container h1 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
}

.jedlo-print-container h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.jedlo-print-container h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.jedlo-print-container p{
	font-size:24px;
}
.jedlo-print-error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 100%;
    height: 100dvh;
}
.jedlo-print-error a,
.jedlo-print-error a:hover,
.jedlo-print-error a:focus {
    color: #033C29;
}
.jedlo-print-hmotnost {
    padding: 16px;
    border-radius: 8px;
}
.jedlo-print-hmotnost p {
    font-weight: 300;
    font-size: 32px;
}
.jedlo-print-hmotnost span {
    font-size: 16px;
    display: block;
}
.jedlo-print-alergeny {
    padding-top: 10px;
}
.jedlo-print-suroviny table {
    width: 70%;
}
.jedlo-print-suroviny table,
.jedlo-print-suroviny tr,
.jedlo-print-suroviny th,
.jedlo-print-suroviny td {
    border: 0;
    color: #033C29 !important;
    background-color: #FFFFFF !important;
}
.jedlo-print-suroviny table td {
    padding: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #033C29;
	font-size:24px;
}
.jedlo-print-suroviny table td:nth-child(2) {
    text-align: right;
}
.jedlo-print-header {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.jedlo-print-bottom {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 40px;
}

.jedlo-print-sides {
    display: flex;
    justify-content: left;
    gap: 0 50px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.jedlo-print-left,
.jedlo-print-right {
    width: 100%;
}

.jedlo-print-right-kaloricke{
    width:100%;
    display:flex;
    justify-content: center;
}

.jedlo-print-right img {
    width: 100%;
    border-radius: 8px;
}

.jedlo-print-info-sides {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 0 32px;
    margin-bottom: 20px;
}

.farebne-pozadie, .table-header {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    background-color: #99CA3B !important;
	
}
.table-header,
.table-header td{
	border-top:none !important;
	border-bottom:none !important;
	font-size:16px;
}
.table-header td:first-child{
	border-radius: 8px 0px 0px 8px;
	border-left:none !important;
}
.table-header td:last-child{
	border-radius: 0px 8px 8px 0px;
	border-right:none !important;
}

.jedlo-print-big-info {
    border-radius: 8px;
    margin-bottom: 20px;
}
.jedlo-print-big-info table {
	border-radius: 10px;
	border-collapse: seperate;
}
.jedlo-print-big-info table,
.jedlo-print-big-info tr,
.jedlo-print-big-info th,
.jedlo-print-big-info td {
    border: 0;
    color: #033C29 !important;
    background-color: #99CA3B !important;
    font-size: 40px;
	margin-bottom:32px;
}
.jedlo-print-big-info th,
.jedlo-print-big-info td:not(:first-child) {
    text-align: center;
}
.jedlo-print-big-info tr th:first-child {
    border-top-left-radius: 8px;
}
.jedlo-print-big-info tr th:last-child {
    border-top-right-radius: 8px;
}
.jedlo-print-big-info tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.jedlo-print-big-info tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
.jedlo-print-big-info th,
.jedlo-print-big-info tr td:first-child {
    font-weight: 700;
}
.jedlo-print-big-info tr td:first-child {
    text-align: left;
}
.jedlo-print-big-info td {
    padding: 16px;
}
.jedalny-listok-bottom {
    border-top: 2px solid #003E29;
    margin-top: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-direction: column;
    gap: 0 20px;
}
.jedalny-listok-bottom p {
    width: 100%;
    font-size: 16px;
    text-align: center;
}
.jedalny-listok-bottom p span {
    display: block;
    font-size: 12px;
}

.jedalny-listok-bottom .ikony {
    width: 100%;
    display: flex;
    justify-content: left;
    gap: 0 20px;
	margin-bottom: 24px;
}

.jedalny-listok-bottom .ikony div {
    display: flex;
    justify-content: center;
    align-items: center;
   	flex-direction: row;
    gap: 8px;
}

.jedalny-listok-bottom .ikony div span {
    font-size: 16px;
    text-align: center;
}

.jedalny-listok-bottom .ikony div img {
    height: 32px;
}

.jedalny-listok-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
.jedalny-listok-container{
	padding:32px;
}
.jedalny-listok-wrapper,
.jedalny-listok-container {
    width: 100%;
    color: #033C29;
    font-family: skoda next, Sans-serif;
}

.jedalny-listok-container h1 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
	margin: 8px 0px;
}

.jedalny-listok-container h2 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
	margin: 8px 0px;
}

.jedalny-listok-container h3 {
    font-size: 14px;
    font-weight: normal;
	margin: 8px 0px;
}

.jedalny-listok-banner p {
    font-size: 10px;
	margin: 8px 0px;
}

.jedalny-listok-header {
    width: 100%;
    text-align: center;
}

.jedalny-listok-container table {
    font-size: 10px;
}

.jedalny-listok-table-div {
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jedalny-listok-table-div-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    gap: 0 14px;
}

.jedalny-listok-table-div-icons {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0 4px;
}

.jedalny-listok-table-div-icons img {
    height: 16px;
}

.jedalny-listok-table-div-bottom p {
    font-weight: 700;
	margin-bottom: 4px;
}

.jedalny-listok-header-new {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #033C29;
    font-family: skoda next, Sans-serif;
}

.jedalny-listok-header-left {
    width: 100%;
}

.jedalny-listok-header-right h1,
.jedalny-listok-header-new h2 {
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    margin: 0;
}

.jedalny-listok-header-left p {
    font-size: 14px;
    font-weight: 300;
}

.jedalny-listok-header-right {
    width: 100%;
    text-align: right;
}

.jedalny-listok-header-right span {
    font-size: 10px;
    font-weight: 300;
}

.jedalny-listok-middle-header {
    text-align: center;
}

@media print {
    @page {
        size: A4;
        margin: 0;
    }

    body, html {
        overflow: hidden;
    }
	
	body {
		padding: 20px;
	}

    .farebne-pozadie, .table-header {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
        background-color: #99CA3B !important;
    }
	
	.page-break {
        margin-bottom: 200px;
    }
}
