﻿



table.AlaCarteGroup
{
    width:100%;
}

table.AlaCarteGroup th
{
    color:Yellow;
    background-color:Black;
    font-weight:normal;
    font-size:.9em;
}

th.AlaCarteProductNumber
{
    width:20%;
}

th.AlaCarteGroupName
{
    width:55%;
    text-align:left;
    padding-left:5px
}

th.AlaCarteCost
{
}

th.AlaCarteSelect
{
    width:60px;
    background-color:White;
}


table.AlaCarteGroup td
{
    font-size:.9em;
}

td.AlaCarteProductNumber
{
}

td.AlaCarteProductText
{
    text-align:left;
    padding-left:5px
}

td.AlaCarteCost
{
    text-align:right;
    padding-right:5px;
}

td.AlaCarteSelect
{
    padding-left:5px;
}

td.Footer
{
    text-align:right;
    font-weight:bold;
}

td.Subtotal
{
    text-align:right;
    padding-right:5px;
    border-bottom: 1px double black;
    border-top: 1px double black;
}

#AlaCarteAddBox
{
/*    float:right;
    top:0;*/
    position:relative;
    top:-10px;
    z-index:500;
    font-size:16px;
}






.onoffswitch {
   width: 60px; 
   top:2px;
   position:absolute;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 15px; padding: 0; line-height: 15px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before 
{
    text-align:left;
    content: "\2714";
    padding-left: 10px;
    background-color: #50BF61; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "\2718";
    padding-right: 10px;
    background-color: #D45555; color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block; 
    width: 12px; 
    margin: 1.5px;
    background: #E7F5E8;
    border: 2px solid #999999; 
    border-radius: 20px;
    position: absolute; 
    top: 0; 
    bottom: 0; 
    right: 41px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
