/*   
Theme Name: Wizjo
Theme URI: http://studiowizjo.pl
Description: Szablon wykonany od podstaw przez StudioWizjo.pl. Jeśli potrzebujesz nietuzinkowej strony internetowej, to zajrzyj na <a href="http://studiowizjo.pl/projektowanie_stron_www">naszą stronę firmową</a>.
Author: Wizjo
Author URI: http://studiowizjo.pl
Version: 1
*/

/** obniżamy content, tak aby znalazł się poniżej paska admina dodawanego przez WP **/
body.admin-bar header {
	top: 32px;
}
@media screen and (max-width: 782px)
body.admin-bar header {
	top: 46px;
}
@media screen and (max-width: 782px)
#wpadminbar {
	position: fixed !important;
	top: 0;
}

html, body {
	font-family: Open Sans, Verdana, Trebuchet, Helvetica, Sans-Serif;
	color: #252321;
	line-height: 1.875;
	font-size: 16px;
	background: #fff;
	height: 100%;background: rgb(232, 152, 3);
}

body {
/* 	padding-bottom: 30px; */
	min-height: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

a {
	color: #428500;
	outline: none !important;
}

a:hover, a:focus {
	color: #428500;
	text-decoration: none;
}

a:active, a:visited {
	text-decoration: none;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: Open Sans, Verdana, Trebuchet, Helvetica, Sans-Serif;
	font-weight: 600;
	color: #252321;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	margin: 30px 0 15px 0;
}

h2 {
	font-size: 20px;
	margin: 30px 0 15px 0;
}

h3{
	font-size: 18px;
	margin: 30px 0 15px 0;
}

h4,h5,h6 {
	font-size: 16px;
}

ul, p {
	margin-bottom: 30px;
}

.theme-color {
	color: #624170;
}

.label-header {
	font-size: inherit;
}

.label-header.align-top {
	margin-top: 0;
}

.container-fluid {
	width: 100%;
	min-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* theme-color 624170 */
/* theme-color-over 836092 */

/* --------------------------------------------------- */

header {
	border-top: 4px solid #529502;
	margin-bottom: 30px;
}

.hr-top {
	border-top: 3px solid rgba(255,255,255,.4);
	margin: 0;
}

.logo {
	float: left;
	margin: 15px 0;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.logo:hover {
	opacity: 0.85;
}

.page-slogan {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	
	font-family: Open Sans, Verdana, Trebuchet, Helvetica, Sans-Serif;
	font-weight: 600;
	color: #252321;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;

}

.text-input {
	width: 100%;
	height: 46px;
	border: 1px solid rgba(255,255,255,.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #252321;
	padding: 0 15px;
	margin: 0 0 20px 0;
	outline: none !important;
	background: rgba(255,255,255,.4);
	position: relative;
	max-width: 420px;
}

textarea.text-input {
	max-width: none;
	padding: 7px 15px;
	height: 9em;
}

.text-input.error {
	border-color: #c50c25;
}

.text-input.error  + .iu-txt {
	background: #c50c25;
	color: #fff;
}

.text-input:focus {
	background: rgba(255,255,255,.6);
}

.text-input[type='email']:required:invalid,
.text-input[type='text']:required:invalid {
	border-color: #c50c25;
	color: #c50c25;
}

.text-input:required:invalid  + .iu-txt {
	background: #c50c25;
	color: #fff;
}

.text-input.error {
    border-color: #c50c25 !important;	
	color: #c50c25;
}

.input-info.ii-red {	
	color: #c50c25 !important
}

.text-input.error + .iu-txt {
	background: #c50c25 !important;
	color: #fff !important;
}

.text-input.input-initial {
	border-color: rgba(255,255,255,.4) !important;
}

.text-input.input-initial + .iu-txt {
	background: rgba(255,255,255,.4) !important;
	color: inherit !important;
}

/* .text-input.error:required:valid {
	border-color: rgba(255,255,255,.4) !important;
} */

.text-input:required:valid {
	border-color: rgba(255,255,255,.4);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #74716e;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #74716e;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #74716e;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #74716e;
}

.label-check.error {
	color: #F53C55;
}

.text-input.error::-webkit-input-placeholder { /* WebKit browsers */
    color:    #F53C55;
}
.text-input.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #F53C55;
   opacity:  1;
}
.text-input.error::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #F53C55;
   opacity:  1;
}
.text-input.error:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #F53C55;
}

.text-input.input-initial::-webkit-input-placeholder { /* WebKit browsers */
    color:    #74716e;
}
.text-input.input-initial:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #74716e;
   opacity:  1;
}
.text-input.input-initial::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #74716e;
   opacity:  1;
}
.text-input.input-initial:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #74716e;
} 

