﻿@CHARSET "UTF-8";



@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);


/*********************************************************************/

.ramka {
	border: 1px dotted red;
}



/* --------------------- BELTRANI --------------------- */


.blonly {
	display: block;
}

/* --------------------- body --------------------- */
body {
	background-color : white;
	font-size: 13px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color : #4c4c4c;
}

p {
	font-size: 13px;
	line-height: 139%;
}

p span {
	color: #f00088;
}

a, a:hover {
	border: none;
}


a {
	border-bottom: none;
}
a:link {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

.buttonImg { 
	/* bez zaokrąglonych narożników */
	-moz-border-radius: 0px; /* Firefox */
	-webkit-border-radius: 0px; 	/* Safari, Chrome */
	-khtml-border-radius: 0px; /* Konqueror */
	border-radius: 0px; /* CSS3 */
	/* end of bez zaokrąglonych narożników */
	
	cursor: pointer;
}
	
	
.buttonImgFr {
	/* bez zaokrąglonych narożników */
	-moz-border-radius: 0px; /* Firefox */
	-webkit-border-radius: 0px; 	/* Safari, Chrome */
	-khtml-border-radius: 0px; /* Konqueror */
	border-radius: 0px; /* CSS3 */
	/* end of bez zaokrąglonych narożników */
	
.
    border: none;
    cursor: pointer;
    float: right;
    padding: 0 0;
	
	
	}
	
/* --------------------- text --------------------- */


textarea{
	/* zaokrąglone narożniki */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; 	/* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
	border-radius: 10px;
	/* end of zaokrąglone narożniki */
	
}

select {
	/* zaokrąglone narożniki */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; 	/* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
	border-radius: 10px;
	/* end of zaokrąglone narożniki */
}


ol {
	
	padding-left: 30px;
	
}

div.terms, div.policy{
	text-align: justify;
}

ol ul {
	
	padding-left: 20px;
	
}

/* skrócone pole o 6px, zwiększony padding left = 5px,right = 5px */
.textfieldLong{
	width: 344px;
	padding: 2px 5px 2px 5px;
}

.textfieldExtraLong{
	width: 444px !important;
	padding: 2px 5px 2px 5px;
}

.selectfieldExtraLong {
	width: 467px !important;
	padding: 2px 5px 2px 5px;
}

.textfield240{
	width: 234px;
	padding: 2px 5px 2px 5px;
}

.textfield295{
	
	padding: 2px 5px 2px 5px;
}

.textfield260{
	width: 254px;
	padding: 2px 5px 2px 5px;
}



/* --------------------- top-container --------------------- */
.tr {
	/* zaokrąglone narożniki */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; 	/* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
	border-radius: 10px;
	/* end of zaokrąglone narożniki */
}


/* --------------------- middle-container --------------------- */
/* zmiana tła (tło nie jest na calą szerokość ekranu, tylko na szerokość strony */
#middle-container{
	height: 70px;
	background-image:none;
	/*background-color: transparent;*/
	background-color: white;
	border-bottom:none;
}

#menu_box_top {
	background-image:url(../images/menu_box_top.png);
}

/* odsunięcie menu od brzegu */
#middle-container ul#main-menu {
    display: block;
    height: 44px;
    padding-top: 10px;
}
/* --------------------- content-container --------------------- */
/* zmiana tła */
#content-container {
    background-color: transparent;
    padding: 0;
}
#content-container-box {
	background-color: #fff;
	/* overflow: visible; */
	overflow: hidden;
	padding-bottom: 90px;
	padding-top: 16px;
}

/* na stronie głównej mniejszy padding */
#content-container div#content-container-text {
	text-align: left;
	padding: 16px;
}



/* --------------------- bottom-container --------------------- */
#bottom-container{
	padding: 15px 0 10px 0;
	border-top: none;
}

#bottom-container-box{
	/*background-color : #898989;*/
	background-color: rgb(138,138,138);
	height: 190px;
	/* zaokrąglone narożniki */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; 	/* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
	border-radius: 10px;
	/* end of zaokrąglone narożniki */
}
.button-light{
	/* zaokrąglone narożniki */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; 	/* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px;
	/* end of zaokrąglone narożniki */
	border: 1px solid white;
	background-color: rgb(0,82,140);

}



/* --------------------- menu --------------------- */


#middle-container li.active {
	background-color: #fff;
	height: 44px;
	
  	border: none;
  	padding-bottom: 0px;
	
}

#middle-container li.activeHome{
	/* zaokrąglone narożniki */
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-topleft: 10px; /* Firefox */
	-webkit-border-top-right-radius: 10px; 	/* Safari, Chrome */
	-webkit-border-top-left-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius-topright: 10px; /* Konqueror */
	-khtml-border-radius-topleft: 10px; /* Konqueror */
	/* end of zaokrąglone narożniki */
	background-color: #E2E2E2;
}


/* --------------------- index.jsp --------------------- */

#main-img{
	position:relative;
}

#loginButton{
	border: none;
}

	
/* --------------------- grupy produktów --------------------- */
div.grupyprod_box {
	background-image:url(../images/backgr_new_order.png);
	height: 29px;
}


/* --------------------- list_success.jsp --------------------- */
/* wiecej miejsca na klawisz */
div.pbs-box-list-filter-toggle {
	width: 92px;
	margin-left: 0px;	
	margin-right: 0px;	
}

/* --------------------- messages.css --------------------- */
ul.successMessage {
    background-color: transparent;
    border: none;
    color: #DFF2BF;
    margin: 0;
}

ul. li, ul.warninMessage li, ul.infoMessage li, ul.successMessage li{
	padding-top: 0px;
}


/* --------------------- info-specific.jsp --------------------- */
 
div.container_left {
       float: left;
}
div.container_right {
       float: right;
}
div.white_box_left {
       background-color: white;
       width: 532px;
/*       height: 217px;*/
       height: 245px;
}
div.white_box_right {
       background-color: white;
       width: 400px;
       margin-bottom: 15px;
       height: 115px;
}
div.left_img{
       padding: 15px;
}
div.left_img_emp{
       padding: 12px;
}
div.right{
       display: inline-block;
       position: relative;
       top: 15px;
       left: 10px;
}
div.right_emp{
       display: inline-block;
       position: relative;
       top: -13px;
       left: 10px;
}
div.right_emp h4 p{
       padding: 0px;
       margin: 0px;
       font-weight: normal;
}
div.right_emp h4{
       padding: 0px;
       margin: 0px; 
}


.pbs-pliki-plik-item span {
	text-align-right;
	color: #aaa;
}

img.button_img {
 -webkit-border-radius: 20px; /* Safari, Chrome */
 -khtml-border-radius: 20px;    /* Konqueror */
 -moz-border-radius: 20px; /* Firefox */
  border-radius: 20px;	
}

div.pbs-box-ceny {
    width: 245px;
}

div.pbs-box-ceny {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}


.akcept input {
	float: right;
}



/*----------------------------------- upload ---------------------------------*/


#pbsPlikiSent {
	margin-top: 30px;
}

/*----------------------------------- end of upload --------------------------*/






/*************************breadcrumbs**********************/
#breadcrumbs {
	overflow: hidden;
}

#breadcrumbs ul {
	margin-bottom: 30px;
	list-style-type: none;
	/*
	list-style-image: url("../images/bcs.png");
	list-style-position:outside;
	*/

}

