﻿.bsweb_DataGrid_Header td, .bsweb_DataGrid .bsweb_DataGrid_Header td
{
    border-collapse: collapse;
    border-color: #EBE9E4;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #BFBFBF;
    font-weight: normal;
    padding: 4px 6px;
    text-align: left;
}

.bsweb_DataGrid_Item
{
    background-color: #FCFCFC;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.bsweb_DataGrid_AlternatingItem 
{
    background-color: #F7F7F7;
}

.bsweb_DataGrid_Item td,
.bsweb_DataGrid_AlternatingItem td{
	padding-top: 8px;	
	padding-bottom: 8px;
}

.bsweb_DataGrid_Header td,
.bsweb_DataGrid_Item td,
.bsweb_DataGrid_AlternatingItem td
{
    padding: 4px 6px;
    border-top: 0 none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-collapse: collapse;
    font-family:Verdana;
    font-size:11px;
}

.DataGridControl
{
    padding: 0 !important;
    border: 0 !important;
}

.bsweb_DataGrid.bsweb_DataGrid_NoBorder
{
    border: none !important;
}

.bsweb_DataGrid_Paging
{
    background: none !important;
}

.bsweb_DataGrid_Header.bsweb_DataGrid_HeaderUpper td
{
    text-transform: uppercase;
}

.jobs-lbl
{
    color: #AAAAAA;
}

.stp-standart-card label, .stp-standart-card label span
{
    color: #AAAAAA !important;
}