.blackCloseButtonClass, .whiteCloseButtonClass, .saveCls, .plusBtnCls, .menuBtnCls, .arrowRightCls, .arrowLeftCls, .recipeCls, .locationCls{
    display: inline-block;
    background-image: url(../images/close-black.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;;
    border-style: solid;
    border-color: white;
    border-width:3px;
    position:absolute;
    cursor: pointer;
}
  
@keyframes example  {
  0% {border-width: 1px;}
  10% {border-width: 2px;}
  20% {border-width: 4px;}
  30% {border-width: 6px;}
  40% {border-width: 8px;}
  50% {border-width: 10px;}
  60% {border-width: 8px;}
  70% {border-width: 6px;}
  80% {border-width: 4px;}
  100% {border-width: 2px;}
}
.onlineDotCls, .offlineDotCls {
  background-color:  lightgray; 
  width: 25px; 
  text-align: middle; 
  border-radius: 50%; 
  margin-right: 8px;
  border-style: solid; 
  border-width: 14px;
  border-color: green;
  display: inline-block; 
  height: 25px; 
}

.offlineDotCls {
  animation-name: example;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  border-color: red;
}

.innerDataInfoContainer{
    display: inline-block; 
    vertical-align: top;
    width: 49%;
}
.roundTxtCls{
    border-radius: 50%;;
    border-style: solid;
    border-color: white;
    border-width:3px;
    cursor: pointer;
    display: inline-block;
    border-color: black;
}
.menuBtnCls{
    background-image: url(../images/menu.png);
    background-size: 90%;
    position: static;
    border-color: black;
}
.saveCls{
    background-image: url(../images/save.png);
    background-size: 60%;
    position: static;
    border-color: black;
}
.recipeCls{
    background-image: url(../images/recipe_black.png);
    background-size: 70%;
    position: static;
    border-color: black;
}
.plusBtnCls{
    background-image: url(../images/plus.png);
    background-size: 70%;
    position: static;
    border-color: black; 
}
.priceInfoReadOnly{
    width: 5em; 
    display: inline-block; 
    padding: 5px; 
    background-color: rgb(200, 200,200);
}

.dataInfoContainer{
    padding: 10px;
}
.whiteCloseButtonClass{
    background-image: url(../images/close-white.png);
    border-color: black;
}
.arrowRightCls{
    background-image: url(../images/arrow-right.png);
    border-color: black;
}
.arrowLeftCls{
    background-image: url(../images/arrow-left.png);
    border-color: black;
}
#popChk{
    border-right-style: ridge;
    border-top-style: ridge;
    border-color: darkgray;
    border-width: 3px;
    display: inline-block;
    padding: .6em;
    background-color: rgb(200, 200, 200);
}
.popUpInfo{
    background-color: lightgray; 
    color: black;
    position: absolute;
    z-index: 100000;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 5px;
    display: none;
    overflow: auto;
}

#maxSizePhoto{
    display: none;
}
.lstCatHold{
    position:relative;
    height: 1.6em;
    margin-left: .5em;
    margin-right: .5em;
    text-align: center;
    padding-top: .5em;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.catInfoCls{
    height: 3em;
    width: 2em;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
}
.catIconCls, .lstCatIconCls{
    height: 2em;
    margin-top:.2em;
    width: 2em;
    background-size:     contain;                     
    background-repeat:   no-repeat;
    background-position: center center; 
    margin-left: 1.5em;
    cursor: pointer;
    display: none;
}
.catBaseCls{
    background-image: url(/images/base_white.png);
}
#recipeListTools, #recipeImpTools{
    position:absolute;
    display: none;
    bottom:0em;
    height:2.5em;
    left: 0;
    right: 3em;
    display: none;
    white-space: nowrap;
    text-align: center;
}
.editClassBtn{
    cursor: pointer;
    bottom:0;
    width:2.5em;
    height:2em;
    margin-left:1em;
    margin-top: .25em;
    display:inline-block;
    background-image: url(images/edit_white.png);
    background-position: center;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}


#selTemps, #selWeights{  
    background-image:url(images/therm_ph.png);
    cursor: pointer;
    bottom:0;
    width:2.5em;
    height:2em;
    margin-left:1em;
    margin-top: .25em;
    display:inline-block;
    background-position: center;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
