﻿/*------------------------------Tabele---------------------------------------------*/
/* widok tabeli do edycji: lista 1-sza kolumna to nagłówki , później pozostałe kolumny -  */

table.TheDetailsView
{
	font-size		: 0.9rem;
	border			: solid 0px white;
	cursor			:text;
	margin-bottom	: 34px;
	margin-right	: 18px;
}
table.TheDetailsView div input,
table.TheDetailsView  td input
{
	font-size		: 1.1rem;
}


table.TheDetailsView th
{
	background	: #CEDAE5;/*#cbdbe8;*/
	font		: inherit;
	cursor		: default ;
}

table.TheDetailsView, table.TheDetailsView td, table.TheDetailsView th
{
	border: solid 0px white;
}
table.TheDetailsView .th
{
	background	: #D4E5ED;
	font-weight : bold;
	cursor		: default ;
}

table.TheDetailsView tr
{
	background-color	: #FFFFFF;
}

table.TheDetailsView tr.hover
{
	background-color	: #C1D7E9;
	cursor				: text ;
}

table.TheDetailsView tr.dark
{
	background-color	: #e1f0f7;
	cursor				: text;
}

table.TheDetailsView td.rowlabel
{
	font-size	: 1.1rem;
	font-weight : bold ;
	color       : #4479A9;/* KOLOR PIERWSZY:nagłówek */
	background  : #C3DBEB;
}

table.TheDetailsView td.alert
{
	background-color: #ee1111;
}


/*table.TheDetailsView1  input1
{
	background-color :transparent;
	border-bottom:4px solid transparent;
}

table.TheDetailsView1  input1:hover
{
	border-bottom:4px solid #C3DBEB;
}*/
