/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}


/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/lato_1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/lato_2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
   /*height: 100%;*/
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:#f9f9f9;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size:12px;
    height:100%;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    width:100%;
    
    -webkit-font-smoothing: antialiased;
    
    cursor: pointer;
    /*min-height: 100%;*/
}

.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page{
    position: relative !important;
    /*min-height: calc(100% - (17em + 182px)) !important;*/    
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.05);*/
    /*margin-bottom: 1px;*/
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
    /*background-color: hsla(213, 80%, 99%, 1) !important;*/
    background-color: #f2f2f2 !important;
}


svg{
    fill: #545454;
    background-color: beige;
}

.svg path {
  fill: #ff0000;
}

/* Portrait layout (default) */
.app {
    background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:50%;
    top:50%;
    height:50px;                   /* text area height */
    width:225px;                   /* text area width */
    text-align:center;
    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
                                   /* offset horizontal: half of text area width */
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position:left center;
        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
                                      /* offset horizontal: half of image width and text area width */
    }
}

h1 {
    font-size: 1em;
    min-height: 1.1em;
    text-align: center;
    display: block;
    margin: 0 30%;
    padding: .7em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0!important;
    font-weight: bold;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 0.8; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
    opacity: 0.8; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
    opacity: 0.8; /* Firefox */
}


.page{
    /*margin-top: calc(17em + 3px) !important;*/
}

.page li ul li a{
    color: #000;
}
.page li ul li{
/*    list-style-type: none;
    background-color: rgb(33, 45, 60);
    border-bottom: 3px solid rgba(255, 255, 255, 0.16);
    margin-left: -1em;
    margin-right: -1em;*/
}

.page li a{
     text-align: center !important;
}

.page li div {
    padding: 0px;
}

.page li ul li:nth-child(odd){
    /*background-color: rgb(24, 34, 45);*/
}



.ui-btn, label.ui-btn{
    border-width: 1px !important;
    border-style: solid !important;
    /*border-color: rgba(0, 0, 0, 0.15) !important;*/
    box-shadow: 0px 0px 0px !important;
}

.ui-btn{
    border-radius: 4px;
    line-height: 2.5 !important;
}

.ui-btn:hover{
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.3) !important;
}


.ui-controlgroup-controls {
    width:100% !important;
}


.ui-select {
    background-color: #fff;
    /*box-shadow: 0 5px 35px 0 rgba(42,51,83,.12), 0 2px 15px rgba(0,0,0,.06);*/
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.08);
} 


.selected{
    background-color: #192c44;
    color: #fff;
    text-shadow: 0 1px 0 #272727;
}

.unselected{
    background-color: #313131;
    color: white;
    text-shadow: 0 1px 0 #060606;
}



.ui-radio{
    min-height: 100%;
    width: calc(100%/3);
    background-color: #fff;
    text-transform: initial;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.08);
    border-radius: 4px !important;
}

.headerMain{
    /*border-bottom: 2px solid rgb(85, 122, 182) !important;*/
}

.headerSales{
    /*border-bottom: 2px solid rgba(255, 87, 34, 1) !important;*/
}

.headerAccounts{
    /*border-bottom: 2px solid rgba(33, 150, 243, 1) !important;*/
}

.headerStats{
    /*border-bottom: 2px solid #4CAF50 !important;*/
}

.headerSetup{
    /*border-bottom: 2px solid #607D8B !important;*/
}

.headerManagement{
    /*border-bottom: 2px solid #2196F3 !important;*/
}

.headerLogin{
    /*border-bottom: 2px solid #F44336 !important;*/
}

.headerProductEnquiry{
    /*border-bottom: 2px solid rgba(161, 66, 244, 1) !important;*/
}

#menuPanel{
    display: none;
}

#menuPanel ul li a:hover, #mypanel ul li a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}



.menuBreak{
    /*border-top: 1px solid rgba(10, 10, 10, 0.1);*/
    margin: 0em !important;
}

#menuPanel li, #mypanel li{
    padding: 0px;
    /*background-color: rgb(228, 228, 228) !important;*/
}

#menuPanel .ui-collapsible-heading{
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 1px rgba(0, 0, 0, 0.45);
    background-color: #07080a;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}



#menuPanel .ui-collapsible-heading-collapsed{
    background-color: rgb(33, 39, 47) !important;
    border-top: 0px solid #d2d2d2 !important;    
}

.ui-collapsible-heading-toggle{
    background-color: #fff !important;
    text-align: left !important;
    border-top: 4px solid hsl(0, 0%, 65%) !important
}

#menuPanel  .ui-collapsible-heading-toggle{
    background-color: rgb(247, 247, 247) !important;
    border: 0 !important
}


#menuPanel li ul li, #mypanel li ul li{
    padding: 0px;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

#menuPanel li ul li a, #mypanel li ul li a{
    padding-left: 2em;
}

.defaultMenuListColour{
    background-color: rgba(0, 0, 0, 0.25);
}

#menuPanel li a, #mypanel li a{
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}


#menuPanel li a i, #mypanel li a i{
    color: #fff;
}

#menuPanel li a i, #mypanel li a i{
    position: absolute;
    top: 0.65em;
    right: 0.5em;
}

.menuMain{
    transition: opacity 0.5s ease;
    /*border-right: 4px solid #607D8B;*/
    /*background-color: rgb(85, 122, 182);*/
    opacity: 1.0;
}

.menuMainColour{
    color: rgba(255, 235, 59, 0.15) !important;
}

.menuSales{
    transition: opacity 0.5s ease;
    /*border-right: 4px solid rgba(255, 87, 34, 1) !important;*/
    opacity: 0.9;
}

.menuSalesContainer ul{
    /*border-top: 2px solid rgba(255, 87, 34, 1);*/
    /*border-bottom: 2px solid rgba(255, 87, 34, 1);*/
    /*background-color: rgba(255, 87, 34, 0.1);*/
}

.menuAccounts{
    transition: opacity 0.5s ease;
    /*border-right: 4px solid rgba(33, 150, 243, 1) !important;*/
    opacity: 0.9;
}

.menuStats{
    transition: opacity 0.5s ease;
    /*border-right: 4px solid rgba(76, 175, 80, 1.0) !important;*/
    opacity: 0.9;
}



