@CHARSET "UTF-8";

body, table, td, tr, th, tfoot, tbody, thead, div, span, img, a, ul, li, ol, h1, h2, h3, input, form, textarea{
	padding : 0;
	margin : 0;
	border : 0;
	font-size: inherit;
	font-family : inherit;
}

body{
	background-color : #134579;
	font-size: 90%;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color : #4c4c4c;
}

table{ width: 100%;}

table td {
    padding: 5px;
    vertical-align: middle;
}

table th {
    border-bottom: 2px dotted black;
    padding: 5px;
    text-align: left;
}

table td.currency {
    white-space: nowrap;
    text-align: right;
}

label img { float: left;}

img {
	border: 0px;
	align: top;
	float: left;
	padding-right:2px;
}

img.img_left{
	float: left;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

a {
	color : #134579;
	text-decoration: none;
	border-bottom: 1px solid #598EC3;
}
a:link {
	color: #598ec3;
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	color: #598ec3;
	text-decoration: none;
	background-color: transparent;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px solid #333;
}

a.no-border{border-bottom: none;}

p { clear: both; }

.strong{font-weight: bold;}

span.menu-separator{
	padding: 0 7px;
	color : silver;
}

h2 {
	font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}
h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.hidden{display: none;}

.fl{float : left;}
.fr{float : right;}
.clear{clear : both;}

.p20{padding : 20px;}
.p10{padding : 10px;}

radio {}

input.radioButton{
	margin-right: 5px;
}

.tdLabel{
	width: 130px;
	vertical-align : top;
	padding-top : 5px;
	padding-right: 0px;
	padding-left: 0px;
}
label { margin-left: 3px;}


label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}


select {
	border: 1px solid #CCCCCC;
	color: #4C4C4C;
}
input {
	border: 1px solid #CCCCCC;
	color: #4C4C4C;
}
textarea {
	border: 1px solid #CCCCCC;
	color: #4C4C4C;	
}

.textfield{
	width: 335px;
	padding: 2px 0;
}

.textfield.required{
	border: 1px solid #FF0000;
}

.textfield.errorMessage {
	border: 1px solid #FF0000;
}

.textfieldLong {
	width: 348px;
	padding: 2px 0;
}

.textfieldLong.errorMessage {
	border: 1px solid #FF0000;
}
.textfieldMedium {
	width: 200px;
	padding: 2px;
}
.textfieldMedium.errorMessage {
	border: 1px solid #FF0000;
}

.textfieldMedium.required{
	border: 1px solid #FF0000;
}

.textfieldShort{
	width: 100px;
	padding: 2px;
}

.textfieldShort.required{
	border: 1px solid #FF0000;
}

.textfield250{
	width: 250px;
	padding: 2px;
}

.textfield260{
	width: 260px;
	padding: 2px;
}

.textfield240{
	width: 240px;
	padding: 2px;
}

.textfield295{
	width: 295px;
	padding: 2px;
}

.textfield200{
	width: 200px;
	padding: 2px;
}

.textfieldVeryLong{
	width: 480px;
	padding: 2px 0;
}

.textfieldShort.errorMessage{ border: 1px solid #FF0000;}

.button {
	background-color: #598ec3;
	padding: 2px 10px;
	color : #fff;
	font-weight: bold;
	border: 1px solid #134579;
	margin: 0;
	cursor: pointer;
}

.button fr { 
	color:#050; 
	font: bold small 'trebuchet ms',helvetica,sans-serif; 
} 

.button-light{
	background-color: rgb(0, 103, 199);
	padding: 2px 10px;
	color : #fff;
	font-weight: bold;
	border: 1px solid #fff;
	margin: 0;
}

.buttonImgFr { 
	float : right; 
	border: none; 
	padding: 0 5px 0 5px;
	cursor: pointer;
} 
	
.buttonImg { 
	border: none; 
	border-radius: 0px;
	-moz-border-radius: 0px;
}
	
.button-send {
    margin: 0;
    padding: 2px 10px;
    width: 124px;
    height: 22px;
}

.form td{padding: 4px 0;}

#body-wrapper {
	width: 100%;
}

.page-width {
	width: 980px;
	margin: 0 auto;
}

table.productParameters {
	display: block;
}

table.productParameters tr {
	display: block;
	width: 480px; 
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
	height: 1%;
	padding: 3px 0 3px 0;
}
table.productParameters th {
    border-bottom: 0px;
    display: block;
	width: 150px;
	float: left;
}
table.productParameters td {
    border-bottom: 0px;
	float: left;
}
table.productParameters td select {
	margin-top: -3px;
}
table.productParameters td input {
	margin-top: -3px;
}
table.productParameters td textarea{
	margin-top: -3px;
}

table.dostawy{
	display: block;
}

