@font-face {
    font-family: Agency-FB;
    src: url("../fonts/Agency_FB.ttf") format("truetype");
    font-style:normal;
}
@font-face {
    font-family: 'AGENCYR';
    src: url('../fonts/AGENCYR.eot');
    src: local('AGENCYR'), url('../fonts/AGENCYR.woff') format('woff'), url('../fonts/AGENCYR.ttf') format('truetype');
}
@font-face {
    font-family: Myriad;
    src: url("../fonts/Myriad-Pro-Regular.ttf") format("truetype");
    font-style:normal;
}
@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url('../fonts/MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'), url('../fonts/MYRIADPROREGULAR.woff') format('woff'), url('../fonts/MYRIADPROREGULAR.ttf') format('truetype');
}

body {
    font-family: 'Arial','Verdana',sans-serif;
    padding:0px;
    margin:0px;
    font-size: 14px;
    color:#363636;
    background: #ededed;
    background: transparent;
}
a, a:hover, a:active, a:focus,
button, button:focus, button:active,{
    outline: medium none !important;
}
input::-moz-focus-inner {
    border: 0;
}
.container {
    width:100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top:77px;
    background: #fff;
    padding-bottom:10px;
    /*box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(59, 59, 59, 0.8), -12px 0 15px -4px rgba(59, 59, 59, 0.8);*/
}

.vj-grid {
    display: table;
    table-layout: auto;
    width: 100%;
}

.vj-row {
    display: table-row;
    width: 100%;
}

.vj-column {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 0px;
}

.vj-label {
    text-align: right;
    vertical-align: middle;
    padding: 4px;
    min-height: 35px;
    font-size: 13px;
}

.vj-field {
    padding: 4px;
    min-height: 35px;
}

.vj-field input[type=text],
.vj-field input[type=password],
.vj-field input[type=checkbox],
.vj-field input[type=radio],
.vj-field select {
    height:20px;
    border: 1px solid #bbbbbb;
    color: #000000;
    background-color: #ffffff;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    vertical-align: baseline;
    padding: 4px;
}

.vj-field input[type=checkbox] {
    height:21px;
}

.vj-field input[type=radio] {
    height:21px;
}

.vj-field select {
    height:27px;
}

.vj-field textarea {
    border: 1px solid #bbbbbb;
    color: #000000;
    background-color: #ffffff;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 11px;
    vertical-align: baseline;
    padding: 4px;
}

.vj-field input[type=text]:focus,
.vj-field input[type=password]:focus,
.vj-field select:focus,
.vj-field textarea:focus {
    outline-color: #72b2ff;
}

.vj-field input[type=text]:disabled,
.vj-field input[type=password]:disabled,
.vj-field select:disabled,
.vj-field textarea:disabled,
.vj-field input[type=text][readonly],
.vj-field input[type=password][readonly],
.vj-field select[readonly],
.vj-field textarea[readonly] {
    background-color: #f1f1f1;
    color: #888;
}

.vj-required:after {
    content:" *";
    color: red;
}

.vj-table {
}

.vj-tr {
}
.vj-td {
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    padding:8px 8px 3px 8px;

}
.vj-divider {
    border-bottom: 1px solid #818286;
}

.vj-divider-top {
    border-top: 1px dashed orange;
}

.vj-add-button {
    border: 0px none;
   /* background: url('../images/green.gif');*/
    background-color: #818286;
    color: #ffffff;

    font-size:20px;
    width:30px;
    height:30px;
    cursor: pointer;
}
.vj-remove-button {
    border: 0px none;
    /*background: url('../images/orange.gif');*/
    background-color: red;
    font-weight: bold;
    color: white;
    width:30px;
    height:30px;
    cursor: pointer;
}

.vj-menu-head {
    color: #337AB7;
    text-align:center;
    font-size: 13px;
    font-weight:bold;
}

.vj-menu-item {
    color: #337AB7;
}

.vj-menu-section {
    color: gray;
    font-size: 15px;
    font-weight:bold;
    font-style: italic;
}

/*** Category table ***/
.vj-category-table {
    background: #cbcbcb;
}

.vj-category-table td,
.vj-category-table th {
    font-size: inherit;
    padding: 0.5em 1em; /* cell padding */
}