button, .btn {
	border: none;
	background: #529502;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 20px 0;
	outline: none !important;
	padding: 7px 15px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

button:hover, .btn:hover, 
button:focus, .btn:focus {
	background-color: #428500;
	color: #fff;
}

.btn-search, .btn-submit {
	font: 0/0 a;
	color: transparent;
	text-indent: -2999px;
	width: 50px;
	height: 46px;
	background: #529502 url(img/ico-zoom.png) center 0 repeat-y;
}

.btn-search:hover { 
	background: #3ea38c url(img/ico-zoom.png) center -46px repeat-y;
}

.btn-submit {
	width: 46px;
	background: #529502 url(img/ico-send.png) center 0 repeat-y;
}

.btn-submit:hover { 
	background: #3ea38c url(img/ico-send.png) center -46px repeat-y;
}

.btn-submit-wide {
	font: 16px/32px "open sans";
	text-indent: 0;
	color: #fff;
	width: auto;
	text-transform: none;

	padding-right: 38px;
	background: #529502 url(img/ico-send2.png) 100% 0 repeat-y;
}

.btn-submit-wide:hover { 
	background: #428500 url(img/ico-send2.png) 100% -46px repeat-y;
}


.valign-table {
	width: 100%;
	height: 100%;
	display: table;
}

.valign-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.has-js label.label-check    {
	background: url(img/checkbox.png) 0 2px no-repeat;
	padding-left: 35px;
	display: block;
	font-weight: normal;
	margin: 0 0 20px 0;
	min-height: 27px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;	
}

.has-js  label.c_on  { background-image: url(img/checkbox-checked.png); }
.has-js .label-check input  { position: absolute; left: -9999px; }

.has-js label.label-check.lc-disabled.c_on {
	background-image: url(img/checkbox-checked-disabled.png);
	cursor: default;
}

.has-js label.label-radio.lr-normal   {
	background: url(img/radio.png) 0 5px no-repeat;
	padding-left: 35px;
	display: block;
	font-weight: normal;
	margin: 0 0 10px 0;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;	
}

.has-js  label.r_on.lr-normal   { background-image: url(img/radio-checked.png); }
.has-js .label-radio input  { position: absolute; left: -9999px; }

.label-radio.pull-left {
	margin-right: 30px !important;
}

.lr-visual {
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	margin: 0 0 0 0;
	line-height: 1.5;
}

.lr-img {
	display: block;
	border: 1px solid rgba(255,255,255,.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 15px 0;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
	position: relative;
}

.lr-visual:hover .lr-img {
	border-color: #e89803;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.17);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.17);
	box-shadow: 0 0 6px rgba(0,0,0,.17);
}

.lr-disabled .lr-img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(255,255,255,.4) !important;
}

.lr-disabled {
	cursor: initial !important;
}

.lr-visual small {
	font-size: 75%
}

.lr-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(82, 149, 2, 0.85) url(img/checked.png) center center no-repeat;
	-webkit-background-size: 26% auto;
	-moz-background-size: 26% auto;
	-o-background-size: 26% auto;
	background-size: 26% auto;
	opacity: 0;
}

.has-js  label.r_on.lr-visual .lr-mask {
	opacity: 1;
}