#selWeights{     
    background-image:url(images/scale_ph.png);
}

.rotLCls, .rotRCls{
    position:absolute;
    display: inline-block;
    bottom:.5em;
    right: calc(50% - 4px);
    width:2em;
    height:2em;
    cursor: pointer;
    background-color:rgb(30, 30, 30);
    text-align:center;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    border-color: black;
    background-image: url(../images/rotate-l-white.png);
    background-repeat:no-repeat;
    background-size: 30%;
    background-position:center;
}
.rotRCls{
    right:auto;
    left: calc(50% + 4px);
    background-image: url(../images/rotate-r-white.png);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.recipeRecipeSearch, .recipeRecipeSearchNoHlp{
    width: calc(100% - 8.5em);
    position: absolute;
    left:8em;
    height:100%;
    background-image: url(images/Search.png);
    background-position: left;
    background-size: 2em 100%;
    background-repeat: no-repeat;
    padding-left:2.5em;
}
.recipeRecipeSearchNoHlp{
    width: calc(100% - 5.5em);
    left: 5em;
}
.recipeListClass{
    text-align: center;
    padding: .8em;
}
.recipeHoldNameEditCls, .recipeHoldNameCls{
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    font-size: x-large;
}
.reloadButton{
    background-image:url(/images/refreshWhite.png);
    width:2.5em;
    height: 90%;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle; 
}
#viewOptions{
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    height: 1.9em; 
    text-align: center;
    display: none;
}
/*dialog box*/
.popUpFlexFlxBox{
    display: flex;
    z-index:80000;
    align-items: center;
    justify-content: center;
    text-align: center;
    position:absolute;
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0;
    background: rgba(0, 0, 0, .1);
}  

.popUpContainerClass{
    z-index: 80000; 
    background-color: rgba(0, 0, 0, .7); 
    display: none;    
    align-items: center;
    justify-content: center;
    text-align: center;
    position:fixed;
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0;
}
.flexPopupInnerCls{
    margin: 20px; 
    background-color: white;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    border-style: solid; 
    border-color: black; 
    border-width: 3px;
}  
/*END DIALOG*/
.recipeGarbage {
    width: 3em;
    float: right;
}
.methEdit{
    position: absolute;
    bottom: .5em; 
    right: .5em;
    left: .5em;
    top: 3em;
    background-color: rgb(220, 220, 220);
    border-radius: 5px;
    padding: 1em;
    color: black;
}

.editRcpToolBar{
    white-space: nowrap; 
    overflow-y: hidden; 
    overflow-x: auto; 
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: 2em; 
    height: 5.8em; 
    background: linear-gradient(black, grey);
    text-align: center;
}
.editRcpTlsCls{
    height: 100%;
    display: inline-block;
    width: 5em;
    padding: 0;
    vertical-align: top;
}
.editRcpTlsImg{
    height:70%;
    margin-top: 15%;
}