#breadcrumbs ul  li {
	
	background: url("../images/bcs.png") no-repeat 0px center;
	
	
	
	float: left;
	margin-right: 0px;
	padding: 0 24px;
	
	
	
	
}

	

#breadcrumbs ul  li:FIRST-CHILD {
	background: none;
	padding-left: 0;	
}




#breadcrumbs ul  li a {
	color: #f00088;
}


#breadcrumbs ul  li:last-child a {
	color: #55615c;
}

#breadcrumbs li a {
	text-decoration: none; 
	/* padding: 10px 0 10px 65px; */
	/* position: relative; */
	/* float: left;*/
	border-bottom: none;
}




/*************************** grafika beltrani **************************/


.page-width {
    margin: 0 auto;
    width: 960px;
}

/* --------------------- top-container --------------------- */
#top-container {
	height: 64px;
	background-color : #002430;
	color: #fff;
	font-size: 14px;
	line-height: 136%;
	padding: 0;
}

#top-container a {
    color: #26decf;
    border-bottom: none;
    line-height: 44px;
}

#top-container #logo a {
	color: #fff;
}

#top-container-left {
	height: 44px;
	padding-top: 10px;
}
#top-container-right {
	height: 44px;
	padding-top: 10px;
}


#user-details {
	position: relative;
	float: right;
    padding: 0 0;
    top: 0px;

}

#user-details span {
	color: #b9b9b9;
}

#top-container span.menu-separator {
	color: #4c4c4c;
}


/**********************************************************************************************************/

#middle-container {
	background-color: #006d92;
	height: 54px;
}

#middle-container img {
    padding: 0;
    float: none;
}

.bl_page {

	float: right;
	display: block;
	background-image:url(../images/beltrani/bl_page_bkg.png);

	width: 326px;
	height: 54px;
	
	
	
	/*
	position: relative;
	
	
	left: 300px;
	top: 10px;
	*/
	 

    margin-right: 10px;
	margin-top: -54px;

}

.bl_page a {
	line-height: 34px;
}


#menu_box {
	   height: 54px;
}

#menu_box_bottom {
    background-color: transparent;
    height: 54px;
}

#menu_box_bottom_left {
    height: 54px;
    width: 600px;
}



/* banner */
#bl_banner_big {
	height: 355px;
	background-color: #00b0ea
}


#bl_banner_small {
	height: 151px;
	background-color: #00b0ea;
	overflow: hidden;
}

#menu_box_top, #menu_box_middle{
	display: none;
}

/* typografia */

body, table, td, tr, th, tfoot, tbody, thead, div, span, img, a, ul, li, ol, h1, h2, h3, input, form, textarea  {
	font-family: 'Open Sans', sans-serif;
	color : #55615c;
}
	


/* Text Styles from Sketch */

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #333333;
	line-height: 150%;
}

h1 span {
	color: #f00088
}

.pink { color: #f00088; }

h2, .blh2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #333333;
	line-height: 1.08em;
}
.blh2 {
	margin-top: 20px;
}


h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	line-height: 145%;
}

#main-menu li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	height: 44px;
}


#main-menu li.active {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #006D92;
	line-height: 1.38em;
}

#main-menu li.active a:hover {
	color: inherit;
}

#main-menu li:HOVER {
	background-color: #26e5ff;
	color: #003f54;
}


#main-menu li:HOVER a {
		color: #003f54;
}


#middle-container li a {
	padding-top: 0px;
	line-height: 44px;
}

#middle-container li.active a {
	color: inherit;
}

#main-menu li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.38em;
	padding-left: 22px;
	padding-right: 22px;
}

.main-nav-tab-text-hovered {
	font-family: OpenSans-Bold;
	font-size: 16px;
	color: #003F54;
	line-height: 1.38em;
}

.lead-text-style {
	font-family: OpenSans;
	font-size: 16px;
	color: #333333;
	line-height: 1.40em;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	line-height: 0.50em;
	/* margin-bottom: 0px; */
}


h4.wysoki {
	line-height: 1.50em;
}


.breadcrumb-link {
	font-family: OpenSans;
	font-size: 14px;
	color: #F00088;
	line-height: 1.36em;
}

.breadcrumb-link-selected {
	font-family: OpenSans;
	font-size: 14px;
	color: #55615C;
	line-height: 1.36em;
}

.breadcrumb-spacer {
	font-family: OpenSans;
	font-size: 14px;
	color: #55615C;
	line-height: 1.36em;
}

.product-list-description {
	font-family: OpenSans;
	font-size: 14px;
	color: #55615C;
	line-height: 1.36em;
}

.footer-link {
	font-family: OpenSans;
	font-size: 14px;
	color: #4C4C4C;
	line-height: 1.36em;
}

h5 {
	font-family: OpenSans-Semibold;
	font-size: 14px;
	color: #333333;
	line-height: 1.50em;
}

.table-header {
	font-family: OpenSans-Semibold;
	font-size: 14px;
	color: #30001B;
	line-height: 1.36em;
}

.table-cell {
	font-family: OpenSans;
	font-size: 14px;
	color: #4C4C4C;
	line-height: 1.36em;
}

.table-header-r-aligned {
	font-family: OpenSans-Semibold;
	font-size: 14px;
	color: #30001B;
	line-height: 1.36em;
}

.upload-list-large-text {
	font-family: OpenSans;
	font-size: 14px;
	color: #55615C;
	line-height: 1.36em;
}

.form-label {
	font-family: OpenSans;
	font-size: 13px;
	color: #55615C;
	line-height: 1.38em;
}

.paragraph-text-style {
	font-family: OpenSans;
	font-size: 13px;
	color: #55615C;
	line-height: 1.38em;
}

.form-input-text {
	font-family: OpenSans;
	font-size: 13px;
	color: #55615C;
	line-height: 1.38em;
}

.form-label-bold {
	font-family: OpenSans-Bold;
	font-size: 13px;
	color: #55615C;
	line-height: 1.38em;
}

.form-input-text-bold {
	font-family: OpenSans-Semibold;
	font-size: 13px;
	color: #55615C;
	line-height: 1.38em;
}

.form-input-text-disabled {
	font-family: OpenSans;
	font-size: 13px;
	color: #B9B9B9;
	line-height: 1.38em;
}

.form-result-field {
	font-family: OpenSans-Semibold;
	font-size: 13px;
	color: #4C4C4C;
	line-height: 1.38em;
}

.form-label-disabled {
	font-family: OpenSans;
	font-size: 13px;
	color: #B9B9B9;
	line-height: 1.38em;
}

.alert-error-text {
	font-family: OpenSans;
	font-size: 13px;
	color: #30001B;
	line-height: 1.38em;
}

.alert-warning-text {
	font-family: OpenSans;
	font-size: 13px;
	color: #30001B;
	line-height: 1.38em;
}

.alert-info-text {
	font-family: OpenSans;
	font-size: 13px;
	color: #002430;
	line-height: 1.38em;
}

.alert-success-text {
	font-family: OpenSans;
	font-size: 13px;
	color: #022F01;
	line-height: 1.38em;
}

.form-radio-label {
	font-family: OpenSans;
	font-size: 13px;
	color: #55615C;
	line-height: 1.62em;
}

.form-radio-label-disabled {
	font-family: OpenSans;
	font-size: 13px;
	color: #B9B9B9;
	line-height: 1.62em;
}

.form-result-label {
	font-family: OpenSans;
	font-size: 13px;
	color: #55615C;
	line-height: 1.38em;
}