.menuSales:hover{
    background-color: rgba(0, 0, 0, 0.25)!important;
    color: #FFF !important;
    text-shadow: 1px 1px 0px #333 !important;
    opacity: 1;
}

.menuAccounts:hover{
    background-color: rggba(0, 0, 0, 0.25) !important;
    color: #FFF !important;
    text-shadow: 1px 1px 0px #333 !important;
    opacity: 1;
}

.menuStats:hover{
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: #FFF !important;
    text-shadow: 1px 1px 0px #333 !important;
    opacity: 1;
}



.menuLogout{
    transition: opacity 0.5s ease;
    /*border-right: 4px solid #F44336 !important;*/
    opacity: 1;
}


.menuStyle{
    margin: 0 auto;
    background-color: #21272f;
    /*background-color: #26324c;*/
    height: 100%;
    min-width: 280px;
    overflow-y: auto;
}

/*#menuPanel li:nth-child(even) , #mypanel li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}*/

.ui-collapsible-content ul{
    background-color: rgba(0, 0, 0, 0.28);
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    margin-bottom: 0.5em !important;
}
    
.buttonSales{
    border-top: 4px solid rgba(255, 87, 34, 1) !important;
    border-bottom: 1px solid rgba(255, 87, 34, 0.2) !important;
    border-left: 1px solid rgba(255, 87, 34, 0.2) !important;
    border-right: 1px solid rgba(255, 87, 34, 0.2) !important;
    /*box-shadow: 0 2px 2px rgba(0,0,0,.26);*/
    transition: background-color 0.5s ease;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.buttonAccounts{
    border-top: 4px solid rgba(33, 150, 243, 1) !important;
    border-bottom: 1px solid rgba(33, 150, 243, 0.2) !important;
    border-left: 1px solid rgba(33, 150, 243, 0.2) !important;
    border-right: 1px solid rgba(633, 150, 243, 0.2) !important;
    /*box-shadow: 0 2px 2px rgba(0,0,0,.26);*/
    transition: background-color 0.5s ease;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.buttonStats{
    border-top: 4px solid rgba(76, 175, 80, 1.0) !important;
    border-bottom: 1px solid rgba(76, 175, 80, 0.2) !important;
    border-left: 1px solid rgba(76, 175, 80, 0.2) !important;
    border-right: 1px solid rgba(76, 175, 80, 0.2) !important;
    /*box-shadow: 0 2px 2px rgba(0,0,0,.26);*/
    transition: background-color 0.5s ease;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.buttonSales, .buttonAccounts, .buttonStats {    
    -webkit-box-shadow: 0 5px 35px 0 rgba(42,51,83,.12), 0 2px 15px rgba(0,0,0,.06);
    box-shadow: 0 5px 35px 0 rgba(42,51,83,.12), 0 2px 15px rgba(0,0,0,.06);
}

.buttonSales:hover, .buttonSales:focus{
    color: #333 !important;
    background-color: rgba(255, 87, 34, 0.15) !important;
    /*text-shadow: 1px 1px 0px #333 !important;*/        
}

.buttonAccounts:hover, .buttonAccounts:focus{
    color: #333 !important;
    background-color: rgba(33, 150, 243, 0.15) !important;
    /*text-shadow: 1px 1px 0px #333 !important;*/       
}

.buttonStats:hover, .buttonStats:focus{
    color: #333 !important;
    background-color: rgba(76, 175, 80, 0.15) !important;
    /*text-shadow: 1px 1px 0px #333 !important;*/       
}

.buttonProductShare{
    border-top: 4px solid rgba(139, 195, 74, 1) !important;
    border-bottom: 1px solid rgba(139, 195, 74, 0.2) !important;
    border-left: 1px solid rgba(139, 195, 74, 0.2) !important;
    border-right: 1px solid rgba(139, 195, 74, 0.2) !important;
    /*box-shadow: 0 2px 2px rgba(0,0,0,.26);*/
}

.buttonProductInfo{
    border-top: 4px solid rgba(142, 142, 142, 1) !important;
    border-bottom: 1px solid rgba(142, 142, 142, 0.2) !important;
    border-left: 1px solid rgba(142, 142, 142, 0.2) !important;
    border-right: 1px solid rgba(142, 142, 142, 0.2) !important;
    /*box-shadow: 0 2px 2px rgba(0,0,0,.26);*/
}


.buttonShareWhatsApp{
    border-top: 4px solid rgba(37, 211, 102, 1) !important;
    border-bottom: 1px solid rgba(37, 211, 102, 0.2) !important;
    border-left: 1px solid rgba(37, 211, 102, 0.2) !important;
    border-right: 1px solid rgba (37, 211, 102, 0.2) !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.26);
}

.buttonShareEmail{
    border-top: 4px solid rgba(255, 81, 81, 1) !important;
    border-bottom: 1px solid rgba(255, 81, 81, 0.2) !important;
    border-left: 1px solid rgba(255, 81, 81, 0.2) !important;
    border-right: 1px solid rgba (255, 81, 81, 0.2) !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.26);
}


.buttonShareFacebook{
    border-top: 4px solid rgba(66, 103, 178, 1) !important;
    border-bottom: 1px solid rgba(66, 103, 178, 0.2) !important;
    border-left: 1px solid rgba(66, 103, 178, 0.2) !important;
    border-right: 1px solid rgba (66, 103, 178, 0.2) !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.26);
}



.notes{

}

.notes:focus {
    outline: none;
}

#productAddtionalDescription{
    text-transform: initial;
}


.ui-header{
    /*position: fixed !important;*/
    width: 100%;
    z-index: 1002 !important;
    height: 4em;
    /*box-shadow: 2px 4px 10px rgba(0,0,0,.2);*/
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.5);*/
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.05); 
    background-color:#2f537b;
}


.sticky{
    position: fixed !important;
    top: 0;
    z-index: 10005;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.05); 
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
    display: block;
}

/*.sticky + .ui-content {
    padding-top: 7em;
}*/



.desktopHeader{
    height: 4em;
    background-color: #fff;
}


#menuContainer{
    /*border-bottom: 1px solid rgba(0,0,0,0.14);*/
    transition: box-shadow 200ms ease-in-out;
}