table.dostawy tr {
	display: block;
	width: 307px; 
	overflow: hidden;
	padding: 0;
	float: none;
}
table.dostawy th {
    border-bottom: 0px;
    display: block;
}
table.dostawy td {
    border-bottom: 0px;
    vertical-align: middle;
	width: 217px;
	float: none;
}
table.dostawy td.logo {
	width: 90px;
}

table.tbody {
	width: 300px;
}
	
div.pbs-box-registerInput{
	min-height: 520px;
	width: 833px;
	border : 1px solid #ccc;
	margin-bottom : 10px;
	padding : 15px;
	background-color: #F7F7F7;
	font-size: 14px;
	font-weight: normal;
}
	
table.form tr{
    display: block;
    height: 1%;
    overflow: hidden;
    padding: 3px 0;
    width: 500px;
}

form .button {
	margin-left: 250px;
	float:right;
}

div.iterator-start{
	float:left;
	width: 480px;

}

#disablingDiv
{
    display: none; 
    z-index:1001;
    
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    color: red;
    font-size: 20px;

    background-color: white; 
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  	filter: alpha(opacity=60);
  	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
  	opacity: 0.6;    
    
    position: fixed;
}

div.grupyprod_box{
	border : 1px solid #ccc;
	padding : 5px;
	color: white;
	text-align : left;
	font-size: 14px;
	align: right;
	line-height: 14px;
}
div.grupyprod_box p{
	margin: 5px 5px 0 0;
}
div.szablony_container{
	padding-bottom: 10px;
}

div.szablon_box{
	position: relative; 
	border : 1px solid #ccc; 
	margin: 10px 0; 
	padding : 5px; 
	width: 288px; 
	background-color: #F7F7F7;
}
div.szablon_box:hover{
	position: relative; 
	border : 1px solid #598EC3; 
	margin: 10px 0; 
	padding : 5px; 
	width: 288px;  
	background-color: #F0F0F0;
	cursor: pointer;
}

div.szablon_box_margin{
	margin-right: 20px;
}
div.szablon_box_margin:hover{
	margin-right: 20px;
}
div.szablon_box_nomargin{
	margin-right: 0px;
}
div.szablon_box_nomargin:hover{
	margin-right: 0px;
}
.same-height-title{
	font-size: 14px; 
	font-weight: bold; 
	padding: 5px;
}
.same-height-title-big{
	font-size: 14px; 
	font-weight: bold; 
	padding: 5px;
}

div.szablon_opis{
	text-align: left; 
	font-size: 12px
}

div.szablon_opis_inner{
	padding: 0 0 30px 0;
}


div.pbs-box-list-filter {
	border : 1px solid #ccc; 
	margin-left: 5px; padding : 20px; 
	background-color: #F7F7F7;
	font-size: 14px;
	display:none;
}
div.pbs-box-list-filter-row {
	height: 32px;
	border-bottom: 1px dotted #CCC;
	padding: 3px 0 3px 0;
	overflow: hidden;
}
div.pbs-box-list-filter-label{
	width: 115px;
	height: 19px;
	float: left;
	padding: 9px 0 5px 10px;
	/*Dla IE*/
	display: block;
}
div.pbs-box-list-filter-input{
	height: 22px;
	width: 349px;
	float:left;
	padding: 5px 0 5px 5px;
	/*Dla IE*/
	display: block;
}
div.pbs-box-list-filter-inputArchiwum{
	width: 349px;
	float:left;
	padding: 5px 0 5px 5px;
	/*Dla IE*/
	display: block;
}
	
div.pbs-box-list-filter-inputMedium{
	height: 22px;
	float:left;
	padding: 5px 0 5px 5px;
	/*Dla IE*/
	display: block;
	width: 280px;
}
div.pbs-box-list-filter-inputShort{
	height: 22px;
	float:left;
	padding: 5px 0 5px 5px;
	/*Dla IE*/
	display: block;
	width: 138px;
}

div.pbs-box-list-filter-toggle,
div.pbs-list-print-toggle {
	float:right;
	width: 28px;
	text-align:left;
	margin-top:5px;
	font-size: 14px;
	height: 20px;
	text-align: right;
	margin-left: 5px;
	margin-right:-8px;
	cursor: pointer;
}
div.pbs-list-print-toggle {
	margin-left: 0px;
	margin-right: 0px;
}
div.pbs-box-list {
	width: 100%;
	float:left;
	font-size: 11px;
}


div.parametry_container_left{
	float:left;
	width: 522px;
}
div.parametry_container_right{
	float:right;
}

div.pbs-box-ceny{
	border : 1px solid #ccc;
	margin-bottom : 10px;
	padding : 20px;
	background-color: #F7F7F7;
	font-size: 14px;
	font-weight: normal;
	align: right;
	text-align:right;
	width: 355px;
}
div.pbs-box-ceny-row{
	min-height: 18px;
	font-size: 12px;
}
div.cena_error{
	width: 355px;
}
	
