<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-panel-content.ui-widget-content{
    height: 100%
}

/* FIXED LOGO FOOTER */
.ax-footer-logo{
    width: 100%; 
    position: absolute;
    bottom: 0; 
    left: 0; 
    z-index: -1;
}

.ax-footer-logo-image{
    height: 100px;
    max-width: 100%
}

/*BACKGROUND IMAGE FOR ALL PAGES*/
#bgImage {
    height: 100%; top: 0; left: 0;
    position: fixed;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-mask-image: linear-gradient(to left, transparent 25%, black 75%);
}

/*ADD HEADER FOR PRIVATE PAGE*/
.header{
    text-align: center;    
    padding: 0.5em;   
}

/* MAIL MESSAGE */
.mail-message{
    text-align: justify !important;  
    text-justify: inter-word !important;
    margin-left: 0 !important;
}

.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary, .ui-messages-fatal-summary {
    margin-left: 0;    
}

/* TOTAL BOOKED DISH LABEL */
.total-dish{
    font-weight: bold; 
    font-size: large; 
    padding: 0.3em; 
    border-radius: 4px;
    color: black;
}

.total-dish.total-dish-not-zero{
    background-color: #90ee90;
}

.total-dish.total-dish-zero{    
    background-color: #ef5350;
}

/*NO MARGIN/PADDING NEEDED*/
/*.col-12{
    padding: 0em;
}*/
.grid{
    margin-right: 0em;
    margin-left: 0em;
    margin-top: 0em;
}

/*INFO BUTTON*/
.btn.btn-lg.btn-outline-info{
    color: #17a2b8;
    border-color: #17a2b8;
    border-radius: 12px;     
}

.show-hide-button{
    border-color: #17a2b8 !important;
    border-radius: 12px !important;
}

.ui-button.ui-button-info{
    border-radius: 360px; 
    border-width: 1px;    
    border: solid; 
    padding: 0; 
    /*    float: left; */
    background-color: transparent;             
    color: #17a2b8;
}

/*MENU BUTTON*/
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.button-menu-function{
    text-align: center;
    border:none; 
    width:100%;
    max-height: 6rem;
    min-height: 85px;
    border-radius: 6px;
    font-size: 20px;
}

.ui-commandlink.ui-widget.button-menu-function{
    text-align: center;
    border:none; 
    width:100%;
    max-height: 6rem;
    min-height: 85px;
    border-radius: 6px;
    font-size: 20px;
    display: inline-block;
}

/*REMOVE HEADER FROM TABLE*/
.noHeader.ui-datatable table thead tr {
    display: none;
}

/*CALENDAR COLUMN*/
.ui-state-disabled{
    background-color: gainsboro;
}

.ui-datagrid-column.ui-datagrid-column-custom{            
    background-color: #dfdfdf;
}       

.ui-datagrid-column.ui-datagrid-column-custom:hover{            
    background-color: #47BAC2;
}

.ui-datagrid-column.ui-datagrid-column-selected{
    background-color: #31b0d5;            
}

/*CUSTOM ALLERGEN*/
.allergenLabel{
    width: 10vw;
    text-align: left; 
    text-decoration: none; 
    color: #000; 
    font-weight: bold; 
    display: inline-block; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
}   

.allergen-img{
    width: 30px; 
    height: 30px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background: #5cb85c;
    border-color: #4cae4c;
}

.ui-fieldset-legend.ui-corner-all.ui-state-default{
    position: relative;  
    display: contents;
    font-weight: bold;
    padding: 0.5em;
    color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    border-radius: 12px !important;
}

.ui-dataview-list .ui-dataview-content{
    padding: 0px !important;
}

.ax-fieldset-allergen{
    padding: .5em !important; 
    border: solid 1px !important;
    color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    border-radius: 12px !important;
    background-color: white !important;
}

.ax-order-menu-column{        
    display: grid;
    grid-auto-flow: column;
}

.ax-course-container-label{
    font-weight: bold;
    color: white; 
    font-size: 20px;            
}

.ax-course-container-vertical-label{
    font-weight: bold;
    color: white; 
    font-size: 20px;
    margin-top: 10px;    
    writing-mode: tb-rl;
    transform: rotate(-180deg);    
    position: sticky;
    top: 1.5rem;
    margin-bottom: 1rem;
    font-family: 'avenir next', avenir, sans-serif; 
}

