@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&subset=latin-ext');

@font-face {
	font-family: 'awesome';
	src: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/fonts/fontawesome-webfont.eot');
	src: local('☺'), url('http://www.zielonyocean.pl//web/skins/api_html/gfx/fonts/fontawesome-webfont.woff') format('woff'), url('http://www.zielonyocean.pl//web/skins/api_html/gfx/fonts/fontawesome-webfont.ttf') format('truetype'), url('http://www.zielonyocean.pl//web/skins/api_html/gfx/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	}

.awesome {
	font-family: awesome;
	font-weight: normal;
	}

html, body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #0f1010;
	background: #fff;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 11%, #e6e9ed 43%, #ccd1d9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(11%,#ffffff), color-stop(43%,#e6e9ed), color-stop(100%,#ccd1d9));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 11%,#e6e9ed 43%,#ccd1d9 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 11%,#e6e9ed 43%,#ccd1d9 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 11%,#e6e9ed 43%,#ccd1d9 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 11%,#e6e9ed 43%,#ccd1d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccd1d9',GradientType=1 );
	text-align: center;
	}
	
textarea {
	font-size: 14px;
	}

html, body, textarea {
	font-family: roboto, tahoma, arial, geneva, sans-serif;
	}
	
table {
	position: relative;
	border: 0;
	border-collapse: collapse;
	}
	
td {
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}

img {
	border: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

form .select {
	display: inline;
	}

form#submit {
	display: inline;
	}

iframe {
	background: #fff;
	}

a {
	color: #005a9a;
	text-decoration: none;
	}
a:hover {
	color: #004b80;
	text-decoration: underline;
	}

.bd {
	margin: 0 auto 0 0;
	position: relative;
	min-width: 990px;
	max-width: 1500px;
	overlay: hidden;
	z-index: 2;
	}

.hd {
	position: relative;
	height: 140px;
	margin-left: 20px;
	z-index: 3;
	}

.lg {
	position: relative;
	float: left;
	height: 80px;
	overlay: hidden;
	margin-top: 20px;
	z-index: 5;
	}

.info {
	position: relative;
	float: left;
	margin: 0 0 0 20px;
	border-left: 1px solid #ddd;
	padding: 20px 0 30px 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	z-index: 5;
	}
	
.hd .upper-menu {
    position: absolute;
    top: 0;
    right: 200px;
    list-style: none;
    }
    
.hd .upper-menu li {
    display: inline-block;
    }
    
.hd .upper-menu li a {
    display: block;
    padding: 3px 5px;
    }

.logowanie {
	position: relative;
	float: right;
	padding: 25px 30px 15px 30px;
	top: -10px;
	border: 1px solid #fff;
	border-top: none;
	font-size: 12px;
	color: #666;
	text-align: center;
	z-index: 5;
	border-radius: 0 0 4px 4px;
	background: #f5f5f5;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.35, rgb(255,255,255)),color-stop(0.99, rgb(230,230,230)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 35%,rgb(230,230,230) 99%);
	box-shadow: 0px 0px 20px #999;
	text-shadow: 1px 1px 0 #fff;
	}

div.menu0 ul {
	position: relative;
	margin: 0;
	padding: 0;
	margin: 5px;
	white-space: nowrap;
	z-index: 100;
	}

div.menu0 ul li	{
	margin: 0;
	margin-left: 1px;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

div.menu0 ul li	a {
	padding: 5px 12px;
	color: #004b80;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #c2c8d2;
	border-left: 1px solid #c2c8d2;
	border-right: 1px solid #c2c8d2;
	border-radius: 4px 4px 0 0 ;
	background: #fff;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.35, #c2c8d2),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#c2c8d2 35%,#fff 99%);
	background-image: -webkit-linear-gradient(bottom, #c2c8d2 35%, #fff 99%);
	text-shadow: 1px 1px 1px #fff;
	}

div.menu0 ul li a:hover {
	color: #0f1010;
	background: #004b80;
	text-decoration: none;
	border-top: 1px solid #004b80;
	border-left: 1px solid #004b80;
	border-right: 1px solid #004b80;
	border-radius: 4px 4px 0 0 ;
	background: #fff;
	background-image: -webkit-linear-gradient(bottom, #fff 1%, #c2c8d2 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #fff),color-stop(0.99, #c2c8d2));
	background-image: -moz-linear-gradient(center bottom,#fff 05%,#c2c8d2 99%);
	}

div.menu0 ul li	a.active {
	color: #fff;
	background: #004b80;
	text-decoration: none;
	border-top: 4px solid #004b80;
	border-left: 1px solid #004b80;
	border-right: 1px solid #004b80;
	border-radius: 4px 4px 0 0 ;
	background: #004b80;
	background-image: -webkit-linear-gradient(bottom, #004b80 1%, #005a9a 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #004b80),color-stop(0.99, #005a9a));
	background-image: -moz-linear-gradient(center bottom,#004b80 05%,#005a9a 99%);
	text-shadow: 1px 1px 1px #004b80;
	}

div.menu1 ul {
	position: relative;
	margin: 0;
	padding: 0;
	margin: 5px;
	white-space: nowrap;
	z-index: 100;
	}

div.menu1 ul li	{
	margin: 0;
	margin-left: 1px;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

div.menu1 ul li	a {
	padding: 5px 12px;
	color: #004b80;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	border-top: 1px solid #c2c8d2;
	border-left: 1px solid #c2c8d2;
	border-right: 1px solid #c2c8d2;
	border-radius: 4px 4px 0 0;
	background: #fff;
	background-image: -webkit-linear-gradient(bottom, #c2c8d2 1%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.35, #c2c8d2),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#c2c8d2 35%,#fff 99%);
	}

div.menu1 ul li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #004b80;
	moz-text-shadow: 1px 1px 1px #004b80;
	webkit-text-shadow: 1px 1px 1px #004b80;
	border-top: 1px solid #004b80;
	border-left: 1px solid #004b80;
	border-right: 1px solid #004b80;
	border-radius: 4px 4px 0 0;
	background: #004b80;
	background-image: -webkit-linear-gradient(bottom, #004b80 1%, #005a9a 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #004b80),color-stop(0.99, #005a9a));
	background-image: -moz-linear-gradient(center bottom,#004b80 05%,#005a9a 99%);
	}

div.menu1 ul li a.tab_active, div.menu1 ul li a.tab_active:hover {
	color: #0f1010;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	moz-text-shadow: 1px 1px 1px #fff;
	webkit-text-shadow: 1px 1px 1px #fff;
	border-top: 1px solid #004b80;
	border-left: 1px solid #004b80;
	border-right: 1px solid #004b80;
	border-bottom: 1px solid #fff;
	border-radius: 4px 4px 0 0;
	background: #fff;
	background-image: -webkit-linear-gradient(bottom, #fff 1%, #c2c8d2 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #fff),color-stop(0.99, #c2c8d2ccc));
	background-image: -moz-linear-gradient(center bottom,#fff 05%,#c2c8d2 99%);
	}

.menu2 {
	position: relative;
	background: #004b80;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 7px;
	z-index: 6;
	border-radius: 0 4px 0 0 ;
	}

div.menu2 ul {
	margin: 0;
	padding: 0;
	}

div.menu2 ul li {
	margin: 0;
	padding: 0 3px;
	display: inline;
	list-style-type: none;
	}

div.menu2 li a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 3px;
	}

div.menu2 li a:hover {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: #434a54;
	border-radius: 4px;
	}
	
div.menu2 li a.active {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: #434a54;
	border-radius: 4px;
	}

table.maintab {
	width: 100%;
	}

table.maintab .col1 {
	width: 150px;
	}

table.maintab .col1 .menu3 {
	width: 164px;
	text-align: left;
	}

table.maintab td {
	vertical-align: top;
	}

.box {
	position: relative;
	border: 1px solid #004b80;
	border-left: 0;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #f5f5f5;
	z-index: 5;
	border-radius: 0 4px 4px 0;
	box-shadow: 0px 0px 20px #999;
	}

.ft {
	position: relative;
	font-size: 11px;
	padding: 15px;
	padding-bottom:50px;
	text-align: right;
	z-index: 5;
	}

.menu3 {
	position: relative;
	background: #004b80;
	text-align: center;
	font-size: 14px;
	padding: 7px 0;
	z-index: 6;
	border-right: 1px solid #004b80;
	border-bottom: 1px solid #004b80;
	border-radius: 0 0 4px 0;
	background: #004b80;
	background-image: -webkit-linear-gradient(bottom, #005a9a 1%, #004b80 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #005a9a),color-stop(0.99, #004b80));
	background-image: -moz-linear-gradient(center bottom,#005a9a 05%,#004b80 99%);
	}

div.menu3 ul {
	margin: 0;
	padding: 0;
	}

div.menu3 ul li {
	margin: 1px -1px 0px -1px;
	padding: 0 0 0 3px;
	display: block;
	list-style-type: none;
	}

div.menu3 ul li.has-redirect {
	border-radius: 4px;
	opacity: 0.5;
	}
	
div.menu3 li b {
	display: block;
	text-align: left;
	color: #f6bb42 !important;
	font-size: 13px;
	line-height: 1.25;
	background: rgba(0,0,0,0.1);
	text-shadow: 0 0 5px rgba(255,255,255,0.3);
	}

div.menu3 li a {
	color: #fff;
	font-size: 12px;
	line-height: 1.36;
	padding: 3px 5px;
	display: block;
	}
div.menu3 li a:hover {
	color: #004b80;
	text-decoration: none;
	border-radius: 4px 0 0 4px;
	background: #fff;
	background-image: -webkit-linear-gradient(bottom, #c2c8d2 1%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #c2c8d2),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#c2c8d2 5%,#fff 99%);
	}
div.menu3 li a.active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	background: rgba(255,255,255,0.33);
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px #fff;
	margin-right: -8px;
	}

.tresc {
	padding: 0 25px 25px 25px;
	text-align: center;
	}

#inside_tresc {
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid red;*/
	}

h2 {
	font-size: 18px;
	color: #0f1010;
	display: block;
	margin: 0 50px 15px 50px;
	padding: 0 0 5px 0;
	text-align: left;
	border-bottom: 1px solid #656d78;
	}

table.tabdane {
	position: relative;
	margin: 15px auto;
	border-collapse: separate;
	}

table.tabdane td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	}

table.tabdane td.tytul {
	text-align: center;
	vertical-align: bottom;
	padding: 5px 10px 7px 10px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #004b80;
	background: #004b80;
	background-image: -webkit-linear-gradient(bottom, #004b80 5%, #005a9a 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #004b80),color-stop(0.99, #005a9a));
	background-image: -moz-linear-gradient(center bottom,#004b80 05%,#005a9a 99%);
	text-shadow: 1px 1px 1px #004b80;
	}

table.tabdane td.tytl {
	vertical-align: middle;
	border-radius: 4px 0 0 0;
	}

table.tabdane td.tytr {
	vertical-align: middle;
	border-radius: 0 4px 0 0;
	}

table.tabdane td.tytlr {
	vertical-align: middle;
	border-radius: 4px 4px 0 0;
	}

table.tabdane td.tytl2 {
	border-radius: 0 0 0 4px;
	background: #004b80;
	background-image: -webkit-linear-gradient(bottom, #005a9a 5%, #004b80 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #005a9a),color-stop(0.99, #004b80));
	background-image: -moz-linear-gradient(center bottom,#005a9a 05%,#004b80 99%);
	}

table.tabdane td.tytr2 {
	border-radius: 0 0 4px 0;
	background: #004b80;
	background-image: -webkit-linear-gradient(bottom, #005a9a 5%, #004b80 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #005a9a),color-stop(0.99, #004b80));
	background-image: -moz-linear-gradient(center bottom,#005a9a 05%,#004b80 99%);
	}

table.tabdane td.tytlr2 {
	border-radius: 0 0 4px 4px;
	background: #004b80;
	background-image: -webkit-linear-gradient(bottom, #005a9a 5%, #004b80 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #005a9a),color-stop(0.99, #004b80));
	background-image: -moz-linear-gradient(center bottom,#005a9a 05%,#004b80 99%);
	}

table.tabdane td.tytul a {
	color: #fff;
	text-decoration: none;
	}
table.tabdane td.tytul a:hover {
	color: #fff;
	background: #434a54;
	text-decoration: none;
	}

table.tabdane tr.ln1 {
	vertical-align: middle;
	background: #eee;
	background-image: -webkit-linear-gradient(bottom, #eee 5%, #c2c8d2 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #eee),color-stop(0.99, #c2c8d2));
	background-image: -moz-linear-gradient(center bottom,#eee 05%,#c2c8d2 99%);
	text-shadow: 1px 1px 1px #fff;
	}

table.tabdane tr.ln2 {
	vertical-align: middle;
	background: #ccd1d9;
	background-image: -webkit-linear-gradient(bottom, #eee 5%, #c2c8d2 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #eee),color-stop(0.99, #c2c8d2));
	background-image: -moz-linear-gradient(center bottom,#eee 05%,#c2c8d2 99%);
	text-shadow: 1px 1px 1px #fff;
	}
	
table.tabdane tr.ln3 {
	vertical-align: middle;
	background: #c2c8d2;
	background-image: -webkit-linear-gradient(bottom, #c2c8d2 5%, #656d78 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #c2c8d2),color-stop(0.99, #656d78));
	background-image: -moz-linear-gradient(center bottom,#c2c8d2 05%,#656d78 99%);
	text-shadow: 1px 1px 1px #ccd1d9;
	moz-text-shadow: 1px 1px 1px #c2c8d2;
	webkit-text-shadow: 1px 1px 1px #c2c8d2;
	}
	
table.tabdane td.label {
	padding: 6px 10px;
	text-align: right;
	}
	
table.tabdane td.input {
	padding: 6px 10px;
	text-align: left;
	}
	
table.tabdane td .awesome {
	font-size: 15px;
	disply: inline-block;
	padding: 0 3px;
	}

.komunikat_ok {
	background: #bdffba;
	border: 1px solid #2F8F2A;
	color: #2F8F2A;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #bdffba 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #bdffba),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#bdffba 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 650px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #fff;
	}

.komunikat_err {
	background: #f44;
	border: 1px solid #b00;
	color: #b00;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #f44 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #f44),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#f44 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 650px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #fff;
	}

.komunikat_inf {
	background: #B8E5FF;
	border: 1px solid #004b80;
	color: #004b80;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #B8E5FF 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #B8E5FF),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#B8E5FF 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 650px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #fff;
	}

.komunikat_war {
	background: #fff;
	border: 1px solid #b00;
	color: #b00;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #fff 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #fff),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#fff 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 650px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #fff;
	}

.sub_komunikat_ok {
	background: #bdffba;
	border: 1px solid #2F8F2A;
	color: #2F8F2A;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #bdffba 5%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #bdffba),color-stop(0.99, #fff));
	background-image: -moz-linear-gradient(center bottom,#bdffba 05%,#fff 99%);
	padding: 4px;
	text-align: center;
	width: 200px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #fff;
	}

.block_empty_message {
	padding: 4px;
	margin-bottom: 7px;
	}

table.tabdane tr.highlight_static {
	background: #ffffaa;
	}

/* tabs controll */

.tab_box {
	position: relative;
	border: 1px solid #004b80;
	height: auto !important;
	background: #fff;
	margin: 0;
	z-index: 5;
	border-radius: 4px;
	padding-bottom: 20px;
	}

div.tab_menu {
	padding-left: 30px;
	}

/* gallery */

#gallerycontainer {
	text-align: center;
	border: 1px solid #656d78;
	padding: 10px;
	background-color: #fff;
	}

.thumbnail_description {
	font-size: 11px;
	font-style: italic;
	}

.gallery_edit_box {
	margin: 0 auto;
	float: left;
	width: 120px;
	min-height: 200px;
	overflow: hidden;
	text-align: center;
}

.thumbnail {
	min-height: 150px;
	}

a.thumbnail_anchor img {
	border: 5px solid #fff;
	}

a.thumbnail_anchor:hover img {
	border: 5px solid #656d78;
	}

/* info */

.info_box {
	margin: 10px 0 10px 0;
	}

.info_box p, p.sub_header {
	width: 90%;
	font-size: 15px;
	color: #004b80;
	font-weight: bold;
	text-align: left;
	margin: 20px auto 20px auto;
	border-bottom: 2px #004b80 solid;
	}

p.error_msg {
	font-size: 12px;
	line-height: 0.91;
	font-weight: bold;
	color: #f44;
	padding: 0;
	margin: 5px 0;
	border: 0;
	}
	
.info-msg {
	background: linear-gradient(to bottom, rgb(255, 248, 155) 0%,rgb(241, 218, 62) 100%);
	padding: 0;
	margin: 5px 0;
	border: 0;
	display: block;
	padding: 20px;
	width: 90%;
	margin: 20px auto;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	}

label {
	font-size: 13px;
	line-height: 1.5;
	color: #434a54;
	}

label[for=icon-none],
label[for=icon-0],
label[for=icon-1],
label[for=icon-2],
label[for=icon-3],
label[for=icon-4],
label[for=icon-5],
label[for=icon-6],
label[for=icon-7],
label[for=icon-8],
label[for=icon-9],
label[for=icon-10],
label[for=icon-11],
label[for=icon-12],
label[for=icon-13],
label[for=icon-14],
label[for=icon-15],
label[for=icon-16],
label[for=icon-17],
label[for=icon-18],
label[for=icon-19],
label[for=icon-20],
label[for=icon-21],
label[for=icon-22],
label[for=icon-23],
label[for=icon-24],
label[for=icon-25],
label[for=icon-26],
label[for=icon-27],
label[for=icon-28],
label[for=icon-29] {
	display: inline-block;
	padding: 10px;
	width: 100px;
	height: 100px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5MUJFQ0ExMEI4NzExRTY5REFCQTI0NEM1MUI3MUU4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ5MUJFQ0EyMEI4NzExRTY5REFCQTI0NEM1MUI3MUU4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDkxQkVDOUYwQjg3MTFFNjlEQUJBMjQ0QzUxQjcxRTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDkxQkVDQTAwQjg3MTFFNjlEQUJBMjQ0QzUxQjcxRTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz77uaTkAAAALUlEQVR42mI8c+YMAzZgbGyMVZyJgUQwqoEYwPj//3+sEmfPnh0NJfppAAgwAEK1CICwNEX7AAAAAElFTkSuQmCC');
	text-align: center;
	}
label[for=icon-none] {
	display: block;
	margin-right: 4px;
	margin-bottom: 2px;
	color: #000;
	font-weight: bold;
	}

label[for=icon-none] img,
label[for=icon-0] img,
label[for=icon-1] img,
label[for=icon-2] img,
label[for=icon-3] img,
label[for=icon-4] img,
label[for=icon-5] img,
label[for=icon-6] img,
label[for=icon-7] img,
label[for=icon-8] img,
label[for=icon-9] img,
label[for=icon-10] img,
label[for=icon-11] img,
label[for=icon-12] img,
label[for=icon-13] img,
label[for=icon-14] img,
label[for=icon-15] img,
label[for=icon-16] img,
label[for=icon-17] img,
label[for=icon-18] img,
label[for=icon-19] img,
label[for=icon-20] img,
label[for=icon-21] img,
label[for=icon-22] img,
label[for=icon-23] img,
label[for=icon-24] img,
label[for=icon-25] img,
label[for=icon-26] img,
label[for=icon-27] img,
label[for=icon-28] img,
label[for=icon-29] img {
	max-width: 100px;
	max-height: 100px;
	}

.category_name a {
	color: #0f1010;
	}

.invisible a {
	color: #b0b;
	}

.disactive a {
	color: #b00;
	}

.category_name_active a {
	color: #0f1010;
	}

.category_name_disactive a {
	color: #b00;
	}

.separated_block {
	border: 1px #656d78 solid;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
	}

.content_add_block {
	border: 1px #656d78 solid;
	padding: 20px;
	background: #fff;
	margin-top: 20px;
	}

.width_separator {
	background: #656d78;
	}
	
.upper_come_back_link {
	height:20px;
	text-align:left;
	padding:3px 0 0 25px;
	font-weight: bold;
	}

.come_back_link {
	text-align: center;
	}

.centered {
	text-align: center;
	/*border: 1px solid red;*/
	}

.narrowed {
	font-size: 12px;
	color: #656d78;
	width: 430px;
	margin: auto;
	}

.tooltip_blue {
	cursor: pointer;
	background: #004b80;
	color: #f5f7fa;
	font-size: 11px;
	font-weight: bold;
	border-radius: 4px;
	vertical-align: super;
	}

.tooltip_gray {
	cursor: pointer;
	background: #004b80;
	color: #f5f7fa;
	font-size: 11px;
	font-weight: bold;
	border-radius: 4px;
	vertical-align: super;
	}

#flash_message>div {
	height: 20px;
	margin-bottom: 10px;
	}

.blankimg {
	width: 140px;
	height: 140px;
	background: #eee;
	color: #656d78;
	text-align: center;
	font-size: 15px
	line-height: 9.33;
	box-shadow: inset 0 0 25px #656d78;
	}

p.nocontent {
	border: 0;
	color: #0f1010;
	text-align: center;
	font-size: 13px;
	}
	
.empty_indicator, .home_indicator {
	cursor: pointer;
	color: #434a54;
	font-weight: normal;
	}
	
.pagination {
	list-style: none;
	}

.pagination ul {
	list-style: none;
	margin: 0;
	}
.pagination li {
	display: inline-block;
	padding: 2px 5px;
	}
.pagination li.active {
	background: #fff;
	color: #666;
	}
.pagination .info {
	padding: 2px 6px;
	border: 0;
	border-right: 1px solid #fff;
	color: #fff;
	float: none;
	font: inherited;
	}
	
	
.color-green {
	color: #007733;
	}

.color-red {
	color: #da4453;
	}
	
.color-orange {
	color: #fc6e51;
}

.color-disabled {
	color: #434a54;
	}

.color-link {
	color: #005a9a;
	}

.background_color_dark {
	background: #656d78;
	}

.background_color_light {
	background: #fff;
	}

.left_round {
	border-radius: 4px 0 0 4px;
	}

td.left_round span.awesome {
	display: block;
	padding: 3px 4px 0 6px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	font-size: 24px;
	line-height: 24px;
	}

td.folder-title {
	position: relative;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	}

/*
.folder-title span {
  display: block;
  width: 6px;
  height: 36px;
  background: #656d78;
  position: absolute;
  left: 36px;
  margin-top: -5px;
	}
*/

.folder-title form {
	padding-left: 10px;
	text-align: left;
	}

.fancycheck {
	display: block;
	position: relative;
	marign: 0;
	padding: 0;
	height: 20px;
	}

.fancycheck input {
	margin: 0;
	padding: 0;
	margin-top: 2px;
	float: left;
	}

.fancycheck label {
	font-size: 12px;
	line-height: 11px;
	display: block;
	float: left;
	padding: 3px 5px;
	}	
	
.prev01 {
	width: 1050px;
	padding: 15px;
	margin: auto;
	border: 1px solid #004b80;
	border-radius: 4px;
	box-shadow: 0px 0px 10px #888;
	}
	
.rog01 {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 165px;
	background: #004b80;
	}

.rog02 {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	border-radius: 4px;
	}
	
.rog03 {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
	background: #004b80;
	}

.rog04 {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	background: #f5f5f5;
	border-radius: 4px;
	}

.rog05 {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -11px;
	left: 0;
	background: #004b80;
	}

.rog06 {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	border-radius: 4px;
	}

.ajax-indicator {
	display: none;
	position: fixed;
	top:0;
	right:0;
	z-index: 2;
	}
.ajax-indicator-state {
	width: 180px;
	border-radius: 0 0 0 4px;
	padding: 10px;
	color: #fff;
	box-shadow:inset -2px 2px 2px #222, 0 0 20px #222;
	}
.ajax-indicator-done {
	background-color: #282;
	}
.ajax-indicator-working {
	background-color: #318ddb;
	}
.ajax-indicator-state-warning {
	background-color: #a00;
	}
.ajax-indicator-state-normal {

	}
.ajax-indicator-icon {
	display: table-cell;
	font-size: 40px;
	}
.ajax-indicator-msg {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 20px;
	}

div.dd-menu section a span.awesome {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4)
    }

.dd-content .item-label {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 140px;
	}
	
.dd-invisible {
	display:none;
	}
	
.new-category-form {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    }

ul.folding-categories-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 10%;
    font-size: 9px;
    position: relative;
    margin-top: 20px;
    }

ul.folding-categories-menu li {
    position: absolute;
    top: 7px;
    left: 0;
    border-right: 1px solid #ccc;
    z-index: 100;
    text-transform: uppercase;
    }

ul.folding-categories-menu li:last-child {
    left: 88px;
    border: none;
    }

ul.folding-categories-menu li a {
    padding: 0 5px;
    }
ul.folding-categories-menu li a {
    }

ul.other-sections {
    margin: 50px 10px;
    padding: 10px;
    padding-top: 0;
    border-top: 1px solid #ddd;
    list-style-type: none;
   }

ul.other-sections li {
	float: left;
	display: block;
	border-right: 1px solid #ddd;
	}
	
ul.other-sections .title-other-sections {
    margin-left: 10px;
	padding-right: 10px;
    line-height: 24px;
	color: #888;
    }

ul.other-sections li a,
ul.other-sections li i {
    display: block;
    padding: 3px 10px 5px 10px;
    
    }

ul.other-sections li a:hover {
	background: #fff;
	outline: 1px solid #ddd;
	}
	
ul.other-sections li a.active {
	color: #000;
	background: #fff;
	outline: 1px solid #ddd;
	}
	
ul.other-sections li:last-child a {
    border: 0;
    }
	
.section-title-option, .section-box-option {
	min-height: 50px;
	display: block;
	vertical-align: middle;
	}

.section-option-default {
	padding: 10px;
	}

.panel-home {
	background: #eee;
	background: #eee;
	border: none;
	background-image: -webkit-linear-gradient(bottom, #c2c8d2 1%, #eee 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #c2c8d2),color-stop(0.99, #eee));
	background-image: -moz-linear-gradient(center bottom,#c2c8d2 05%,#eee 99%);
	color: #434a54;
	text-shadow: 1px 1px 0 #fff;
	}

.panel-home .rog05 {
	bottom: -10px;
	background: #c2c8d2;
	border: none;
	}

.panel-home .rog01 {
	left: 164px;
	background: #eee;
	border: none;
	}
	
.input .field-2 {
	width: 700px;
	height: 150px;
	font-size: 14px
	line-height: 1.4;
	}

.input .image-file-upload .uploadify {
	display: inline-block;
	margin-left: 10px;
	}

.filters-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	margin: 0 30px;
	}

.filters-box form {
	display: block;
}

.filters-box hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 10px 0;
}

.tabdane td.l7-inputs {
	padding: 0 0 10px 0;
}

.tabdane td.l7-inputs .l7-field-tab td {
	vertical-align: middle;
}

.info_box .comeback-link {
	font-weight: bold;
	display: inline-block;
	margin: 10px 0 0 20px;
}

.dd-tmp-version-box {
	display: inline-block;
	margin-left: 30px;
	font-size: 11px;
}

.dd-redirect-box {
	display: inline-block;
	margin-left: 30px;
	font-size: 11px;
	padding: 0 10px;
	background: linear-gradient(to bottom, rgb(255, 248, 155) 0%,rgb(241, 218, 62) 100%);
	vertical-align: top;
}

#categories .dd-item-invisible {
	display: none;
	}

.dd-item-invisible .dd-content .item-name {
	display: none;
	}
	
.dd-item-visible .dd-content .item-name {
	display: inline-block;
	}

ul.real-page {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: -12px;
	margin-bottom: 15px;
	margin-left: 25px;
	}

.tmp-menu a, .dd-tmp-version-box a {
	color: #fc6e51;
	font-weight: bold;
	}

.real-page a {
	color: #fc6e51;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	}

	
ul.tmp-page {
	diplay: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 65px;
	left: 400px;
	}

ul.tmp-page li {
	float: left;
	}

ul.tmp-page li a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 22px;
	border-top: 1px solid #fc6e51;
	border-bottom: 1px solid #fc6e51;
	padding: 0 20px;
	}

ul.tmp-page li a:hover {
	color: #0f1010;
	}

ul.tmp-page li:last-child a {
	border-right: 1px solid #fc6e51;
	border-radius: 0 4px 4px 0;
	}

.dd-tmp-version-box .tmp-create-link {
	opacity: 0.4;
	font-weight: normal;
	}

.tmp-menu .real-page ul li a {
	opacity: 1;
	}

	
.col2 .tmp-info {
	text-align: left;
	display: block;
	margin: 0 0 0 50px;
}

.col2 .tmp-info p {
	text-align: left;
	display: inline-block;
	background: #fc6e51;
	padding: 3px 10px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}

.image-tab {
	min-width:500px;
}

.image-tab .image-select-x {
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
}

.image-tab .image-preview {
	display: block;
}

.image-preview-x.empty .image-preview {
	background-image: url('data:image/png;base64,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');
	background-repeat: no-repeat;
	background-size: contain;
}

.image-tab .image-preview-x.empty .image-preview {
	width: 100px;
	height: 100px;
	}

.image-tab .image-preview-x.empty .delete-image-link {
	display: none;
}

.image-tab .image-preview-x .delete-image-link {
	display: block;
}

.image-tab .delete-image-link i {
	font-style: normal;
}

.image-tab .image-preview-td {
	text-align: center;
}

.image-tab .label {
	display: block;
	margin-bottom: 20px;
}

.image-tab .select-image-link {
	display: imaline-block;
	border: 1px solid #aaa;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #eee) );
	border-radius: 3px;
	color: #000;
	text-decoration: none;
	padding: 8px 16px;
	text-transform: uppercase;
}

.free-fields .input input {
	width: 700px;
}

.free-fields .input textarea {
	width: 700px;
	height: 80px;
}

.rw-cms-panel-box {
	font-size: 13px;
	position: fixed;
	top: 0;
	background: #004b80;
	background-image: -webkit-linear-gradient(bottom, #004b80 1%, #005a9a 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #004b80),color-stop(0.99, #005a9a));
	background-image: -moz-linear-gradient(center bottom,#004b80 05%,#005a9a 99%);
	width: 100%;
	z-index:9999;
	color: #fff;
	box-shadow: 0 0 25px #0f1010;
	letter-spacing: normal;
	text-align: left;
	border-bottom: 1px solid #005a9a;
	color: #fff !important;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5) !important;
	}

.rw-cms-panel-box a {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.rw-cms-panel-box .rw-cms-panel-element {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}

.rw-cms-panel-box .rw-cms-panel-info a {
	font-weight: normal;
}

.rw-cms-panel-box .rw-cms-panel-signut-link {
	font-weight: bold;
}

.rw-cms-panel-box .rw-cms-panel-panel {
	display: table;
	width: 1000px;
	margin: 0 auto;
}

.rw-cms-panel-box .rw-cms-panel-logo-link {
	padding: 0 !important;
	margin-top: 3px;
	height: 43px;
	width: 40px;
	display: table-cell;
	vertical-align: middle;
	}

.rw-cms-panel-box .rw-cms-panel-toggle-sections-edit-input {
	vertical-align: middle;
}

a.rw-cms-panel-editct-link {
	position: absolute; 
	line-height: 1.0;
	right: -5px;
	bottom: -5px;
	z-index: 99999;
	display: block;
	padding: 10px;
	background: #004b80;
	background-image: -webkit-linear-gradient(bottom, #004b80 1%, #005a9a 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #004b80),color-stop(0.99, #005a9a));
	background-image: -moz-linear-gradient(center bottom,#004b80 05%,#005a9a 99%);
	color: #fff;
	border: 1px solid #004b80;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1;
	}
a.rw-cms-panel-editct-link:hover {
	background: #005a9a;
	background-image: -webkit-linear-gradient(bottom, #005a9a 1%, #004b80 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #005a9a),color-stop(0.99, #004b80));
	background-image: -moz-linear-gradient(center bottom,#005a9a 05%,#004b80 99%);
	text-decoration: none;
	box-shadow: 0 0 20px #000;
	color: #fff;
	}

span.rw-cms-panel-editct-edit {
	font-weight: bold;
	}
	
.rw-file-thumb {
	display: block;
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0px 0px;
	height: 56px;
    width: 56px;
}

.rw-file-thumb-aiff {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px 0px;
	}

.rw-file-thumb-mp4 {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px 0px;
	}

.rw-file-thumb-mp2 {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px 0px;
	}

.rw-file-thumb-mp3 {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px 0px;
	}

.rw-file-thumb-ttf {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px 0px;
	}

.rw-file-thumb-jif {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -336px 0px;
	}

.rw-file-thumb-cur {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -392px 0px;
	}

.rw-file-thumb-adp {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -448px 0px;
	}

.rw-file-thumb-vtf {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -504px 0px;
	}

.rw-file-thumb-wmv {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0 -56px;
	}

.rw-file-thumb-wri {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px -56px;
	}

.rw-file-thumb-cue {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px -56px;
	}

.rw-file-thumb-ade {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px -56px;
	}

.rw-file-thumb-wma {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px -56px;
	}

.rw-file-thumb-m4a {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px -56px;
	}

.rw-file-thumb-pptx {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -336px -56px;
	}

.rw-file-thumb-docx {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -392px -56px;
	}

.rw-file-thumb-daa {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -448px -56px;
	}

.rw-file-thumb-mov {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -504px -56px;
	}

.rw-file-thumb-psd {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0 -112px;
	}

.rw-file-thumb-dat {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px -112px;
	}

.rw-file-thumb-bat {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px -112px;
	}

.rw-file-thumb-nfo {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px -112px;
	}

.rw-file-thumb-dic {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px -112px;
	}

.rw-file-thumb-diz {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px -112px;
	}

.rw-file-thumb-mp2v {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -336px -112px;
	}

.rw-file-thumb-rar {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -392px -112px;
	}

.rw-file-thumb-ifo {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -448px -112px;
	}

.rw-file-thumb-xls {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -504px -112px;
	}

.rw-file-thumb-xsl {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0 -168px;
	}

.rw-file-thumb-mdl {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px -168px;
	}

.rw-file-thumb-hlp {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px -168px;
	}

.rw-file-thumb-mpg,
.rw-file-thumb-mpeg {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px -168px;
	}

.rw-file-thumb-ico {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px -168px;
	}

.rw-file-thumb-dll {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px -168px;
	}

.rw-file-thumb-ac3 {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -336px -168px;
	}

.rw-file-thumb-ra {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -392px -168px;
	}

.rw-file-thumb-fon {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -448px -168px;
	}

.rw-file-thumb-reg {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -504px -168px;
	}

.rw-file-thumb-xml {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0 -224px;
	}

.rw-file-thumb-cal {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px -224px;
	}

.rw-file-thumb-mmm {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px -224px;
	}

.rw-file-thumb-asf {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px -224px;
	}

.rw-file-thumb-hst {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px -224px;
	}

.rw-file-thumb-mmf {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px -224px;
	}

.rw-file-thumb-dcr {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -336px -224px;
	}

.rw-file-thumb-ace {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -392px -224px;
	}

.rw-file-thumb-tlb {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -448px -224px;
	}

.rw-file-thumb-iso {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -504px -224px;
	}

.rw-file-thumb-pdf {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0 -280px;
	}

.rw-file-thumb-tiff {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px -280px;
	}

.rw-file-thumb-ppt {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px -280px;
	}

.rw-file-thumb-txt {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px -280px;
	}

.rw-file-thumb-java {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px -280px;
	}

.rw-file-thumb-log {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px -280px;
	}

.rw-file-thumb-zip {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -336px -280px;
	}

.rw-file-thumb-wad {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -392px -280px;
	}

.rw-file-thumb-theme {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -448px -280px;
	}

.rw-file-thumb-msp {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -504px -280px;
	}

.rw-file-thumb-gif {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0 -336px;
	}

.rw-file-thumb-xps {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px -336px;
	}

.rw-file-thumb-wave,
.rw-file-thumb-wav {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px -336px;
	}

.rw-file-thumb-xlsx {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px -336px;
	}

.rw-file-thumb-bup {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px -336px;
	}

.rw-file-thumb-bmp {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px -336px;
	}

.rw-file-thumb-png {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -336px -336px;
	}

.rw-file-thumb-der {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -392px -336px;
	}

.rw-file-thumb-cat {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -448px -336px;
	}

.rw-file-thumb-doc {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -504px -336px;
	}

.rw-file-thumb-cab {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0 -392px;
	}

.rw-file-thumb-torrent {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px -392px;
	}

.rw-file-thumb-ini {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px -392px;
	}

.rw-file-thumb-bin {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px -392px;
	}

.rw-file-thumb-vob {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px -392px;
	}

.rw-file-thumb-ai {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px -392px;
	}

.rw-file-thumb-spr {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -336px -392px;
	}

.rw-file-thumb-ani {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -392px -392px;
	}

.rw-file-thumb-jpeg,
.rw-file-thumb-jpg {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -448px -392px;
	}

.rw-file-thumb-au {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -504px -392px;
	}

.rw-file-thumb-avi {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0 -448px;
	}

.rw-file-thumb-inf {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px -448px;
	}

.rw-file-thumb-dwt {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px -448px;
	}

.rw-file-thumb-mid {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px -448px;
	}

.rw-file-thumb-html {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px -448px;
	}

.rw-file-thumb-dwg {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px -448px;
	}

.rw-file-thumb-css {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -336px -448px;
	}

.rw-file-thumb-bsp {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -392px -448px;
	}

.rw-file-thumb-wpl {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -448px -448px;
	}

.rw-file-thumb-divx {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -504px -448px;
	}

.rw-file-thumb-php {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat 0 -504px;
	}

.rw-file-thumb-url {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -56px -504px;
	}

.rw-file-thumb-dvd {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -112px -504px;
	}

.rw-file-thumb-gam {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -168px -504px;
	}

.rw-file-thumb-rtf {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -224px -504px;
	}

.rw-file-thumb-ooorg {
	background: url('http://www.zielonyocean.pl//web/skins/api_html/gfx/files_56.png') no-repeat -280px -504px;
	}

.rw-cms-panel-ctoutline {
	outline: 5px dashed #005a9a;
	z-index: 9998;
	}

.rw-cms-panel-info {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: -3px;
	padding-left: 10px !important;
	text-align: right;
	}

.rw-cms-panel-info a {
	font-size: 10px;
	text-transform: uppercase;
	}

a.rw-cms-panel-signut-link {
	font-size: 11px !important;	
	font-weight: bold !important;
	opacity: 0.7;
	}
a.rw-cms-panel-signut-link:hover {
	opacity: 1;
	}

.rw-cms-panel-toggle-sections-edit {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 40px;
	padding: 0 8px!important;
	position: absolute;
	right: 0;
	margin-top: 3px !important;
	}

.rw-cms-panel-toggle-sections-edit:hover {
	background: rgba(255,255,255,0.15);
	}

a.rw-cms-panel-panel-link {
	display: block;
	line-height: 40px !important;
	border-left: 1px solid rgba(255,255,255,0.3);
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
a.rw-cms-panel-panel-link:hover {
	background: rgba(255,255,255,0.15);
	}

	
select.select-pt,
select.select-pr,
select.select-pb,
select.select-pl,
select.select-it,
select.select-ir,
select.select-ib,
select.select-il,
select.select-width
	{
	font-size: 11px;
	line-height: 10px;
	padding: 0 !important;
	margin: 0 0 0 0 !important;
	}

select.select-pt
	{
	margin: 3px 0 1px 0 !important;
	}

select.select-it
	{
	margin: 0px 4px 0px 0 !important;
	}

select.select-pr
	{
	margin: 3px 0 1px -3px !important;
	}

select.select-ir
	{
	margin: 3px 0 1px 0px !important;
	}

select.select-pl
	{
	margin: 3px 0 1px 0px !important;
	}

select.select-il
	{
	margin: 3px 0 1px -3px !important;
	}

select.select-pb
	{
	margin: 0px 4px 0px 0 !important;
	}

select.select-ib
	{
	margin: 3px 4px 1px 0 !important;
	}

select.select-width {
	margin: 3px 9px 0px 0 !important;
	}
	
/* ponizej nakladka wygladu na galerie w oknie edycji newsa */

.gal-box {
	outline: 1px solid red;
	}

.gal-box ul li {
	display: inline-block;
	position: relative;
	padding: 10px;
	margin: 0 !important;
	vertical-align: top;
	}

.gal-box ul li img {
	width: 77px !important;
	outline: 2px solid #fff;
	}

.gal-box ul li .gal-delete-item-link {
	position: absolute;
	top: 2px !important;
	right: 2px !important;
	display: block;
	padding: 0px !important;
	border-radius: 4px;
	background: #a00 !important;
	color: #fff;
	font-size: 17px;
	line-height: 20px !important;
	width: 20px !important;
	text-align: center;
	line-height: 0.6;
	border: 1px solid #fff;
	text-decoration: none;
	display: none !important;
	}
.gal-box ul li:hover .gal-delete-item-link {
	display: block !important;
	}

.gal-box ul li .gal-delete-item-link:hover {
	background: #f00 !important;
	}


.gal-box ul li .gal-item-desc-link {
	position: absolute;
	bottom: 2px !important;
	right: 2px !important;
	display: block;
	padding: 0 !important;
	background: #444;
	color: #fff;
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: bold;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 999px;
	border: 1px solid #fff;
	text-decoration: none;
	display: none !important;
	}
.gal-box ul li:hover .gal-item-desc-link {
	display: block !important;
	}
.gal-box ul li .gal-item-desc-link:hover {
	background: #777 !important;
	}

.gal-box ul li .gal-item-desc {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0px !important;
	width: 88px !important;
	margin: 0;
	padding: 3px;
	outline: none;
	font-size: 12px !important;
	font-family: verdana, arial, sans-serif !important;
	}

.gal-box ul li .gal-add-link {
	width: 77px !important;
	height: 77px !important;
	outline: 2px solid #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 10px !important;
	font-family: arial, sans-serif;
	border-radius: 0 !important;
	background: #ddd;
	text-transform: uppercase;
	color: #000 !important;
	}
.gal-box ul li .gal-add-link:hover {
	background: #fff;
	color: #666 !important;
	text-decoration: none;
	}

.lg-title {
	width: 250px;
	height: 80px;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	font-size: 1.8em;
	}

/* powyzej nakladka wygladu na galerie w oknie edycji newsa */