div.pbs-box-param {
	width: 480px;
	border : 1px solid #ccc;
	margin-bottom : 10px;
	padding : 20px;
	background-color: #F7F7F7;
	font-size: 14px;
	font-weight: normal;
	align: right;
	float:left;
}

div.pbs-box-grid{
	width: 480px;
	border : 1px solid #ccc;
	margin-bottom : 10px;
	padding : 15px;
	background-color: #F7F7F7;
	font-size: 14px;
	font-weight: normal;
}

div.pbs-box-content-adres{
	width: 482px;
	
}

div.pbs-pliki-dodaj {
	width: 600px;
}

div.pbs-pliki-list{
	text-align: justify;
}

div.pomoc_box{
	border : 1px solid #ccc;
	margin-bottom : 10px;
	padding : 20px;
	background-color: #F7F7F7;
	font-size: 14px;
	font-weight: normal;
	align: right;
	width: 155px
	float:right;
}
div.pomoc_row{
	height: 60px;
	overflow: hidden;
	padding: 3px 0 3px 0;
}

#content {	
	float: left; 
	width: 627px; 
	border-right: 1px solid #e7e7e7; 
}

#content h2, #main h3 {	
	margin: 0 0 0.7em; 
	border-bottom: 1px solid #e8e8e8; 
}

#content ol	{
	list-style-type: decimal; 
	margin-left: 2.5em; 
}
#content ul	{
	list-style-type: square; 
	margin-left: 2.5em; 
	}

#content a:link, #content a:visited	{color: #004287; }
#content a:hover, #content a:active	{	 }

.wrapper {
	overflow: hidden;
}

.table_terms {
	width: 500px;
}

.table_terms span {
	color: red;
}

#komunikat {
	color: red;	
	font-height: bold;
}

#recalc {
	overflow: hidden;
	float: right;
}

.pbs-box-pliki {
	overflow: hidden;
	width: 946px;
	min-height: 200px;
}

ul.tabs {
	list-style: none;
}

ul.tabs li {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
    cursor: pointer;
    float: left;
    height: 31px;
    line-height: 31px;
    margin-right: 1px;
    min-width: 140px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-bottom-color: #E2E2E2;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

ul.tabs li a {
	border: none;
}

ul.tabs li.active {
	font-weight: bold;	
    border-bottom-color: #fff;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.tab {
	margin: 0px;
	padding: 5px;
	clear: both;
	overflow: hidden;
	width: 580px;
	min-height: 250px;
	background-color: #fff;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.pbs-pliki-plik-item a {
	float: right;
	cursor: pointer;
}

.pbs-pliki-sent-zadanie-item {
	background-color: #cccc77;
    border: 1px dotted #ccc;
       height: 24px;
    margin-bottom: 6px;
    padding: 8px 0 5px 20px;
}
.pbs-pliki-sent-plik-item {
    margin-bottom: 6px;
    padding-left: 20px;
}

.menu ul { display: none; } /* Hide before plugin loads */
.menu ul.dropit-submenu {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    padding: 6px 0;
    margin: -16px 0 0 -120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}          
.menu ul.dropit-submenu a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #7a868e;
    padding: 0 18px;
}
.menu ul.dropit-submenu a:hover {
    background: #248fc1;
    color: #fff;
    text-decoration: none;
}

#dane {
	min-height: 80px;
}

.hiddennip {
	display: none;
}

.blonly {
	display: none;
}

.pbs-popup-start-bk
{
    display: none; 
    z-index:1001;
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: white; 
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
  	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
  	opacity: 0.5;    
    position: fixed;
}

.pbs-popup-start
{
    display: none; 
    z-index:1002;
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    position: fixed;
}

.pbs-noscript-bk {
    z-index:1001;
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: white; 
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
  	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
  	opacity: 0.5;    
    position: fixed;
}

.pbs-noscript {
    z-index:1002;
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    position: fixed;
}

.pbs-noscript .pbs-noscript-content {
	background-color: #f2f2f2;
	border: 1px solid #d8d8d8;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; 	/* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
	box-shadow: 0px 5px 14px #808080;
	padding: 20px 20px;
	width: 800px;
	margin-left: auto ;
  	margin-right: auto ;
  	margin-top: 300px;
  	font-size: 18px;
}

label.pbs-loadfile:hover {
	cursor: pointer;
}

input.pbs-loadfile,
input.pbs-loadfile-submit {
	visibility: hidden;
}

.pbs-box-additional-right {
	padding: 20px;
}

.pbs-box-additional-right textarea {
	width: 340px;
}

.pbs-matryca-cen {
	padding: 20px;
	margin-bottom: 10px;
}

.pbs-klient-detail {
	padding: 15px;
	margin-bottom: 10px;
}

.pbs-klient-detail .dataTable {
	margin: 0px;
	font-size: 11px;
}

.pbs-button:hover {
	cursor: pointer;
}