.box-success {
	display: none;
	color: #fff;
	background: #529502 url(img/log-success.png) 15px center no-repeat;
	padding: 18px 15px 18px 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.box-info {
	display: none;
	color: #fff;
	background: #624170 url(img/log-info.png) 15px center no-repeat;
	padding: 18px 15px 18px 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.box-error {
	display: none;
	color: #fff;
	background: #c50c25 url(img/log-error.png) 15px center no-repeat;
	padding: 18px 15px 18px 77px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.box-return {
	display: block;
	color: #252321;
	background: rgba(255,255,255,.4) url(img/log-return.png) 15px center no-repeat;
	padding: 18px 15px 18px 77px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

a.box-return:hover {
	background-color: rgba(255,255,255,.6);
	color: inherit;
}

.box-success strong {
	font-weight: bold;
}

.box-info a, .box-success a, .box-error a, .box-return a {
	color: inherit;
	text-decoration: underline;
}

.box-success {
	color: #fff;
	background: #529502 url(img/log-success.png) 15px center no-repeat;
	padding: 18px 15px 18px 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.pagination {
	text-align: right;
	margin: 0 0 30px 0;
	display: block;
	float: right;
}

.page-numbers {
	display: inline-block;
	width: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #252321;
	background: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.page-numbers:hover {
	color: #624170;
}

.page-numbers:active {
	-webkit-transform:scale(0.95); 
	-moz-transform:scale(0.95); 
	-o-transform:scale(0.95); 
	transform:scale(0.95); 
}

.page-numbers:last-child {
	margin-right: 0;
}

.page-numbers.current {
	background-color: rgba(255,255,255,.4);
	color: inherit !important;
}

.page-numbers.dots {
	color: inherit !important;
}

.page-numbers.prev {
	background: url(img/prev.png) 17px center no-repeat;
	border: none;
	color: transparent;
	font: 0/0a;
	text-indent: -999px;
}

.page-numbers.next {
	background: url(img/next.png) 19px center no-repeat;
	border: none;
	color: transparent;
	font: 0/0a;
	text-indent: -999px;
}

.page-numbers.next:hover {
	background: url(img/li-h.png) 19px center no-repeat;
}

.page-numbers.prev:hover {
	background: url(img/prev-h.png) 17px center no-repeat;
}

.bootstrap-select  button {
	text-transform: none;
	color: #252321 !important;
	background: #fff;
	border: 1px solid rgba(255,255,255,.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	line-height: 22px;
	display: block;
	max-width: 420px;
	text-decoration: none !important;
	outline: none !important;
	margin-bottom: 15px;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
	-webkit-transform:scale(1) !important;
	-moz-transform:scale(1) !important; 
	-o-transform:scale(1) !important;
	transform:scale(1) !important;
	box-shadow: none !important;
}

.bootstrap-select > .dropdown-toggle {	
	padding: 11px 43px 11px 15px;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.bootstrap-select .btn-info.focus, .bootstrap-select .btn-info:focus {
	background: #fff;
	border-color: inherit;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	max-width: 420px;
}

.bootstrap-select .btn-info.active, .bootstrap-select .btn-info:active, .bootstrap-select.open>.dropdown-toggle.btn-info {
	background: #fff;
	border-color: #868686;
}

.bootstrap-select  button:hover {
	background: #fff;
	border-color: rgba(255,255,255,.4);
}

.bootstrap-select.btn-group .dropdown-menu {
	border-color: #868686;
	border-width: 1px;
	border-top: none;
	top: 44px;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	font-size: 16px;
	padding: 9px 15px;
	color: #252321;
	white-space: normal;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
	background: #f7f7f7;
	background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	color: transparent;
	background: url(img/li.png) center center no-repeat;
	height: 100%;
	width: 8px;
	top: 3px;
	right: 15px;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	border: none !important;
}

.dropdown-menu>li>a:focus {
	background: none;
}

.page-form {
	margin-bottom: 10px;
}

.inline-label {
	font-weight: normal;
    margin-bottom: 20px;
    padding: 8px 0;
    margin: 0 15px 20px 0;
    float: left;
}

.select-short {
	float: left;
}

/* 
Generic Styling, for Desktops/Laptops 
*/
table.responsive-table { 
	width: 100%; 
	border-collapse: collapse;
	margin-bottom: 40px;
}

.responsive-table td, .responsive-table th {
	border: 1px solid rgba(255,255,255,.4);
	padding: 6px 6px;
	line-height: 1.5;
	white-space: nowrap;
	font-size: 14px;
}

.responsive-table th { 
	font-weight: bold;
	background: #f2f2f2;
	border: 1px solid rgba(255,255,255,.4);
	font-weight: 600;
	white-space: normal;
}

.responsive-table td {
	text-align: left; 
	font-size: 14px;
}
.responsive-table tbody tr:first-child td {
	border-top: 0;
}

.nowrap {
	white-space: nowrap;
}

.wrap-normal {	
	white-space: nowrap;
}

.responsive-table .btn {
	margin-bottom: 0;
}

.responsive-table label.label-check {
	margin: 0;
	padding-left: 27px;
}

.nowrap td {
	overflow: hidden;
}

.responsive-table .text-input {
	margin: 0;
	border: none;
	border-radius: 0;
}

.responsive-table td.td-input {
	padding: 0;
}

.td-masked {
	position: relative;
}

.checkbox-td {
	padding: 19px 15px;
}

.responsive-table td.td-form-summary {
	border: none;
	padding-right: 0;
	padding-left: 0;
	padding-top: 20px;
}

.btn-add {
	text-transform: none;
	font-weight: normal;
	background: rgba(255,255,255,.4);
	width: 100%;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 15px;
}

.btn-add-txt {
	line-height: 46px;
	display: inline-block;
}

.btn-add-ico {
	line-height: 46px;
	display: inline-block;
	width: 20px;
	background: url(img/ico-plus.png);
	color: transparent;
	text-indent: -2999px;
	margin-left: 5px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.btn-add:hover .btn-add-ico {
	background-position: 0 -46px;
}

.form-row hr {
    width: 100%;
    display: block;
    margin: 0;
    border-color: rgba(255,255,255,.4);
}

.form-row {
	margin-bottom: 20px;
}

.form-desc {
	margin-bottom: 10px;
}

.input-unit {
	position: relative;
	max-width: 420px;
}

.input-unit .text-input {
	padding-right: 76px;
}

.iu-txt {
	width: 61px;
	line-height: 46px;
	text-align: center;
	background: rgba(255,255,255,.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top:0;
	right:0;
}

.input-info {
	font-size: 13px;
	margin: -9px 0 10px 0;
	display: none;
	font-weight: 600;
	color: #c50c25;
}

.input-quantity-info {
	display: block;
	color: inherit;
}

.logo-login {
	margin: 0 0 15px 0;
}


/*-----*/

body.body-panel .logo {
	margin: 15px 0;
}

body.body-panel .page-slogan {
	float: right;
}

body.body-panel .page-slogan-col {
	height: 101px;;
}

.page-slogan-col {
	margin-bottom: 20px;
}

.tabs {
	min-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,.4);
	height: 60px;
}

.tabs li {
	display: inline-block;
    position: relative;
	margin-bottom: -10px;
}

.tabs li a {
	display: block;
	border: 1px solid transparent;
	padding: 0 15px;
	line-height: 39px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	border-bottom: none;
	color: #252321;
	position: relative;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.tabs li a.active {
    background-color: #fff;
	border-color: rgba(255,255,255,.4);
	font-weight: bold;
	background: #fff;
}

.tabs li a:hover {
	color: #f3a817;
}

.tabs-toggle a {
	cursor: pointer;
/* 	font-size: 24px;
	top: -8px;
	position: relative; */
}

.tabs-inside {
	position: relative;
}

.tabs-more {
	position: absolute;
	left: 0;
	border: 1px solid rgba(255,255,255,.4);
	background: #fff;
	top: 59px;
	width: 100%;
	display: none; 
	z-index: 1020;
	
}

.tabs-more li {
	display: block;
	margin: 0 0 0 0;
}

.tabs-more a {
	display: block;	
	border-bottom: 1px solid rgba(255,255,255,.4) !important;
	padding: 5px 15px !important;
	line-height: 24px !important;
	background: #fff;
	color: #252321;
}

.tabs-more a:hover {
	color: #f3a817;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.tabs-more li:last-child a {
	border: none !important;
}

.table-bottom-actions {
	line-height: 34px;
    float: left;
    margin-right: 15px;
}

.table-bottom-actions-wrap {
	margin-top: 6px;
}

.fs-list {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 34px;
}

.action-box {	
	display: inline-block;
	position: relative;
	z-index: 1000;
}

.action-box:nth-child(1) { z-index: 1010; }
.action-box:nth-child(2) { z-index: 1009; }
.action-box:nth-child(3) { z-index: 1008; }
.action-box:nth-child(4) { z-index: 1007; }
.action-box:nth-child(5) { z-index: 1006; }
.action-box:nth-child(6) { z-index: 1005; }
.action-box:nth-child(7) { z-index: 1004; }
.action-box:nth-child(8) { z-index: 1003; }
.action-box:nth-child(9) { z-index: 1002; }
.action-box:nth-child(10) { z-index: 1001; }

.action-box .btn {
	position: relative;
	z-index: 1;
}

.fs-list {
	border: 1px solid #529502;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-height: 297px;
	overflow: auto;
}

.fs-list li {
	padding: 3px 15px;
	border-bottom: 1px solid #529502;
}

.fs-list li.no-padding {
	padding: 0;
}

.fs-list li:last-child {
	border: none;
}

.fs-list li  a {
	padding: 3px 15px;
	display: block;
	margin: -3px -15px;
}

.fs-list li  a:hover {
	background: #fafafa;
}

.has-js .fs-list .label-check {
	margin: 0;
}

.fs-list .text-input {
	padding: 3px 15px;
	display: block;
	width: 100%;
	border: none;
	height: 37px;
	margin: 0;
}

.fs-list .btn {
	width: 100%;
	text-align: center;
	margin: 0;
}

.order-step {
	display: none;
	padding-top: 10px;
}

.order-step *:first-child {
	margin-top: 0;
}

#step-1 {
	display: block;
}

footer {
	height: 96px;
}

#wrap {
	min-height: 100%;
	padding-bottom: 96px;
	margin-bottom: -96px;
	background: url('img/tlo.jpg') repeat-y;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

#loader-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 2000;
  background-color: rgba(255,255,255,.8);
	display: none;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.7em;
  margin-left: -2.7em;
  width: 5.4em;
  height: 5.4em;
  font-size: 30px;
}

#loader-txt {
	margin-top: 180px;
	color: #624170;
	font-size: 20px;
	white-space: nowrap;
	font-weight: bold;
	text-indent: -50px;
}

#hill {
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  top: 1.7em;
  left: 1.7em;
  background-color: transparent;
  border-left: .25em solid #624170;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hill:after {
  content: '';
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  left: 0;
  background-color: transparent;
}

#box {
  position: absolute;
  left: 0;
  bottom: -.1em;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: .25em solid #624170;
  border-radius: 15%;
  -webkit-transform: translate(0, -1em) rotate(-45deg);
  -moz-transform: translate(0, -1em) rotate(-45deg);
  -ms-transform: translate(0, -1em) rotate(-45deg);
  transform: translate(0, -1em) rotate(-45deg);
  animation: push 2.5s cubic-bezier(.79, 0, .47, .97) infinite;
}

@keyframes push {
  0% {
    transform: translate(0, -1em) rotate(-45deg);
  }
  5% {
    transform: translate(0, -1em) rotate(-50deg);
  }
  20% {
    transform: translate(1em, -2em) rotate(47deg);
  }
  25% {
    transform: translate(1em, -2em) rotate(45deg);
  }
  30% {
    transform: translate(1em, -2em) rotate(40deg);
  }
  45% {
    transform: translate(2em, -3em) rotate(137deg);
  }
  50% {
    transform: translate(2em, -3em) rotate(135deg);
  }
  55% {
    transform: translate(2em, -3em) rotate(130deg);
  }
  70% {
    transform: translate(3em, -4em) rotate(217deg);
  }
  75% {
    transform: translate(3em, -4em) rotate(220deg);
  }
  100% {
    transform: translate(0, -1em) rotate(-225deg);
  }
}

.order-sent {
	margin: 50px auto;
	display: none;
}

.order-sent .btn-add {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	width: auto;
	color: #252321;
}

.order-sent .btn-add:hover {
	color: #fff;
}

.os-separator {
	margin: 0 0 20px 0;
}

.responsive-table .btn-group>.btn.dropdown-toggle {
	border: none;
}

.narzut-table .text-input {
	width: 80px;
}

table.edit-table {
	margin-bottom: 20px;
}

.edit-table .text-input {
	padding-left: 6px;
	padding-right: 6px;
	min-width: 60px;
}

textarea.edit-comments {
	height: 6em;
    margin-bottom: 10px;
}

td.uneditable {
	background: #f8f8f8;
}

.edit-table.responsive-table .btn-group>.btn.dropdown-toggle {
	font-size: 14px;
}

.short-input {
	width: 80px;
}

#dimensions-table .text-input,#params-table .text-input  {
	width: 500px;
	max-width: 500px;
}

.form-row-dodatki {
	margin-top: 20px;
}

.form-row-dodatki hr {
	margin-top: 30px;
}

.form-row-dodatki  label.label-check {
	margin-bottom: 10px;
}

.input-adres-info {
	margin-top: -9px !important;
}

.order-summary {
	text-align: right;
	font-size: 24px;
	color: #000 ;
	font-weight: bold;
	margin-bottom: 15px;
}

.dodatek-cena {
	margin: -15px 0 0px 0;
	display: block;
	font-weight: bold;
	text-align: center;
}

.dodatki-more {
	text-align: center;
    display: block;
    margin: 0 auto 15px auto;
    color: black;
	cursor: pointer;
	font-size: 75%;
	height: 22px;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.dodatki-more:hover {
	color: rgba(0,0,0,.6);
}

#dodatki-container .lr-visual {
	margin-bottom: 0;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	background: url('img/tlo.jpg') repeat-y;
	width: 100%;
	height: 100%;
	color: #000;
	z-index: 1011;
	overflow: auto;
}

.modal-close {
	float: right;
	background: url(img/close.png) 100% center no-repeat;
	padding: 7px 31px 7px 0;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	cursor: pointer;
	color: #000;
	font-size: 14px;
}

.modal-close:hover	 {
	/* color: #f3a817; */
	/* background-image: url(img/close-h.png); */
}

.modal-top {
	border-bottom: 1px solid rgba(255,255,255,.4);
	overflow: auto;
	margin-bottom: 30px;
}

.modal-content {
	display: none;
	background: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

	position: relative;
	z-index: -1;
	-ms-transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
	 transform: translate(-100px,0);
	 -moz-transition: transform 700ms ease-in-out;  /* FF3.7+ */
	-o-transition: transform 700ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: transform 700ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: transform 700ms ease-in-out;
}

.modal-content.mc-open {
	position: relative;
	z-index: 1;
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	 transform: translate(0,0);
}

.modal-open {
	cursor: pointer;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    line-height: 1.25;
    padding-bottom: 8px;
    margin-bottom: 30px;
    display: inline-block;
	clear: both;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.wariant-maxi {
	margin-bottom: 15px;
}

.lr-title {
	margin-bottom: 10px;
	display: block;
}

.wariant-opis label.label-check {
	margin-bottom: 15px;
}

.wariant-opis  {
	margin-bottom: 15px;
}

.mo-mark {
	border-radius: 50%;
	display: inline-block;
    background-color: #529502;
    width: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin-left: 8px;
    cursor: pointer;
	position: relative;
    margin-top: -4px;
    top: 7px;
}

.box-success {
	color: #fff;
	background: #529502 url(img/log-success.png) 15px center no-repeat;
	padding: 18px 15px 18px 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.box-info {
	color: #fff;
	background: #624170 url(img/log-info.png) 15px center no-repeat;
	padding: 18px 15px 18px 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.box-error {
	color: #fff;
	background: #c50c25 url(img/log-error.png) 15px center no-repeat;
	padding: 18px 15px 18px 77px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.box-return {
	display: block;
	color: #252321;
	background: #d8d8d8 url(img/log-return.png) 15px center no-repeat;
	padding: 18px 15px 18px 77px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

a.box-return:hover {
	background-color: #cbcbcb;
	color: inherit;
}

.box-success strong {
	font-weight: bold;
}

.box-info a, .box-success a, .box-error a, .box-return a {
	color: inherit;
	text-decoration: underline;
}

.box-success {
	color: #fff;
	background: #529502 url(img/log-success.png) 15px center no-repeat;
	padding: 18px 15px 18px 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.bold {
	font-weight: bold;
}

.input-veryshort {
    width: 117px;
}

.additions-qty {
	margin-top: 30px;
}

.additions-qty input {
	float: left;
    width: 100px;
}

.additions-qty label {
	float: left;
    line-height: 46px;
    margin-left: 10px;
}

.lr-zoom {
	width: 34px;
	height: 34px;
	position: absolute;
	right: 5px;
	top: 5px;
	background: #fff url(img/lr-zoom.png) center center no-repeat;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 3px;
	
}