﻿table.DataView tr.Blue td.Cell:nth-child(even), table.DataView tr.Blue td.Cell, tr.Blue td.Code, tr.Blue td.Status {
    background-color: #FFFF00 !important;
}

table.DataView tr.Selected.Blue td.Cell:nth-child(even), table.DataView tr.Selected.Blue td.Cell {
    background-color: #D1D100 !important;
}

table.DataView tr.Blue.Alert td.Cell:nth-child(even), table.DataView tr.Blue.Alert td.Cell, tr.Blue.Alert td.Code, tr.Blue.Alert td.Status {
    background-color: #FFA500 !important;
}

table.DataView tr.Selected.Blue.Alert td.Cell:nth-child(even), table.DataView tr.Selected.Blue.Alert td.Cell {
    background-color: #D1D100 !important;
}
table.DataView tr.Alert td.Cell:nth-child(even)
, table.DataView tr.Alert td.Cell
, tr.Alert td.Code
, tr.Alert td.Status {
    background-color: #FF6347 !important;
}

table.DataView tr.Selected.Alert td.Cell:nth-child(even), table.DataView tr.Selected.Alert td.Cell {
    background-color: #F87217 !important;
}


tr.Red td.Cell {
    background-color: #eb6358 !important;
}

.navbar-brand {
    color: #777 !important;
}

.GridType tr td:nth-child(odd),
.GridType tr th:nth-child(odd){ 
	background: #FFF !important;
}
/*  Define the background color for all the EVEN table columns  */
.GridType tr td:nth-child(even),
.GridType tr th:nth-child(even){
	background: #CDEEEE !important;
}

.GridType tr.HeaderTextRow td,
.GridType tr.AggregateRow td,
.GridType tr.FooterRow td,
.GridType tr.BottomPagerRow td,
.GridType tr.ActionRow td{ 
	background: #FFF !important;
}

.GridType th.HeaderTextRow td,
.GridType th.AggregateRow td,
.GridType th.FooterRow td,
.GridType th.BottomPagerRow td,
.GridType th.ActionRow td{ 
	background: #FFF !important;
}

.GridType tr td table.ObjectRef tbody tr td{ 
	background: inherit !important;
}

table.DataView tr.Selected td.Cell {
    background-color: #FFFF9E !important;
}

table.DataView tr.Selected td.Cell:nth-child(even) {
    background-color: #CDEEAE !important;
}

.pages_importparcel_aspx.Loading table#PageBody tr td#PageContent
{
    border-bottom-style: none;
    visibility: visible;
}

div.red {
    background-color: orangered;
}
div.green {
    background-color: greenyellow;
}

.GridType tr td table.ObjectRef tbody tr td{ 
	background: inherit !important;
}


tr.Ok td.Status {
    background-color: #6CBB3C !important;
}