.hrIngCls{
    width: 85%;
    margin-right: 2em;
    float: none;
}
@media screen and (max-width: 800px)
{
    .popUpInfo{
        top: .5em;
        bottom: .5em;
        left: .5em;
        right: .5em;  
    }
}
@media screen and (max-width: 600px)
{

    .editRcpTlsImg{
        height:60%;
        margin-top: 10%;
    }
    .editRcpToolBar{
        height: 3em; 
    }
    .editRcpTlsCls{
        width: 3.3em;
    }
    .flexEdIng{
        width: 100%;
        padding-top: .5em;
        padding-bottom: .5em;
    }
}
#toolsInfo, #searchInfo{
    position: relative;
    height: 100%;
    width: 3em;
}
#toolsInfo{
    height: 2.5em;
    margin-left: .3em;
    display: inline-block;
    vertical-align: top;
}
.marDownCls{
    margin-bottom: 1em; 
}
#recipeEditStuff{
    top: 50%;
    bottom: 0;
}
#innerArticleTools{
    position:absolute;
    bottom:.2em;
    left:0;
    height:2em;
    right:3em;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: black;   
    white-space: nowrap;
    vertical-align: top;
}
.searchCls{
    position:absolute;
    bottom:3.4em;
    height: 2.5em;
    left:0;
    width:100%;
    background-image: url(images/Search.png);
    background-position: left;
    background-size: 1.5em;
    background-repeat: no-repeat;
    padding-left:2em;
}
.reloadCls{
    background-image:url(images/refreshWhite.png);
    background-position: center;
    background-size: 95%;
    background-repeat: no-repeat;
    width:1.5em; 
}
#showLastRcp{
    background-image:url(images/recipe_white.png);
    background-position: center;
    background-size: 95%;
    width:1.5em; 
    opacity: .3;
}
.listToolCls{
    bottom:0;  
    height: 2em;
    display: inline-block;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    padding:0;
    margin-left: .6em;
}
#innerArticleSelUrgency{
    cursor: pointer;
    width:5.2em;
    left:14.5em;
    white-space: nowrap;
    text-align: center;
}
.tempCommentClass{
    background:rgba(255, 255, 255, .4);
    margin-left:1em;
    margin-right:1em;
    margin-top:.5em;
    font-style: italic;
    height: fit-content;
}
.setUrgencyCls{
    width: 1.5em;
    height: 100%;   
    display: inline-block;
}
#searchWrap{
    width: 8em;
    background: blue;
}
#innerArticleSearch{
    background-image: url(images/Search.png);
    background-position: left;
    background-size: 1.5em 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding-left:1.6em;
    vertical-align: top;
}
#listLists{
    width:2.5em;
    background-image:url(/images/list_ph.png);
    background-size: 95%;
}
#innerArticlePopulateList{
    width:2.5em;
    background-image: url(/images/addPhone.png);
    background-size: 80%;
}
#menu{
    cursor: pointer;
    bottom:0;
    width:2.5em;
    height:2em;
    right:0;
    position:absolute;
    background-image: url(/images/menu-alt.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;    
}
#ListHold{
    position: absolute;
    top:1.6em;
    left:0;
    bottom:0;
    right:0;
    overflow:hidden;
    background-color: black;
}
#ListHold > div{
    position:absolute;
    top:0;
    left:0;
    bottom:2.4em;
    right:0;
    overflow-y: auto;
    overflow-x: hidden;
}
#ListHold > div > div{
    display:table;
    width:100%;
    text-align: center;
}
#showPonePrepName{
    display: block;
    top:0;
    height:1.5em;
    width:100%;
    position: absolute;
    overflow: hidden;
    padding:.25em;
    text-align:center;
}
#showPhonePrepDescription{
    background-color: lightgray;
    border-style: solid; 
    border-color: black; 
    border-size: 2px; 
    border-radius: 5px;
    height: 4em;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .5em;
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
}

#prepEditLeft > h4{
    margin-bottom:.1em;
    margin-left:.5em;
}
#popTitle{
    font-size: smaller;
    text-align:center;
    margin-left:3em;
    margin-right: 3em;
}
.parCellHeaderClass{
    display:table-cell;
    vertical-align: bottom;
    padding: .5em;
    padding-top: 0;
}

.parCellClass, .parCellViewClass{
    display: table-cell;
    padding:.5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
}

.parBtmCellClass, .parBtmViewCellClass{
    display: table-cell;
    padding:.5em;
}
.prepListClickBox, .prepListMainBox{
    display:inline-block;
    vertical-align: top;
    width:50%;
    border-style:solid; 
    border-width:1px;
    border-left-width:0px;
    border-color:white;
    padding-top:1em;
    padding-bottom:1em;
    text-align:center;
}
.prepListClickBox{
    width:20%;
    border-left-width:1px;
    border-right-width: 0px;
    background: gray;
}
.smallIconsImages{
    height:2.5em;
    padding-left: 10px;
}
.centerBgPhoto{
    background-size:     contain;                     
    background-repeat:   no-repeat;
    background-position: center center; 
    background-size: 95%;
}