.table-cell-bold {
	font-family: OpenSans-Semibold;
	font-size: 13px;
	color: #55615C;
	line-height: 1.38em;
}

.table-cell-date {
	font-family: OpenSans;
	font-size: 13px;
	color: #B9B9B9;
	line-height: 1.38em;
}

.table-price-netto {
	font-family: OpenSans;
	font-size: 13px;
	color: #F00088;
	line-height: 1.38em;
}

.table-cell-r-aligned {
	font-family: OpenSans;
	font-size: 13px;
	color: #4C4C4C;
	line-height: 1.38em;
}

.table-cell-date-hovered {
	font-family: OpenSans;
	font-size: 13px;
	color: #4C4C4C;
	line-height: 1.38em;
}

.error-inline {
	font-family: OpenSans;
	font-size: 13px;
	color: #FF0A43;
	line-height: 1.38em;
}

.upload-list-small-text {
	font-family: OpenSans;
	font-size: 13px;
	color: #55615C;
	line-height: 1.38em;
}

h6 {
	font-family: OpenSans-Semibold;
	font-size: 12px;
	color: #333333;
	line-height: 1.08em;
}

.table-price-brutto {
	font-family: OpenSans;
	font-size: 12px;
	color: #B9B9B9;
	line-height: 1.33em;
}

.table-price-button-hovered {
	font-family: OpenSans;
	font-size: 12px;
	color: #4C4C4C;
	line-height: 1.33em;
}

.table-tag-text {
	font-family: OpenSans-Semibold;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.27em;
}

/* end of typografia */



/* kontent */

#content-container div#content-container-text1 {
    padding: 0px;
    text-align: left;
}

#breadcrumbs {
	height: 40px;
	padding-top:14px;
}

/* szablony i grupy szablonów */


div.szablon_box, div.szablon_box_margin, div.szablon_box:hover, div.szablon_box_margin:hover {
	height: 200px;
	width: 320px;
	border: none;
	padding: 0;
	margin: 0;
}

/*
div.szablon_box, div.szablon_box_margin {
	background: url(../images/beltrani/szablon-bkg.png) no-repeat;
}

div.szablon_box:hover, div.szablon_box_margin:hover {
	background: url(../images/beltrani/szablon-bkg-hover.png) no-repeat;
}
*/

div.szablon_opis {
	
	width: 154px;
	height: 100px;
	float: left;
	margin-left: 21px;
	font-size: 13px;
	/*
	border-style: dotted;
	border-color: red;
	border-width: 1px;
	*/
}

.szablon_box h3 {
		
}

.szablon_opis a  {
	position: absolute;
	margin-left: -141px;
	margin-top: -22px;
	}

.szablon_box img {
	margin-top: 31px;
	float: left;
	box-shadow: 2px 2px 0 4px #f2f2f2;
	border-radius: 50%;
	margin-left: 2px;
}

.szablon_box:hover img {
	margin-top: 31px;
	float: left;
	box-shadow: 2px 2px 0 4px #4c4c4c;
	border-radius: 50%;
}


/*div.szablon_box {
    background: url(../images/pl_PL/btn-product-details.png) 165px 131px no-repeat;
    background-color: #fff;
}

div.szablon_box:hover {
    background: url(../images/pl_PL/btn-product-details-hover.png) 165px 131px no-repeat;
	background-color: #fff;
}*/

div.pbs-templ-back {
    background: url(../images/pl_PL/btn-product-details.png) 165px 131px no-repeat;
    background-color: #fff;
}

div.pbs-templ-back:hover {
    background: url(../images/pl_PL/btn-product-details-hover.png) 165px 131px no-repeat;
	background-color: #fff;
}

div.pbs-templ-back-fr {
    background: url(../images/fr_FR/btn-product-details.png) 165px 131px no-repeat;
    background-color: #fff;
}

div.pbs-templ-back-fr:hover {
    background: url(../images/fr_FR/btn-product-details-hover.png) 165px 131px no-repeat;
	background-color: #fff;
}


.szablon_box h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #F00088;
	line-height: 1.33em;
	margin-top: 31px;
	margin-bottom: 7px;
}

.szablon_box_separator {
	width: 960px;
	height: 1px;
	background-color: #f2f2f2;
}

/* footer */

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px; /* bottom = footer height */
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}

#footer-container {
    /* color: #4C4C4C; */
    color: red;
    background-color: #b9b9b9;
    height: 112px;
    text-align: center;
    padding: 30px 0 0 0;

    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;


}

#footer-container-box a {
	color: #55615c;
}

#footer-left {
    height: auto;
	font-size: 14px;
    color: #4c4c4c;
    line-height: 136%%;
    text-align: center;
    float: none;

    
}


#footer-right {
    float: none;
    font-size: 14px;
    height: auto;
    padding-top: 20px;
}


span.menu-separator {
    color: #a8a8a8;
    padding: 0 10px;
}

/**********/


/* pomoce */


.pomoce {
	float: left;
	width: 145px;
	min-height: 300px;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
	font-size: 14px;
	font-weight: normal;
	align: right;
	
/* 	border-style: dotted;
	border-color: red;
	border-width: 1px;
 */	
}


div.pomoc_row {
    height: 100%;
    overflow: hidden;
    /* padding: 3px 0; */
    font-size: 13px;
}


/* kontrolki label, input i select w na różnych ekranach */
/* ### */

/* reset ustawienia z main.css */
table.productParameters td input {margin-top: 0;}
table.productParameters td select {margin-top: 0px;}
label {	margin-left: 0px; }


/* ustawienia ogólne dla input */
input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
	border-radius: 5px;
	background: #f2f2f2;
	border: 1px solid #b9b9b9;
	color: #55615c;
	font-size: 13px;
}


/* pole tekstowe dla input typu pola tekstowe */
input.textfield, input.textfieldShort, input.textfieldMedium, input.textfieldLong, input.textfieldExtraLong {
	width: 250px;
    margin: 0 0 0 0;
    padding: 0px 10px 0px 10px;
	height: 31px; 
}


/* input tylko do odczytu klasy . bl_readonly */
input.bl_readonly {
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
	color: #b9b9b9;
}


select {

	/* rogi */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
	border-radius: 5px;

	/* gradient */    
	background: #f8f7f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f8 0%, #f8f7f8 50%, #ededed 51%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f7f8), color-stop(50%,#f8f7f8), color-stop(51%,#ededed), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f8 0%,#f8f7f8 50%,#ededed 51%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f8 0%,#f8f7f8 50%,#ededed 51%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f8 0%,#f8f7f8 50%,#ededed 51%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f8f7f8 0%,#f8f7f8 50%,#ededed 51%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f8', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

	/* obramowanie */
	border: 1px solid #b9b9b9;

	/* fonty */	
	color: #55615c;
	
	/* wymiary */
    height: 34px;
	width: 272px;
	line-height: 18px;
    margin: 0 0 0 0;
    padding: 7px 10px 8px 10px;

}


/* kontrolki w ekranie 3-kolumnowym w divach (ekran dostawy) */

/* przesunięcie nagłówka adrsu dostawy */
.pbs-box-grid h3 {
	margin-left: 146px;
	margin-bottom:20px;
}

/* styl wiersza, w którym znajduje się kontrolka */
.param_row {
	min-height: 35px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	overflow: hidden;
	/*
	border-style: dotted;
	border-color: red;
	border-width: 1px;
	*/
}

