﻿.thead
{
    background-color: black;
    color: white;
}

.tbody
{
    background-color: white;
    color: black;
}

.th
{
    margin-left: 10px;
    padding: 5px;
}

.tf
{
    font-size: 15px;
    padding: 6px;
    color: red;
    font-weight: bold;
    background-color:#1ebea6;
}

.tfoot
{
    background-color: white;
}

.WaiterHeaderText
{
    background-color: #000000;
    color: white;
    text-align: center;
    font-size: large;
}

.Amount
{
    font-size: 15px;
    font-weight: bold;
}

.Table_No
{
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.Particular, .TableData
{
    font-size: 15px;
    font-weight: 600;
    color: #1a1c34;
    padding-left: 5px;
}

.PageLabel
{
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    padding: 5px;
}

.OnlineLinkLabel
{
    font-size: 15px;
    font-weight: 700;
    color: black;
    color: black;
}

.OnlineLabel
{
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.lableAmt
{
    font-size: 15px;
}

.lableTableNumber
{
    font-size: 15px;
    font-weight: 700;
    color: white;
}

.buttton
{
    background-color: darkgreen;
    color: white;
    font-weight: bold;
}

.Particular_List
{
    font-weight: normal;
    font-size: 12px;
}


.WaiterHeaderText
{
    background-color: #000000;
    color: white;
    text-align: center;
    font-size: large;
}

.LinkLabel
{
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.footer
{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background-color:#023d65;
    text-align:center;
    padding-top:5px;
    font-family:Calibri;
    font-size:15px;
    font-weight:100;
}

.footer_design
{
    padding-left:6px;
    padding-right:6px;
    border:1px solid #1ebea6;
    border-radius:6px;
    background-color:transparent;
    font-weight:normal;
    font-family:Calibri;
    font-size:12px;
    padding:6px;
    color:white;
}

.footer_design:hover
{
    color: white;
    padding-left:6px;
    padding-right:6px;
    border:1px solid crimson;
    border-radius:6px;
    background-color:crimson;

}