.companyInfoHeader{
    margin-top: 0em;
    height: 10em;
    background-color: hsl(0, 0%, 79%) !important;
    border-bottom: 1px solid rgba(0,0,0,0.14);
    /*color: #fff;*/
}

.companyInfoHeader table td{
    padding: 0px;
}


#companyHeaderText1 h5{
    font-size: 16px;
    margin: 0;
    text-transform: initial;
}

#companyHeaderText2 p{
    font-size: 20px;
}

#companyHeaderLogo, #companyHeaderText1, #companyHeaderText2{
    height:10em; 
    overflow:hidden;
}

#companyHeaderLogo{
    line-height: 150px;
}

#companyHeaderText1, #companyHeaderText2{
    text-align: center;
    display: initial;
    vertical-align: middle;
    width: 100%;
}

.desktopSubHeader{
    height: calc(3em);
    border-top: 1px solid rgba(0,0,0, 0.14);
}


.ui-content {
    padding: 0 0 1em 0 !important;
    overflow-y: hidden;
}

.mainPageLayout{
    padding: 0 !important;
}

.blur{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.ui-panel-inner{
    height: 100%;
}

#enquiryProductsTable td{
   border: 1px solid rgba(0, 0, 0, 0.15);
   position: relative;
   padding: 0px;
   border-radius: 4px;
}



.selectedMenuTextColour{
    color: #fff !important;
}

.material-icons-left{
    position: absolute;
    left: 0.5em;
}

.material-icons-right{
    position: absolute;
    left: 0.5em;
}


.slim-btn{
    padding: 0 0.5em !important;
}



.ui-btn i{
/*    float:left;
    line-height: 1.7;*/
    vertical-align: middle;
    padding-right: 0.25em;
}

.ui-btn-icon-notext, .ui-header button.ui-btn.ui-btn-icon-notext, .ui-footer button.ui-btn.ui-btn-icon-notext{
    width: 2em !important;
    height: 2em !important;
}

.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear, .ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear{
    margin: -1em .3125em 0 !important;
}

.ui-page-theme-a .ui-btn:hover, html .ui-bar-a .ui-btn:hover, html .ui-body-a .ui-btn:hover, html body .ui-group-theme-a .ui-btn:hover, html head+body .ui-btn.ui-btn-a:hover{
    box-shadow: 0 5px 35px 0 rgba(42,51,83,.12), 0 2px 15px rgba(0,0,0,.06);
}


.ui-page-theme-a .ui-btn:active, html .ui-bar-a .ui-btn:active, html .ui-body-a .ui-btn:active, html body .ui-group-theme-a .ui-btn:active, html head+body .ui-btn.ui-btn-a:active{
    box-shadow: inset 0px 0px 10px rgba(0,0,0,.2);
}

input[type="radio"]{
    display: none;
}    

.ui-radio-on:hover{
    background-color: #5bb6ff !important;
    color: #ffffff !important;
}

#entrySearchFilters .ui-collapsible-heading-toggle{
   padding: 0 1em !important;
}

.cardContainer{
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 0.5em;
}

.cardFooter{
    padding: 0.5em;
}

.logOutContainer{
    /*float: right;*/
    
}

#mainSalesDiv{
    
}

#mainSalesDiv i{
    margin-top: auto; 
}

#mainSalesDiv td{
    padding: 0px;
}

#mainAccountsDiv{
    
}

#mainStatsDiv{
    
}

.mainHeader{
    text-align: center;
    margin: 0px;
}

#mainSalesButton, #mainAccountsButton, #mainStatsButton{
    padding: 1.2em;
    background-color: white;
    margin: 0px;
}



.headerButton{
    
}

.headerButton i{
    color: #e0e0e0 !important;
    float: left;
}


.headerButtonText{
    /*margin-top: inherit;*/
}

#entryOrderConfirmDetails{
    margin-top: 1em;
}




#entryProdCatAllShow{
    /*margin: 0.5em;*/
}



.productEnquirySelect{
    padding: 1em;
    margin-bottom: 104px;
}

.entryDetailsDiv, .entryDetailsTotalsDiv{
/*    background-color: #1d3e63;
    color: #fff;*/
    border-bottom: 1px solid rgb(255, 182, 159);
}

.entryDetailsDiv table thead th, .entryDetailsDiv table tbody td , .entryDetailsDiv table thead th,  .entryDetailsDivAlt table tbody  td{
    padding: 0.5em;
    text-align: center;
}


.entryDetailsDivAlt{
/*    background-color: #29496d;
    color: #fff;*/
    border-bottom: 1px solid rgb(255, 87, 34);
}


.entryButton{
    background-color: #fff !important;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.18);
}

.entryButton label{
    font-weight: bold !important;
}

.entryButton i{
    float: left;
    margin-top: 0.35em;
}

.systemButton{
    line-height: 2.5 !important;
    background-color: #435f7c !important;
    color: #efefef !important;
    text-shadow: 0 1px 0 #505050 !important;
}


.systemButton i{
    color: #efefef !important;
    margin-right: 0.5em;
}

#deleteDataButton{
    margin-top: 1em;
}

 #productSalesStatsTable, #nutritionReportTable, #allergenReportTable{
    margin-top: 1em;
}


.headerMenuButton{
    position: absolute !important;
    top: 0em !important;
    height: 3.1em;
    padding: 0.7em 0 !important;
    left: 0.0em !important;
    width: 6em;
}

.headerMenuButton i{
    float:none;
}

.headerBasketIcon{
    position: absolute !important;
    top: 0em !important;
    height: 3.1em;
    padding: .7em 0 !important;
    right: 0em !important;
    width: 5em;
    padding-right: 1em !important;
    text-align: right !important;
    line-height: 3em !important;
}
.headerBasketIcon i{
    float:none;
}


.headerBackIcon{
    position: absolute !important;
    top: 0em !important;
    height: 3.1em;
    padding: 0.7em 0 !important;
    left: 0.0em !important;
    width: 5em;
    padding-right: 1em !important;
    text-align: right !important;
    line-height: 3em !important;
}

.headerBackIcon i{
    line-height: 1.5;
}


.headerSubmitIcon{
    position: absolute !important;
    top: 0em !important;
    height: 3.1em;
    padding: 0.7em 0 !important;
    right: 0.0em !important;
    width: 5em;
    padding-right: 1em !important;
    padding-left: 1em !important;
    text-align: left !important;
    line-height: 3em !important;
}

