@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext');

html {
	overflow-x: hidden;
}
html, body {
	width: auto;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}
*:focus {
	outline: none;
}
div#container-top {
	height: 328px;
	background-image: url('../images/bg-flash.png');
	background-repeat: no-repeat;
	position: relative;
}
div#container-top a.logo {
	width: 204px;
	height: 59px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 11%;
	bottom: 50px;
}
div#container-top div.motto {
	position: absolute;
	right: 11%;
	bottom: 60px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	white-space: nowrap;
}
div#container-main {
	padding-left: 11%;
	padding-right: 11%;
	padding-top: 35px;
	padding-bottom: 35px;
}
div#container-main div.user {
	background: #ededed;
	font-size: 13px;
	padding: 20px;
	color: #999;
}
div#container-main div.user div {
	padding: 6px;
}
div#container-main div.user i {
	font-size: 15px;
	padding-left: 10px;
	padding-right: 13px;
	color: #939393;
}
div#container-main div.user span {
	font-weight: bold;
	color: #939393;
	padding-left: 7px;
}
div#container-main div.user a {
	text-decoration: none;
	color: #999;
	font-size: 13px;
}
div#container-top div.motto span {
	float: left;
	display: block;
}
div#column-left {
	width: 26%;
	float: left;
	padding-right: 4%;
}
div#column-right {
	width: 70%;
	float: left;
}
div.content > form {
	width: 100%;
}
div.content > form input,
div.content > form textarea {
	background-color: #ededed;
	border: 0px none;
	border-radius: 0px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #888;
	font-family: 'PT Sans Narrow', sans-serif;
	width: 100%;
	box-sizing: border-box;
}
div.content > form textarea {
	border-radius: 0px;
	padding: 10px;
	font-size: 13px;
	resize: vertical;
}
div.content > form input:focus,
div.content > form textarea:focus {
	box-shadow: 1px 1px 2px #999 inset;
}
div.content > form input[type="button"]:focus,
div.content > form input[type="submit"]:focus {
	box-shadow: none;
}
div.content > form input[type="button"],
div.content > form input[type="submit"], 
div.content > form a,
div.content a.back {
	background: none;
	cursor: pointer;
	color: #089871;
	text-decoration: none;
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 15px;
	font-size: 15px;
}
div.content a.back {
	display: block;
	margin-bottom: 30px;
}
div.content > form i {
	padding-left: 8px;
}
div.content > form a {
	padding: 0px;
	white-space: nowrap;
}
div.content > form textarea {
	overflow-x: hidden;
}
div.content > form label {
	color: #888;
	display: block;
	padding-left: 0px;
	padding-bottom: 3px;
}
div.content > form div {
	margin-bottom: 10px;
	color: #888;
}
div.content > form div span {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
div.content > form div.jstree span {
	display: inline;
	padding: 0px;
}
div.message {
	/* 
	background: #fdfdfd; 
	box-shadow: 0px 0px 1px #ccc;
	*/
	padding: 10px;
	border-radius: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.message.error {
	color: #a14545;
}
div.message.tutorial a {
	text-decoration: none;
	color: #777;
}
div.message.tutorial iframe {
	width: 100%;
	height: 150px;
	padding-top: 10px;
}
div.message .fa {
	font-size: 20px;
	padding-right: 10px;
}
div#column-left > div.header,
div#column-right > div.header {
	padding: 0px;
	margin: 0px;
	font-size: 35px;
	color: #007253;
	padding-top: 0px;
	padding-bottom: 30px;
	font-weight: normal;
}
div#column-right > div.content {
	color: #888;
	line-height: 32px;
	font-size: 14px;
	text-align: justify;
}
div#column-right > div.content h1 {
	padding-top: 35px;
	margin: 0px;
	font-size: 35px;
	color: #007253;
	font-weight: normal;
}
div#container-main div.content img {
	float: left;
	padding-right: 32px;
}
ul#navigation {
	display: block;
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	display: block;
	bottom: 18px;
	right: 11%;
	width: 100%;
	text-align: right;
}
ul#navigation li {
	cursor: pointer;
	display: inline-block;
}
ul#navigation a {
	display: table-cell;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px;
	font-size: 15px;
}
ul#navigation i {
	display: table-cell;
	font-size: 5px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	width: 20px;
}
ul#navigation li.active a {
	font-weight: bold;
}
ul#navigation li:first-child i {
	display: none;
}
ul#navigation ul {
	display: none;
	position: absolute;
	bottom: -26px;
	right: 0px;
}
ul#navigation ul a {
	color: #eaeaea;
}