.vj-category-table th {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.vj-category-table td {
    background-color: #ffffff;
}

.vj-category-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.vj-order-table {
    background: #6d8102;
}

.vj-order-table-head {

}

.vj-order-table-head td {
    background: #a8c703;
    text-align: center;
    font-weight: bold;
}

.vj-order-table-detail {

}

.vj-order-table-detail td {
    background: white;
}
/****************/

.headerCaption {
    color: #d75866;
    font-size:12px;
    font-weigh: Bold;
}

/******* BASKET ***********/


.basket {
    display: block;
    margin-bottom: 1px;
    border-bottom: 1px solid #DDD;

}
/*
#basket {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 314px;
}
*/

.basket .header {
    background-color: lightgrey;
    padding:5px;
    font-size: 15px;
}

.basket .caption {
    padding: 5px;
    padding-top: 10px;
    color: #333;
    overflow: hidden;
}
.basket h4
{
    height: 30px;


    font-size: 13px;
}
.basket .price {
    float: right;
    font-size: 1.1em;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: 20px;

    color: #ff0000;
    font-weight: bold;

}
.basket .totaltext{
    font-size: 1.1em;
    margin-top: 20px;
    width: 100%;
}


/*
.basket .totaltext {
    display: inline;
    color: brown;
    font-size:15px;
    font-weight: bold;

}
*/
.basket .comment {
    margin: 0px 0px 10px;
    word-wrap: break-word; /* or "normal" */
    overflow-wrap: break-word;
}

/*
.basket .price {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color:gray;

}
*/

.basket .button {
    border: 0px none;
    background: gray;
    margin: 0px;
    padding: 0px;
    width:30px;
    height:20px;
}

.orderCaption {
    color: forestgreen;
    font-size:12px;
    font-weigh: Bold;
}

.checkout {
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-size:13px;
    font-weight:bold;
    border: 0px none;
    background-color: #018f43;
    color: white;
    /*margin: 0px;*/
    padding:2px 1.2em;
    height: 31px;
    cursor: pointer;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 31px;
}
input.addorder{
    width: 250px;
    color: #ffffff;
    /*border-radius: 4px;*/
    border: 0px none;
    z-index: 9998;
    opacity: 1;
    margin-left: 35px;
    padding:2px 1.2em;
    height: 40px;
    cursor: pointer;
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-size:20px;
    font-weight:bold;
    background-color: #018f43;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 40px;
}


input.addorder:hover{
    width: 250px;
    /*border-radius: 8px;*/
    border: 0px none;
    z-index: 9999;
    opacity: 3;
    margin-left: 35px;
    padding:2px 1.2em;
    height: 40px;
    cursor: pointer;
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-size:20px;
    font-weight:bold;
    background-color: #05dfe4;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 40px;
}
.addorder.total{
    width:100px;
    font-size: 15px;
    color: darkgray;
    font-weight: bold;
    border: 1px blue;
    background: orange;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
.des{
    background-color: darkgoldenrod;
    color:#ffffff ;
}

.footer {
    width:100%;
    padding:10px 0;
    background:#3b3b3b;
    text-align: center;
}

.footer a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
/**** Header ****/
.header {
    width:100%;
    background:#000000;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1000;
    height: 75px;
}
.header .banner {
    width:100%;
    min-width: 100%;
    margin: 0px; /* auto;*/
    padding:0px;
}

.header .logo {
    float: right;
    height: 48px;
    width:48px;

}

.header .rightmenu {
    /*float:right;
    clear: right;*/

}
/***** menu *****/
.menu {
    list-style: outside none none;
    padding-left: 0px;
    marging-left: 0px;

}
.menu li {
    float:left;
    padding-right:40px;
    margin-top: 0px;
}
.menu li a {
    font-family: AGENCYR,Arial,Verdana,sans-serif;
    font-size:35px;

    padding-top:3px;
    padding-bottom:10px;
    display: block;
    color: #ffffff;

}
.menu li a.active,
.menu > li > a:hover {color:red;}
.menu li a {
    text-decoration:none;
}

.userinfo {
    text-align: right;
    font-size:13px;
    float: right;
    clear: right;
    padding-top: 30px;
}

.welcome {
    text-align: right;
    font-size:13px;
    color: #fff;
    float: right;
    clear: right;
    padding-top: 30px;
}

.welcome input {
    border: 0px none;
    background: transparent;
    color: red;
    font-size:13px;
    font-weight: bold;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}

.total {
    font-family: AGENCYR,Arial,Verdana,sans-serif;
    float: right;
    font-size:15px;
    padding-right:10px;
    padding-top:20px;
    color:yellow;
}
.total2 {
    font-family: AGENCYR,Arial,Verdana,sans-serif;
    float: right;
    font-size:15px;
    padding-right:10px;
    padding-top:20px;
    color:#42c0fb;
}

/*****************/

.category {
    padding-left: 10px;
}

.category li {
    overflow: hidden;
    vertical-align: top;
    line-height: 18px;
    padding: 6px 0px 6px 20px;
    background: transparent url("../images/marker-1.png") no-repeat scroll 0px 12px;
    cursor: pointer;
}
.category li:hover {
    background: transparent url("../images/marker-2.png") no-repeat scroll 0px 12px;
    color:#81a60b;
    text-decoration:underline;
    cursor: pointer;
}
.categoryHead {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    display: block;
    color: white;
    font-size: 14px;
    padding-top:10px;

    padding-bottom:10px;
    background: #cd0000;
    text-align:center;
    margin-left: 5px;
    margin-right: 10px;
    line-height: 50px;
    /*border-radius: 6px 6px;
*/
}
.mtm.tblMealItemsAdded{
    width: 20px;
    max-width: 20px;
    height: 18px;
    vertical-align: top;
    background: transparent url("../images/tick.png");
    cursor: pointer;
}

.categoryCol {
    background: #f5f5f5;
}

.stockHead {
    font-family: AGENCYR,Arial,Verdana,sans-serif;;
    color: white;


    margin-right: 2px;
    line-height: 40px;
    margin-left:3px;

}
.stockHead1 {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-right: 2px;
    margin-top: 3px;


}
.stockHead h3 span {
    font-family: AGENCYR,Arial,Verdana,sans-serif;;
    background: #c8c9cd;
    box-shadow: none;
    border:0px;
    border-left: 0px;
    border-bottom: 1px solid #dfdfdf;
    border-right: 0px;
    font-size: 40px;

}


#dialog-meal {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 5px #999;
    color: #111;
    z-index: 999;
    opacity: 10;
    display: none;
    min-width: 450px;
    padding: 10px;
}
.b-close{

    background-color: #2B91AF;
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;

    border-radius: 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0px 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.setmeal {
}

.setmeal td {
    overflow: hidden;
    vertical-align: top;
    line-height: 18px;
    padding: 6px 0px 6px 20px;
    cursor: pointer;
}
.setmeal td:hover {
    color:#81a60b;
    text-decoration:underline;
    cursor: pointer;
}
.setItemMenu.setI
{
    width: 100%;
    text-align: center;
    background-color: darkgoldenrod;
    height: 40px;
    margin-top:10px;
    border-radius: 8px;
}

.paymentForm{
    position: absolute;
    z-index: 9999;
    opacity: 2;
    display: block;
    height: 700px;
    width: 450px;
    margin-top: 100px;
    margin-left: 750px;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
}
.paymentForm #cn{
    margin-right: 12px;;
}
.paymentForm .cv{
    margin-right: 13px;;
}
.paymentForm #po{
    margin-left: 0px;


}
.paymentForm #po{
    margin-top:30px;
    width: 150px;
    height: 30px;
    max-width: 150px;
    border-radius: 9px;
}
#jcaptchaimg {
    border:1px solid black;
}
ul.menus {
    position:relative;
    background:#fff;
    width:100%;
    margin:auto;
    padding:0;
    list-style: none;
    overflow:hidden;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.1);
}