.divNoEdit{
    display: none;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: darkgray;
}
.cellNoEdit{
    width:4em;
    display:none;
    text-align: center;
    vertical-align:middle;
}
.popUpMenuCls{
    position:relative;
    display:table-cell;
    border-radius:1em;
    padding:1em;
    cursor:pointer;
}
.recipeRcpCls{                
    display:inline-block;
    background-color: rgb(30, 30, 30);
    width: 2.5em;
    height: 2.5em;
    margin-right:1em;
    background-image:url('/images/recipe_white.png');    
    background-size:     70%;                     
    background-repeat:   no-repeat;
    background-position: center center; 
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.copyButtonClass
{
    display:inline-block;
    padding:.2em;
    margin-left:1em;
    border-radius:.1em;
    min-height:.6em;
    min-width:.6em;
    margin:.3em;
    cursor:pointer;
    background-image:url('/images/copy_white.png');    
    background-size:     contain;                     
    background-repeat:   no-repeat;
    background-position: center center; 
}


.editButtons{
    color: white;
    font-size: x-large;
    white-space: nowrap;   
    display: inline-block;
    cursor: pointer;
    width:100%;
    padding-top: .5em;
    padding-bottom: .5em;
    background: linear-gradient(black, grey); 
    text-align: center;
    height:.8em;
}
.blackDownArrow, blackUpArrow{
    width:1.4em;
    height: 1.4em;
    border-radius: .7em;
    background-color:white;
    background-image: url(/images/down-blk.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: black;
    border-style: solid;
}
.blackUpArrow{
    background-image: url(/images/up-blk.png);
}

.basicImage{
    background-size:     contain;                     
    background-repeat:   no-repeat;
    background-position: center center; 
}
#parViewOverlay{
    display: none;
    position:fixed;
    background: rgba(0, 0, 0, .5);
    top:0; 
    left:0;
    bottom:0;
    right:0;
    z-index: 70000;
}
#parSetterView{
    border-radius: .5em;
    color:black;
    text-align: center;
    vertical-align: middle;
    transform: translate(0%, -50%);
    position: absolute;
    width:10em;
    top:50%;
    left:5%;
    width:90%;
    max-height: 95%;
    overflow: hidden;
    background-color: lightgray;
}
#maxPhotoDiv{
    background-size:     contain;                     
    background-repeat:   no-repeat;
    background-position: center center; 
    position:absolute;
    top:0; left:0;
    bottom:8em;
    width: 100%;
}
.maxThumbs, .maxThumbsUpload{
    position:relative;
    height:100%;
    width:4.5em;
    bottom:0;
    margin: 10px;
    display:inline-block;
    cursor: pointer;
}
#maxPhotoThumbs{
    position: absolute;
    white-space: nowrap;  
    bottom: 1.8em;
    height:6.1em;
    left: 0;
    right: 0;
    background-color: rgb(30, 30, 30);
}
h3{
    margin:.3em;
}
#addToListOverlay > h3{
    text-align: center;
    font-style: italic;
}

h2, h4{
    text-align: center;
}
#ingInfoOrder{
    display: inline-block;
    padding:.2em;
    margin-left: .5em;
    margin-right: .5em;
}
.orderMinCls, .orderPlusCls{
    display: inline-block;
    width:3em;
    text-align: center;
    background-color: lightgray;
    border-radius: 2px;
    padding: .3em .3em;
    cursor: pointer;
}
.orderMinCls, #ingInfoMin{
    margin-left: 1em;
}
.enterOrderCls{
    display:inline-block;
    width:3em;
    margin-right:.4em;
    background-color:rgba(255, 255, 255, .2);
}
.arrowMoveRCls, .arrowMoveLCls{
    position:absolute;
    display: inline-block;
    bottom:.5em;
    left:1em;
    width:2em;
    height:2em;
    cursor: pointer;
    background-color:white;
    text-align:center;
    border-width: 1px;
    border-radius: 2px;
    border-style: solid;
    border-color: black;
    background-image: url(../images/collapse.png);
    background-repeat:no-repeat;
    background-size: 80% auto;
    background-position:center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.arrowMoveRCls{
    right:1em;
    left: auto;
    background-image: url(../images/expand_right.png);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#priceSetterReset, #priceSetterCloseBtn, #priceSetterCancelBtn {
    bottom:0;width:CALC(100% / 3);left:0%;position:absolute;}
#priceSetterCancelBtn{   
    left:CALC(100% / 3);
}
#priceSetterCloseBtn{
    left:CALC((100% / 3) * 2);
} 

#ingMetricsInfo{
    cursor: pointer;
}