.headerSubmitIcon i{
    position: absolute;
    top: 0.30em;
    right: 0.0em;
}

.headerButton{
    margin: 0.25em !important;
}

.headerAccountButton{
    position: absolute !important;
    top: 0em !important;
    height: 3.1em;
    right: 0.0em !important;
    width: 5em;
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
    text-align: left !important;
    line-height: 3em !important;
}


.headerAccountButton i{
    float:none;
    padding:  0 0.75em;
}

#companyRow1{
    padding: 0.5em;
}

#companyTable td{
    text-align: center;
}

#companyTable img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    max-width: 220px;
    width: 100%;
}

#companyRow2{
    padding: 0.5em;
}

#companyRow3{
    padding: 0.5em;
    text-align: center !important;
}


.prodPagePrevButton, .prodPageNextButton{
    margin: 0px;
    float: left;
    background-color: #fff !important;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.05) !important;
}

#entryPageLabel{
    margin: 0px;
    float: left;
}

.controlgroup-textinput{
    width: calc(55% - 8.4em);
    margin: 0px;
    float: left;
}

.ui-header .ui-title, .ui-footer .ui-title{
    margin: 0 5em !important;
}


.customerOrderMessage{
    font-weight: bold;
    color: #B00020;
}

.loadingGIF{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100px;
}

#productPopupDiv{
    height: 300px;
}


.mainButtonsDiv{
    margin-bottom: 0.5em;
}

.mainButtonsDiv td{
    padding: 0.25em 0.5em !important;
}

.companyMessageTableDiv{
    margin-left: -1em;
    margin-right: -1em;
    margin-bottom: -1em;
    margin-top: 1em;
    
    /*border-top: 1px solid rgb(84, 121, 182) !important;*/
    background-color: #FFF;
    
}

#companyTable, #enquiryProductsTable{
    table-layout: fixed;
    border-spacing: 0.5em !important;
    border-collapse: separate;
}

#companyTable tbody td{
    border-top: 1px solid rgba(84, 121, 182, 0.4) !important;
    border-left: 1px solid rgba(84, 121, 182, 0.4) !important;
    border-right: 1px solid rgba(84, 121, 182, 0.4) !important;
    border-bottom: 1px solid rgba(84, 121, 182, 0.4) !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.26);
    border-radius: 0.2em;
}

.companyMarquee{
    border-top: 2px solid rgb(84, 121, 182) !important;
    border-bottom: 2px solid rgb(84, 121, 182) !important;
    background-color: #203a5a;
    color: #fff;
    /*font-weight: bold;*/
}

.ui-collapsible-heading{
    background-color: #FFF;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ui-collapsible-heading-collapsed{
    background-color: rgb(247, 247, 247) !important;
}

.ui-collapsible-inset, .ui-collapsible-set{
    margin: 0 !important;
    padding: 0 0 1em 0 !important;
}

.pageTitle {
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 0.5em;
    /*margin-bottom: 1em;*/
    /*float: none;*/
    overflow: hidden;
}

.pageTitle i {
    /*margin-top: 0.25em;*/
    padding-right: 0.5em;
    /*float: left;*/
    /*border-right: 2px solid #afafaf;*/
    vertical-align: middle;
}

.pageTitle label {
    /*float: left;*/
    font-weight: bold;
    margin: 0 !important;
    padding-left: 0.5em;
    /*padding-bottom: 0.5em;*/
    line-height: 2;
    font-size: 18px !important;
    /*border: 1px solid rgba(0, 0, 0, 0.14);*/
    border-left: 4px solid rgba(0, 0, 0, 0.14);
    background-color: #fff;
    text-transform: capitalize;    border-radius: 4px;
}


.miniTitle {
    font-weight: bold;
    /*float: none;*/
    overflow: hidden;
}

.miniTitle i {
    padding-right: 0.5em;
    vertical-align: middle;
}

.miniTitle label {
    font-weight: bold;
    margin: 0;
    line-height: 2;
    font-size: 18px !important;
    
    padding-left: 0.5em;
    background-color: rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgba(0, 0, 0, 0.14);
    text-transform: capitalize;
    border-radius: 4px;
}


.lightBorder{
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.lightBorderTop{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.lightBorderWhite{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lightBorderTopWhite{
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.heavyBorder{
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.heavyBorderWhite{
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.heavyBorderTop{
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.heavyBorderTopWhite{
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}





.ui-collapsible-content{
   background-color: #f9f9f9 !important;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(0,0,0,0.1);
}

.ui-collapsible-content div{
/*    border-left-width: 0 !important;
    border-right-width: 0 !important;*/
}

.categoryHeader, .categoryHeaderAlt{
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}

#templateOrdersList .ui-collapsible-heading-toggle{
    border-top-color: #ef7752 !important
}

#productSalesPage .ui-collapsible-heading-toggle, #allergenReportPage .ui-collapsible-heading-toggle,  #nutritionReportPage .ui-collapsible-heading-toggle{
    border-top-color: hsl(122, 23%, 59%) !important
}

#productSalesStatsTable h2 a{
    color: #3c3c3c;
    /*text-shadow: 0 1px 0 #505050;*/
}

#productSalesStatsTable h3 a{
    color: #3c3c3c;
    /*text-shadow: 0 1px 0 #505050;*/
}





.prodStatsTotal{
    /*float: right;*/
    font-weight: normal;
}

.mainPageCarousel{
    /*padding-top: 1em;*/
    margin-left: -1em;
    margin-right: -1em;
    /*background-color: #fff;*/
}
.mainPageCarousel img{
    width: 100%;
    margin: auto;
    max-width: 600px;
}

.mainPageCarousel h3, .mainPageCarousel span{
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin: 0px;
}

#mainPageAnnoucement{
    margin-left: -1em;
    margin-right: -1em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.5em;
}




.importantLabel{
    padding-left: 1em;
    border: 1px solid #ffdfd5;
    border-left: 4px solid #ff5722;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.05); 
    margin: 0 !important;
    border-radius: 4px;
}

.mainPageAnnouncementContainer{
    background-color: hsl(212, 39%, 44%);
}

.mainPageAnnouncementContainer .contentWrap{
    padding: 0;
}

.mainPageAnnouncementContainer .importantLabel{
    /* margin-top: 0.5em; */
    font-weight: bold;
    text-transform:initial;
    color: #fff;
    background-color: #435f7c;
    border-color: #d1d5dc;
    text-shadow: 0 1px 2px hsla(212, 53%, 27%, 1) !important;
    border: 0;
    /*border-right: 2px solid #d1d5dc;*/
}

.mainPageAnnouncementContainer .importantLabel i{
/*   animation-duration: 1600ms;
   animation-name: AnnouncementIconBlink;
   animation-iteration-count: infinite;
   animation-direction: alternate;*/
    color: hsl(14, 83%, 63%) !important;
}

.orderTimeRemaining {
    margin: 0;
    padding-top: 0.5em;
}
.orderTimeRemaining .importantLabel{
    /* margin-top: 0.5em; */
    font-weight: bold;
    text-transform:initial;
    border-color: hsla(0, 72%, 59%, 1);
    text-shadow: 0 1px 2px rgba(0,0,0,0) !important;
    border-right: 1px solid #d1d5dc;
}

.orderTimeRemaining .importantLabel i{
    color: hsla(0, 72%, 59%, 1)!important;
}

.orderTimeRemaining .importantLabel span{
    color: hsla(0, 72%, 59%, 1)!important;
}


@keyframes AnnouncementIconBlink {
   from {
      color: rgba(255, 87, 34, 1);
   }
   to {
      color: #d1d5dc;
   }
 }
 

footer{
/*    position: absolute;
    bottom: 0px;
    margin-top: 1em;*/
}

#mainPageFooter{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #e7ebec;
    color: #5f6368;
    /*margin-top: calc(100% - 245px);*/
}

#mainPageFooter p{
    margin: 0px;
}

