﻿.SuccessLabel
{
    font-family: Bahnschrift;
    font-weight: bold;
    font-size: 15px;
    color: darkgreen;
}

.ErrorLabel
{
    font-family: Bahnschrift;
    font-weight: bold;
    font-size: 15px;
    color: red;
}

.SubModalHeader
{
    font-family: Bahnschrift;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.icons_font
{
    position: relative;
}

    .icons_font i
    {
        position: absolute;
        right: 10px;
        top: 33px;
        color: black;
        padding: 4px;
    }

.ButtonCSSSave
{
    background-image: linear-gradient(to right, #888ff7,#0e528a,black);
    color: white;
    border-radius: 1px;
    font-family: Bahnschrift;
    font-weight: lighter;
}

.ButtonGo_To_Report
{
    color: white;
    background-color:chocolate;
    border-radius: 0px;
    text-align: center;
}

.ButtonGo_To_Search
{
    background-image: linear-gradient(to top, yellow,darkred,black);
    color: white;
    border-radius: 4px;
}

.ButtonGo_To_Download
{
    background-image: linear-gradient(to right, #888ff7,darkgreen);
    color: white;
    border-radius: 0px;
}

.ButtonCSSClear
{
    background-image: linear-gradient(to right, red,darkred,black);
    color: white;
    border-radius: 1px;
    font-weight: lighter;
}

.dataTables_empty
{
    background-color: darkred;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight:lighter;
}

/*.OnFocus
{
    background-color: lightcyan;
}

.OnBlur
{
    background-color: white;
}*/

.SideMenus
{
    font-family: Bahnschrift;
    color: white;
    font-size: 16px;
    font-weight: lighter;
}


.TopMenus
{
    font-family: Bahnschrift;
    color: white;
    font-size: 14px;
    font-weight: lighter;
}


.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
{
    background-color:chocolate;
    color: white;
    border-radius: 0px;
    font-family: Bahnschrift;
    font-weight: lighter;
}

.thead_Title {
    background-color:darkgrey;
    color: black;
    border-radius: 0px;
    font-family: Bahnschrift;
    font-weight: lighter;
    font-size:15px;
}

.table_Pagination
{
    font-family: Bahnschrift;
    font-weight: lighter;
    color: black;
}

.tbody
{
    background-color: white;
    color: black;
}

.th
{
    padding: 4px;
    padding-left: 5px;
    font-weight: lighter;
    font-family: Bahnschrift;
}

.td
{
    font-family: Bahnschrift;
    font-weight: lighter;
    color: black;
}

.Report_td
{
    font-family: Bahnschrift;
    font-weight: normal;
    padding: 5px;
    font-size: 14px;
    color: black;
}

.Report_th
{
    padding: 4px;
    font-family: Bahnschrift;
    color: white;
    font-size: 15px;
    font-weight: 400;
}

.Report_tf
{
    padding: 6px;
    color: red;
    font-size: 16px;
    font-weight: 700;
}

.TextBox
{
    border: 1px solid gray;
    font-weight: 400;
}

.Amount_TextBox
{
    border: 1px solid silver;
    font-weight: 400;
}

.Sale_TextBox
{
    border: 1px solid gray;
    font-weight: 400;
}
/* Bind Temporay Table Data */

.PaddingLeft
{
    font-family: Bahnschrift;
    padding: 8px;
    font-weight: lighter;
    font-size: 14px;
    color: black;
}

.TemporayHide
{
    color: white;
}

.Temp_Remove_Button
{
    background-image: linear-gradient(to right, darkred,darkred,darkred);
    border-color: transparent;
    font-size: 14px;
    color: white;
    padding: 3px 10px 3px 10px;
    font-family: Bahnschrift;
    font-weight: lighter;
}

.Modal_Header
{
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.Table
{
    width: 100%;
    border: 1px solid silver;
    font-weight: 500;
}

#divHeaderTitle
{
    padding: 5px;
    text-align: center;
    background-color: goldenrod;
    font-weight: 500;
    font-size: 16px;
    color: black;
}