/* etykieta */
.param_row label {
	margin-left: 0px;
	display: block;
	width: 140px;
	text-align: right;
	height: 35px;
	line-height: 35px;
	margin-top: 0px;
}


.param_row input {
	display: block;
	float: left;
	margin-left: 146px;	
	margin-top: -35px;
}

.param_row select  {
	display: block;
	float: left;
	margin-left: 146px;	
	margin-top: -35px;
}


/* przesunięcie tooltipa w elemenice s:input */
.param_row > img {
	margin-left: 430px;
	margin-top: -27px;
	float: left;
} 



/* ### */



/* kontrolki w tabelce (ekran parametry) */


/* lewa cześc parametrów, nie tylko na ekranie parametrów */
div.parametry_container_left {
    width: 470px;
	padding: 12px 18px;
}

/* wspólne cechy boksów po lewej stronie ekranu */
div.pbs-box-param, div.pbs-box-grid {
    background-color: #fff;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid; 
    border-bottom-color: #f2f2f2;
 	float: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0 0 0 0;
    width: 480px;
}

/* formularze w tabelach klasy bl_box - cechy wiersza tabeli */
table.bl_box tr {
    border-bottom: 0px;
    display: block;
    min-height: 45px;
    overflow: hidden;
    padding: 0 0;
    width: 470;
}

table.bl_box td {
    border-bottom: 0 none;
    float: left;
    padding: 0 0 0 0;
    vertical-align: middle;

}





/* przesunięcie znaku zapytania na prawą stronę */
label img {
	margin-left: 430px;
	margin-top: -20px;
}


td.tdLabel {
	text-align: right;
	margin-right: 20px;
	margin-top: 8px;
	height: 45px;
	/* line-height: 33px; */
	vertical-align: middle;
}



input.buttonImgFr {
/*    background: none;*/
}

td.label_readonly label {
    color: #b9b9b9;
}

.textfieldShort.errorMessage {
    border: 1px solid #e70539;
}

div.errorMessage {
    color: #fe0a43;
    font-size: 13px;
    line-height: 139%;
    margin-bottom: 5px;
}

/* to jest de facto prawa kolumna parametrów tylko tak się nazywa */
#recalc {
	width: 305px;
	margin-bottom: 30px;
	
/* 	
	border-style: dotted;
	border-color: blue;
	border-width: 1px;
	
 */
}

.parametry_right_box {

	padding: 8px 24px 20px 0;
	border-bottom: 1px #f2f2f2 solid;
}

/* pasek przycisków na parametrach podstawowoych */
.parametry_buttons {
	margin-top: 20px;
}

.parametry_container_bottom {
	display: none;
}

/* dostawy */


.delivery_remove {
	margin: -30px 62px 0px 0px;
	height: 35px;
}

.parametry_right_box table td {
    padding: 5px 0px;

}


/* logowanie */

#login-form-container .content {
    padding: 0 0 0 0;
}

#register-form-container .content {
    padding: 0 0 0 0;
}


.content {
    padding: 0 0 0 0s;
    width: 100%;
}

#content-container-text {
	margin-top:60px;
}

#content-container div#content-container-text {
    padding: 0;
    text-align: left;
}
#content-container div#content-container-text {
    padding: 0px;
    text-align: left;
}

#login-form-container, #register-form-container {
    background-color: #fff;
    
    border: 1px solid #f2f2f2;
    
    
	-moz-border-radius: 05px; /* Firefox */
	-webkit-border-radius: 5px; 	/* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
    
    
    float: left;
    font-size: inherit;
    font-weight: normal;
    margin-bottom: 0px;
    min-height: 0px;
    padding: 0px;
    position: static;
    height: 265px;
    width: 468px;
}

 #register-form-container {
 	height: 150px;
 }

.content p {
	padding: 0 20px 0 20px;
}

.content h2 {
	padding: 0 20px 0 20px;
	display: block;
	height: 33px;
	line-height: 33px;
	background-color: #f2f2f2;
	font-size: 13px
}

.param_row input.textfieldMedium {
	width: 190px;
	height: 16px;
	margin: 0 0 0 0;
    padding: 7px 10px 8px 10px;
}

.param_row select.textfieldMedium {
	height: 33px;
    margin: -35px 0 0 146px;
    padding: 4px 10px 8px;
    width: 273px;
}

select.textfieldMedium {
	padding-left: 8px;
	font-family: 'Open Sans', sans-serif;
} 

.content label {
	margin-right: 20px;
}

#loginProcess td.tdLabel {
    height: 44px;
    line-height: 44px;
    margin-right: 20px;
    text-align: right;
}

#loginProcess .form td {
    padding: 0;
}

#loginProcess .form tr {
    padding: 0;
}

.textfieldMedium, .textFieldLong {
    width: 270px;
}
	
#loginButton {
	margin-left: 353px;
	margin-top:10px;
}

#register-form-container .buttonImg {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
}

/* lista zleceń */

.pagelinks_left {
    color: #f00088;
    float: left;
    height: 54px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}

.pagelinks {
    color: #fff;
    float: left;
    height: 54px;
    margin-bottom: 0px;
    margin-left: -2px;
    margin-top: 0px;
    text-align: left;
    
    overflow: hidden;
}

.pagelinks_right {
    color: #f00088;
    float: left;
    height: px;
    margin-bottom: 0px;
    /* margin-left: -24px; */
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}

.pagelinks a, .pagelinks strong {
	color: #f00088;
	display: block;
	float: left;
	width: 31px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	
	border-top-style: solid;
	border-top-color: #f2f2f2;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #f2f2f2;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	border-bottom-width: 1px;
	
}

.pagelinks strong {
	color: #fff;
	background: #f00088;	
}


.pagelinks a:hover {
	color: #fff;
	background: #b9b9b9;	
}

.dataTable {
    background-color: #f5f6f7;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    width: 100%;
}


.dataTable th {
    background-color: #fff;
    border: 0px;
    color: #30001b;
    height: 38px;
}

.dataTable th a, .dataTable th a:visited {
    color: #30001b;
    text-align: left;
}

.dataTable .order2, .dataTable .order1 {
    background-color: #fff;
    background-image: none;
    background-position: right center;
    background-repeat: no-repeat;
}

.dataTable .order2 a:link, .dataTable .order1 a:link {
	text-decoration: underline;
}

.dataTable tr {
	height: 53px;
}

.dataTable tr.odd {
    background-color: #fff;
}
.dataTable tr.even {
    background-color: #fff;
}

.dataTable {
	font-size: 13px;
}

.dataTable td {
    border-bottom: 0px;
    border-top: 1px solid #f2f2f2;
}

.dataTable tr:hover {
	background: #f2f2f2;
}

.dataTable .col_netto {
	color: #f00088;
}


ul.zl_akcje {
	list-style-type: none;
}

ul.zl_akcje img {
	margin-right: 10px;
}

.dataTable td {
    padding: 0px;
}

table th {
    border-bottom: 0px;
    padding: 0px;
}

td.pbs-list-column-date {
	/* width: 118px; */
	width: 98px
}

td.col_nroferty {
	width: 133px; /* 100 */
}


td.col_nazwa {
	width: 243px; /* 263 */
}


td.col_naklad {
	width: 81px;
	text-align: left;
}

td.col_netto {
	width: 104px;
	text-align: left;
}

td.col_podstatus {
	width: 113px;
}

td.col_akcja {
	width: 181px;
}