.accreditationFooter{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.accreditationFooter table{
    width: 100%;
    text-align: center;
}

#faqContainer h3{
    text-transform: initial;
}

p {
    color: #5f6368;
    line-height: 2;
    font-size: 16px;
    text-transform: initial;
}

#FAQ p{
    font-size: 16px;
    color: #494c51;
}

#mainPage{
    /*background-color: #fff;*/
}


#userAccountDeliveryDayTable tbody td i{
    text-align: right;
}

.accountDeliveryTable{
    /*background-color: #e6e6e6;*/
}

.accountDeliveryTableAlt{
    background-color: #efefef;
}

.deliveryDayTrue i{
    color: #4CAF50;
}

.deliveryDayFalse i{
    color: #B00020;
}


#mainPageOffersTable {
    border-spacing: 1.5em !important;
}

#mainPageOffersTable td{
    padding: 0px;
    margin-bottom: 1em;
}

#mainPageOffersTable td div{
    /*max-width: 300px;*/
    margin: auto;
}


#mainPageOffersTable img{
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.mainPageOffersTableImageDiv{
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.05);
}

.mainPageOffersText{
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.05); 
}

.mainPageOffersText h4{
    margin: 0em;
    padding: 0.5em;
}

.mainPageOffersText p{
    color: #5f5f5f;
    margin: 0em;
    padding: 0.5em;
}

.card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card:hover {
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}

.edgeMargin{
    margin-left: -1em;
    margin-right: -1em;
}

.standardPadding{
    padding: 1em;
}

.whiteBG{
    background-color: #fff !important;
}

.rightAlign{
    text-align: right !important;
}

.centerAlign{
    text-align: center !important;
}

.leftAlign{
    text-align: left !important;
}

.ui-icon-arrow-r:after { 
    background: url("../img/General/Icon/baseline-arrow_right-24px.svg") no-repeat !important; background-size: 12px 12px;background-position: center center;
}
.ui-icon-arrow-d:after { 
    background: url("../img/General/Icon/baseline-arrow_drop_down-24px.svg") no-repeat !important; background-size: 12px 12px;background-position: center center;
}

.ui-icon-plus:after { 
    background: url("../img/General/Icon/plus.svg") no-repeat !important; background-size: 12px 12px;background-position: center center;
}
.ui-icon-minus:after { 
    background: url("../img/General/Icon/minus.svg") no-repeat !important; background-size: 12px 12px;background-position: center center;
}

.linethrough{
    text-decoration: line-through;
}

.buttonLabel{
    margin-top: 0.25em; 
}


.table-stroke tbody th, .table-stroke tbody td{
    border-bottom: 0px solid rgba(0,0,0,0.05) !important; 
}

.ui-shadow-inset {
    box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 0%, 0.00) !important;
}



.selectButton{
    color: #4990e2 !important;
    /*border-color: #4990e2 !important;*/
}

.selectButton i{
    color: #4990e2;
}

.infoButton{
    color: hsla(212, 90%, 59%, 1) !important;
    border-color: hsl(212, 73%, 59%) !important;
    background-color: hsla(212, 75%, 55%, 0.15) !important;
}

.infoButton i{
    color: #4990e2;
    padding: 0;
}

.iconOnly i{
    vertical-align: middle;
    float: inherit;
    margin: 0;
}

.favouritesButton{
    color: #e91e63 !important;
    border-color: #e91e63 !important;
    background-color: hsla(340, 85%, 58%, 0.05) !important;
}

.addFavouriteButton{
    border-color: hsl(340, 82%, 52%) !important;
    background-color: hsla(0, 0%, 47%, 0.05) !important;
}

.addFavouriteButton i{
    vertical-align: middle;
    float: inherit;
    margin: 0;
    padding: 0;
}

.removeFavouriteButton{
    text-shadow: 0 1px 2px #525252 !important;
    background-color: hsla(340, 85%, 58%, 0.05) !important;
    border-color: hsl(340, 82%, 52%) !important;
}

.removeFavouriteButton i{
    color: hsla(340, 85%, 58%, 1) !important;
    vertical-align: middle;
    float: inherit;
    margin: 0;
    padding: 0;
}


.addButton{
    color: hsla(212, 50%, 95%, 1) !important;
    text-shadow: 0 1px 2px hsla(212, 53%, 27%, 1) !important;
    background-color: hsla(212, 53%, 59%, 1) !important;
}

.addButton i{
    color: hsla(212, 71%, 95%, 1) !important;
}