.deleteClass{
    cursor: pointer;
    width:1.5em;
    height:1.5em;
    background-color:white;
    background-image: url(../images/delete_btn.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    display: inline-block;
}
.downArrowClass, .upArrowClass
{
    display:inline-block;
    height:1em;
    width:1em;
    margin:.3em;
    margin-right:.1em;
    margin-left: .5em;
    cursor:pointer;
    background-image:url('../images/up_black.png');
    background-size:     contain;                     
    background-repeat:   no-repeat;
    background-position: center center; 
}
.downArrowClass
{
    margin-right:1em;
    margin-left: .5em;
    background-image:url('../images/down_black.png');
}
#completeList > div, #currentList > div{
    border-bottom-width: 1px;
    border-bottom-color: white;
    border-bottom-style: solid;
    margin-bottom: 1em;
}
#completeList > div > div, #currentList > div > div{
    padding:.5em;
    text-align: center;
    font-size: larger;
}
.linkedComments, .commentsHeader{
    font-style: italic;
    margin-left: 1em;
    margin-bottom: .3em;
}
.linkedComments{
    max-width: 13em;
}
.linkedTable{
    display: table;
    margin-bottom:1.5em;
    cursor: pointer;
}
.itemShowCls{
    font-size: smaller;
    display:inline-block;
    vertical-align:top;
    padding-top:.6em;
}
#ingredReloadListPIck{
    left:calc(100%- 8em);
    right: 6.2em; 
    position:absolute;
    height: 1.8em;
    bottom:2.4em;
}

#linkedSearch{
    position: absolute;
    bottom:2.3em;
    left: 0;
    width:100%;
    height:1.7em;
    background:blue;
}
#linkedSearch > input{
    width:100%;
    height: 100%;
    background-image: url(/images/Search.png);
    background-position: left;
    background-size: 1.5em 1.5em;
    background-repeat: no-repeat;
    padding-left:1.7em;
}
.boxRowCls{
    position:relative;
    display:table-cell;
    border-radius:1em;
    padding:1em;
    cursor:pointer;
    display: block;
}

.greenCls{
    background:linear-gradient(green, rgb(160, 160, 160));
    padding:.5em;
    text-align: center;
}

.noNeedBgCls, .toBepreppedBgCls, .urgentBgCls{
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-left-radius: 15px;
    border-color: black;
}
.toBepreppedBgCls{
    background:linear-gradient(green, #5ded7d);
}
.urgentBgCls{
    background:linear-gradient(red, orange);
}
.noNeedBgCls{
    background: transparent;
    background:linear-gradient(lightgray, white);
}
.editCtrlCls{
    vertical-align: top;
    display:inline-block;
    float:right;
}
.selected{
    background:linear-gradient(rgb(60, 60, 60), rgb(160, 160, 160));
}
.listListNmCls{               
    height:3em;
    display:table-cell;
    vertical-align: middle;
    cursor:pointer;
    color: white;
    font-size: large;
}
.listHeaderCls{
    display:none;
}
.listListCls{
    height:3em;
    position:relative;
    font-size: 22px;
    font-style: italic;
    background: linear-gradient(rgb(40, 40, 40), rgb(60, 60, 60));
    cursor: pointer;
}
.listListCls > div{
    display: inline-block;
    text-align: center;
}
.picButton{
    width: 3.5em;
    height:3.5em;
    white-space: nowrap;   
    cursor: pointer;
    background-size:     contain;                     
    background-repeat:   no-repeat;
    background-position: center center; 
    border: white;
    margin-top: 1.5em;
    display: inline-block;
}
.delButtonClass
{
    display:inline-block;
    padding:.2em;
    margin-left:1em;
    border-radius:.1em;
    min-height:.6em;
    min-width:.6em;
    margin:.3em;
    cursor:pointer;
    background-image:url('../images/delete.png');
    background-size:     contain;                     
    background-repeat:   no-repeat;
    background-position: center center; 
}

.editButtons{
    color: white;
    font-size: x-large;
    white-space: nowrap;   
    display: inline-block;
    cursor: pointer;
    width:100%;
    padding-top: .5em;
    padding-bottom: .5em;
    background: linear-gradient(black, grey); 
    text-align: center;
    height:.8em;
}
#tempWeightShowTable{
    position:absolute;
    top: 0;
    bottom:4em;
    left:0;
    right:0;
    overflow-y: auto;
}
.tmpNtCls{
    background-color: rgba(255, 255, 255, .1);
    border:0;
    color: white;
    padding:.5em;
    text-align: center;
    margin: .5em .5em;
    display: inline-block;
    min-width:5em;
    text-align:center;
}
.tmpInCls{
    background-color: rgba(255, 255, 255, .1);
    border:0;
    color: white;
    padding:.5em;
    text-align:right;
    margin: .5em .5em;
}
#tempWeightShowTable > div{
    text-align: center;
    padding:.5em;
}
#recipeLoadMenu{
    cursor: pointer;
    bottom:0;
    width:2.5em;
    height:2em;
    right:0;
    background-image: url(/images/menu-alt.png);
    position:absolute;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}