.pagebanner {
    float: right;
    margin-bottom: 5px;
    padding-top: 9px;
    text-align: right;
    width: 200px;
    font-size: 13px;
    height: 36px;
    line-height: 30px;
}

.pbs-list-stores-filter div.list_filter_form {
    margin-top: -30px;
}

div.pbs-box-list-filter {
    background-color: #fafafa;
    border: none;
    border-top: 1px sold #f2f2f2;
    display: none;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 20px;
    width: 960px;
}

div.pbs-box-list-filter h2 {
	display: none;
}

.pbs-box-list-filter-panel {
	display: inline-block;
	vertical-align: top;
}

.pbs-box-list-filter-panel-1 {
	width: 440px;
}

div.pbs-box-list-filter-row {
	border: 0;
	height: auto;
	overflow: auto;
	vertical-align: top;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

div.pbs-box-list-filter-label,
div.pbs-box-list-filter-labelArchiwum {
	float: none;
    width: 135px;
    height: 31px;
	display: inline-block;
	letter-spacing: 0;
    line-height: 45px;
	padding: 0px;
	padding-right: 15px;
	margin: 0px;
    text-align: left;
}
div.pbs-box-list-filter-labelArchiwum {
	vertical-align: top;
	line-height: normal;
	padding-top: 10px;
}

div.pbs-box-list-filter-input,
div.pbs-box-list-filter-inputShort,
div.pbs-box-list-filter-inputArchiwum {
	float: none;
	height: auto;	
	display: inline-block;
	width: auto;
	padding: 0px;
	margin: 0px;
	
}
div.pbs-box-list-filter-inputArchiwum {
	padding-top: 10px;
}

div.pbs-box-list-filter-input input,
div.pbs-box-list-filter-input select {
	width: 280px;
	height: 31px; 
    padding: 5px 0 5px 5px;
}
div.pbs-box-list-filter-input input.pbs-radio {
	width: auto;
}
div.pbs-box-list-filter-inputArchiwum label {
	font-weight: bold;
	line-height: normal;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

div.pbs-box-list-filter-inputShort input {
	width: 115px;
	height: 31px; 
    padding-left: 10px;
}

div.pbs-box-list-filter button.pbs-box-list-filter-cmd {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	position: relative;
	/*left: 855px;*/
	top: -40px;
}

.pbs-box-list {
	padding: 15px 0px;
}

div.pbs-box-list a.pbs-list-pager:hover {
	text-decoration: none;
}

div.pbs-box-list a.pbs-list-pager div {
	display: inline-block;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.pbs-box-list a.pbs-list-pager .pbs-list-pager-first {
	background-image: url("../images/first.png");
	width: 33px;
	height: 36px;
}

div.pbs-box-list a.pbs-list-pager .pbs-list-pager-prev {
	background-image: url("../images/prev.png");
	width: 99px;
	height: 37px;
}

div.pbs-box-list a.pbs-list-pager .pbs-list-pager-next {
	background-image: url("../images/next.png");
	width: 84px;
	height: 36px;
}

div.pbs-box-list a.pbs-list-pager .pbs-list-pager-last {
	background-image: url("../images/last.png");
	width: 33px;
	height: 36px;
}

/* pliki */

.pbs-pliki-sent-zadanie-item {
    background-color: #cccc77;
    border: none;
    height: 26px;
    margin-bottom: 6px;
    padding: 8px 0 5px 20px;
}

.pliki_header {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
}

.pbs-box-pliki {
    min-height: 200px;
    overflow: hidden;
    width: 960px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

ul.tabs {
    list-style: outside none none;
    overflow: visible;
    border-bottom: 1px solid #b9b9b9;
    display: block;
    width: 550px;
    height: 40px;
    position: relative;
}

ul.tabs li {
	position: absolute;
	top: 2px;	
    background-color: #f2f2f2;
    border: 1px solid #b9b9b9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    float: left;
    height: 37px;
    min-width: 140px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    text-align: center;
    
    font-size: 18px;
    margin: 0 9px;
    font-weight: 600;
    line-height: 34px;
    color: #00B0EA;
}

ul.tabs li.active {
    border-bottom: 1px solid #fff;
    font-weight: 600;
    color: #5e5e5e;
    background: #fff;
}


.sep {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	margin: 0px 0 20px 0;
	clear: both;
	height: 20px;
}

.sep_trans {
	width: 100%;
	border: none;
	margin: 0 0 0 0;
	clear: both;
	height: 0px;
}


.sep.low {
	height: 0px;
}

.pink { color: #f00088 !important; }

.bigger {
	font-size: 15px;
}


/*r*/
.pbs-pliki-plik-item {
	margin: 2px 0 2px 0;
	padding: 10px 0 10px 10px;
	border: none;
	height: 23px;
	font-size: 15px;
	line-height: 23px;
}

.plik {
	padding: 10px 0 10px 42px;
	background: url(../images/file_icon.png) 17px no-repeat #fff;
	
	border: #5e5e5e solid 1px;
 	border-top-left-radius: 10px;
    border-top-right-radius: 10px;	
 	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;	
}


.pliki_sortable div.pbs-pliki-plik-item {
	cursor: move;
}



.pbs-pliki-zadanie-item {
	background-color: #5e5e5e;
	color: #fff;
 	border-top-left-radius: 10px;
    border-top-right-radius: 10px;	
 	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;	
    padding: 10px;
}


.pbs-pliki-sent-zadanie-item {
	background-color: #7ed321;
	color: #fff;
 	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;	
    margin-top:20px;
	
}


.pbs-pliki-sent-plik-item {
    margin-bottom: 0px;
    padding: 10px 0px 10px 42px;
    height: 19px;
    background: url(../images/file_icon.png) 17px no-repeat rgba(255,255,255,0);;
}

.taskfiles_container {
	border-left: #7ed321 solid 1px;
	border-right: #7ed321 solid 1px;
	border-bottom: #7ed321 solid 1px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 15px;
}

.checkinprogress {
	height: 36px;
	line-height: 36px;
	background: #b9b9b9;
	margin-bottom: 20px;
}

.sent-files {
	overflow: hidden;
	margin-bottom: 30px;
}


#pbsPlikiAccept .pbs-pliki-list {
	margin-bottom: 30px;
	overflow: hidden;
}


#pbsPlikiAccept .pbs-pliki-sent-zadanie-item span {
	display: block;
	color: #fff;
	float: right;
	background: url("../images/icon-w-tick.png") 0 50% no-repeat;
	padding: 0 25px;
}


#pbsPlikiAccept .pbs-pliki-sent-plik-item a img {
	margin-right: 15px;
}

.pbs-files-task-toaccept a img {
	margin-right: 15px;
}

.pbs-files-task-toaccept .pbs-pliki-sent-zadanie-item {
	background-color: #5e5e5e;
}

.task_refused .pbs-pliki-sent-zadanie-item {
	background-color: #ff0a43;
}

.task_refused + .taskfiles_container {
    border-bottom: 1px solid #ff0a43;
    border-left: 1px solid #ff0a43;
    border-right: 1px solid #ff0a43;
}

#pbsPlikiAccept .task_refused .pbs-pliki-sent-zadanie-item span {
	display: block;
	color: #fff;
	float: right;
	background: url("../images/icon-cancel.png") 0 50% no-repeat;
	padding: 0 25px;
}


.pbs-files-task-toaccept .taskfiles_container {
    border-bottom: 1px solid #5e5e5e;
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
}

.task_inprogress .pbs-pliki-sent-zadanie-item {

    background: none repeat scroll 0 0 #b9b9b9;
    height: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px 0 10px 10px;
}


/**************************************************************************************/
/* terminy */

.pbs-datetime {
	width: 134px !important;
	background: url("../images/calendar.png") 125px no-repeat;
}
.pbs-datetime-disabled {
	background-color: rgb(242,242,242);
}
.bl_date {
	/*width: 111px !important;*/
	background: url("../images/calendar.png") 90px no-repeat;
}

.osoba_select {
	width: 270px !important;
	font-family: 'Open Sans', sans-serif;
}


.uwagi {
	width: 433px;
	height: 208px;
	margin: 0 0;
	background-color: #f2f2f2;
}

.uwagi_box {
	padding-top:20px;
}

.narrow_right {
	width: 400px !important;
}

.wide_left {
	width: 350px !important;
}

.table_terms {
    width: 359px;
}

.table_terms tr > td:first-child {
	text-align: right;
}

.table_terms tr > td:last-child {
	font-weight: 600; 
	padding-left: 20px;
}

.table_terms tr:last-child > td:last-child {
	color: #f00088;
}

.accept_form {
	margin-left: 30px;
	float: right;
}

.narrow_right .parametry_right_box:last-child { border: none; }
.wide_left .parametry_right_box:last-child { border: none; }



/* faktury */
h2 span {
	color: #f00088;
}
#dokumenty_ksiegowe table {
	font-weight: 600;
}