.removeButton{
    color: hsla(0, 90%, 95%, 1) !important;
    text-shadow: 0 1px 2px hsla(0, 50%, 10%, 1) !important;
    background-color: hsla(0, 72%, 59%, 1)!important;
}

.removeButton i{
    color: hsla(0, 75%, 95%, 1);
}

.editButton{
    color: hsla(252, 90%, 95%, 1) !important;
    text-shadow: 0 1px 2px hsla(0, 50%, 10%, 1) !important;
    background-color: hsl(263, 72%, 59%) !important;
}

.editButton i{
    color: hsla(252, 75%, 95%, 1);
}



.ui-tab{
    background-color: #fff;
}

.ui-tab a{
    border-top: 4px solid rgba(0, 0, 0, 0.15) !important
}

.ui-tabs-active a{
    border-top: 4px solid #ff5722 !important;
    background-color: #fff !important;
    color: #333 !important;
    text-shadow: 0 1px 2px hsla(0, 0%, 0%, 0) !important;
}

#nutritionReportTable .ui-tabs-active a, #allergenReportTable .ui-tabs-active a{
    border-top-color: #7eaf80 !important;
}


button label{
    margin: 0.25em .4em !important;
}

.material-icons{
    color: #545454;
}

.BKELabel{
    line-height: 3;
}

#productSalesPickerFrom, #productSalesPickerTo, #allergenReportPickerFrom, #allergenReportPickerTo, #nutritionReportPickerFrom, #nutritionReportPickerTo{
    padding: 10px;
}

#accountCompanyName{
    font-weight: bold;
}

.faded{
    color: #5d5d5d;
}

#trackOrderReference{
    color: #5d5d5d;
    text-transform: initial;
}


.ui-table-reflow tbody td .ui-table-cell-label, .ui-table-reflow thead th .ui-table-cell-label{
    font-weight: initial;
    float: left;
    text-align: left;
}

.ui-table-reflow tfoot td .ui-table-cell-label{
    display: none;
}


#orderEntryReferenceTable thead th,  #orderEntrySearchDetailsTable thead th, #currentTotalsTable thead th, #currentOrderReferenceTable thead th {
    font-weight: initial;
}

#orderEntryReferenceTable tbody td,  #orderEntrySearchDetailsTable tbody td, #currentTotalsTable tbody td, #currentOrderReferenceTable tbody td{
    font-weight: bold;
}

.ui-input-has-clear{
    background-color: #fff !important;
}

.ui-shadow-inset{
    box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 0%, 0.05) !important;
}

#selectEachProdPrice, #selectKiloProdPrice, #selectEachProdPrice{
    /*text-shadow: 0 1px 2px #b9b9b9;*/
}

#productSalesDateRange thead th{
    padding: 0px;
}

#companyHomeTable {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.05);
}

#companyHomeTable img{
    max-width: 100%;
    width: 400px;
    display: block;
    margin: auto;
}

#companyHomeTable tbody td{
    display: table-cell;
    vertical-align: middle;
}

#companyHomeTable tbody td h2{
    padding: 2em;
    text-align: center;
    text-transform: initial;
}

#companyHomeText {
    background-color: hsl(212, 39%, 44%);
    color: #fff;
    text-shadow: 0 1px 2px hsl(0, 0%, 32%) !important;
}


#companyHomeLogo{
    padding: 2em;
}



#productDescriptionTable tbody td{
    text-align: left;
}


#entrySearchFilters{
    padding: 0.5em 0 !important;
}




#entrySearchFilters h5 .pageTitle{
    padding: 0;
}

#entrySearchFilters h5 .pageTitle i{
    border: 0;
}


#entrySearchFilters h5 label{
    margin: 0;
    line-height: 3;
}


.buttonSpanRight{
    background-color: #f7f7f7;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    float: right;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.23);
    padding: 0.2em;
}

.buttonSpanLeft{
    background-color: #f7f7f7;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    float: left;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.23);
    padding: 0.2em;
}


.ui-table{
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.ui-table thead th{
    text-align: center;
}


.headerBarCustom{
    height: 100%;
    line-height: 4em;
    max-width: 160px;
    margin: 0px;
    float: left;
    margin: 0;
    padding: 0 0.5em 0 0 !important;
}

.headerBarLogo{
    max-height: calc(100% - 1.2em);
    max-width: 100%; 
    vertical-align: middle;
}

.headerLogo{
    max-height: calc(100% - 2px);
    max-width: 100%;
    vertical-align: middle;
}

.mobileHeader {
    display: none;
}

.desktopButton{
    margin-right: 1em;
    float: left;
    height: calc(4em - 2px);
    padding: 0 0.25em;
    color: #fff;
    border-bottom: 2px solid rgb(47, 83, 123);
    float: left;
    text-shadow: 0 1px 0 #111 !important;
    text-align: left;
    text-shadow: 0 0px 0 #fff0;
    /*background-color: #fff;*/
    
    -webkit-transition : border 300ms ease-out;
    -moz-transition : border 300ms ease-out;
    -o-transition : border 300ms ease-out;
    transition : border 300ms ease-out;
}

.desktopSubButton{
    height: calc(3em - 2px) !important;
    padding: 0 0.1em;
}

#openPendingOrdersPage label{
    font-weight: bold;
}

.desktopButton:hover{
    /*box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.1);*/
}

.desktopButton i{
    color: hsla(212, 70%, 92%, 1);
}

.desktopButton label{
    line-height: 4;
    margin: 0 !important;
    font-weight: normal;
    text-transform: capitalize;
}

.desktopSubButton label{
    line-height: 3 !important;
    font-weight: normal !important;
}

.desktopButton label i{
    vertical-align: middle;
}

.desktopButtonRight{
    float: right;
}

.desktopButtonIconOnly{
    width: 58px;
    float: right;
    padding: 0px;
}

.desktopButtonIconOnly:hover {
    background-color: hsla(221, 21%, 50%, 1);
    color: #fff;
    border-color: #d1d5dc;
    text-shadow: 0 1px 2px hsla(212, 53%, 27%, 1) !important;
}

.desktopButtonIconOnly label{
    text-align: center;
}

.desktopButtonIconOnly i{
    font-size: 24px;
}