/**
 * ReplacementsForm styles
 */
form.replacements-form {
	display: block;
	margin: 0px auto;
	max-width: 800px;
	height: auto;
	font-family: Arial;
	font-size: 12px;
}
form.replacements-form div.header {
	display: block;
	width: 675px;
	height: 345px;
	/*
	background-image: url("../images/replacements-form-header.png");
	background-repeat: no-repeat;
	*/
	margin: 0px auto;
	margin-bottom: 5px;
	color: #444;
	position: relative;
}
form.replacements-form div.header input {
	width: 150px;
}
form.replacements-form div.header h1 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}
form.replacements-form div.header h4 {
	font-weight: normal;
	line-height: 12px;
}
#image-fst,
#image-snd,
#image-thumb {
	position: relative;
	background-color: #ddd; 
	background-image: url('../images/placeholder.png');
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 6px;
	border: 1px solid #fff;
	background-clip: padding-box !important;
	overflow: hidden;
}
#image-fst {
	float: left;
	width: 254px;
	height: 207px;
}
#image-snd {
	float: right;
	width: 416px;
	height: 207px;
}
#image-thumb {
	margin: 0px auto;
	width: 250px;
	height: 250px;
}
.predefined-images {
	width: 675px;
	margin: 0px auto;
}
form.replacements-form table.parts {
	margin: 0px auto;
	width: 675px;
	font-size: 12px;
	border-collapse: collapse;
}
form.replacements-form table.parts th {
	background-color: #000;
	color: #fff;
	padding: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-weight: normal;
}
form.replacements-form table.parts td {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #fff;
	cursor: default;
}
form.replacements-form table.parts td:nth-child(5n+1) {
	text-align: left;
	padding-left: 10px;
	width: 255px;
}
form.replacements-form table.parts td:first-child {
	width: 245px;
}
form.replacements-form table.parts tr:nth-child(2n+1) {
	background-color: #d1d3d4;
}
form.replacements-form div.footer {
	display: block;
	margin: 0px auto;
	width: 655px;
	font-size: 12px;
	padding: 10px;
}
form.replacements-form div.footer input {
	text-align: center;
}
form.replacements-form div.footer div {
	display: block;
	margin-bottom: 2px;
}
form.replacements-form div.footer > div {
	clear: left;
}
form.replacements-form div.footer div.order {
	float: left;
	width: 120px;
}
form.replacements-form div.footer div.date {
	width: 350px;
	float: left;
}
form.replacements-form div.footer div.date input {
	width: 120px;
}
form.replacements-form div.footer div.sum {
	width: 180px;
	float: right;
}
form.replacements-form div.footer div.sum input {
	width: 135px;
	background-color: #cdcdcd;
	color: #888;
	font-size: 18px;
	border: none;
	padding: 2px;
	text-align: center;
}
form.replacements-form div.footer div.confirm {
	width: 350px;
	float: left;
}
form.replacements-form div.footer div.service {
	float: right;
	text-align: right;
	padding-right: 10px;
	margin-right: -10px;
	padding-bottom: 2px;
}
form.replacements-form div.footer label[for="replacements-form-ask"] {
	display: block;
	padding-top: 7px;
}
form.replacements-form div.footer div textarea {
	width: 650px;
	height: 60px;
	resize: none;
}
form.replacements-form div.footer div.buttons h4 {
	margin: 0px;
	margin-top: 5px;
	float: left;
	display: block;
	width: 380px;
	margin-bottom: 5px;
}
form.replacements-form div.footer div.buttons div {
	display: block;
	float: right;
	margin-top: 5px;
}
form.replacements-form div.footer div.buttons input {
	width: 120px;
	background-color: #cdcdcd;
	color: #888;
	font-size: 18px;
	border: none;
	padding: 2px;
	margin-left: 15px;
}
form.replacements-form div.footer div.contact {
	display: block;
	color: #666;
	font-size: 11px;
	line-height: 17px;
	margin-top: -10px;
}
form.replacements-form div.footer div.info {
	display: block;
	margin-top: 5px;
	color: #333;
	font-size: 10px;
}
form.replacements-form table.parts td a {
	color: #000;
	text-decoration: none;
}
/**
 * ReplacementsFormEditor styles
 */