#dokumenty_ksiegowe table span {
		color: #f00088;
}

#dokumenty_ksiegowe table tr td {
	border-bottom: 1px #f2f2f2 solid;
	height: 50px;	
}


/*
.label_oborobki {
	line-height: 15px !important;
}
*/


.textfieldMedium.required {
    border: 1px solid #b9b9b9;
}

/* Rejestracja */
div.pbs-box-registerInput {
 	/* reset main.css */
    background-color: #fff;
    border: none;
    font-size: inherit;
    font-weight: normal;
    margin-bottom: 10px;
    min-height: 520px;
    padding: 0 0 0 0;
    width: 960px;


	/* position: absolute;*/    
    
}


.bl_hide {
	display: none;
}

.registerForm {
	/* position: absolute; */
	overflow: visible;
	margin-top: -66px;
	margin-left: 12px; 
}

.registerForm table {
	/* width: 418px; */
}

span.errorMessage {
    color: #ff0000;
    font-size: 12px;
    padding-left: 0px;
    margin-left: -50px;
    text-align: right;
}

#register span.errorMessage {
    /*margin-left: -579px;*/
    margin-left: 0px;
}

#loginProcess span.errorMessage {
	margin-left: 0px;
}

#listFilter span.errorMessage {
	margin-left: 0px;
} 

#loginProcess span. {
    color: #ff0000;
    font-size: 12px;
    padding-left: 0px;
    margin-left: 16px;
    text-align: right;
}



#load_nip_bt, #load_nip_bt_d {
	margin-top: 30px;
	margin-left: 163px;
}

#nip,  .registerForm tbody tr label[for="nip"] {
	position: relative;
	top: -188px;
}

 
.registerForm tbody tr:first-child {
	height: 0px;
}



#dane {
	height: 60px;

	padding-top: 12px;
	/*
	float: right;
	width: 300px;
	*/
	/*
	position: relative;
	left: 400px;
	*/
}


.nip_input {
	float: left;
	margin-left: 40px;
	margin-right: 20px;
}	
	
.textfieldShort.required {
    border: 1px solid #b9b9b9;
}	

.textfield.required {
    border: 1px solid #b9b9b9;
}

.textfieldShort {
    padding: 2px;
    width: 270px;
}

.half_left {
	float: left;
	width: 450px;
}

.half_right {
	float: right;
	width: 450px;
}

#dane img { padding-right: 20px}

.captcha_picture { 
	margin-top: -7px;

}  


/* komunikaty */
.alert {
    margin: 24px 0px !important;
    background: none repeat scroll 0 0 #cceffb;
    border: 1px solid #bce8f1;
    border-radius: 10px;
    color: #002430;
    font-size: 13px;
    /*height: 56px;*/
    line-height: 56px;
    padding: 0 18px;
    vertical-align: middle;
    width: 924px;
}

.alert.yellow {
    border: 1px solid #faebcc;
    background-color: #fbf0cc;
}

.alert.green {
    border: 1px solid #d6e9c6;
    background-color: #dafbcc;
}

.alert.red {
    border: 1px solid #ffbdcc;
    background-color: #fbccd7;
}

.pbs-pliki-list .alert.red {
	width: auto;
	height: auto;
	line-height: normal;
	padding-top: 18px;
	padding-bottom: 18px;
}


.alert.pbs-important {
    height: auto;
    line-height: auto;
}

.alert.pbs-important p {
    font-size: 16px;
}

.alert.pbs-important a {
    font-weight: bold;
    text-decoration: underline;
    color: #002430;
}



/* zmiana hasła */
.myAccountForm {
    margin-top: -0px;
    overflow: visible;
}


/* radio i chceckboksy */

 


/* inne */

#top-container {
    box-sizing: unset !important;
}

.modal-open {
    overflow: unset !important;
}


/* szczegóły zlecenia */

table.productParameters tr {
    border-bottom: none;
    display: block;
    height: 1%;
    overflow: hidden;
    padding: 3px 0;
    width: 480px;
}

table.productParameters td {
    padding: 0px;
    vertical-align: middle;
}


label[for="zlecenie_nazwa_zlecenia"] {
    font-weight: 900;
  }
  
  
input#zlecenie_nazwa_zlecenia {
	font-weight: 900;
}

.zeznakiem {
	float: left;
}

.zeznakiem + img {
	float: right;
}

.productParameters td.tdLabel {
	height: auto;
}

.col_podstatus span {
	display: block;
	background-color: #888;
	color: #fff;
	width: 100px;
	padding: 5px;
}

/* lista zleceń */
.col_podstatus .pbs-status-wait {
	background-color: #f5a623;
	width: 90px;
}
.col_podstatus .pbs-orderstatus-release {
	background-color: #7ed321;
	width: 80px;
}
.col_podstatus .pbs-orderstatus-canceled {
	background-color: #ff0a43;
	width: 80px;
}
.col_podstatus .pbs-orderstatus-prepare {
	background-color: #f5a623;
	width: 110px;
}
.col_podstatus .pbs-orderstatus-finished {
	background-color: #b9b9b9;
	width: 90px;
}
.col_podstatus .pbs-orderstatus-suspended {
	background-color: #f00088;
	width: 90px;
}
.col_podstatus .pbs-status-other {
	background-color: Transparent;
	color: rgb(85, 85, 85);
}

.brak_lakieru {
	margin: 8px;
	float: left
}


.brak_lakieru + img {
	float: left;
	margin-left: 9px;
	margin-top: 5px;
}

.additionalservicestable {
	margin-top:-53px;
	margin-left: -2px;
}

.additionalservicestable img {
	float: right;
	margin-left: 11px;
	margin-top: 6px;
}

tr.addservicestitle {
	display: none;
}

div.errorMessage + img.obrimgact {
	margin-right: -33px;
	margin-top: -51px;
}
.parametry_right_box label {
	line-height: 24px;
	margin-top:-2px;
}

