body {
	margin: 0px;
	padding: 0px 0px 0px 0px;	
	background: #FFFFFF;
	color: #333333;
}

* {
	font-family:  calibri, "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a {color: #1A2E39; text-decoration: none;}
a:hover {color: #A8CD40; text-decoration: underline;}

p{
	padding: 7px 0px 7px 0px;
}
	
img{
	border: none;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #6B9CCC;
	font-family:  "Trebuchet MS", arial, verdana, tahoma, sans-serif;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #6B9CCC;
	font-family:  "Trebuchet MS", arial, verdana, tahoma, sans-serif;
}
h3 a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #6B9CCC;
	font-family:  "Trebuchet MS", arial, verdana, tahoma, sans-serif;
}

li{margin-left: 15px;}

.la {text-align: left;}
.ca {text-align: center;}
.ra {text-align: right;}


.col-a-1, .col-a-2, .col-50, .col-50-fluid, .col-66, .col-33, .col-25 {
	position: relative;
	min-height: 1px;
}
.col-50-fluid {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
}
.col-50-fluid:nth-child(2n+0) {
	padding-right: 0px;
	float: right;
}
.col-33 {
	width: 33.3333333%;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
}
.col-33-fluid:nth-child(3n+0) {
	padding-right: 0px;
	float: right;
}
.col-66 {
	width: 66.6666666%;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
}
.col-a-1 img, .col-full img {
	max-width: 100%;
}
.col-a-1 {
	float: left;
	width: 721px;
}
.col-a-1.with-padding {
	float: left;
	width: 711px;
	padding-right: 10px;
}
.col-a-2 {
	float: left;
	width: 241px;
}
.col-50 {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
}
.col-50:last-of-type {
	padding-right: 0px;
}
.col-25 {
	/*width: 231px;*/
	width: 25%;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
}
.col-25:nth-child(2n+0) {
	padding-right: 12px;
}
.col-25:last-of-type {
	padding-right: 0px;
}
.col-25:nth-of-type(2) {
	float: left;
}
.col-25:nth-of-type(4) {
	float: right;
}

.asterisk {color: #FF4040;}
.error {color: #FF0000;}
.red {color: #FF0000;}
.green {color: #00CC00;}
.yellow {color: #FFBB00;}


label{
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}

input, textarea{
	width: 180px;
	height: 19px;
	border: 1px solid #ACACAC;
	color: #000000;
	background: #ffffff;
	padding: 2px 3px 2px 3px;
	margin: 0px;
}
textarea{
	width: 180px;
	height: 80px;
}

input.chra {
	border: none;
	background: none;
	width: 15px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

select {
	border: 1px solid #DBDBDB;
	font-size: 12px;
	color: #000000;
}
option {padding: 2px 15px 2px 2px; font-size: 12px;}

.haslo {font-family: arial, sans-serif;}

input.button, button.button {
	background: #1A2E39;
	border: none;
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold;
	padding: 5px;
	width: auto;
	height: auto;
}

.lg1 {width: 30px;}
.lg1a {width: 50px;}
.lg2 {width: 70px;}
.lg3 {width: 115px;}
.lg4 {width: 170px;}
.lg4a {width: 200px;}
.lg4b {width: 220px;}
.lg5 {width: 250px;}
.lg6 {width: 350px;}
.lg7 {width: 610px;}
.lg8 {width: 710px;}
.lg9 {width: 810px;}

select.lg1 {width: 39px;}
select.lg2 {width: 79px;}
select.lg21 {width: 100px;}
select.lg3 {width: 124px;}
select.lg3a {width: 140px;}
select.lg4 {width: 179px;}
select.lg5 {width: 259px;}
select.lg6 {width: 359px;}

textarea.lg5 {width: 250px; height: 120px;}
textarea.lg5a {width: 250px; height: 80px;}
textarea.lg9 {width: 590px; height: 200px;}

.formularz {width: 100%;}

.formularz .input {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	clear: both;
}

.formularz label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding: 5px 20px 0px 0px;
	font-weight: normal;
}

.formularz .required label {font-weight: bold;}
.formularz .requiredLabel {font-weight: bold; padding: 5px 0px 10px 170px;}
.formularz .error-message {padding-left: 170px; color: #FF0000;}

.formularz .captcha label {padding: 20px 20px 0px 0px;}
.formularz .captcha .input {padding-left: 170px;}
.formularz .captcha .error-message {padding-left: 0px;}

.formularz .submit {padding-left: 170px;}
.formularz .submit2 {padding-left: 0px;}

.formularz .checkbox {padding: 5px 0px 5px 170px;}
.formularz .checkbox label {display: inline;	float: none;}
.formularz .checkbox .error-message {padding-left: 20px;}
.formularz .checkbox input {
	border: none;
	background: none;
	width: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.formularz .radio {padding: 5px 0px 5px 170px;}
.formularz .radio label {display: inline;	float: none;}
.formularz .radio .error-message {padding-left: 20px;}

.formularz .radio1 {padding: 5px 0px 5px 0px;}
.formularz .radio1 label {display: inline;	float: none;}
.formularz .radio1 .error-message {padding-left: 20px;}

.formularz .checkbox1 {padding: 5px 0px 5px 0px;}
.formularz .checkbox1 label {display: inline; float: none;}
.formularz .checkbox1 .error-message {padding-left: 20px;}
.formularz input.disabled {background: #EEEEEE;}
.formularz .label {
	width: 150px;
	padding: 5px 20px 0px 0px;
	float: left;
	color: #5b5b5b;
	text-align: right;
}

.formularz .wciecie {padding: 5px 0px 5px 170px;}
.formularz .wciecie label {display: inline;	float: none; padding: 5px 10px 0px 0px;}

.formularz .godziny .godziny2 label {display: inline;	float: none; padding: 5px 10px 0px 0px;}

.formularz .password input {font-family: arial, sans-serif;}

.formularz .disabled {background: #EEEEEE; color: #777777;}

.formularz .field {
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.formularz .field .error-message {padding-left: 0px; color: #FF0000;}

.formularz .fieldnl {
	float: left;
	padding: 5px 0px 5px 170px;
	margin: 0px;
}

.filtr {padding: 0px 0px 30px 0px; vertical-align: middle; line-height: 34px;}
.filtr * {vertical-align: middle;}
.filtr label {padding: 0px 10px 0px 0px; float: none; display: inline;}
.filtr select.lg2 {width: 83px;}
.filtr select.lg3 {width: 120px;}

.loginbox {
	width: 400px;
	height: 200px;
	margin: auto;
	padding: 20px 0px 0px 0px;
}
html>body .loginbox {min-height: 200px; height: auto;}


.userloginlinks {padding: 20px 0px 0px 170px;}

.registerbox {
	width: 600px;
	height: 200px;
	margin: auto;
	padding: 20px 0px 0px 0px;
}
.message {
	padding: 15px 15px 15px 15px;
	border: 2px solid #29647F;
	background: #FFFFFF;
	line-height: 17px;
	color: #FF0000;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
}
.message_inside {
	padding: 15px 15px 15px 15px;
	background: #F3F3F3;
	border: 1px solid #D0D0D0;
	line-height: 17px;
	color: #FF0000;
	font-size: 13px;
	margin: 3px 0px 15px 0px;
}
.message_info {
	padding: 15px 15px 15px 15px;
	background: #F3F3F3;
	border: 1px solid #D0D0D0;
	line-height: 17px;
	color: #333333;
	font-size: 13px;
	margin: 3px 0px 15px 0px;
}

/**Tabela z danymi**/
table.subtable1 {
	border-collapse: collapse;
	margin: 5px auto 0px auto;
}

table.subtable1 td {
	border: 0px;
	border-top: 1px #777777 solid;
	border-bottom: 1px #777777 solid;
}




table.adane {
	border-collapse: collapse;	
	border: 1px #54232D solid;
	margin: auto;
}

table.adane th {
	background-color: #29647F;
	color: #FFFFFF;
}

table.adane th, table.adane td {
	padding: 5px;
	border: 1px #2C0A01 solid;
}

table.adane td input.braki_checkbox {
	width: 80px;
}

table.adane th a {
	color: #FFFFFF;
	text-decoration: none;
}
table.adane th a:hover {
	color: #A8CD40;
	text-decoration: none;
}

.usun_checkbox {
	width: 100px; 
	background-color: #29647F; 
	color: white; 
	border: none;
}

.usun_wszystkie_weryfikacja {
	width: 112px;
	height: 40px;
	background-color: #F9F8F0;
}

.usun_wszystkie_weryfikacja:hover {
	color: red;
	cursor: pointer;
	text-decoration: underline;
}

.weryfikacja_specyfikacja_braki {
	width: auto;
	height: auto;
	background: #1A2E39;
	border: none;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 30px;
}

.multiselect-container>li>a>label {
	padding: 4px 20px 3px 20px;
  }

table.adane td {background-color: #F9F8F0;}
table.adane td a:hover{color: #A8CD40;}
table.adane tr.n td {background-color: #F9F8F0;}
table.adane tr.p td {background-color: #EFEDD8;}
table.adane tr.inactive td, table.adane tr.inactive td a {color: #999999;}

table.adane td.lcol {background-color: #29647F; color: #FFFFFF; width: 120px; text-align: right;}

table.adane table {border: none; border-collapse: collapse; }
table.adane table td {border: 1px solid #828282; border-style: solid none solid none; }
table.adane td.blank {border: none;}

table.adane td label {width: auto;}

table.adane td em {color: #999999;}

table.adane .checkbox_do_usuniecia {
	width: 100px;
}

table.adane .usun_zaznaczone_checkboxy {
	width: 100px;
	background-color: #F9F8F0;
	border: none;
}

table.adane .usun_zaznaczone_checkboxy:hover {
	width: 100px;
	background-color: #F9F8F0;
	border: none;
	text-decoration: underline;
	color: red;
	cursor: pointer;
}

table.adane .zaznacz_checkboxy {
	width: 90px;
	background-color: #29647F;
	border: none;
	color: #ffffff;
	margin: 2px;
}

table.adane .zaznacz_checkboxy:hover {
	cursor: pointer;
	text-decoration: underline;
}

table td.cennikMiedzynarodowy {
	line-height: 25px;
	vertical-align: top;
}

table.adane tr.po_usunieciu_weryfikacji {
	background-color: grey;
	border: 2px solid red;
}

table.uslugiDodatkowe {
	width: 100%;
	margin: 0px;
}

#content_admin {
	width: 1180px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	position: relative;
}

div.top{
	background: url(../img/top_bg.gif) repeat-x;
	height: 410px;
}

div.lcol{
	float: left;
}
div.mcol{
	float: left;
}
div.rcol{
	float: left;
}
div.oc {width: auto; float: none; padding: 0px 8px 20px 8px;}

div.top div.lcol{
	padding: 28px 0px 0px 13px;
	width: 372px;
}
div.top div.mcol{
	width: 212px;
	padding: 19px 0px 0px 0px;
}
div.top div.rcol{
	width: 383px;
	padding: 43px 0px 0px 0px;
}

div.send_mail{
	padding: 5px 0px 19px 2px;
}

.login_panel{
	background: url(../img/login_panel.gif) no-repeat;
	height: 339px;
	width: 200px;
	padding: 10px 6px 0px 6px;
	color: #6A6A6A;
}
.login_panel h1 {width: 200px; height: 56px; margin: 0px; padding: 0px; overflow: hidden;}

.login_panel div.tresc{
	padding: 0px 0px 0px 10px;
	line-height: 16px;
	color: #6A6A6A;
}

.login_panel div.tresc a{color: #6A6A6A;}
.login_panel div.tresc a:hover{color: #1E6DB4;}

.login_panel div.tresc div.info{	
	color: #6A6A6A;
}

.login_panel div.tresc div.info a{
	color: #247AAB;
	text-decoration: underline;
}

.login_panel .remember input{
	vertical-align: middle;
	width: 25px;
	margin: 0px 0px 0px 0px;
}

.login_panel .remember div.tresc{
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #6A6A6A;
}

.login_panel form input.button{
	background: url(../img/login_button.gif) no-repeat;
	width: 94px;
	height: 31px;
	border: none;
	margin: 5px 0px 5px 40px;
}
.login_panel form label{
	color: #6A6A6A;
	font-weight: bold;
	display: block;
}

.login_panel .header {font-size: 18px; font-weight: bold; color: #025bab; padding: 10px 0px 5px 0px;}
.login_panel .mojeKontoBox {
	background: url(/img/bg_header_konto.png) no-repeat 0px 12px;
	padding: 10px 0px 5px 27px;
}
.login_panel .mojeZamowieniaBox {
	background: url(/img/bg_header_zamowienia.png) no-repeat 0px 7px;
	padding: 5px 0px 7px 27px;
}
.login_panel a.wiecej {background: url(/img/i_toppanel_link.png) no-repeat 0px 2px; padding: 0px 0px 0px 15px;}
.login_panel div.tresc .doladuj0 {color: #AE0000;}
.login_panel div.tresc a.doladuj {font-weight: bold; color: #AE0000;}
	
div.main{
	width: 980px;
	padding: 0px 0px 0px 0px;
	background: #247AAB url(../img/main_bg.gif) repeat-x;
	margin: 0px;
}

div.main h2{
	margin-bottom: 10px;
}
div.main li{
	background: url(../img/main_dotted.png) no-repeat;
	list-style-type: none;
	padding: 3px 0px 0px 25px;
	display: block;
	min-height: 25px;
}
* html div.main li{
	height: 25px;
}
div.main div.lcol{
	width: 367px;
	padding: 10px 10px 0px 15px; 
}
div.main div.rcol{
	width: 566px;
	padding: 10px 20px 0px 0px; 
}
div.main div.rcol p{
	line-height: 150%;
}

ul.menu_admin {
	list-style-type: none;
	margin: 0px 0px 7px 0px;
	padding: 3px 10px 8px 10px;
	background: #1A2E39;
	min-height: 28px;
}

ul.menu_admin li {
	padding: 0px 7px 0px 0px;
	height: auto;
	margin: 0px;
	color: #FFFFFF;
	float: left;
	position: relative;
}

ul.menu_admin li a {
	padding: 7px 5px 7px 5px;
	height: auto;
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	float: left;
	display: block;
}
ul.menu_admin li a:hover {color: #A8CD40;}

ul.menu_admin li ul.submenu_admin {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 160px;
	height: auto;
	background: #1A2E39;
	list-style-type: none;
	padding: 0px 5px 10px 5px;
	display: none;
	z-index: 300;
}
ul.menu_admin li:hover ul.submenu_admin {
	display: block;
}
ul.menu_admin li ul.submenu_admin li {
	float: none;
	display: block;
}
ul.menu_admin li ul.submenu_admin li a {
	float: none;
	padding: 0px 0px 2px;
	display: block;
}

div.cl{
	clear: both;
}

div.path{
	height: 32px;
	font-size: 13.33px;
	color: #444444;
}

div.path a{
	font-weight: bold;
	font-size: 13px;
	color: #444444;
	text-decoration: none;
}


div.tresc{
	margin: 15px 0px 0px 0px;
	line-height: 21px;
}

div.kontakt{
	margin: 15px 0px 0px 80px;
}
div.kontakt h3{
	margin-bottom: 0px;
}
div.links{
	width: 566px;
	height: 91px;
	margin: 30px 0px 30px 0px;
}


#footer{
	margin: 10px 0px 0px 0px; 
	background: #1A2E39;
	height: 20px; 
	width: auto;
	padding: 5px 0px 0px 0px; 
	text-align: center;
	color: #FFFFFF;
}
#footer2{
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 14px 0px 0px 10px;
	height: 40px;
}

#footer a {color: #FFFFFF;}

div.dotpay{
	float: left;
	text-align: left;
	width: 450px;
	padding: 6px 0px 0px 40px;
	height: 32px;
	color: #A8A8A8;
}
div.dotpay img{
	vertical-align: middle;
	padding: 0px 0px 0px 8px;
}
div.kokoma{
	float: left;
	text-align: right;
	width: 450px;
	padding: 0px 40px 0px 0px;
	height: 32px;
	color: #A8A8A8;
}
div.kokoma a{
	color: #A8A8A8;
	text-decoration: none;
}
div.kokoma a:hover{
	color: #A8A8A8;
	text-decoration: underline;
}

div.pager {
	text-align: center;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
	
}
div.pager a {text-decoration: none; font-weight: bold; color: #7DA018; padding: 0px 3px 0px 3px;}
div.pager a:hover {color: #DC6A66;}
div.pager span.current {color: #804178;}
div.pager div.counter {padding-top: 10px; font-size: 11px;}

.sciezka {padding: 5px 0px 25px 5px;}

.cenaKrok {font-size: 20px; padding: 30px 0px 15px 0px; text-align: right;}
.cenaKrok span.cenaBox {font-size: 22px; font-weight: bold;}




form.cennik .text input {text-align: right;}
form.cennik .text {width: 145px; float: left;}
form.cennik .text .lg1 {width: 35px;}

form.cennik .text1 {width: 70px; float: left;}
form.cennik .text2 {width: 50px; float: left; text-align: center;}
form.cennik .text3 {width: 100px; float: left; text-align: center;}
form.cennik .text2 .lg1 {width: 35px; text-align: center;}
form.cennik td a, form.cennik td span {vertical-align: middle; display: block; float: left; padding: 5px 0px 0px 5px;}
.formularz label {color: #777777;}


.wystawFakture {padding: 0px 0px 20px 0px; margin-bottom: 20px; border-bottom: 1px solid #999999;}
.wystawFakture .naglowek0 {font-size: 14px; background: #E1EBF4; padding: 5px;}
.wystawFakture .naglowek, .wystawFakture .naglowek * {font-size: 16px;}
.wystawFakture .pelne_dane {float: right; width: 300px; font-size: 15px;}

.wyszukajFakture label {width: 240px;}

#listaFaktur {padding-top: 10px;}
.wyszukanaFaktura {font-size: 14px; background: #E1EBF4; padding: 5px; margin: 0px 0px 5px 0px;}
.wyszukanaFaktura .naglowek, .wyszukanaFaktura .naglowek * {font-size: 16px;}
.wyszukanaFaktura .pelne_dane {float: right; width: 300px; font-size: 15px;}
.wyszukanaFaktura .wybierz {font-size: 18px; font-weight: bold;}

.fakturaZbiorcza label {float: none; display: inline; padding-right: 5px;}

.cke {display: block; float: left;}

input.pracownik_f {background: #cbe8fd;}
input.pracownik_h {background: #e4fdcb;}
input.cena4 {background: #dc1921;}


.formularzOrder .zamowienieCol1 {width: 480px; float: left; margin-right: 14px;}
.formularzOrder .zamowienieCol2 {width: 670px; float: left;}
.formularzOrder .zamowienieCol31 {width: 235px; float: left; margin-right: 10px;}
.formularzOrder .zamowienieCol32 {/* width: 235px; */ width: 100%; float: left;}


.formularzOrder .radio {padding: 5px 0px 15px 0px;}
.formularzOrder .radio label {padding: 0px 10px 0px 0px; font-size: 14px; vertical-align: middle;}
.formularzOrder .adane label {padding: 0px; display: inline; float: none; text-align: left;}
.formularzOrder .adane .error-message {padding: 0px;}
.formularzOrder .checkbox {padding-left: 0px;}

.formularzOrder .zamowienieCol1 label, .formularzOrder .zamowienieCol2 label, 
.formularzOrder .zamowienieCol1 .label, .formularzOrder .zamowienieCol2 .label {
	text-align: left;
}
.formularzOrder .zamowienieCol31 label, .formularzOrder .zamowienieCol32 label {
	width: 83px; text-align: left;
}
.formularzOrder .zamowienieCol31 .error-message, .formularzOrder .zamowienieCol32 .error-message {
	padding: 0px;
}
.formularzOrder .terminDoreczenia {font-size: 11px;display: block;color: #999999;}
.formularzOrder .wyslij {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
}
.formularzOrder .wyslij .button {
	padding: 7px 10px;
	font-size: 14px;
}

.hidden {display: none;}

.pricesBlock {
	display: none;
	padding: 0px 0px 20px 0px;
}

.colA {
	width: 442px;
	float: left;
	margin-right: 20px;
}
.colB {
	width: 702px;
	float: left;
}

.formularzPozyskaj label {
	width: 100px;
}
.formularzPozyskaj div.submit {
	padding-left: 120px;
}
.formularzPozyskaj .error-message {
	padding-left: 120px;

}
span.cod1DR {color: #FF0000; font-weight: bold;}
span.cod3DR {color: #FFC001; font-weight: bold;}
span.cod7DR {color: #ddba51; font-weight: bold;}
span.cod10DR {color: #9a874f; font-weight: bold;}
span.cod21DR {color: #555555; font-weight: bold;}
span.codVIP {color: #2a8c00; font-weight: bold;}

.inlineCheckbox label {
	display: inline;
	float: none;
	padding-left: 3px;
}

ul.zznInfo, ul.zzpInfo {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.zznInfo li, ul.zzpInfo li {
	background: #DFDFDF;
	padding: 15px;
	margin: 0px 0px 10px 0px;
}
ul.zznInfo div.zznInfoCol1 {
	width: 300px;
	float: left;
	line-height: 20px;
}
ul.zzpInfo div.zzpInfoCol1 {
	width: 520px;
	float: left;
	line-height: 20px;
}
ul.zznInfo div.zznInfoCol1 strong, ul.zzpInfo div.zzpInfoCol1 strong {
	font-size: 15px;
}
ul.zznInfo div.zznInfoCol1 span, ul.zzpInfo div.zzpInfoCol1 span {
	font-size: 12px;
	padding-left: 10px;
}
ul.zznInfo div.zznInfoCol1 a, ul.zzpInfo div.zzpInfoCol1 a  {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 10px 0px 0px;
	display: block;
	float: left;

	background: #1A2E39; 
	height: 20px;
	padding: 5px 7px; 
	color: #ffffff; 
	cursor: pointer; 
	font-size: 14px; 
	font-weight: bold;
}
ul.zzpInfo div.zzpInfoCol1 .potwierdzenieButtonZzp  {
	font-size: 14px;
	line-height: 19px;
	margin: 8px 10px 0px 0px;
	display: block;
	float: left;

	background: #1A2E39;
	height: 30px;
	width: 125px;
	padding: 5px 7px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
ul.zznInfo div.zznInfoCol1 a:hover, ul.zzpInfo div.zzpInfoCol1 a:hover, ul.zzpInfo div.zzpInfoCol1 .potwierdzenieButtonZzp:hover {
	background: #4D6F7D; 
	text-decoration: none;
}
.showSignatureZZP {
	background: #1A2E39;
	padding: 5px 7px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
ul.zznInfo div.zznInfoCol1 a.wyczyscZZN, ul.zzpInfo div.zzpInfoCol1 a.wyczyscZZP {
	background: #AAAAAA; 
}
ul.zznInfo div.zznInfoCol1 a.wyczyscZZN:hover, ul.zzpInfo div.zzpInfoCol1 a.wyczyscZZP:hover {
	background: #CCCCCC; 
}
ul.zzpInfo div.zzpInfoCol2 {
	width: 600px;
	float: left;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
}
ul.zzpInfo div.zzpInfoCol2 p {
	line-height: 15px;
	padding: 0 !important;
}
ul.zznInfo div.zznInfoCol2 label, ul.zzpInfo div.zzpInfoCol2 label {
	line-height: 20px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 120px;
}
ul.zznInfo div.zznInfoCol3, ul.zzpInfo div.zzpInfoCol3 {
	width: 200px;
	float: right;
	font-size: 12px;
	color: #777777;
}
h3.zznTopHeader, h3.zzpTopHeader {
	width: 450px;
	float: left;
}
div.zznTopLink, div.zzpTopLink {
	width: 150px;
	float: right;
	text-align: right;
	padding: 5px 0px 0px 0px;
}
.zznInfoMsg, .zzpInfoMsg {
	background: #DFDFDF;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}

.kontoPobrania1 {
	color: #0000BB;
}
.kontoPobrania2 {
	color: #00BB00;
}

/********order style**********/
ul.orderInfo, ul.orderInfo {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.orderInfo li, ul.orderInfo li {
	background: #DFDFDF;
	padding: 15px;
	margin: 0px 0px 10px 0px;
}
ul.orderInfo div.orderInfoCol1 {
	width: 300px;
	float: left;
	line-height: 20px;
}
ul.orderInfo div.orderInfoCol1 {
	width: 520px;
	float: left;
	line-height: 20px;
}

ul.orderInfo div.orderInfoCol2 label, ul.orderInfo div.orderInfoCol2 label {
	line-height: 20px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 120px;
}

ul.orderInfo div.orderInfoCol3, ul.orderInfo div.orderInfoCol3 {
	width: 200px;
	float: right;
	font-size: 12px;
	color: #777777;
}

#wystawFaktureZbiorcza, #wystawFaktureSzczegolowa{
	font-size: 14px;
	line-height: 20px;
	margin: 8px 10px 0px 0px;
	display: block;
	float: left;
	background: #1A2E39;
	min-height: 20px;
	padding: 5px 7px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
/********end order style**********/

.bezKurieraBox p {
	background: #DFDFDF;
	padding: 15px;
	margin-bottom: 10px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
}

.zamowieniaBezKuriera .zamowieniaBezKurieraCol1 {
	width: 550px;
	float: left;
	padding-right: 5px;
} 
.zamowieniaBezKuriera .zamowieniaBezKurieraCol2 {
	width: 550px;
	float: left;
} 
.zamowieniaBezKuriera .zamowieniaBezKurieraCol1 .input.text input, .zamowieniaBezKuriera .zamowieniaBezKurieraCol2 .input.text input {
	width: 300px;
}
.zamowieniaBezKuriera .zamowieniaBezKurieraCol1 .input.text select, .zamowieniaBezKuriera .zamowieniaBezKurieraCol2 .input.text select {
	width: 300px;
}

.pobranieLabel label {
	padding-right: 5px;
}
.pobranieInfo label {
	padding-right: 10px;
}

.dodajFaktureKupujacy {
	width: 260px;
	padding: 10px;
	margin-right: 20px;
	float: left;
	background: #EEEEEE;
	height: 200px;
	overflow: auto;
}
.dodajFaktureSzukajKupujacego {
	width: 844px;
	padding: 10px;
	float: left;
	background: #EEEEEE;
	height: 200px;
	overflow: auto;
}

.detailActionLinks a {
	margin-right: 20px;
}

.validationError{
	color:red;
	text-align:left;
	text-indent:170px;
}

.czatFrame{
	position:fixed;
	bottom:0px;
	right:0px;
	width:100%;
	height:1px;
	z-index:100;
	overflow:visible;
}

.globalCzatTimestamp, .czatTimestamp{
	display:none;
}

.czatBox{
	padding:8px;
	padding-bottom:30px;
	display:inline-block;
	position:relative;
	top:-400px;
	width:260px;
	height:352px;
	background-color:rgba(255,255,255,1);
	border:1px solid silver;
	float:right;
	vertical-align:top;
	margin-top:10px;
	margin-right:5px;
}

.czatBox.example{
	display:none;
}

.czatFrame .new .title{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+74,ff0000+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #000000 74%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%,#000000 74%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%,#000000 74%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}

.hidden{
	top:-35px;
}

.global.hidden{
	width:75px;
}

.global.hidden .title{
	text-indent:0px;
	text-align:center;
}

.czatBox .title{
	height:25px;
	line-height:25px;
	text-indent:10px;
	background-color:black;
	color:white;
	font-weight:bold;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	text-indent:25px;
}

.czatBox.online .title:before{
	content:"";
	position:absolute;
	left:7px;
	top:7px;
	width:11px;
	height:11px;
	border-radius:8px;
	background-color:green;
}

.czatBox.offline .title:before{
	content:"";
	position:absolute;
	left:7px;
	top:7px;
	width:11px;
	height:11px;
	border-radius:8px;
	background-color:red;
}

.czatBox.away .title:before{
	content:"";
	position:absolute;
	left:7px;
	top:7px;
	width:11px;
	height:11px;
	border-radius:8px;
	background-color:orange;
}

.czatBox .close{
	width:15px;
	height:15px;
	position:absolute;
	top:5px;
	right:5px;
	line-height:15px;
	text-indent:0px;
	font-size:20px;
	text-align:right;
	color:red;
	cursor:pointer;
}

.czatBox .hide{
	width:11px;
	height:11px;
	position:absolute;
	top:5px;
	right:25px;
	line-height:11px;
	text-indent:0px;
	font-size:25px;
	text-align:center;
	color:silver;
	cursor:pointer;
	border:2px solid silver;
}

.czatBox.hidden .hide{
	display:none;
}

.czatBox .czatMain{
	overflow-y:scroll;
	position:absolute;
	top:25px;
	width:260px;
	height:304px;
	left:0px;
	padding:8px;
	word-wrap: break-word;
}

.czatBox .sendForm{
	height:45px;
	background-color:black;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

.czatBox .lg4{
	position:absolute;
	left:8px;
	bottom:8px;
	width:200px;
	height:22px;
}

.czatBox .button{
	position:absolute;
	right:8px;
	bottom:8px;
}

.czatBox label{
	position:absolute;
	left:8px;
	bottom:33px;
	text-align:left;
}

.czatBox .cUser{
	padding:3px 6px;
	background-color:rgb(24,46,57);
	color:white;
	font-weight:bold;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
}

.czatBox .cDate{
	float:right;
	font-size:9px;
	text-align:right;
}

.czatBox .cMessage{
	margin-top:5px;
}

.openBox{
	width:25px;
	height:25px;
	background-color:black;
	float:right;
	position:relative;
	top:-25px;
	border:1px solid silver;
	margin-right:5px;
	color:silver;
	font-weight:bold;
	font-size:25px;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	overflow:visible;
}

.moreBox{
	width:25px;
	height:25px;
	background-color:red;
	float:right;
	position:relative;
	top:-25px;
	border:1px solid silver;
	margin-right:5px;
	color:silver;
	font-weight:bold;
	font-size:25px;
	line-height:12px;
	text-align:center;
	cursor:pointer;
	overflow:visible;
	display:none;
}

.settings{
	width:25px;
	height:25px;
	background-color:black;
	float:right;
	position:relative;
	top:-25px;
	border:1px solid silver;
	margin-right:5px;
	color:silver;
	/* font-weight:bold; */
	font-size:30px;
	line-height:22px;
	text-align:center;
	cursor:pointer;
	overflow:visible;
}

.settings .channelList{
	background-color:black;
	position:absolute;
	bottom:30px;
	left:0px;
	border:1px solid silver;
	max-height:500px;
	overflow-y:scroll;
	display:none;
}

.openBox .partnerList{
	background-color:black;
	position:absolute;
	bottom:30px;
	left:0px;
	border:1px solid silver;
	max-height:500px;
	overflow-y:scroll;
	display:none;

}

.czatButton{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-weight:inherit;
	font-size:inherit;
	line-height:inherit;
}

.czatList{
	display:none;
}

.czatFrame .list{
	min-width:250px;
}

.czatFrame .list p{
	margin:0;
	padding:8px 0 2px 5px;
	text-align:left;
	font-size:9px;
	line-height:100%;
	color:orange;
}

.czatFrame .list ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

.czatFrame .list ul li{
	margin:0;
	padding:0;
	padding-left:20px;
	padding-right:5px;
	font-weight:bold;
	line-height:20px;
	min-height:20px;
	font-family:verdana;
	text-align:left;
	position:relative;
}

.czatFrame .list ul li.online:before{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	border-radius:5px;
	background-color:green;
	top:5px;
	left:5px;
}

.czatFrame .list ul li.offline:before{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	border-radius:5px;
	background-color:red;
	top:5px;
	left:5px;
}

.czatFrame .list ul li.away:before{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	border-radius:5px;
	background-color:orange;
	top:5px;
	left:5px;
}

.czatFrame .list ul li.offset{
	margin-left:10px;
	border-left:2px solid orange;
}

.czatFrame .list ul li:nth-child(odd){
	background-color:rgb(20,20,20);
}

.czatFrame .list ul li:hover{
	background-color:darkgrey;
	color:black;
}

.partnerGroup{
	border-top:2px solid white;
	background-color:black;
	color:white;
}

.partnerGroup:first-child{
	border:0;
}

.call_page_czat_phone, .unpaid_czat{
    background-color:rgb(240,240,240);
    padding-left:5px;
    padding-right:5px;
    border:1px solid silver;
    word-break:keep-all;
    font-weight:bold;
}

.screenCover{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	position:fixed;
	z-index:99;
	left:0px;
	top:0px;
}

.pageMiddle{
	width:100%;
	height:400px;
	margin-top:-200px;
	top:50%;
	position:fixed;
	line-height:400px;
	z-index:101;
	text-align:center;
	display:table;
}

.verticalMiddle{
	display:inline;
	vertical-align:middle;
	display:table-cell;
}

.messageBox{
	display:inline-block;
	vertical-align:middle;
	background-color:white;
	border:1px solid darkgrey;
	border-radius: 10px;
	padding:15px;
	line-height:20px;
	font-size:15px;
	width:100%;
	box-sizing: border-box;
}

.addServicePriceINS, .addServicePriceCOD {
	font-weight: bold;
}

.add-service-tooltip-admintriger:before {
	line-height: 5px;
	font-size: 10px;
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: red;
	text-align: center;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	cursor: help;
	content: '?';
	margin-left: 5px;
}
.add-service-tooltip {
	float: left;
	display: none;
}

.formularz .label {
	width: 100%;
}

/*** AUTOCOMPLETE ***/
.ui-widget.ui-widget-content.ui-autocomplete-form-order {
	font-size: 16px;
	padding: 5px 0px 10px 0px;
	border: 1px solid #e1e1e1;
	background: #f1f1f1;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}
.ui-widget.ui-widget-content.ui-autocomplete-form-order .ui-menu-item-wrapper {
	padding: 4px 10px 4px 20px;
}
#postal-code-search-box {
	padding: 10px;
}
#postal-code-search-box form {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#postal-code-search-box form input[type="text"] {
	border: 1px solid #eeeeee;
	width: 350px;
	height: 62px;
	padding: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 19px;
	color: #4f4f4f;
	box-sizing: border-box;
	margin: 0 20px 5px 0;
}
#postal-code-search-box form input[type="submit"] {
	width: 149px;
	height: 62px;
	background: #1A2E39;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	font-weight: 700;
	font-size: 19px;
	color: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
	float: right;
}
.postal-code-search-results-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.postal-code-search-results-list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 20px 20px 10px;
	width: 100%;
	box-sizing: border-box;
}
ul.postal-code-search-results-list li:hover {
	background: #fbd0d0;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
ul.postal-code-search-results-list li .pcs-code {
	width: 100px;
	float: left;
	font-weight: bold;
	font-size: 22px;
	color: #6B9CCC;
}
ul.postal-code-search-results-list li .pcs-addresses {
	width: 650px;
	float: left;
}
ul.postal-code-search-results-list li .pcs-address {
	width: 350px;
	float: left;
	font-size: 14px;
	line-height: 1.2em;
}
ul.postal-code-search-results-list li .pcs-address strong {
	font-weight: bold;
	font-size: 19px;
	display: block;
	padding-bottom: 10px;
}
ul.postal-code-search-results-list li .pcs-address em {
	color: #999999;
}
ul.postal-code-search-results-list li .pcs-address-details {
	width: 300px;
	float: left;
}
ul.postal-code-search-results-list li .pcs-link {
	float: right;
	width: 100px;
	height: 42px;
	padding: 10px 0 0 0;
	margin-top: 10px;
	text-align: center;
	background: #1A2E39;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	font-weight: 700;
	font-size: 19px;
	color: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
}
ul.postal-code-search-results-list li .pcs-link:hover {
	opacity: 0.6;
	text-decoration: none;
}

#postal-code-fill-box {
	padding: 30px 10px;
	font-size: 19px;
	line-height: 1.3em;
	font-family: 'PT Sans', sans-serif;
}
#postal-code-fill-box input[type="text"] {
	border: 1px solid #eeeeee;
	width: 350px;
	height: 62px;
	padding: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	color: #4f4f4f;
	box-sizing: border-box;
	margin: 0 20px 5px 0;
}
#postal-code-fill-box button {
	width: 149px;
	height: 62px;
	background: #1A2E39;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
}
#postal-code-fill-box .postal-code-fill-box-msg {
	margin-top: 20px;
	color: #FF0000;
	font-size: 19px;
}
.checkbox-narrow{
	width: 30px;
}
.checkbox-narrow > input[type='checkbox']{
	width: 30px;
}
#downloadAll{
	margin-left: 28.5px;
	cursor: pointer;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.dni_zwrotu_box {
	padding-left: 170px;
	display: none;
}
.dni_zwrotu_checkbox {
	display: inline-block;
	width: 55px;
}
.dni_zwrotu_checkbox input {
	margin-right: 5px;
}
.dni_zwrotu_checkbox label {
	float: none;
	display: inline;
}

.cod-return-settings {
	margin: 10px 0 30px 0;
	display: none;
}
.cod-return-settings .error-message {
	color: #FF0000;
	padding: 10px 0 10px 200px;
	display: none;
}
.cod-return-settings div.submit {
	margin-left: 200px;
}

.codSummary {
	margin: 20px 0;
	font-weight: bold;
}

/*** COD RETURNS BOX ***/
.cod-returns-box {
	background: #DFDFDF;
	padding: 15px;
	margin-bottom: 10px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
}
.formularz .cod-returns-box .input {
	width: 130px;
	margin: 0 30px;
	float: left;
	text-align: center;
	clear: none;
}
.formularz .cod-returns-box input[type="text"] {
	width: 130px;
}
.formularz .cod-returns-box label {
	display: block;
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}
.formularz .cod-returns-box .button {
	margin-top: 31px;
}

.doliczTransport {
	background-color: #e84e4f;
	border: none;
	border-radius: 5px;
	padding: 3px 10px 3px 10px;
	color: white;
	margin-top: 10px;
	cursor: pointer;
	width: 280px;
	text-align: center;
}
.doliczTransport:hover {
	background-color: #e89b98;
}
.map-select .clear{
	width:18px;
	height:18px;
	line-height:18px;
	top:4px;
	right:4px;
}
.map-select input {
	width: 148px !important;
	padding-right:25px !important;
}

/* dane adresowe zmiana stron**/
.dane-adresy-zmiana-stron-container{
	position: relative;
}

.dane-adresy-zmiana-stron{
    position: absolute;
    text-align: center;
	left: 165px;
	color: black;
	background: #F9F8F0;
	top: 20px;
	width: 50px;
}

#zmiana-stronaLewa{
	z-index: 1;
	left: 163px;
}

.dane-adresy-zmiana-stron.zmiana-stron-panel{ 
	top: 3px;
}

.dane-adresy-zmiana-stron span:hover{
    cursor: pointer;
}

.dane-adresy-zmiana-stron > .dane-adresy-zmiana-stron-wrapper:hover{
    cursor: pointer;
    opacity: .5;
}

.dane-adresy-zmiana-stron > .dane-adresy-zmiana-stron-wrapper > #dane-adresy-zmiana-akcje{
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: center;
	height: 100%;
	margin-top: 5px;
}

.dane-adresy-zmiana-stron > .dane-adresy-zmiana-stron-wrapper > #dane-adresy-zmiana-akcje img{
	filter: grayscale(100%);
}

.dane-adresy-zmiana-stron > .dane-adresy-zmiana-stron-wrapper > #dane-adresy-zmiana-akcje #right-side img{
    transform: rotate(180deg);
}

/*end dane adresowe zmiana stron**/

#flashMessage .close{
	display: none;
}

.gray-out{
	background: lightgray;
}

.h-26px{
	height:26px;
}

.inline-block{
	display: inline-block;
}

