﻿.dataTables_empty {
    font-family: Bahnschrift;
    color: red;
    font-size: 16px;
    font-weight: lighter;
    text-align:center;
    padding:5px;
}

.Necessory_Label
{
    font-family: Bahnschrift;
    color: red;
    font-size: 16px;
    font-weight: lighter;
}

.Not_Necessory_Label
{
    font-family: Bahnschrift;
    color: black;
    font-size: 16px;
    font-weight: lighter;
}

.Modal_Header
{
    font-weight: 300;
    font-size: 10px;
    color: red;
}

.HeaderTitleLable
{
    font-weight: 700;
    font-size: 20px;
    color: black;
}

.thead
{
    font-family: Bahnschrift;
    background-color: black;
    color: white;
}

.tbody
{
    font-family: Calibri;
    background-color: white;
    color: black;
}

.th
{
    font-family: Bahnschrift;
    font-weight:lighter;
    padding: 6px;
    text-transform:capitalize;
}

.td
{
    font-family: Bahnschrift;
    font-weight:lighter;
    padding: 6px;
    text-transform:capitalize;
}

.td_Eye {
    font-family: Bahnschrift;
    font-weight:lighter;
    padding: 6px;
    background-color:#0e528a;
    color:white;
    text-align:center;
}

.Report_td
{
    font-family: Bahnschrift;
    font-weight: lighter;
    padding: 5px;
    font-size: 14px;
    text-transform:capitalize;
}

.Report_th
{
    padding: 4px;
    font-family: Bahnschrift;
    color: white;
    font-weight: bold;
}

.tf {
    font-family: Bahnschrift;
    font-weight: lighter;
    padding: 5px;
    font-size: 14px;
    text-transform:capitalize;
}
.Report_tf
{
    padding: 6px;
    font-family: Calibri;
    color: red;
    font-size: 16px;
    font-weight: 700;
}

.TextBox
{
    border: 1px solid black;
    font-family: Calibri;
    font-weight: 400;
}

.Amount_TextBox
{
    border: 1px solid silver;
    font-family: Calibri;
    font-weight: 400;
}

.Sale_TextBox
{
    border: 1px solid gray;
    font-family: Calibri;
    font-weight: 400;
}
/* Bind Temporay Table Data */
.PaddingLeft
{
    padding: 8px;
    font-family: Calibri;
    font-weight: 500;
    font-size: 14px;
    color: black;
}

.Temp_Remove_Button
{
    width: 100%;
    background-color: red;
    border: 1px solid red;
    font-family: Calibri;
    font-weight: 500;
    font-size: 14px;
    color: white;
    padding: 4px;
}

.Modal_Header
{
    font-weight: 500;
    font-size: 16px;
    color: white;
    font-family: Calibri;
}

.Table
{
    width: 100%;
    border: 1px solid silver;
    font-family: Calibri;
    font-weight: 500;
}

#divHeaderTitle
{
    padding: 5px;
    text-align: center;
    background-color: goldenrod;
    font-family: Calibri;
    font-weight: 500;
    font-size: 16px;
    color: black;
}