.closeButtonClass{
    height:1.3em;
    width:1.3em;
    border-style:solid;
    border-width:3px;
    border-color:darkgray;
    text-align:center;
    border-radius:50%;
    cursor:pointer;
    line-height:1em;
    font-size:20px;
    background:rgb(85, 85, 85);
    color: white;
}  
.innerMenuDiv{
    position: absolute; 
    top: 8em; 
    left: 0; 
    right: 0; 
    bottom: 1em;
    overflow: auto;
}
#mainMenu{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    display: none;
    color: white;
    z-index: 12000;
    overflow: hidden;
    display: block;
    text-align: center;
    display: none;
}

.editButtons{
    color: white;
    font-size: x-large;
    white-space: nowrap;   
    display: inline-block;
    cursor: pointer;
    width:100%;
    padding-top: .5em;
    padding-bottom: .5em;
    background: linear-gradient(black, grey); 
    text-align: center;
    height:.8em;
}
.menuHr{
    width:55%;
}
#menuLists{
    background-image:url(/images/list_ph.png);
}
#menuRecipes{
    background-image:url(/images/recipe_white.png);
}
#menuTemps{
    background-image:url(/images/therm_ph.png);
}
#menuWeights{
    background-image:url(/images/scale_ph.png);
}
#menuSuppls{
    background-image:url(/images/cart_white.png);
}
#menuRoster{
    background-image:url(/images/roster_white.png);
}
#miniRosterHold{
    background-color: white;
    margin:1em;
    color: black;
    overflow-x: auto;
    text-align: left;
    height: 10em;
}
#miniRosterHeader{
    height: 1.5em;
    margin-top: .3em;
    padding-left: 2em;
    font-style: italic;
    font-weight: bolder;
    font-size: larger;
}
.miniRosterBoxes{
    display: inline-block;
    height: 2em;
    width: 8em;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    position:relative;
    padding-left: 0px;
}
.miniRosterCenterText, .centerText{
    position: absolute;
    width: 100%;
    transform: translate(0%, 50%);
}
#menuLogin{
    background-image:url(/images/login_ph.png);
}
#photoMenu{
    background-image:url(/images/camera-white.png);
}
#closeMenuHold{
    padding-top: 1em;
}
#closeMenuHold > div{
    margin: 0 auto;
}
/*!!nav*/

.ligGrBk{
    background-color: lightgray;
}
a:link {
    text-decoration:none;
}    

.menuText{
    color: white;
    margin: 2px;
    font-size: x-large;
    padding: .3em; 
    display: inline-block;
    cursor: pointer;
    width:100%;
    text-align:center;
}

.hrCls{
    width: 40%;
}
#priceSetter{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: black;
    z-index: 180000;
    display:none;
}
.trCls{
    display: table-row;
}
#priceSetterTitle > h2{
    text-align: center;
}

.recipeToolsCls, .recipeToolsClsDblWdt{
    display: inline-block;
    width: 3em;
    height: calc(100% - .6em);
    margin: .3em 1em .3em 1em;
    cursor: pointer;
}
.recipeToolsClsDblWdt{
    width: 6em;
}
.menuTxtStyle{
    /***************  text for the menu (header.php)   */
    font-size: larger;
    font-weight: bold;
}
.picButtons{
    width: 40%;
    height:3.5em;
    white-space: nowrap;   
    cursor: pointer;
    background-size:     contain;                     
    background-repeat:   no-repeat;
    background-position: center center; 
    border: white;
    margin-top: 1.5em;
    margin-bottom:1.5em;
    display: inline-block;
}

.infoShow{
    color: white;
    padding:1em;
    text-align: center;
}


#mainMenu{
    display: none;
    z-index:800000;
}