.desktopButtonIconOnly:hover{
    background-color: hsla(221, 21%, 50%, 1);
    /*border-radius: 50%;*/
    color: #fff;
}

.desktopButtonIconOnly:hover label i {
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.4), 0px 6px 13px rgba(0,0,0,0.1), 0px 12px 23px rgba(0,0,0,0.1);
}

.desktopContainer #mainPageButton{
    float: left;
}

.desktopInterface:hover{
    border-color: rgba(255, 255, 255, 0.6);
}

.desktopSales:hover{
    border-color: rgba(255, 87, 34, 1);
}

.desktopSalesSelected{
    border-color: rgba(255, 87, 34, 1);
    
    border-bottom: 2px solid rgba(255, 87, 34, 1) !important;
}

.desktopSalesSelected label{
    font-weight: bold !important;
}

.desktopSalesSelected i{
    color: hsl(14, 83%, 63%) !important;
}

.desktopAccounts:hover{
    border-color: rgba(33, 150, 243, 1);
}
.desktopAccountsSelected{
    border-color: rgba(33, 150, 243, 1);
    font-weight: bold !important;
    border-bottom: 2px solid rgba(33, 150, 243, 1) !important;
}
.desktopAccountsSelected label{
    font-weight: bold !important;
}
.desktopAccountsSelected i{
    color: hsla(207, 49%, 52%, 1) !important;
}


.desktopStats:hover{
    border-color: rgba(76, 175, 80, 1.0);
}

.desktopStatsSelected{
    border-color: rgba(76, 175, 80, 1.0);
    font-weight: bold !important;
    border-bottom: 2px solid rgba(76, 175, 80, 1.0) !important;
}

.desktopStatsSelected label{
    font-weight: bold !important;
}

.desktopStatsSelected i{
    color: hsla(122, 23%, 59%, 1) !important;
}


.noPad thead th, .noPad tbody td {
    padding: 0 !important;
}

.verticalPad thead th, .verticalPad tbody td {
    padding: 0.2em 0 !important;
}

.horizontalPad thead th, .horizontalPad tbody td {
    padding: 0 0.2em !important;
}

#entryProdGroupsTable thead th, #entryProdCatsTable thead th{
    padding: 0 !important;
}

.contentWrap{
    max-width: 980px;
    margin: auto !important;
    padding: 0 10px;
    /*max-width: 1160px;*/
    /*max-width: 721px;*/
}

#userAccountInfoTable tbody td{
    text-align: left;
}

.lightTable{
   border-collapse: separate;
   border-spacing: 0;
   font-size: 16px;
   text-transform: initial;
}

.lightTable th, td{
    padding: 12px 15px;
    border: 0;
    vertical-align: middle !important;
}

.lightTable th:first-child, td:first-child{
  padding-left: 15px;
}

.lightTable thead th {
    font-weight: normal !important;
    color: hsla(200, 8%, 33%, 1) !important;
}

/*WHITE BACKGROUNDS ONLY -- optional*/
.lightTable tbody tr:nth-child(even){
  background-color: #fafcfd; 
}

/*OFF WHITE BG -- Default*/
.lightTable tbody tr:nth-child(odd){
  background-color: #fff; 
}

.lightTable tbody tr td {
    border-bottom: 1px solid #f0f4f7;
}

.lightTable tbody tr:first-child > td {
    border-top: 1px solid #f0f4f7;
}

.lightTable tbody tr:last-child > td {
    border-bottom: 1px solid #f0f4f7;
}

.lightTable tbody tr:first-child > td:first-child {
    border-top-left-radius: 4px !important;
}

.lightTable tbody tr:first-child > td:last-child {
    border-top-right-radius: 4px !important;
}

.lightTable tbody tr:last-child > td:first-child {
    border-bottom-left-radius: 4px !important;
}

.lightTable tbody tr:last-child > td:last-child {
    border-bottom-right-radius: 4px !important;
}

.lightTable tbody tr > td:first-child {
    border-left: 1px solid #f0f4f7;
}

.lightTable tbody tr > td:last-child {
    border-right: 1px solid #f0f4f7;
}

.lightTable tbody tr:hover{
    background-color: hsla(200, 76%, 96%, 1);
}

.lightTable tbody tr:hover td{
    border-left-color:  hsl(210, 14%, 85%) !important;;
}

.lightTable tfoot tr{
    /*background-color: #f9f9f9;*/
}

.lightTable tbody td{
    /*border-color: hsl(213, 18%, 88%) !important;*/
    border-color: rgba(0, 0, 0, 0.14) !important;
}


/*#f9fcff*/

#catAllProducts tbody tr:nth-child(4n), #currentOrderTable tbody tr:nth-child(4n - 1){
    /*background-color: hsla(210, 14%, 96%, 1);*/
}

#catAllProducts .entryOrderRow td, #currentOrderTable .entryOrderRow td{
    /*border-top: 2px solid rgb(255, 87, 34) !important;*/
    padding: 0;
}

#catAllProducts .pastCutoffRow td, #currentOrderTable .pastCutoffRow td{
    /*border-top: 2px solid rgba(115, 115, 115, 0.93) !important;*/
        background-color: #e8e8e8;
}


#catAllProducts tbody tr:hover, #currentOrderTable tbody tr:hover{
    background-color: hsla(200, 76%, 96%, 1);
}

#catAllProducts tbody tr:hover td, #currentOrderTable tbody tr:hover td{
    border-left-color:  hsl(210, 14%, 85%) !important;;
}

/*#currentOrderTable .entryOrderRow td:not(:last-child){
    border-bottom: 0 !important;
}*/

#currentOrderTable .productValueRow td{
/*    border-top: 0;
    border-right: 0 !important;*/
    /*background-color: #fff;*/
}

.ui-focus{
    border: 2px solid #5f93ce !important;
}

.card{
    padding: 32px;
    border: 1px solid #e5e8ed;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(3,27,78,.06);
    transition: box-shadow .25s linear;
    max-width: 600px;
    margin: auto;
    background-color: #fff;
}

.card:hover{
    box-shadow: 0 10px 20px rgba(3,27,78,.1);
}

.mobileHide{
    display: block;
}

.tooltip-btn{
    border: 0 !important;
    margin: 0 !important;
}

.tooltip-content{
    padding: 0 1em;
}


