﻿html, body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    font-family:Raleway; /*'Open Sans';*/
    font-size:11pt;
    /*background-color:#eeeeee;*/
    color:#606060;
    /*red:#4CAF50*/
    /*light-color gray:#f7f7f7*/
    /*dark gray:#323232;*/
    background-color:#f9fbde;
    /*background-color:#f7f7f7;*/
}

.topbar1 {
    line-height: 14pt;
    color: #ffffff;
    /*height:120px;*/
    /*background-color: #4CAF50;*/
    background-color: #4CAF50;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    /*background-image:url(../logos/logo_name.png);
    background-repeat:no-repeat;
    background-position:0px -30px;*/
}
.topbar2{    
    line-height:14pt;
    color:#ffffff;
    /*height:120px;*/
    background-color:#4CAF50;
    position:fixed;
    width:100%;

    /*background-image:url(../logos/logo_name.png);
    background-repeat:no-repeat;
    background-position:0px -30px;*/
}
.topdiv{
    width:100%;
    height:110px;
    position:fixed;
    border-bottom:solid 1px red;
    background-color:#ffffff;
    /*background-image:url(../logos/logo_name.jpg);
    background-repeat:no-repeat;
    background-position:0px 0px;*/
    
}

.divfooter0000{
    background-color:#323232;
    width:100%;
    padding:0;
    /*background-color:rgba(0,0,0,0.6);*/
    background-image:url(../../logos/parallax1.jpg);
    background-repeat:no-repeat;
    background-position:0px 0px;
    background-attachment:fixed;
    background-size:cover;
    line-height:16pt;
    font-family:'Open Sans', Arial;
    color:#bbbbbb;
}
.divfooter0000 a{
    color:#bbbbbb;
    text-decoration:none;
}
.pageheader {
    font-size: 15pt;
    display: inline;
    border-bottom: solid 1px #606060;
    padding-bottom: 2px;
}

.pagesubheader {
    font-size: 12pt;
    display: inline;
    border-bottom: solid 1px #606060;
    padding-bottom: 2px;
}

