﻿.thead
{
    background-color: black;
    color: white;
}

.tbody
{
    background-color: white;
    color: black;
}

.OnlineLinkLabel
{
    font-weight: 400;
}

.td, .tf
{
    padding: 4px;
    padding-left: 6px;
    font-weight: 500;
}

.tf
{
    font-size: 15px;
    padding: 4px;
    font-weight: 600;
    color: crimson;
    background-color: lightcyan;
}

.eye_button
{
    background-color: #023d65;
    color: white;
    text-align: center;
}

.th
{
    margin-left: 10px;
    padding: 3px;
}



.tf
{
    font-size: 15px;
    padding: 6px;
    color: red;
    font-weight: bold;
}

.tfoot
{
    background-color: #023d65;
}

.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:lightgray;
    border-top:1px solid silver;
    color:black;
    text-align:center;
    padding-top:2px;
    font-family:Calibri;
    font-size:15px;
    font-weight:normal;
}

.footer_design
{
    color: white;
    padding-left:8px;
    padding-right:8px;
    border:1px solid #1ebea6;
    border-radius:6px;
    background-color:transparent;
    font-family:Calibri;
    font-size:14px;
    padding:5px;
}

.footer_design:hover
{
    color: white;
    padding-left:8px;
    padding-right:8px;
    border:1px solid crimson;
    border-radius:6px;
    background-color:crimson;
    font-size:14px;
    padding:5px;
}