form.replacements-form .disabled {
	border: 1px solid #ccc !important;
	background: #eee !important;
	color: #ccc !important;
}
form.replacements-form.editable td:last-child {
	width: 30px !important;
}
form.replacements-form.editable .parts:not(.dragging) tr:not(:last-child):hover td {
	background-color: #b0d7f0;
	cursor: move;
}
form.replacements-form.editable tr input {
	border: none;
	background: none;
	background-image: url("../images/icon-delete.png");
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
form.replacements-form.editable tr:last-child {
	border-top: 2px solid #222;
}
form.replacements-form.editable tr:last-child td {
	background-color: #fff;
}
form.replacements-form.editable tr:last-child input {
	background-image: url("../images/icon-add.png");
}
form.replacements-form.editable tr.dragged {
	position: absolute;
	background: none !important;
	box-shadow: 1px 1px 2px #333;
	opacity: 0.9;
	filter: alpha(opacity=0.9);
	z-index: 10;
}
form.replacements-form.editable tr.dragged td {
	background: #b0d7f0 !important;
	border: 1px solid #b0d7f0 !important;
}
form.replacements-form.editable tr.dragged td:not(:first-child) {
	display: none;
}
form.replacements-form.editable tr.handler {
	border: 2px dashed #555;
	height: 35px;
}
div.jqimessage {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
div.jqimessage input, div.replacements-form-editor div input[type="text"] {
	width: 97%;
	border: 1px solid #fff;
	box-shadow: inset 2px 3px 2px #c7c3c0;
	background: #e5deda;
	border-radius: 4px;
	padding: 4px;
	margin-top: 10px;
	color: #666;
}
div.jqimessage input.warn {
	border: 1px solid #bb293e;
}
form.replacements-form.page {
	margin-top: 20px;
	box-shadow: 2px 3px 4px #666;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}
form.replacements-form.page.editable {

}
div.replacements-form-editor {
	width: 100%;
	height: 25px;
	padding: 10px;
	background: #eee;
	position: fixed;
	top: 0px;
	box-shadow: 0px 3px 3px #888;
	top: 0px;
	left: 0px;
	z-index: 10;
}
div.replacements-form-editor div {
	margin: 0px auto;
	width: 800px;
}
div.replacements-form-editor div input[type="text"] {
	width: 180px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 15px;
}
div.replacements-form-editor div input[type="button"],
div.replacements-form-editor div input[type="submit"] {
	float: right;
	margin-right: 20px;
	background: #999;
	border-radius: 4px;
	border: 1px solid #999;
	color: #fff;
	font-size: 12px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
div#column-right div.content > table {
	border-spacing: 0px;
	width: 100%;
	clear: left;
	padding-bottom: 20px;
}
div#column-right div.content > table td, div.content table th {
	padding: 10px;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 20px !important;
}
div#column-right div.content > table td:first-child, div.content table th:first-child {
	padding-left: 10px !important;
}
div#column-right div.content > table tr:nth-child(2n+1) td {
	background: #eee;
}
div#column-right div.content > table td:first-child {
	width: 20px;
}
div#column-right div.content > table td:last-child {
	text-align: right;
}
div#column-right div.content > table td {
	border-bottom: 10px solid #fff;
}
div#column-right div.content > table td a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
}
div#column-right div.content > table td i {
	padding-left: 5px;
	padding-right: 5px;
	color: #ccc;
}
div#column-right div.content > table td a i {
	color: #000;
}
div#column-right div.content > table td {
	padding: 5px;
}
div#column-right div.content > table td:first-child {
	padding-left: 10px;
}
div#column-right div.content > div.pagination {
	width: 100%;
	text-align: right;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