.menus li a {
    width:100%;
    padding-left:20px;
    height:40px;
    line-height:40px;
    display:block;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    /*text-transform:uppercase;*/
    font-size:14px;
    color: black; /*#686868;*/

    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.menus li a:hover {
    background:#efefef;
}

.menus li a.profile {
    border-left:5px solid #008747;
}

.menus li a.messages {
    border-left:5px solid #fecf54;
}

.menus li a.settings {
    border-left:5px solid #cf2130;

}

.menus li a.logout {
    border-left:5px solid #dde2d5;
}

.menus li:first-child a:hover, .menus li:first-child a {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}

.form li:last-child a:hover, .menus li:last-child a {
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}

.menus li a:hover i {
    color:#ea4f35;
}

.menus i {
    margin-right:15px;

    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.menus li.selected a {
    background:#efefef;
}
.icon-user {
    background: url('../images/marker-2.png');
}
.stockHeadPop {
    font-family: AGENCYR,Arial,Verdana,sans-serif;;
    color: white;
    font-size: 40px;
    padding-top:10px;
    padding-bottom:10px;
    margin-right: 2px;
    /*background: #3b5998;*/
    background: #cd0000;
    text-align:center;
    line-height: 30px;
    margin-left:3px;
    /*border-radius: 6px 6px;*/
}

.menuHead {
    font-family: AGENCYR,Arial,Verdana,sans-serif;
    display: block;
    color: #ffffff;
    font-size: 40px;
    font-weight: normal;
    padding-top:10px;
    padding-left: 10px;
    padding-bottom:10px;
    background: #818286;
    margin-left: 1px;
    border-bottom: 2px solid #ffffff;
    line-height: 32px;
    /*border-radius: 6px 6px;
*/
}
.vj-td-price {
    width: 12%;
    max-width:12%;
    text-align:right;
    color:red;
    font-size: 20px;
    vertical-align: middle;
    padding-right:1px;
}
.vj-td-addBtn {
    width: 5%;
    max-width:5%;
    text-align:right;
    font-weight:bold;
}
.vj-td-desc {
    width:83%;
    max-width:83%;
    font-weight:bold;
    vertical-align: middle;
    font-size: 20px;
    padding-left:0px;
    margin-left: 0px;
}
.vj-td-exDesc {
    width:83%;
    max-width:83%;
    white-space:pre-wrap ;
    word-wrap:break-word;
    padding:0px 0px 1px 1px;
    font-size:15px;
}
.vj-td-setMeal {
    padding:3px 3px 3px 3px;
    font-size: 15px;
    color: #000000;
}
.orderHead {
    font-family: AGENCYR,Arial,Verdana,sans-serif;;
    display: block;
    color: white;
    font-size: 40px;
    padding-top:10px;

    padding-bottom:10px;
    background: #cd0000;
    text-align:center;

    line-height: 50px;
    /*border-radius: 6px 6px;
*/
}
.vj-td-descOrder {
    width:60%;
    max-width:60%;
    font-weight:bold;
    vertical-align: middle;
    font-size: 14px;
    padding-top:15px;
}
.vj-td-subDescOrder {
    width:60%;
    max-width:60%;
    vertical-align: top;
    font-size: 14px;
    padding-top: 0px;
}
.vj-td-qty {
    width: 5%;
    max-width:5%;
    text-align:right;
    font-weight:normal;
    vertical-align: top;
    font-size: 15px;
    padding-top: 15px;
}
.vj-td-priceOrder {
    width: 25%;
    max-width:25%;
    text-align:right;
    color:red;
    font-size: 15px;
    vertical-align: top;
    padding-top: 15px;
}
.vj-dividerOrder {
    border-bottom: 1px solid #818286;
}
.vj-setMealStockHead {
    width: 100%;
    color:#000000;
    font-size:25px;
    font-weight:bold;
    background-color:#fec955;
    text-align:center;
    border-radius:0px;
    padding-top:8px;
}
.userbtn {
    width:64px;
    height:66px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    background: transparent url("../images/user64.png") no-repeat;
    border: 0px none;
    outline: 0;
    position: absolute;
    right: 199px;
    top:5px;

}
.basketbtn {
    width:64px;
    height:64px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    background: transparent url("../images/basket1.png") no-repeat;
    border: 0px none;
    outline: 0;
    position: absolute;
    right: 125px;
    top:7px;

}
.basketbtn2 {
    width:64px;
    height:64px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    background: transparent url("../images/basket2.png") no-repeat;
    border: 0px none;
    outline: 0;
    position: absolute;
    right: 125px;
    top:7px;

}
.categoryHead1 {
    font-family: AGENCYR,Arial,Verdana,sans-serif;;
    display: block;
    color: white;
    font-size: 40px;
    padding-top:10px;

    padding-bottom:10px;
    background: #cd0000;
    text-align:center;

    line-height: 50px;
    /*border-radius: 6px 6px;
*/
}

#content
{
    background-color: #f2f2f2;
    padding: 81px 10px;
    overflow: auto;
}
#tab-container
{
    float: left;
    margin: 0px 0 0 0;
    width: 0px;
}
#tab-container ul
{
    display:flex;
    list-style: none;
    text-align: center;
    padding-left:110px;
}
#tab-container ul li
{

    border-top: 8px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    background-color: #fff;
    /*margin: 8px 0;*/
    padding-left: 5px;



}
#tab-container ul li a,
#tab-container ul li a:visited
{
    text-decoration: none;
    color: #666;
    display: block;
    padding: 3px 0px 0px 0px;

}
#tab-container ul li:hover
{
    border-top: 8px solid #333;
}
#tab-container ul li a:hover
{
    color: #000;
}
#tab-container ul li.selected
{
    border-right: none;
    background-color: #fff;
    border-top: 8px solid darkblue;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #666;
}
#main-container
{
    min-height: 380px;
    margin: 0 25px 0 25px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #888;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {

    display: inline-block;
    padding-top: 70px;

}

.dropdown-content {
    font-family: AGENCYR,Arial,Verdana,sans-serif;
    font-size: 25px;
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 263px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* my changes on 31/07/2017 */

/*
Table Style - This is what you want
------------------------------------------------------------------ */
.vj-datadiv {
    overflow-y: scroll;
}
.vj.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
.vj-datatable a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.vj-datatable a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.vj-datatable a:active,
.vj-datatable a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
.vj-datatable {
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    /*font-size:12px;*/
    font-size:16px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:0px;
    border-left:#ccc 1px solid;
    border-right:#ccc 1px solid;
}
.vj-datatable th {
    padding:10px 3px 10px 3px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.vj-datatable tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.vj-datatable tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.vj-datatable tr td:first-child{
    border-left: 0;
}
.vj-datatable tr td {
    padding:10px 3px 10px 3px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vj-datatable tr.even td{
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.vj-datatable tr:last-child td{
    /*border-bottom:0;*/
}
.vj-datatable tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.vj-datatable tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.vj-datatable tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.btnBump {
    font-weight: bold;
    font-size: 15px;
    width: 90px;
    height: 30px;
    background-color: #ff0000;
    border: none;
    color: #ffffff;
    border-radius: 5px;
}
.bumpValue {
    font-weight: bold;
    font-size: 15px;
    width: 70px;
    height: 30px;
    background-color: #67b168;
    border: none;
    color: #ffffff;
    padding: 0px;
    text-align: center;
}

.checkout1 {
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-size:20px;
    font-weight:bold;
    border: 0px none;
    background-color: #018f43;
    color: white;
    /*margin: 0px;*/
    margin-right: 70px;
    padding: 10px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.checkout1:hover{
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-size:20px;
    font-weight:bold;
    border: 0px none;
    background-color: #05dfe4;
    color: white;
    /*margin: 0px;*/
    margin-right: 70px;
    padding: 10px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
#status {
    cursor: pointer;
}
/*.btnToday,#btnOrder {
    width: 100px;
    height: 35px;
    font-size:16px;
    font-weight:bold;
    border: 0px none;
    background-color: #67b168;
    color: white;
    border-radius: 5px;
}*/
/*#btnOpenOrder {
    width: 190px;
    height: 35px;
    font-size:16px;
    font-weight:bold;
    border: 0px none;
    background-color: #67b168;
    color: white;
    border-radius: 5px;
}*/
/*#btnComplete {
    width: 190px;
    height: 35px;
    font-size:16px;
    font-weight:bold;
    border: 0px none;
    background-color: #67b168;
    color: white;
    *//*right: 298px;*//*
    margin-top: 10px;
    border-radius: 5px;
}*/
.order_logout {

    width:0px;
    height:0px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    background: transparent url("../images/Logout-icon.png") no-repeat;
    border: 0px none;
    outline: 0;
    position: absolute;
    right: 5px;
    top:13px;
    padding: 0px 0px 64px 64px

}
.order_home {
    width:0px;
    height:0px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    background: transparent url("../images/home_ad.png") no-repeat;
    border: 0px none;
    outline: 0;
    position: absolute;
    right: 74px;
    top:13px;
    padding: 0px 0px 64px 64px

}
.vj-td-adr {
    font-weight:normal;background:lightgrey;

}
.lookupButton {
    background: transparent url("../images/look_up.gif") no-repeat;
    border:0px none;
    width:28px;
    height:28px;
    cursor:pointer;
    padding: 0px 1px;
    margin: 0px;
    text-decoration: none;

}
.header_ad {
    width:100%;
    background:#000000;
    position: fixed;
    top: 80px;
    right: 0px;
    left: 0px;
    z-index: 1000;
    height: 75px;
}
.header_ad .banner {
    width:100%;
    min-width: 100%;
    margin: 0px; /* auto;*/
    padding:0px;
}

.header_ad .logo {
    float: right;
    height: 48px;
    width:48px;
}
.vj-spice-button {
    border: 0px none;
    background: transparent url("../images/chili20.png") no-repeat;
    /*background-color: #818286;
    color: #ffffff;*/
    width:25px;
    height:25px;
    cursor: pointer;
}
.vj-td-spice {
    width: 12%;
    max-width:12%;
    text-align:right;
    color:#000000;
    font-size: 18px;
    vertical-align: top;
    padding-top:12px;

}
.dot {
    height: 15px;
    width: 15px;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 50%;
    display: inline-block;
    margin-left:2px !important;
    cursor: pointer;
}
.dotYellow {
    height: 15px;
    width: 15px;
    background-color: yellow;
    border: 2px solid #000000;
    border-radius: 50%;
    display: inline-block;
    margin-left:2px !important;
    cursor: pointer;
}
.dotOrange {
    height: 15px;
    width: 15px;
    background-color: orange;
    border: 2px solid #000000;
    border-radius: 50%;
    display: inline-block;
    margin-left:2px !important;
    cursor: pointer;
}
.dotRed {
    height: 15px;
    width: 15px;
    background-color: red;
    border: 2px solid #000000;
    border-radius: 50%;
    display: inline-block;
    margin-left:2px !important;
    cursor: pointer;
}
.heatSpan {
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-weight: normal;
    padding-top: 5px;
    padding-left:10px;
    width:70px;
    display:table-cell;
    height:20px;/* changed from 8px*/
    vertical-align: middle;
}
.spicelevel {
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
    width:50px;
    display:table-cell;
    padding-top:3px;
    vertical-align: middle;
    height:8px;
}
.hidelabel {
    display:none;
}
.spicelevel1 {
    /*background: transparent url("../images/chilli1.png") repeat-x;*/
    display:table-cell;
    padding-top:3px;
    font-size:0px; /*adeed*/
}
.spiceImage {
    display:inline;
    height:21.75px;
    width:16.23px;
    margin-left: auto;
    margin-right: auto;
}
.spice1 {
    display:inline;
    height:21.75px;
    width:16.23px;
    margin-left: auto;
    margin-right: auto;

}
.checkoutRed {
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-size:13px;
    font-weight:bold;
    border: 0px none;
    background-color: #ff0000;
    color: white;
    padding:2px 1.2em;
    height: 31px;
    cursor: pointer;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 31px;
}
.checkout:hover, .checkoutRed:hover {
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-size:13px;
    font-weight:bold;
    border: 0px none;
    background-color: #05dfe4;
    color: white;
    padding:2px 1.2em;
    height: 31px;
    cursor: pointer;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 31px;
}
.button-disabled {
    font-family: MYRIADPROREGULAR,Arial,Verdana,sans-serif;
    font-size:13px;
    font-weight:bold;
    border: 0px none;
    padding:2px 1.2em;
    height: 31px;
    cursor: pointer;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 31px;
    background-color: #cccccc;
    color: #666666;
}
