﻿/* This StyleSheet contains custom styles for this project */
table.i-child-tree-table .opis
{
	display: none;
}
table.i-child-tree-table .nazwa
{
	font-size: 11px;
	font-weight: normal;
	color: #666699;
	padding-left: 15px;
	padding-bottom: 1px;
}
.opis
{
	padding-left: 15px;
	font-size: 12px;
	font-style: Calibri;
}
.pole
{
	display: none;
}
.dev
{
	display: none;
}
table.i-child-tree-table .regula
{
	display: none;
}
table.i-child-tree-table .zestaw-regul
{
	display: none;
}
table.i-child-tree-table .reguly
{
	display: none;
}
.nazwa
{
	padding-left: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	font-style: Cambria;
	font-size: 14px;
}
.reguly-tytul
{
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 10px;
	font-weight: bold;
	font-style: Cambria;
	font-size: 12px;
}
.zestaw-regul
{
	margin-bottom: 15px;
}
@media (min-width: 500px) {
	.zestaw-regul tr th:first-child
	{
		min-width: 99px;
	}
}
.pl-PL
{
	
}
#i-source-xsd-section-content
{
	max-height: 300px;
	overflow: auto;
}
.i-xml-source
{
	font-size: 8px;
}
@media only screen and (min-width: 500px) {
	.i-page
	{
		background: #ffffff url('../images/logo.jpg') no-repeat right 15px top 8px;
	}
	.i-page-title
	{
		padding-right: 160px;
		margin-bottom: 50px;
	}
}
div.dziedziczenie
{
	padding-top: 12px; 
	font-weight: bold;
}
.dziedziczenie ul
{
	margin-top: 0px;
}
.dziedziczenie li
{
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
}

/* tables */
tr:target td {
	background: #fefeee;
}
.reports-matrix {
	table-layout: fixed; 
}
.reports-matrix tr:hover td
{
	background: #f3f3ff;
	cursor: crosshair;
}
.reports-matrix tr:hover th:first-child
{
	color: blue;
}
.reports-matrix tr:first-child th
{
	vertical-align: top;
}
.reports-matrix th {
	font-size: 8pt;
	overflow: hidden;
	padding-left: 4px;
	vertical-align: middle;
}
.reports-matrix td, .reports-matrix th {
	height: 0.3in;
}
.reports-matrix th.reports-matrix-first { 
	width: 160px; 
}
table.tablesorter {
	background-color: #CDCDCD;
	margin: 10px 0pt 15px;
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #eeeeee;
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr .tablesorter-header {
	background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 15px;
}
table.tablesorter tbody td {
	color: #333333;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .tablesorter-headerAsc
{
    background-image: url('../images/asc.gif');
}
table.tablesorter thead tr .tablesorter-headerDesc
{
    background-image: url('../images/desc.gif');
}
table.tablesorter thead tr .tablesorter-headerDesc, table.tablesorter thead tr .tablesorter-headerAsc {
	background-color: #cde;
}
.component-name
{
	font-size: 13px;
}
.component-description
{
	font-size: 11px;
	font-style: italic;
	margin-left: 4px;
	padding-left: 4px;
}
.component-description:before
{
	content: "• ";
	padding-left: 4px;
}
.legal-form-li span:before
{
	content: "• ";
	padding-left: 8px;
}
.component-indicator img
{
	display: block;
	margin: 15px auto;
}