div#column-right div.content > div.pagination:first-child {
	border-top: 0px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 0px;
}
div#column-right div.content > div.pagination a {
	display: inline-block;
	background: #eee;
	text-decoration: none;
	color: #555;
	font-size: 12px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	border-radius: 50;
}
div#column-right div.content > div.pagination a.active {
	background: #888 !important;
	color: #fff;
}
div#column-right div.content > div.pagination a:hover {
	background: #ccc;
}
div#column-right div.content > table+ul,
div#column-right div.content > div.pagination+ul {
	list-style: none;
	padding: 0px;
}
/* div#column-right div.content > form > div a,*/
/* div.permissions-tree input[type="button"], */
div#column-right div.content > table+ul li a,
div#column-right div.content > div.pagination+ul li a,
div#column-right div.content > form div input[type="submit"],
div#column-right div.content > form div button {
	background: none !important;
	color: #089871 !important;
	text-decoration: none;
	font-size: 15px;
	overflow: hidden;
	text-align: center;
	line-height: 15px;
	border-radius: 0px;
	padding: 0px;
	border: 0px none;
	font-family: 'PT Sans Narrow', sans-serif;
	cursor: pointer;
	padding: 0px;
}
/* div#column-right div.content > form div a,*/
div#column-right div.content > table+ul li:last-child a,
div#column-right div.content > div.pagination+ul li:last-child a {
	background: #eee;
	color: #555;
}
div.permissions-tree.head {
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 31px;
	margin-top: 35px;
	margin-bottom: 0px;
	line-height: 10px;
}
div#column-right div.content > form div.permissions-tree.head button {
	color: #666 !important;
	font-size: 14px !important;
	line-height: 7px !important;
	margin-left: 0px !important;
	margin-right: 0px !important
}
div.permissions-tree.head button i {
	padding-right: 10px;
}
div.permissions-tree span {
	display: inline-block !important;
	padding: 0px !important;
	cursor: default;
}
div.permissions-tree span i {
	width: 17px !important;
	color: #666;
}
div.permissions-tree span input {
	width: 16px !important;
	padding: 0px !important;
	margin: 0px !important;
}
div.permissions-tree.tree {
	border-top: 1px solid #ccc;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-shadow: 0px 0px 1px #ccc;
	padding-top: 10px;
}
div.permissions-tree a {
	cursor: default !important;
}
div.permissions-tree.tree a i {
	color: #aaa;
	font-size: 10px;
}
div.permissions-tree.tree a span i {
	color: #888;
	font-size: 14px;
}
div.permissions-tree a:hover {
	background: rgba(176, 215, 240, 0.5);
}
div.permissions-tree div {
	display: inline;
}
div.permissions-tree.head div:first-child,
div.permissions-tree div div:first-child {
	float: left;
	font-size: 13px !important;
	color: #666 !important;
}
div.permissions-tree.head div:last-child,
div.permissions-tree div div:last-child {
	float: right;
}
div.permissions-tree div span.hidden {
	visibility: hidden;
}
body.logged-in {
	background-position: 0px -153px;
}
body.logged-in div#container-top {
	height: 175px;
	background-position: 0px -153px;
}
body.logged-in div.motto {
	position: absolute;
	left: 11%;
	bottom: 45px !important;
	margin-left: 80px;
}
body.logged-in div.motto span {
	display: none !important;
}
body.logged-in div.motto span:first-child {
	display: inline !important;
}
body.logged-in div#container-main {
	padding-top: 8px;
}
div.breadcrumbs {
	color: #888;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.breadcrumbs a {
	color: #888;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 5px;
}
div.breadcrumbs a:first-child {
	padding-left: 0px;
}
div.breadcrumbs a:hover {
	text-decoration: underline;
}
div.panel {
	width: 100%;
	padding: 30px;
	padding-top: 25px;
	box-sizing: border-box;
}
div.panel div.header {
	width: 100%;
	color: #007253;
	font-size: 18px;
	font-weight: bold;
}
div.panel div.content label {
	display: block;
	color: #999;
	font-size: 15px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}