.ax-fixed-course-column{
    width: 30px;
    padding: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: .27rem;
}

.ui-panelgrid.ax-course-column{
    width: 2em;
    padding: 0;
}

.ui-g-12{
    padding: 1px !important;
}

.ax-recap-label{    
    color: #467481;    
    font-weight: bold;
}

.ax-recap-table{
    border-radius: 4px;
    background-color: #d9eaf0;
    width: 100%;
}

/*AXIOS dish property*/
.dish-image{    
    width: 22vw;
    height: 13vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); margin: 2rem 0; 
}

.dish-image-list{
    width: 20vw;
    height: 12.5vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); margin: 2rem 0; margin-left: 1em;
}

.txt-descr{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.txt-descr-list{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.dish-quantity{    
    color: darkgray; 
    font-weight: bold;     
    padding: 0.1em; 
    border-radius: 4px; 
    font-size: small;
}

.dish-meal{    
    color: white; 
    font-weight: bold;
    float: left; 
    width: 100%; 
    padding: 0.1em; 
    border-radius: 4px; 
    font-size: small;
}

.badge {
    position: absolute;
    top: 10%;
    right: 8%;
    padding: 5px 10px;            
} 

.column-centered{
    justify-content: center; 
    display: flex;
}

/*FILTER LABEL*/
.filterBookLabel{   
    border-radius: 4px; 
    font-weight: bold;     
    display: inline-block;        
}

/*INFO LABEL*/
.filterInfoLabel{   
    border-radius: 4px;     
    display: inline-block;
    background-color: white;
    color: darkgray;
    font-size: small;
}

/* INPUT NUMBER MULTIPORTION */
.multiportion-input-numer{
    text-align: center; 
    width: 5em; 
    height: 2.5em;
}

.multiportion-add-button{
    background-color: #D98638 !important; 
    width: 3em; 
    height: 3em;
}

.multiportion-substract-button{
    background-color: #5E81AC !important;     
    width: 3em; 
    height: 3em;
}

/*LOGO*/
.ax-customer-logo{
    width: 80px;
}

.fsSmaller {
    font-size: smaller;
    font-weight: bold;
}

.dish-dialog-image{
    width: 100%;
    max-height: 40vh;
}

/*404*/
.exception-content{
    background-image: url("/portaleweb/javax.faces.resource/images/404.jpg.xhtml");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-origin: content-box;
    background-color: #9cd3f7;
}

/* BOOKING CONSULTING */
/* 
    DO NOT CHANGE THE CLASS NAME 
    IS USE IN CONSTANTS
*/

.booking-consulting-format-1x1{
    font-weight:bold;
    font-size-adjust: auto;
    font-size: 40px; 
    font-size:3vmax;
}

.booking-consulting-format-2x1{
    font-weight:bold;
    font-size-adjust: auto;
    font-size: 32px; 
    font-size:2.4vmax;
}

.booking-consulting-format-3x1{
    font-weight:bold;
    font-size-adjust: auto;
    font-size: 25px; 
    font-size:1.6vmax;
}

.booking-consulting-format-4x1{
    font-weight:bold;
    font-size-adjust: auto;
    font-size: 20px; 
    font-size:1.2vmax;
}

.booking-consulting-format-2x2{
    font-weight:bold;
    font-size-adjust: auto;
    font-size: 32px; 
    font-size:2vmax;
}

.booking-consulting-format-3x2{
    font-weight:bold;
    font-size-adjust: auto;
    font-size: 25px; 
    font-size:1.6vmax;
}

.booking-consulting-format-4x2{
    font-weight:bold;
    font-size-adjust: auto;
    font-size: 20px; 
    font-size:1.2vmax;
}

/* REMOVE SELEC ALL FROM SELECTCHECKBOXMENU */
.without-selectall .ui-selectcheckboxmenu-header .ui-chkbox {
    display: none;
}

/* MIRAGE OVERIDE */
body .ui-datatable .ui-datatable-data &gt; tr &gt; td {
    padding: .5rem;
}

/* disable selection support: IE 10+ */
.ax-pointer-none {pointer-events: none;}

.ax-v-top {vertical-align: top;}
.ax-v-btm {vertical-align: bottom;}
.ax-v-mid {vertical-align: middle;}

.ax-maxw46 {max-width: 736px; max-width: 46rem;}

/* General CSS for quick styling */
/* display type */
.ax-db {display: block;}
.ax-dib {display: inline-block;}
.ax-flex {display: flex;}

.ax-relative {position: relative;}
.ax-absolute {position: absolute;}

.ax-minw35 {min-width: 560px; min-width: 35rem;}

.ax-tl {text-align: left;}
.ax-tc {text-align: center;}
.ax-tr {text-align: right;}

.ax-fl {float: left;}
.ax-fr {float: right;}

/* font-size */
.ax-f1 {font-size: 44px; font-size: 2.50rem;}
.ax-f2 {font-size: 32px; font-size: 2.00rem;}
.ax-f3 {font-size: 24px; font-size: 1.5rem;}
.ax-f4 {font-size: 32px; font-size: 1.25rem;}
.ax-f5 {font-size: 16px; font-size: 1rem;}

/* padding all, left, right, top, bottom, vertical */
.ax-pa1 {padding: 16px; padding: 1rem;}
.ax-pa2 {padding: 32px; padding: 2rem;}

.ax-pl0 {padding-left: 0;}
.ax-pl1 {padding-left: 16px; padding-left: 1rem;}
.ax-pl2 {padding-left: 32px; padding-left: 2rem;}
.ax-pr0 {padding-right: 0;}
.ax-pr1 {padding-right: 16px; padding-right: 1rem;}
.ax-pr2 {padding-right: 32px; padding-right: 2rem;}

.ax-pt1 {padding-top: 16px; padding-top: 1rem;}
.ax-pt2 {padding-top: 32px; padding-top: 2rem;}
.ax-pb1 {padding-bottom: 16px; padding-bottom: 1rem;}
.ax-pb2 {padding-bottom: 32px; padding-bottom: 2rem;}
.ax-pv1 {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 15px;
    padding-bottom: 1rem;}
.ax-pv2 {
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;}

/* margin all, left, right, top, bottom, vertical */
.ax-ma1 {margin: 16px; margin: 1rem;}
.ax-ma2 {margin: 32px; margin: 2rem;}

.ax-ml1 {margin-left: 16px; margin-left: 1rem;}
.ax-ml2 {margin-left: 32px; margin-left: 2rem;}
.ax-mr1 {margin-right: 16px; margin-right: 1rem;}
.ax-mr2 {margin-right: 32px; margin-right: 2rem;}

.ax-mt1 {margin-top: 16px; margin-top: 1rem;}
.ax-mt2 {margin-top: 32px; margin-top: 2rem;}
.ax-mb1 {margin-bottom: 16px; margin-bottom: 1rem;}
.ax-mb2 {margin-bottom: 32px; margin-bottom: 2rem;}
.ax-mv1 {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;}
.ax-mv2 {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;}

/* width and height */
.ax-w-100 {width: 100%;}
.ax-h-100 {height: 100%;}

.ax-w1 {width: 16px; width: 1rem;}
.ax-w2 {width: 32px; width: 2rem;}
.ax-w3 {width: 64px; width: 4rem;}
.ax-w4 {width: 96px; width: 6rem;}
.ax-w5 {width: 128px; width: 8rem;}

.ax-h1 {height: 16px; height: 1rem;}
.ax-h2 {height: 32px; height: 2rem;}
.ax-h3 {height: 64px; height: 4rem;}
.ax-h4 {height: 96px; height: 6rem;}
.ax-h5 {height: 128px; height: 8rem;}

/* nano scroller display size
   applies for tablets and up */
@media (min-width: 740px) {

    .ax-db-ns {display: block;}
    .ax-dib-ns {display: inline-block;}
    .ax-flex-ns {display: flex;}

    .ax-relative-ns {position: relative;}
    .ax-absolute-ns {position: absolute;}

    .ax-minw35-ns {min-width: 35rem;}

    .ax-tl-ns {text-align: left;}
    .ax-tc-ns {text-align: center;}
    .ax-tr-ns {text-align: right;}

    .ax-fl-ns {float: left;}
    .ax-fr-ns {float: right;}

    .ax-f1-ns {font-size: 44px; font-size: 2.50rem;}
    .ax-f2-ns {font-size: 32px; font-size: 2.00rem;}
    .ax-f3-ns {font-size: 24px; font-size: 1.5rem;}
    .ax-f4-ns {font-size: 32px; font-size: 1.25rem;}
    .ax-f5-ns {font-size: 16px; font-size: 1rem;}

    .ax-pa1-ns {padding: 1rem;}
    .ax-pa2-ns {padding: 2rem;}
    .ax-pl0-ns {padding-left: 0;}
    .ax-pl1-ns {padding-left: 1rem;}
    .ax-pl2-ns {padding-left: 2rem;}
    .ax-pr0-ns {padding-right: 0;}
    .ax-pr1-ns {padding-right: 1rem;}
    .ax-pr2-ns {padding-right: 2rem;}
    .ax-pt1-ns {padding-top: 1rem;}
    .ax-pt2-ns {padding-top: 2rem;}
    .ax-pb1-ns {padding-bottom: 1rem;}
    .ax-pb2-ns {padding-bottom: 2rem;}
    .ax-pv1-ns {
        padding-top: 1rem;
        padding-bottom: 1rem;}
    .ax-pv2-ns {
        padding-top: 2rem;
        padding-bottom: 2rem;}

    .ax-ma1-ns {margin: 1rem;}
    .ax-ma2-ns {margin: 2rem;}
    .ax-ml1-ns {margin-left: 1rem;}
    .ax-ml2-ns {margin-left: 2rem;}
    .ax-mr1-ns {margin-right: 1rem;}
    .ax-mr2-ns {margin-right: 2rem;}
    .ax-mt1-ns {margin-top: 1rem;}
    .ax-mt2-ns {margin-top: 2rem;}
    .ax-mb1-ns {margin-bottom: 1rem;}
    .ax-mb2-ns {margin-bottom: 2rem;}
    .ax-mv1-ns {
        margin-top: 1rem;
        margin-bottom: 1rem;}
    .ax-mv2-ns {
        margin-top: 2rem;
        margin-bottom: 2rem;}

    .ax-w-100-ns {width: 100%;}
    .ax-h-100-ns {height: 100%;}

    .ax-w1-ns {width: 1rem;}
    .ax-w2-ns {width: 2rem;}
    .ax-w3-ns {width: 4rem;}
    .ax-w4-ns {width: 6rem;}
    .ax-w5-ns {width: 8rem;}

    .ax-h1-ns {height: 1rem;}
    .ax-h2-ns {height: 2rem;}
    .ax-h3-ns {height: 4rem;}
    .ax-h4-ns {height: 6rem;}
    .ax-h5-ns {height: 8rem;}
}

@media (max-width: 991px) {               

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
        width: 90%;
    }                         

    .txt-descr{
        font-size: 20px;
    }           

    .dish-dialog-image{
        height: 40vw;
    }

    .fontNotBook{
        font-size:  1.5em;
    }   
}

@media screen and (max-width: 380px) {           

    .dish-image{
        max-width: 89vw;
        height: 50.5vw;
    }           

    .dish-image-list {
        width: 100%;
        height: 20vw;
    }

    .dish-dialog-image{
        height: 40vw;
    }     

    .ovImg{
        margin: 1rem 0;
        position: absolute;
        width: 25vw;
        height: auto;
        top: 22.5%;
        left: 37%;
    }   
}

@media screen and (max-width: 768px) {       

    .allergenLabel{
        width: 50vw;
    }

    .dish-image-list {
        width: 100%;
        height: 20vw;
    }

    .txt-descr{
        font-size: 20px;
    }           

    .dish-dialog-image{
        height: 20vw;
    }              

    .dish-image {
        width: 28vw;
        height: 17vw;        
    }
}

@media screen and (max-width: 640px) {       

    .dish-image {
        width: 91vw;
        height: 51.75vw;
    }

    .ax-course-container-vertical-label{
        writing-mode: horizontal-tb;
        transform: rotate(0deg);      
        font-size: 22px;
    }

    .ax-fixed-course-column{
        width: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 4px;
    }

    .ui-dataview.ui-widget.header-layout-light.ui-dataview-grid.ax-data-container{
        border-left: solid 10px;
    }

    .ui-dataview.ui-widget.header-layout-dark.ui-dataview-grid.ax-data-container{
        border-left: solid 10px;
    }

}

@media screen and (max-width: 750px) { 

    .allergenLabel{
        width: 50vw;
    }

    .dish-image-list {
        width: 100%;
        height: 20vw;
    }

    .txt-descr{
        font-size: 20px;
    }           

    .dish-dialog-image{
        height: 20vw;
    }               

}

@media screen and (max-width: 414px) {

    .dish-image{
        max-width: 89vw;
        height: 50.5vw;
    }           

    .dish-image-list {
        width: 100%;
        height: 20vw;
    }

    .dish-dialog-image{
        height: 40vw;
    }

    .ovImg{
        margin: 1rem 0;
        position: absolute;
        width: 25vw;
        height: auto;
        top: 22.5%;
        left: 37%;
    }   

    .ax-badge.ui-dialog .ui-dialog-titlebar .ui-dialog-title{
        font-size: 14px !important;  
        color:white;
    }

    .ui-datagrid.ui-widget-custom {
        width: 100%;               
    }

    .ax-meal-image{
        width: 100%;    
    }

    .ax-meal-container{
        width: 100%;         
    }
}   


/* LOGIN PAGE CSS */
.login-panel{
    height: 100% !important;     
    border-radius: 0 0 7px 7px;
    margin-left:  0.3em;
    margin-right:  0.3em;
}

.ax-inputPanel{
    justify-content: center; display: flex;
}

.ax-login-panel{  
    background-color: transparent !important;
    width: 50%;
}

.ax-login-container{
    font-size: 12px; margin-bottom: 10px;
}

.login-body.layout-light {
    background: transparent;
}

@media (max-width: 740px) {    

    .ax-login .ui-button-text{
        font-size: 1.8vh;                                                            
    }

    .ax-login{
        font-size: 1.8vh !important;  
        font-weight: bolder;
    }    
} 

@media (max-width: 500px) {
    .ax-login{
        font-size: 20px !important;  
        font-weight: bolder;
    } 

    .ax-footer-logo{
        position: relative;
    }

    .ax-order-menu-column{
        grid-auto-flow: row;
    }

}       

/* PRIVATE FUNCTIONS PAGE*/
.ax-private-body .ax-private-content .ax-private-panel-content  {
    height: auto;
    width: 90vw !important;
}

.ax-private-user-name{
    display: grid;    
}

.ax-dish-dark{   
    background: #2e3440 !important;   
}
.ax-dish-light{    
    background: white !important;
}

.ax-select-dish{   
    border-color: #ffe25f !important;
    background-color: lightgreen !important;    
}

.ax-no-select-dish{  
    background-color: #f0f0f0;
}

.btn.btn-lg.btn-outline-info{
    background-color: transparent;
}

.ui-selectonemenu label.ui-selectonemenu-label{
    max-width: 300px; 
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow:ellipsis;
}

.ui-button-text ui-c{
    background-color: transparent !important;
}

.fontNotBook{
    font-size:  1.5em;
    color: #8f7342; 
    font-weight: bold;
    width: 100%; 
    display: inline-block;
    font-weight: bold; 
}

.ui-datagrid.ui-widget-custom{
    width: 80%;           
}

.ax-meal-image{
    width: 80%;
    border: solid #605c63 5px;
    border-radius: 10px;
}

.ax-meal-container{
    width: 80%; 
    padding: .5em;    
}

.ovImg{
    margin: 1rem 0;
    position: absolute;
    width: 10vw;
    height: auto;
    top: 10%;
    left: 30%;
}

.allergen-button{
    width: 25%;
    text-decoration: none;
    display: inline-block;
    border: solid 1px gainsboro;
    margin:  2px;
    padding: 10px;
    vertical-align: middle;
    height: 50px;
}

.ui-fieldset-content{            
    position: relative;
    padding-top: .5rem;
}

.ui-dataview-header.ui-widget-header.ui-helper-clearfix.ui-corner-top{
    visibility: hidden;
    display: none;
}

body .ax-dt-right {
    text-align: right;
}
body .ax-dt-right.ui-datatable thead th {
    text-align: right;
}      

@media screen and (max-width: 768px) {

    .allergen-button{
        width: 100%
    }              

    .ovImg{
        margin: 1rem 0;
        position: absolute;
        width: 10vw;
        height: auto;
        top: 12.5%;
        left: 35%;
    }          

    .ui-datagrid.ui-widget-custom {
        width: 100%;               
    }

    .ax-meal-image{
        width: 100%;    
    }

    .ax-meal-container{
        width: 100%;         
    }

    .ui-commandlink.ui-widget.button-menu-function.confirm-access{
        font-size: 15px;
    }
}

@media screen and (max-width: 1164px) {
    .ui-commandlink.ui-widget.button-menu-function.confirm-access{
        font-size: 19px;
    }
}

@media screen and (max-width: 1114px) {
    .ui-commandlink.ui-widget.button-menu-function.confirm-access{
        font-size: 18px;
    }
}

@media screen and (max-width: 815px) {
    .ui-commandlink.ui-widget.button-menu-function.confirm-access{
        font-size: 18px;
    }
}

@media screen and (max-width: 555px) {
    .ui-commandlink.ui-widget.button-menu-function.confirm-access{
        font-size: 15px;
    }
}

@media (max-width: 500px) {    

    .ui-commandlink.ui-widget.button-menu-function.confirm-access{
        font-size: 20px;
    }
}

@media screen and (max-width: 750px) {    

    .allergen-button{
        width: 100%
    }

    .ovImg{
        margin: 1rem 0;
        position: absolute;
        width: 25vw;
        height: auto;
        top: 20%;
        left: 35%;
    }

    .ax-meal-image{
        width: 100%;    
    }

    .ax-meal-container{
        width: 100%;         
    }
}

.ax-month{
    font-weight: bold; 
    font-size: 17px;  
    vertical-align: top; 
    color: black;
}

.ax-day{
    font-weight: bold; 
    font-size: 3.3em;           
    color: black;
}

.ax-day-week{
    font-weight: bold; 
    color: black;
    font-size: 13px;              
}

.ax-hdiv-50{
    height:50px;
}
.ax-hdiv-20{
    height:20px;
}
.ax-hdiv-10{
    height:10px;
}
.ax-hdiv-5{
    height:5px;
}

ax-wdiv-10{
    width: 10px;
}

.ax-badge-places{
    background-color: white; 
    color: #5cb85c; 
    border-radius: 8px; 
    font-weight: bold; 
    padding: 0.3em;

}

.ax-space-bottom{
    padding-bottom: 5px;
}


/***********************/
.ax-badge.ui-dialog{
    margin-right: 26px !important;
}

.ax-badge.ui-dialog .ui-dialog-titlebar{
    background-color: #5cb85c;
    padding: 5px !important;
    border-bottom: 1px solid #5cb85c !important;
}
.ax-badge.ui-dialog .ui-dialog-titlebar {
    padding: .1em .1em .1em 1em;
}

.ax-badge.ui-dialog .ui-dialog-content{
    padding: 0 !important;
}

.ax-badge.ui-dialog .ui-dialog-titlebar .ui-dialog-title{
    font-size: 20px !important;  
    color:white;
}

.ax-home-button{
    float: left;
    background-color:transparent;
}

.ax-logout-button{
    background-color:transparent;float: right;
}

.ax-day-container{
    display:inline-block ;
    width: 90px;
    margin: 10px;
    background-color: #bdbdbd;
    border-radius: .25rem; 
    box-shadow: 0 0 8px 0 rgba(0,0,0, 0.25); 
    min-width: 90px;
}

.ax-day-commandlink{
    text-decoration: none;    
}

.ax-dataview{
    text-align: center; border: none;
}

.ax-course-container{
    border: solid;
    border-width: 5px;
    border-radius: 10px;
    width: 100%;
    padding-bottom: 10px;
}

/*.ax-dish-panel-grid-light{
    text-align:center ;
    position: relative;
    height: 100% ;
    cursor: pointer;
    border: 1px solid #ebedef !important;
    padding-bottom: 0.5em; 
}

.ax-dish-panel-grid-dark{
    text-align:center ;
    position: relative;
    height: 100% ;
    cursor: pointer;
    border: 1px solid #505c73 !important;
    padding-bottom: 0.5em; 
}*/

.ax-dish-commandlink{
    text-decoration: none; 
    width: 100%; 
    display: block;
}

.ax-info-button{
    float: right; 
    top: 20%;    
}
.ax-info-button-grid{
    float: right !important; 
    margin-right: 10px;
}

.ax-dish-label-grid{
    font-weight: bold;
    font-size: 1.5em;
    float: left;    
    text-align: left;
}

.ax-footer-booking{
    position: fixed; bottom: 0%; text-align: center; width: 100%;  padding: 0.3em; border-top: solid 1px; 
}

.ax-header-booking{
    text-align: center; width: 100% !important;  padding: 0.3em; font-size: medium; border-bottom: solid 1px; 
}

.ax-width-100{
    width: 100%;
}


.ax-width-80{
    width: 80%;
}

.ax-width-10{    
    width: 10%;
}

.ax-detail-table{
    border-bottom-color: #F0F0F0 !important;
    border-top-color: #F0F0F0 !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.ax-label-missing-data{    
    font-weight: bold; 
    color: red;
}

.ax-meal-description-detail{
    background-color: #C63737;
    color: white;
    font-weight: bold; 
    float: left;
    font-size: small; 
    border-radius: 4px;
    padding: 0.1em .3em;
}

.ax-course-description-label{
    color: white;
    font-weight: bold; 
    float: left;
    font-size: small;
    margin-left: 0.3em;
    border-radius: 4px;
    padding: 0.1em .3em;
}

.ax-quantity-description-label{
    background-color: #0e88b3;
    color: white;
    font-weight: bold;
    float: right;
    font-size: small; 
    padding: 0.1em .3em;
    border-radius: 4px;
}

.ax-nutritional-info-label{
    text-align: right; 
    color: #31708f;
    background: #d9edf7;
    padding: 0.3em;
    border: solid;
    border-radius: 10px;
    border-color: #bce8f1;
    width: 100%;
    display: block;
    text-align: center;
}

.ax-dark-dotted{      
    border:none;
    border-top:1px dotted white;
    color:white;
    background-color:transparent;
    height:1px;
    width:100%;
    margin: 0; 
    margin-top: 3px;
}
.ax-light-dotted{    
    border:none;
    border-top:1px dotted black;
    color:black;
    background-color:transparent;
    height:1px;
    width:100%;
    margin: 0; 
    margin-top: 3px;
}

.ax-calendar-panel{
    display: flex;
    overflow-x: auto; 
    width: 100%;
    /*justify-content: center;*/
}

.ax-container-login{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%; 
}


.ax-container{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%; 
}

@media (max-width: 900px) {
    .ax-container{
        width: 100%; 
    }   

}

@media (max-width: 740px) {
    .ax-container-login{
        width: 100%; 
    }     
}

.ax-document-description{
    float: left;
    background-color: #17a2b8;
}

.ax-document-filename{
    font-weight: bold;
    font-size: 1.3rem;
    float: left;
}

/*INFORMATION PANEL*/

.ax-information-panel-header{
    font-weight: bold;
    color: #000000;
    font-size: 1.9vh;
    float:left;
}

.ax-information-panel-course{
    font-weight: bold; 
    font-size: 1.7vh; 
    float: left;
    color: black;
}

.ax-information-panel-img{
    height: 28vw;
    max-width: 100%;
    float: right;
}

.ax-information-panel-dish-description{
    font-weight: bold; 
    font-size: 2vw;
}

.ax-information-panel-nutritional-column{
    border-bottom-color: #F0F0F0!important;
    border-top-color: #F0F0F0!important; 
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.ui-datatable-emptymessage {
    display:none;
}

.ax-dish-grid-panel{
    border: 1px solid;
    border-color: rgba(0,0,0,.1);
    border-radius: 4px;
    height: 100%;
}

/* ui-panel-content ui-widget-content */
body .ui-panel .ui-panel-content {
    padding: .65rem;
}

.ui-datagrid.ui-widget-custom, body .ui-commandlink, body .ui-link {
    color: var(--text-color);
}

body .ui-commandlink:hover, body .ui-link:hover {
    text-decoration: none;
}

body .ui-button.ui-button-icon-only .ui-icon {
    width: 1rem;
    height: 1rem;
}
</pre></body></html>