﻿.OnFocus
{
    background-color:lightcyan;
}

.OnBlur
{
    background-color:white;
}

.Necessory_Label
{
    font-family: Bahnschrift;
    color: red;
    font-size: 15px;
    font-weight: lighter;
}

.Not_Necessory_Label
{
    font-family: Bahnschrift;
    color: black;
    font-size: 15px;
    font-weight: lighter;
}

.box-title
{
    font-family: Bahnschrift;
    color: white;
    font-size: 15px;
    font-weight: 400;
}

.Modal_Header
{
    font-weight: 300;
    font-size: 10px;
    color: red;
}

.HeaderTitleLable
{
    font-weight: 700;
    font-size: 20px;
    color: black;
}

.thead
{
    background-color: #023d65;
    color: white;
    font-family:Bahnschrift;
    font-weight:lighter;
}

.tbody
{
    font-family: Bahnschrift;
    background-color: white;
    font-weight:lighter;
    color: black;
}

.th
{
    font-family: Bahnschrift;
    padding: 8px;
    padding-left: 6px;
    font-weight:lighter;
}

.td
{
    font-family: Bahnschrift;
    padding-left: 6px;
    font-size:14px;
    font-weight:lighter;
}

.Report_td
{
    font-family: Calibri;
    font-weight: 500;
    padding: 5px;
    font-size: 14px;
}

.Report_th
{
    padding: 4px;
    font-family: Calibri;
    color: white;
    font-size: 15px;
    font-weight: 400;
}

.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;
}
