.szara {
	font-size: 11px;
/*
	border-spacing: 1px;
	border-collapse: separate;
*/
	margin: 2px 5px 2px 5px;
	padding: 2px 2px 2px 2px;
}
table.szara {
	border-spacing: 0px;
	border-collapse: collapse;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #CCCCCC;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	width: 99%;
}

table.ingp_xmlbion_rendered {
	border-spacing: 0;
	width: auto;
}
table.ingp_xmlbion_rendered tr td {
	border-bottom: 0.5px solid #CCCCCC;
	width: 33%;
}
table.ingp_xmlbion_rendered tr td.ingp_xmlbion_tag {
	text-align: left;
	color: #777777;
}
table.ingp_xmlbion_rendered tr td.ingp_xmlbion_title {
	text-align: right;
	padding-right: 2em;
}
table.ingp_xmlbion_rendered tr td.ingp_xmlbion_value {
	font-weight: bold;
}
.compact {
	width: auto;
	min-width: 40%;
}
.two_column {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	display: block;
}
.three_column {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	display: block;
}
.column_rule {
	column-rule: 1px dotted #CCCCCC;
	-moz-column-rule: 1px dotted #CCCCCC;
	-webkit-column-rule: 1px dotted #CCCCCC;
}
.hover_li li:hover {
	border-bottom: 1px solid #AAAAAA;
}
.szara tr {
}
.szara td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
/*	box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	border-radius: 1px; */
	padding: 2px 2px 2px 2px;
	text-align: center;
	max-width: 350px;
	word-wrap: break-word;
}
.szara th {
	background-color: #2274bd;
	color: white;
	padding: 2px 2px 2px 2px;
	text-align: center;
	border-bottom: 1px solid #87b1d6;
/*	box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	border-radius: 1px;
*/
}

.szara tr:first-child th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.szara tr:first-child th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.szara tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.szara tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.szara a, .ui-widget-content .szara a {
	color: white;
	text-decoration: none;
}
.szara td a {
	color: #044b8a;
}
.szara td a:hover {
	text-decoration: underline;
}
span.szara {
	color: #fff;
	background-color: #CCCCCC;
	padding: 0.2em 1em;
	text-decoration: none;
	border-left: 1px solid #fff;
}

span.szara a {
	color: black;
}

.pager {
	text-align: left;
	background:transparent;
	padding: 2px 0px 4px 2px;
	margin: 2px 2px 4px 2px;
	line-height: 3em;
/*	box-shadow: 2px 2px 3px rgba(0,0,0,0.3); */
}

.pager ul {
	list-style-type: none;
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	display: block;
}