div.panel input[type="text"] {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #999;
	font-size: 14px !important;
	border: 0px none !important;
	background: #ededed !important;
	color: #999 !important;
	padding: 2px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
	width: 100%;
	box-sizing: border-box;
}
div.panel .dk-select {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
div.panel input[type="submit"],
div.panel input[type="button"] {
	font-family: 'PT Sans Narrow', sans-serif;
	display: block;
	color: #089871 !important;
	font-size: 15px;
	background: transparent;
	border: 0px none;
	padding: 0px !important;
	margin-left: -2px;
	margin-top: 10px;
	cursor: pointer;
}
div.panel a {
	font-family: 'PT Sans Narrow', sans-serif;
	display: block;
	color: #777;
	font-size: 15px;
	text-decoration: none;
	margin-top: 10px;
}
table.thumb tr td:first-child {
	padding: 0px !important;
	background: none !important;
}
table.thumb tr td:first-child img {
	height: 42px;
}
table.thumb tr td:first-child i {
	font-size: 42px;
	color: #ccc;
	margin: 0px;
	padding: 0px;
}
div.double {
	width: 100%;
	overflow: hidden;
	margin: 0px !important;
}
div.double div {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 2px;
}
div.double > div:first-child {
	padding-left: 0px;
	padding-right: 2px;
}
div.double div div {
	width: 100%;
}
div.double div.header {
	color: #007253;
	font-size: 18px;
	font-weight: bold;
}
div.double div.header div.note {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	width: auto;
	float: right;
	margin: 0px;
}
div.double div.header div.note input {
	width: auto;
}
div.content.details {
	color: #777;
	font-size: 15px;
	line-height: 22px;
}
div.content.details > div {
	margin-top: 15px;
}
div.content.details > div {
	border-bottom: 2px solid #eee;
	padding-bottom: 15px;
}
div.content.details > div:last-child {
	border: 0px none;
	padding-bottom: 0px;
}
div.message.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: none;
	z-index: 10;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
}
div.message.load {
	overflow: hidden;
	position: fixed;
	background: #666;
	bottom: 20px;
	right: 20px;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	z-index: 11;
	box-shadow: none;
	margin: 0px;
}
div.message.load i {
	font-size: 22px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
div.message.load span {
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
	padding-right: 5px;
}
div.regulations {
	width: 100%;
	overflow: hidden;
	margin-top: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	background: #eee;
	box-sizing: border-box;
}
div.regulations input,
div.regulations label {
	float: left;
	width: auto !important;
	line-height: 19px;
	font-size: 14px;
	margin-right: 15px;
}
div.regulations label a {
	font-size: 14px !important;
	margin-left: 3px;
	margin-right: 7px;
	font-weight: bold;
}
div.regulations label a:last-child {
	margin-right: 2px;
}

/* Polityka cookies */

div#CookiesPolicy {
	display: block;
	position: fixed;
	*position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-image: url('../images/cookies-policy-bg.png');
	z-index: 100;
}
div#CookiesPolicy div.annotation {
	display: block;
	padding: 20px;
	cursor: default;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	text-align: justify;
	line-height: 24px;
	text-shadow: 0px 0px 10px #000;
}
div#CookiesPolicy a, div#CookiesPolicy a.close {
	color: #4f7bbc;
	text-decoration: none;
	text-shadow: none;
	margin-left: 15px;
}
div#CookiesPolicy a.close {
	float: right;
	margin-bottom: 20px;
	background-image: url('../images/cookies-policy-close.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
div#CookiesPolicy a.close:hover {
	text-decoration: none;
}
div#CookiesPolicy a:hover {
	text-decoration: underline;
}
.fa.fa-google-plus-square {
	color: #969696 !important;
	float: right;
	margin-top: 5px;
}