table.oferta_refresh td {
	background-image: url(../images/beltrani/icons/icon-g-refresh.png);
	background-position: right center;
	background-repeat: no-repeat;
}

table.oferta_refresh td:first-child {
	background: none;
}

#komunikat {
	margin-bottom: 20px;
}


/* potwierdzenie zamówienia */

h1.acceptdatesh1 {
	margin-top: 45px;
	margin-bottom: 6px;
}

/*.parametry_container_left.narrow_right .parametry_right_box { */
.parametry_right_box {
	padding-top: 8px;	
}


.wide_left {
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left !important;
}


div.parametry_container_left.narrow_right {
    padding: 12px 8px 12px 18px;
    width: 392px;	
}

tr[errorfor="nip"] {
	/*display: none;*/
}

div.errorMessage {
	color: #fe0a43;
}

ul.errorMessage li span {
	color: #fe0a43 !important;
}

.trpush {
	height: 60px !important	;
}

.blErrorMessage {
	margin-left: 0px !important;
}


h3 + p {
	margin-top: 3px;
}


#file_upload object { 
  position:absolute;
  left:0; right:0;  
  width:100%        
}   




img#reg_login_tt {
	position: relative;
	left: 440px;
	top: 269px;	
}

img#reg_haslo_tt {
	position: relative;
	left: 419px;
	top: 327px;	
}


img#reg_kod_tt {
	position: relative;
	left: 442px;
	top: 219px;
/*
	left: 397px; 442
	top: 441px;	219
*/
}


p.kom_termin {
	width: 525px;
}


div.nomargin {
	padding-left: 0px !important;
}	

p.suppar {
	margin-top: 1px;
}



#register label img {
    margin-left: 484px;
    margin-top: -1px;
    position: absolute;
}


.ftpinfo p {
	font-size: 16px;
	color: #000;
}


.klp {
	float: left;
	background: #f2f2f2;
	border-radius: 50%;
	width: 45px;
	height:45px;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	font-size: 16px;
}

.kontakt_text {
	float: left;
	margin-left: 15px;
	width: 900px;
	
}

img.admin_img {
	border-radius: 50%;
    box-shadow: 2px 2px 0 4px #f2f2f2;
    float: left;
    height: 143px;
    width: 143px;
}

#kontakt h2 {
	margin-top: 51px;
	margin-bottom: 30px;
	border-bottom: #f2f2f2 1px solid;
	padding-bottom: 12px;	
}

#kontakt .kontakt_text p {
	font-size: 16px;
	color: #333333;
	line-height: 140%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-bottom: 10px;
}

#kontakt .admin_desc {
	float: left;
}
.faq_bt {
	margin-bottom: 15px;
}

.admin {
	margin-top: 40px;
}

.admin_desc {
	margin-left: 30px;
	float: left;
}

.consultant_name {
	font-size: 18px;
	color: #f00088;
}

.consultant_position {
	font-size: 14px;
	color: #30001B;
	font-weight: bold;
}

.admin_desc table tr {
	height: 15px;
}

.admin_desc table tr td {
	padding: 0;
}

.admin_desc table {
	margin-top:10px
}

.admin_desc table tr > td:first-child {
	text-align: right;
	padding-right: 5px;
}

td.admin_email {
	font-size: 13px;
	color: #f00088;
}

img.pbs-uwagi {
	margin-right: 18px;
	margin-top: -260px;
	float: right;
}


.pbs-popup-start .pbs-popup-start-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;
}

.pbs-popup-start h1 {
	color: #30001b;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	line-height: 33px;
}

.pbs-popup-start p {
	color: #55615c;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
}

.pbs-popup-start .pbs-popup-start-content img {
	float: none;
}

.pbs-popup-start-right {
	float: right;
}

.pbs-popup-margin {
	padding 0;
	margin: 0;
	background-color: transparent;
}
.pbs-popup {
	padding 0;
	margin: 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	white-space: nowrap;
	background-color: transparent;
}

.pbs-popup div {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 18px;
}

div.pbs-popup-update {
	display: none;
	padding: 20px;
	background-color: #a00000;
	color: White;
}

div.pbs-popup-error {
	display: none;
	padding: 20px;
	background-color: Red;
	color: White;
}
.pbs-popup-error span {
	display: none;	
	color: White;
}

.pbs-language {
	padding-left: 20px;
}

.pbs-language a img {
	float: none;
}

table.registerForm .buttonImgFr {
	float: left;
	margin-left: 480px;
}

img.pbs-banner-main {
	height: 151px;
}

div.pbs-banner-container {
	height: 151px;
	background-image: url(../images/beltrani/banner-small.png);
	background-repeat: no-repeat;
}

.pbs-banner-contact {
    float: right;
	padding-top: 40px;
	padding-right: 10px;
}

.pbs-banner-contact span {
	color: White;
	font-size: 16px;
	font-weight: 600;
}

.pbs-banner-contact span.pbs-banner-contact-tel {
	font-size: 42px;
	font-weight: bold;
}

.pbs-banner-face {
	padding-top: 40px;
	padding-right: 10px;
    float: right;
}

.pbs-banner-face img {
	border-radius: 50%;
    height: 80px;
    width: 80px;
}

label.pbs-loadfile {
	border-radius: 7px;
	padding: 7px 12px;
	background-color: #193000;
	color: White;
	font-weight: bold;
	font-size: 13px;
}

label.pbs-loadfile:hover {
	background-color: #7ed322;
	cursor: pointer;
}


.pbs-files-external-links-container {
	padding: 0px 20px 10px 20px;
}
.pbs-files-external-links-container .pbs-files-external-link-cmd {
	text-align: right;	
	padding-bottom: 10px;
}
.pbs-files-external-links-container .pbs-files-external-link-cmd a:hover {
	text-decoration: underline;
}
.pbs-files-external-links-container textarea {
	width: 100%;
	height: 100px;
}

.alert ul.errorMessage {
	margin: 0px;
}