.pager ul li {
	font-size: 12px;
	height: auto;
	line-height: 2em;
/*	border: 1px solid #EEEEEE; */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	display: inline-block;
	width: auto;
	background-color: #2274bd;
	padding: 2px 3px 2px 3px;
	margin: 2px 3px 2px 3px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.pager ul li a, .ui-widget-content .pager ul li a {
	color: white;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 0px 0px;
	height: 1.5em;
	line-height: 1.5em;
	display:block;
	min-width: 25px;
	text-align: center;
}
.pager ul li a:hover, .pager ul li:hover {
	background-color: #87b1d6;
}
.ui-widget-content .pager ul li a:hover {
	text-decoration: underline;	
}
.ui-widget-content .szara tr {
	background-color: white;
	cursor: pointer;
}
.ui-widget-content .szara tr:hover {
	background-color: #EEE;
}
.ui-widget-content .szara tr td {
	background-color: transparent;
	padding-top: 7px;
	padding-bottom: 7px;
}
.pager_clear {
	clear: both;
	display: none;
}

.szara .pageflipper {
	text-align: right;
	background-color: #CCCCCC;
}

.szara_cpage, .pager ul li.szara_cpage, .noselect_cpage, .pager ul li.noselect_cpage {
	font-weight: bold;
	background-color: #87b1d6;
}

.szara .separator {
	text-align: right;
	background-color: transparent;
	height: 4px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	box-shadow: none;
	border: 0px none;
}
.szara td.separator {
	font-size: 1px;
	line-height: 1px;
}

.arr_table_overlay {
	display: none;
	position: absolute;	
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	background-image: url("../img/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 30%;
	margin: 2px 5px 2px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.progress_bar {
	width: 220px;
	height: 19px;
	margin: 5px auto 12px auto;
	background-image: url("../img/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.ajax_error, .ajax_notice, .ajax_notice_progress {
	width: auto;
	min-height: 70px;
	background-repeat: no-repeat;
	text-align: left;
	border-top: 1px dotted #AAAAAA;
}
.ajax_error {
	background-image: url("../img/ajax-error_sm.png");
	background-position: 10% 30%;
	margin-left: -140px;
	padding-left: 140px;
}
.ajax_notice {
	background-image: url("../img/ajax-notice_sm.png");
	background-position: 8% 10px;
	margin-left: -140px;
	padding-left: 140px;
}
.ajax_notice_progress {
	background-image: url("../img/ajax-notice_progress_sm.png");
	background-position: 8% 10px;
	margin-left: -140px;
	padding-left: 140px;
}
.ajax_error h1, .ajax_notice h1 {
	font-size: 16px;
}

.awaiter .notice {
	min-height: 100px;
	background-image: url("../img/notice.png");
	background-repeat: no-repeat;
	background-position: 10% 10px;
	text-align: left;
}

.awaiter .notice p, .awaiter .notice h1 {
	min-height: 30px;
}
span.user_alert_in_table {
	font-weight: bold;
	color: #044B8A;
	cursor: pointer;
	
}
.user_alert_in_table_box {
	display: none;
	position: absolute;
}
.form_embedded_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
	border-spacing: 0px;	
}
table.form_nieruchomosc {
	background-color: #F2F2F2;
	border-bottom: 4px solid #DDDDDD;
}
table.form_nieruchomosc_header {
	background-color: #DDDDDD;
}
.kcs_atrybut, .pp_atrybut {
	border-bottom: 2px solid #CCCCCC;	
	border-top: 2px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.kcs_atrybut td table, .pp_atrybut td table {
	margin-top: 2px;
	margin-bottom: 2px;
}
div.weryfikator_wlasne_zlecenie {
	background-color: #AAFFAA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
div.bank_wlasne_zlecenie {
	background-color: #DDFFDD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

div.po_terminie, div.ostrzezenie_o_terminie {
	background-color: #FF9966;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
div.po_terminie {
	background-color: #FF4444;
}
span.zestawienia_link {
	padding-left: 5px;
	padding-right: 5px;
}
span.zestawienia_wybor:after {
	content: "*";
	color: transparent;
}
span.zestawienia_wybor_warunkowy:after {
	content: '*';
	color: #F55;
}
span.date_warning {
	color: #C00;
}
tr.NoweZlecenieRow {
	background-color: rgba(34,116,189,0.6); /*#2274bd99;*/
}
tr.NoweZlecenieRow td {
	background-color: rgba(255,255,255,0.75);
	font-weight: bold;
	border-bottom: 1px solid #2274bd55;
}
.int-debug-info {
	display: block;
	background-color: white;
	border: 1px solid black;
	border-radius: 6px;
	width: 90%;
	margin: 10px auto;
	padding: 2px 10px 10px 10px;
	box-shadow: 4px 4px 7px rgba(0,0,0,0.2);
}
.int-debug-info div:nth-child(even){
	background-color: #EEE;
}
.int-debug-info-message {
	width: 100%;
	border-bottom: 1px solid #DDD;
	
}
.int-debug-info-pointer {
	display: block;
	color: #999;
	font-size: 10px;
}
.int-debug-info-pointer-content {
	display: inline-block;
	padding: 1px 5px;
	float: right;
}
.int-debug-info-pointer-backtrace {
	padding: 1px 5px;
	margin-top: 0px;
	background-color: white;
	border: 1px solid #DDD;
	display:none;
	white-space: nowrap;
	text-align: right;
	right: 10px;
/*	float: right; */
} 
.int-debug-info-pointer-content:hover .int-debug-info-pointer-backtrace {
	display: block;
	position: absolute;
}
.int-debug-info-value {
	padding: 4px 4px 4px 10px;
}