.productRemainingTime {
    letter-spacing: 1px;
    text-transform: initial;
    border-bottom: 2px solid hsla(14, 100%, 57%, 0.2);
}

.productRemainingTime b{
    color: #ff5722;
}    


.productPastCutoffTime {
    letter-spacing: 1px;
    text-transform: initial;
    border-bottom: 2px solid hsla(14, 100%, 57%, 0.2);
}

.productPastCutoffTime b{
    color: #ff2222;
}   

.countryOfOrigin{
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin: 0px;
}

.footerDesktop{
    display: table-row;
}

.footerLabelMobile{
    display: none;
    float: left;
}



#catAllProducts .addProdNotification td, #productAddtionalProductTable .addProdNotification td{
    border-left: 4px solid #8dc039 !important;
}

.entryOrderRow{
    padding: 0;
}


.prodViewContainer{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.prodViewCell{
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.prodViewSmallCell{
    width: 80px;
}

.prodViewMediumCell{
    width: 150px;
}

.prodViewCell10{
    width: 10%
}
    
.prodViewCell20{
    width: 20%
}

.prodViewCell40{
    width: 40%
}

.prodViewCell60{
    width: 60%
}

.prodViewCell80{
    width: 80%
}

.prodEditOptions{
    display: none;
}




.prodViewWrapper{
    width: 100%;
    height: 100%;
    position: relative;
}

.addProdNotification{
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: calc(100% - 2px); /* Full width (cover the whole page) */
    height: calc(100% - 2px); /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    
    background-color: rgba(255, 255, 255, 0.75); 
    border: 2px solid hsla(83, 54%, 40%, 1) !important;
    border-radius: 4px;
    text-align: center;
    color: hsla(83, 54%, 40%, 1) !important;
            
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.addProdNotification div{
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.addProdNotification label{
    font-size: 2em !important;
    color: hsla(83, 54%, 40%, 1) !important;
}


.addProdNotification label i{
    font-size: 2em !important;
    color: hsla(83, 54%, 40%, 1) !important;
}



#catAllProducts td div .ui-controlgroup-controls{
    display: flex;
}
    
#catAllProducts, #currentOrderTable{
    border-spacing: 0 8px !important;
}

#catAllProducts tbody tr td , #currentOrderTable tbody tr td {
    border-top: 1px solid #f0f4f7;
    border-bottom: 1px solid #f0f4f7;
    border-radius: 4px !important;
}

    
.company_home_banner{
    line-height: 0;
    overflow-y: hidden;
}
    
.company_home_banner img{
    height: 100%;
    width: 100%;
}


.voidOrderDiv{
    border-top: 2px solid rgba(0, 0, 0, 0.15);
    margin-top: 1em !important;
}

#voidOrderButton{
    margin-top: 1em;
}

.entryPageSelectionContainer{
    display: none;
}


#entryProdNutrition1 tr td:first-child, #entryProdNutrition2 tr td:first-child, #entryProdNutrition3 tr td:first-child, #entryProdNutrition4 tr td:first-child{
    text-align: left;
}

@media screen and (max-width: 760px){
    
    .page{
        margin-top: 0em !important;
    }
    
    /*    
    .ui-content{
        margin-top: 4em;
    }
   */
    
   .contentWrap table{
        /*margin: 0 -10px !important;*/
        width: calc(100% + 20px);
    }
    
    #catAllProducts .entryOrderRow td, #currentOrderTable .entryOrderRow td{
        border-top: 0 !important;
    }

    #menuPanel{
        display: block;
    }

    .mobileHeader {
        display: block;
    }
    
    .desktopHeader{
        display: none;
    }
    
    .sticky{
        display: none !important;
    }
    
    .headerBarCustom{
        margin: auto;
        max-width: initial;
        float: none;
        border-right: 0px solid rgba(0,0,0, 0);
    }

    
    .mobileHide{
        display: none;
    }
    
    .mobileNoMargin{
        margin: 0;
    }
   
    .lightTable tbody tr td:first-child {
        border-top: 2px solid #3890f5 !important;
    }
    
    .lightTable tbody .trackOrderRowComment{
        background-color: #e8f3ff !important;
    }
    .lightTable tbody .trackOrderRowComment td{
        border-top: 0 !important;
    }
    
    
    .lightTable tbody tr:first-child > td:first-child {
        border-top-left-radius: 0px !important;
    }

    .lightTable tbody tr:first-child > td:last-child {
        border-top-right-radius: 0px !important;
    }

    .lightTable tbody tr:last-child > td:first-child {
        border-bottom-left-radius: 0px !important;
    }

    .lightTable tbody tr:last-child > td:last-child {
        border-bottom-right-radius: 0px !important;
    }
    
    .lightTable tbody tr td{
        border-left: 1px solid #f0f4f7 !important;
        border-right: 1px solid #f0f4f7 !important;
    }
    
    
    .lightTable tbody tr:hover td{
        border-left-color: rgba(0,0,0,0) !important;
    }
    
    
    #catAllProducts tbody tr td:first-child, #currentOrderTable tbody tr td:first-child{
        border-top: 0px solid #3890f5 !important;
    }    
    
    #catAllProducts tbody tr:nth-child(2n + 1) td, #currentOrderTable tbody tr:nth-child(2n + 1) td{
        border-top: 0px solid #3890f5 !important;
    }
    
    #catAllProducts .entryOrderRow td:nth-child(1), #currentOrderTable .entryOrderRow td:nth-child(1){
        border-top: 2px solid rgb(255, 87, 34) !important
    }
    
    .contentWrap table{
        max-width: 100%
    }
    
    .prodViewCell{
        display: list-item;
        text-align: center;
    }
   
    .prodViewSmallCell{
        width: auto
    }

    .prodViewMediumCell{
        width: auto;
    }
    
    .prodViewCell10{
        width: auto
    }
    
    .prodViewCell20{
        width: auto
    }

    .prodViewCell40{
        width: auto
    }
    
    .prodViewCell60{
        width: auto
    }
    
    .prodViewCell80{
        width: auto;
    }
    
    .footerDesktop{
        display: none;
    }
    
    .footerLabelMobile{
        display: block;
    }
    
    .orderTimeRemaining {
        margin: 0 -10px;
    }
}
