﻿body
{
}

.gridHeader
{
    text-align: left;
    border-bottom: solid 1px #343434;
    cursor: pointer;
}


.PopupHeader
{
    padding-top: 10px;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    background-color: #857d6f;
    color: #FFFFFF;
    height: 30px;
    cursor: pointer;
}

.Highlight
{
    background-color: #EAFF97;
    border-color: #ff0000 #0000ff;
}

.Label_Title
{
    font-size: 12pt;
    font-weight: bold;
}

.cntrllblRemoveLeftPadding
{
    padding-left: 0 !important;
}

.Right_Padding_Space
{
    padding-right: 20px;
}

.Grid_Border
{
    border: solid 1px #d3d3d3;
}

.ListView_Header_Bottom_Border
{
    margin-left: 50px;
    border: 1px solid #ccc !important;
    margin-right: 50px;
    padding: 2px;
}

.ListView_Header
{
    border-top: 1px solid;
    background-color: #343434;
    color: #FFFFFF;
    height: 24px;
}
.Label_Padding_Space
{
    padding-left: 10px;
    padding-right: 5px;
}

.lblNoPadding
{
    padding-left: 0px;
    font-size: 10.5pt;
    font-weight: bold;
    color: #000000;
}

.listHighlight
{
}

.listHighlight:hover
{
    background-color: #F2F2F2;
}

/* Links and and anchor */
.fakelink
{
    font-family: Calibri;
    font-size: 10pt;
    cursor: pointer;
    color: #0000FF;
    text-decoration: underline;
}

.fakelinkW
{
    font-family: Calibri;
    font-size: 10pt;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: underline;
}

.element
{
    display: flex;
    align-items: center;
}

/* Start Add SB */
.linkheader
{
    text-decoration: none;
    font-weight: bold;
}

.borderless td, .borderless th {
    border: none !important;
}

table.reset
{
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

.centre-align
{
    text-align: center;
}

.right-align
{
    text-align: right;
}

.ListCellHeader_Sub
{
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    font-weight: bold;
}
/* End Add SB */