body {
    padding-right: 0;
    padding-left: 0;
    padding-top: 18px;
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#myHeader{
    background-color: #f7f7f7;
    border-bottom: 1px solid #dedede;
    width:100%;
    height:44px;
    position:fixed;
    z-index: 100;
    top:0px;
    left:0px;
    opacity: 0.98;
    -moz-box-shadow:    0px 0px 3px 2px #ccc;
    -webkit-box-shadow: 0px 0px 3px 2px #ccc;
    box-shadow:         0px 0px 3px 2px #ccc;

}

#myHeader *{
    color: #007aff;
    font-weight: 300;

}
#myFooter{

    background-color: #007aff;
    border: 1px solid #007aff;
    border-top-right-radius: 50px;
    width:50px;
    height:50px;
    position:fixed;
    z-index: 100;
    bottom:0px;
    left:0px;
    opacity: 0.98;
    color: #ffffff;
    -moz-box-shadow:    0px 0px 3px 2px #ccc;
    -webkit-box-shadow: 0px 0px 3px 2px #ccc;
    box-shadow:         0px 0px 3px 2px #ccc;
    display: table-cell;
    vertical-align: bottom;

}
.container{
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}


#gridBeverage, #gridFood {
    width: 100%;
    margin: auto;
    top: 55px;
    padding-bottom: 55px;
    position: relative;
    color: #000000;
    font-size: 100%;

    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;


}
.box {
    background-color: #ffffff;
/*    box-shadow: 0px 0px 2px #007aff;  */
    border: 1px solid #007aff;
    float: left;
    position: relative;
    color: #000000;
    white-space:pre-line;
       overflow:hidden;

    line-height: 1em;
    display: table;
    vertical-align: bottom;

    /*

    display: table-cell;
    vertical-align: bottom;
    */
    text-align: center;

}
#fillers {
    display: none;
}
.fillerBox {
    background-color: #ffffff;
    box-shadow: 0px 0px 2px #007aff;
    float: left;
    position: relative;
    color: #000000;
}

.buttontouchstart {
    -webkit-transform: scale(0.80,0.80);
    transform: scale(0.80,0.80);
    transition: 0.2s;




}

.box:active {
    -webkit-transform: scale(0.80,0.80);
    transform: scale(0.80,0.80);
}

.box {


}
.tabEffect {


}
.tabEffect:active {
    -webkit-transform: scale(0.80,0.80);
    transform: scale(0.80,0.80);
}
.tabEffectSelected{
    font-weight: bold;
    color:red;
    text-decoration:none !important;

}
.tabCellSelected, .tabCellSelected .myLabelSelect{
    color:white;
    background-color:#007aff;
    text-decoration:none !important;

}
.tabCellSelected .myLabelSelect{
    color:white;
    background-color:white;
    text-decoration:none !important;

}
.tabCellSelected .myTabTextSelect,.tabCellSelected .myTabIconSelect{
    color:white !important;
    text-decoration:none !important;
}



.hcc{
    background-image: url(../MediaFTOrderApp/hcc-logo-150x113.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    font-weight: bold;
}



.tabbarLikeSPANStyle{
    text-align: center;
    display: inline-block;
    font-size: 14px   ;
    border: 1px solid red;

}
.tabbarLikeTableStyle{
    width: 100%;
    height: 44px;
    border: 1px solid #007aff;
    border-radius: 15px;
}
.tabbarLikeTableStyle td{
    border: 1px solid #007aff;
    width: 20%;
}







/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    color: #007aff;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
.bs-docs-sidenav.affix {
    top: 40px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}