.pbs-button-logisticToTerm {
	color: Transparent;	
	background-repeat: no-repeat;
	background: url(../images/pl_PL/btn-dates-choose.png);
	width: 175px;
	height: 36px;
}
.pbs-button-logisticToTerm:hover {
	background: url(../images/pl_PL/btn-dates-choose-hover.png);
}
.pbs-fr-FR .pbs-button-logisticToTerm {
	color: Transparent;	
	background-repeat: no-repeat;
	background: url(../images/fr_FR/btn-dates-choose.png);
	width: 175px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-logisticToTerm:hover {
	background: url(../images/fr_FR/btn-dates-choose-hover.png);
}

.pbs-button-logisticConfirm {
	color: Transparent;	
	background-repeat: no-repeat;
	background: url(../images/pl_PL/btn-save.png);
	width: 66px;
	height: 36px;
}
.pbs-button-logisticConfirm:hover {
	background: url(../images/pl_PL/btn-save-hover.png);
}
.pbs-fr-FR .pbs-button-logisticConfirm {
	color: Transparent;	
	background-repeat: no-repeat;
	background: url(../images/fr_FR/btn-save.png);
	width: 69px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-logisticConfirm:hover {
	background: url(../images/fr_FR/btn-save-hover.png);
}

.pbs-button-logisticSaveCalc {
	color: Transparent;	
	background-repeat: no-repeat;
	background: url(../images/pl_PL/btn-save-calculation.png);
	width: 153px;
	height: 36px;
}
.pbs-button-logisticSaveCalc:hover {
	background: url(../images/pl_PL/btn-save-calculation-hover.png);
}
.pbs-fr-FR .pbs-button-logisticSaveCalc {
	color: Transparent;	
	background-repeat: no-repeat;
	background: url(../images/fr_FR/btn-save-calculation.png);
	width: 153px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-logisticSaveCalc:hover {
	background: url(../images/fr_FR/btn-save-calculation-hover.png);
}

.pbs-button-setTerm {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-dates-ask.png);
	width: 211px;
	height: 36px;
}
.pbs-button-setTerm:hover {
	background-image:url(../images/pl_PL/btn-dates-ask-hover.png);
}
.pbs-fr-FR .pbs-button-setTerm {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-dates-ask.png);
	width: 211px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-setTerm:hover {
	background-image:url(../images/fr_FR/btn-dates-ask-hover.png);
}

.pbs-button-updateTerm {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-update-dates.png);
	width: 142px;
	height: 36px;
}
.pbs-button-updateTerm:hover {
	background-image:url(../images/pl_PL/btn-update-dates-hover.png);
}
.pbs-fr-FR .pbs-button-updateTerm {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-update-dates.png);
	width: 106px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-updateTerm:hover {
	background-image:url(../images/fr_FR/btn-update-dates-hover.png);
}

.pbs-button-acceptDatesConfirm {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-order-confirm.png);
	width: 170px;
	height: 36px;
}
.pbs-button-acceptDatesConfirm:hover {
	background-image:url(../images/pl_PL/btn-order-confirm-hover.png);
}
.pbs-fr-FR .pbs-button-acceptDatesConfirm {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-order-confirm.png);
	width: 190px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-acceptDatesConfirm:hover {
	background-image:url(../images/fr_FR/btn-order-confirm-hover.png);
}

.pbs-button-refreshFtp {
	color: Transparent;	
	background-color: Transparent;
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-ftp-refresh.png);
	width: 121px;
	height: 24px;
}
.pbs-button-refreshFtp:hover {
	background-image:url(../images/pl_PL/btn-ftp-refresh-hover.png);
}
.pbs-fr-FR .pbs-button-refreshFtp {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-ftp-refresh.png);
	width: 96px;
	height: 25px;
}
.pbs-fr-FR .pbs-button-refreshFtp:hover {
	background-image:url(../images/fr_FR/btn-ftp-refresh-hover.png);
}

.pbs-button-checkFiles{
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-files-send.png);
	width: 197px;
	height: 36px;
}
.pbs-button-checkFiles:hover {
	background-image:url(../images/pl_PL/btn-files-send-hover.png);
}
.pbs-button-checkFiles-disabled, .pbs-button-checkFiles-disabled:hover {
	background-image:url(../images/pl_PL/btn-files-send-disabled.png);
	cursor: default;
}
.pbs-fr-FR .pbs-button-checkFiles {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-files-send.png);
	width: 203px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-checkFiles:hover {
	background-image:url(../images/fr_FR/btn-files-send-hover.png);
}
.pbs-fr-FR .pbs-button-checkFiles-disabled, .pbs-button-checkFiles-disabled:hover {
	background-image:url(../images/fr_FR/btn-files-send-disabled.png);
	cursor: default;
}

.pbs-button-filesAcceptRepair {
	color: Transparent;	
	background-color: Transparent;
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-files-fix.png);
	width: 129px;
	height: 25px;
	margin-right: 5px;
}
.pbs-button-filesAcceptRepair:hover {
	background-image:url(../images/pl_PL/btn-files-fix-hover.png);
}
.pbs-fr-FR .pbs-button-filesAcceptRepair {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-files-fix.png);
	width: 156px;
	height: 25px;
}
.pbs-fr-FR .pbs-button-filesAcceptRepair:hover {
	background-image:url(../images/fr_FR/btn-files-fix-hover.png);
}

.pbs-button-filesAcceptAccept {
	color: Transparent;	
	background-color: Transparent;
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-files-print-accept.png);
	width: 147px;
	height: 25px;
	margin-right: 5px;
}
.pbs-button-filesAcceptAccept:hover {
	background-image:url(../images/pl_PL/btn-files-print-accept-hover.png);
}
.pbs-fr-FR .pbs-button-filesAcceptAccept {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-files-print-accept.png);
	width: 169px;
	height: 25px;
}
.pbs-fr-FR .pbs-button-filesAcceptAccept:hover {
	background-image:url(../images/fr_FR/btn-files-print-accept-hover.png);
}

.pbs-button-goToFilter {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-filter-pane.png);
	width: 72px;
	height: 36px;
}
.pbs-button-goToFilter:hover {
	background-image:url(../images/pl_PL/btn-filter-pane-hover.png);
}
.pbs-fr-FR .pbs-button-goToFilter {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-filter-pane.png);
	width: 75px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-goToFilter:hover {
	background-image:url(../images/fr_FR/btn-filter-pane-hover.png);
}

.pbs-button-filter {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-filter-apply.png);
	width: 75px;
	height: 36px;
}
.pbs-button-filter:hover {
	background-image:url(../images/pl_PL/btn-filter-apply-hover.png);
}
.pbs-fr-FR .pbs-button-filter {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-filter-apply.png);
	width: 79px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-filter:hover {
	background-image:url(../images/fr_FR/btn-filter-apply-hover.png);
}

.pbs-button-backToList {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-back-to-list.png);
	width: 135px;
	height: 36px;
}
.pbs-button-backToList:hover {
	background-image:url(../images/pl_PL/btn-back-to-list-hover.png);
}
.pbs-fr-FR .pbs-button-backToList {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-back-to-list.png);
	width: 139px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-backToList:hover {
	background-image:url(../images/fr_FR/btn-back-to-list-hover.png);
}

.pbs-box-cmd-recalc {
	text-align: right;
}

.pbs-button-recalculate {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-calculate.png);
	width: 93px;
	height: 36px;
	float: none;
}
.pbs-button-recalculate:hover {
	background-image:url(../images/pl_PL/btn-calculate-hover.png);
}
.pbs-fr-FR .pbs-button-recalculate {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-calculate.png);
	width: 98px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-recalculate:hover {
	background-image:url(../images/fr_FR/btn-calculate-hover.png);
}

.pbs-button-addDelivery {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-delivery-add.png);
	width: 137px;
	height: 36px;
}
.pbs-button-addDelivery:hover {
	background-image:url(../images/pl_PL/btn-delivery-add-hover.png);
}
.pbs-fr-FR .pbs-button-addDelivery {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-delivery-add.png);
	width: 177px;
	height: 36px;
}
.pbs-fr-FR .pbs-button-addDelivery:hover {
	background-image:url(../images/fr_FR/btn-delivery-add-hover.png);
}

.pbs-button-delDelivery {
	color: Transparent;
	background-color:  Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/pl_PL/btn-delivery-remove.png);
	width: 109px;
	height: 14px;
}
.pbs-button-delDelivery:hover {
	background-image:url(../images/pl_PL/btn-delivery-remove-hover.png);
}
.pbs-fr-FR .pbs-button-delDelivery {
	color: Transparent;	
	background-repeat: no-repeat;
	background-image:url(../images/fr_FR/btn-delivery-remove.png);
	width: 174px;
	height: 15px;
}
.pbs-fr-FR .pbs-button-delDelivery:hover {
	background-image:url(../images/fr_FR/btn-delivery-remove-hover.png);
}