.logo{
   background-image:url(../../logos/foodsapp_512_w.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    width:90px;
    height:90px;
    /*margin-left:40px;
    margin-top:20px;*/
    border-radius:10px;
    border:none 3px #ffffff;
    background-size:90px 90px;
}
.parallax {
    /*min-height: 100px;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    vertical-align: middle;
    border: none 2px red;
    width: 100%;
}

.input25{
    border:solid 1px #fadbf6;
    border-radius:5px;
    height:25px;
}
.input25:hover, .input25:focus{
    border:solid 1px #dfb1d9;
}


.parallaxbg1{
    background-image:url(../../logos/parallax02.jpg);
}
.parallaxbg2{
    background-image:url(../../logos/parallax04.jpg);
}

.topbarbtn{
    background-position:left top;
    background-size:30px 60px;
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    display:block;
    margin:0 auto;
}
.rightarrow {
    width: 20px;
    height: 30px;
    display: block;
    background-image: url(../../logos/select_30.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 30px;
}
.topbarbtn:hover{
    background-position:left bottom;
}
.cart{
    background-image:url(../../logos/cart_50_100.png);
}

.wish {
    background-image: url(../../logos/wish_50_100.png);
}

.acc {
    background-image: url(../../logos/acc_50_100.png);
}
.accselected {
    background-image: url(../../logos/acc_50_100.png);
    background-position: left bottom;
    background-size: 30px 60px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
.refreshbtn_30 {
    background-image: url(../../logos/refresh_30.png);
    background-position: center center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}


/*
.mnubtn {
    display: block;
    padding: 5px 10px 3px 10px;
    color: #ffffff;
    border-bottom: solid 3px #4CAF50;
    text-decoration:none;

}
.mnubtnselected{
    display:block;
    padding:5px 10px 3px 10px;
    color:yellow;
    text-decoration:none;
    border-bottom:solid 3px yellow;
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;    

   
}
*/
.mnubottom {
    color: blue;
}
.mnubottom:hover{
    color:yellow;
}
.mnubottomselected{
    color:#ffffff;
}

.gvhdr{background-color:#aaaaaa;}
.gvitm {
    background-color: #f2f2f2;
}
.gvalt {
    background-color: #eeeeee;
}
.ddl {
    padding: 2px;
    background-color: #f9fbde;
    font-size: 12pt;
    border-radius: 5px;
    border: solid 2px #4CAF50;

}
.btn{
    background-image:url(../../logos/btnbg_5_80.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    height:40px;
    line-height:40px;
    text-align:center;
    /*font-weight:bold;*/
    border-radius: 5px;
    color:#ffffff;
}
.btn:hover{
    background-position:left bottom;
    color:yellow;
}
.btnselected{
    background-image:url(../../logos/right_arrow_white.png), url(../logos/btnbg_5_80.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position:5px top, left bottom;
    height:40px;
    line-height:40px;
    text-align:center;
    /*font-weight:bold;*/
    border-radius: 5px;
    color:yellow;
}

.btn30 {
    display: block;
    text-align: center;
    background-color: #066609;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
}

    .btn30:hover {
        background-color: #4CAF50;
    }

.btn30selected {
    display: block;
    text-align: center;
    background-color: #4CAF50;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
}

.btn30disabled {
    background-color: #606060;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    cursor: default;
}

.btn30disabled{
    background-color:#606060;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius: 5px;
    color:#ffffff;
    cursor:default;
}




.btn25 {
    display: block;
    text-align: center;
    background-color: #066609;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
}
    .btn25:hover {
        background-color: #4CAF50;
    }
.btn25selected {
    display: block;
    text-align: center;
    background-color: #4CAF50;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
}

.btnleftmenu {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*background-color: #4CAF50;*/
    color: #ffffff;
    border-bottom: solid 1px #fb6532;
    padding: 2px;

    background-image: url(../../logos/btnbg_5_80.jpg);
    background-repeat: repeat-x;
    background-position: left top;

    /*background-image: url(../logos/right_arrow_white30.png), url(../logos/btnbg_5_80.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position: -50px -50px, left top;*/
}
.btnleftmenu:hover {
    background-position: left bottom;
}
.btnleftmenuselected {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #808080;
    color: yellow;
    border-bottom: solid 1px #fb6532;
    padding: 2px;

    background-image:url(../../logos/btnbg_5_80.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.selectbtn {   
    display:block;
    width:20px;
    height:20px;
    background-image:url(../../logos/select_30.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:20px 20px;
     
}
.selectbtn2 {   
    display:block;
    width:20px;
    height:20px;
    background-image:url(../../logos/green_tick_16_18.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:20px 20px;
     
}

/*.selectbtn {   
    background-image:url(../logos/btnbg_5_80.jpg);
    background-repeat:repeat-x;
    background-position:left top;
     
    background-image: url(../logos/rightarrowbtn.jpg), url(../logos/btnbg_5_80.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position: right top, left top;
    text-align: center;    
    border-radius: 5px;
}

.selectbtn:hover {
    background-position: right bottom, left bottom;
}*/

.maincontainer{
    /*margin-left:5%;
    margin-right:5%;*/
    padding-left:5%;
    padding-right:5%;
    padding-top:10px;
    border:none 1px red;
}
.maincontainer2{
    /*margin-left:5%;
    margin-right:5%;*/
    width:95%;
    margin:0 auto;
    padding-top:10px;
    border:none 1px red;
    
}

.tall{
     transform: scale(1,1.5);
    -webkit-transform: scale(1,1.5); /* Safari and Chrome */
    -moz-transform: scale(1,1.5); /* Firefox */
    -ms-transform: scale(1,1.5); /* IE 9+ */
    -o-transform: scale(1,1.5); /* Opera */
    letter-spacing:1pt;
    
}

.hr2 {
    border: none;
    border-bottom: solid 2px #dddddd;
}
.hr3 {
    border: none;
    border-bottom: solid 2px #bbbbbb;
}
.gvpager a{
    background-color: rgba(255, 67, 3, 0.7);
    color:#ffffff;
    border:solid 1px #4CAF50;
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
    display:block;
    border-radius:5px;
    text-decoration:none;
}
.gvpager span{
    background-color: rgba(255, 67, 3, 0.1);
    color:#4CAF50;
    border:solid 1px #4CAF50;
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
    display:block;
    border-radius:5px;
}

.custmenu_left{
    color:#606060;    
}
.custmenu_left:hover{
    color:#aaaaaa;
}
.custmenu_left_selected{
    color:#aaaaaa;
}
.hdr{
    background-color:#4CAF50;
    color:#ffffff;
    font-weight:bold;
}

.pdg5l{text-align:left; padding:5px;}
.pdg5r{text-align:right; padding:5px;}
.row1{background-color:#f8eedc;}
.alt1{background-color:#fdf5e7;}

.hiddenfields{display:none;}
.visiblefields{display:block;}

/*--------------------------------*/

.msgcontainer{
     /*background-color: #abcabc;*/
     border:solid 2px #ffffff;
     border-radius:5px;
     z-index:101;
     position:fixed;
     margin:100px auto;
     left:0;
     right:0;

     background-image:url(../../logos/btnbg_5_301.png);
    background-repeat:repeat-x;
    background-size:5px 100%;
     
}
/*.overlaydiv {
    background-color: #606060;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index:9999;
}*/