html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	margin: 0px;
}



.font-size-medium {
    font-size: 15px;
}

.font-size-large {
    font-size: 19px;
}

/*
A:link {color: black !important;}
A:visited {color: black !important; }
A:active {color: black !important;}
A:hover {color: black !important; }
*/
.body {
	padding: 10px;
	margin-left:auto; 
	margin-right:auto; 
	width:99%;
}

.footer {
	text-align: center;
	/*font-size: 11px;*/
	margin-bottom: 10px;
	background: none;	
}

.header{
	text-align: justify;
	font-size: 11px;
	margin-bottom: 10px;
	background: none;
	background-color: #33DD77;	
}
/* */
.ui-widget-header {
	background: #285b82!important;
	  
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #ffffff;
	color: #000000;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
	opacity: 100;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	color: #000000;
	font-weight: bold;
	font-size: 125%;
}

.name {
	vertical-align: middle;
	font-weight: bold;
	width: 150px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.tabela{	
	height: 100%;
	/*min-width: 350px;
	max-width: 550px;
	*/
	/*width: 400px;*/
	vertical-align: top;
}


.label{
	text-align: right;  /*wyr�wnanie do prawej*/
	/*vertical-align: middle;*/
	/*font-size: 12px !important;*/
	font-weight: bold;
	width: 150px;
	float: left;
	margin-right: 15px;
	/*padding: 5px;*/
	/*margin-top: 3px;*/
	clear: left;
	vertical-align: top;	
}

.labelNormal{
	text-align: right;  /*wyr�wnanie do prawej*/
	/*vertical-align: middle;*/
	font-size: 12px !important;
	/*font-weight: bold;*/
	width: 150px;
	float: left;
	margin-right: 15px;
	/*padding: 5px;*/
	/*margin-top: 3px;*/
	clear: left;
	vertical-align: top;
	margin-top: 10px;	
}

.labelSmall{
	text-align: right;  /*wyr�wnanie do prawej*/
	/*vertical-align: middle;*/
	font-size: 12px !important;
	font-weight: bold;
	width: 85px;
	float: left;
	margin-right: 5px;
	/*padding: 5px;*/
	/*margin-top: 3px;*/
	clear: left;
	vertical-align: top;	
}

.value {
	float: left;
	padding: 5px;
}
.sygnatura{
	font-weight: bold;
	font-size: 125%;
}

.sygnaturaBig {
	font-weight: bolder;
	font-size: medium;
}

.sygnaturaBigRed{
	font-weight: bolder;
	font-size: medium;
	color: red;
}

.datalist-noborder{
	border-style: none !important;
}

.datalist-noborder .ui-panelgrid td {
	border-style: none !important;
}

.datalist-noborder .ui-datatable tbody td{
	border-style: none !important;
}



.datalist-noborder .ui-widget-content {
	border: none !important;
	background-color: inherit !important;
	background: inherit !important;
	border-width: 0px !important;	
	

}

.datalist-noborder-margin .ui-widget-content {
	border: none !important;
	background-color: inherit !important;
	background: inherit !important;
	border-width: 0px !important;	
	margin: -8px;
}

.borderNone{
	border: none !important;
	padding-left: 0px;	
}