@font-face {
    font-family: 'Titillium Web';
    src: url('TitilliumWeb-Regular.ttf'), url('TitilliumWeb-Bold.ttf'), url('TitilliumWeb-BoldItalic.ttf'), url('TitilliumWeb-Italic.ttf');
}
@font-face {
    font-family: 'Titillium Black';
    src: url('TitilliumWeb-Black.ttf');
    font-weight: bold;
}
body {
  font-family: 'Titillium Web', arial, sans-serif !important;
  margin: 0; padding: 0; border:0;
  text-decoration: none;
	color: #202020;
  font-size: 13px;
	text-align: left;
  background-color:white;
}
a {	color: black;}
a:hover {	color: #d83a3f;	text-decoration: none;}
p,span,div {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom:0.8em;
	line-height: 1.7;
}
ol > li {
 list-style-type: decimal;
}
ul > li {
 list-style-image: url('../pics/bullet.png');
}
ul.arrow {margin: 0 0 0 5px; padding: 0;}
ul.arrow > li {
 list-style-position: inside;
 list-style-image: url('../pics/arrow1.png');
}
ul.arrow > li a {
 text-decoration: none;
 font-weight: bold;
}
h1,h2,h3,h4,h5,h6,h7,h8,h9 {
	color: #000000;
	margin: 0;
	margin-bottom: 0.3em;
  font-weight: normal;
  margin: 3px auto 3px auto;
}
h1 {
  color: #906;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin-top: 5px;
  padding-bottom: 10px;
  padding-left: 25px;
}
h2 {font-size: 18px; color: #999; font-weight:normal; }
h3 {
  text-align: left;
  font-size: 17px;
  color: #2386c7;
  font-weight: bold;
  text-transform: uppercase;
  margin: 3px auto 3px auto;
  border-bottom: 2px dotted #d0d0d0;
  background: url('../pics/book_icon.png') no-repeat left top;
  padding-left: 25px;
}
h4 {color: #2383c1; margin: 10px 0}
h5 {margin: 10px 0}



/* styl placeholdera w inputach */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #C3CDDD;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #C3CDDD;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #C3CDDD;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #C3CDDD;
}

.container_header_front {
  width: 100%;
  background-color: #fafafa;
}
.header {
  margin:auto;
  padding:0 20px;
  padding-top: 12px;
}

#header_right {
  float: right;
}
.relative {
  position:relative;
}

#kontener {
	background-color:#f0f0f0;
  height:100%;
  min-height:1000px;
}

#kategoria_main {
  padding:0;
  margin: 0 auto;
  width: 1000px;
}

.movie iframe {
  width: 600px;
  height: 400px;
}
.fotki_cont {
  max-width: 548px;
}

.fotka {
  position: relative;
}


.lewy {
  float: left;
  padding-right: 20px !important;
}
.article_page .fotki .center {
  text-align: center;
}
.prawy {
  float: right;
  padding-left: 20px !important;
}

.doc_tools span {
  font-size: 12px;
  margin: 0 20px 10px 0;
}
.doc_tools span a {
  background-color: #105491;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
}
.tagi {
  padding: 10px;
  margin: 2px;
  outline: 1px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom:20px;
  background-color: #fafafa;
  font-size: 100%;
  color: black;
}

.tagi a {
  color: #105491;
  text-decoration: none;
  margin: 0 5px;
  border:0;
  font-weight: bold;
}

img {
	border: 0px;
}

form {
	margin: 0;
	padding: 0;
}
label {
	display: block;
}

fieldset {
  border: 1px solid #d0d7df;
  background-color:#f0f7ff;
}

/* klasy */
.wait_spinner {
  z-index:200;
  position:absolute;
  background: url('../pics/loading-spinner2.gif') no-repeat center center;
  width:128px;
  height:128px;
}

.separator {
	height: 5px;
	clear: both;
	overflow: auto;
}
.formularz1 {
  background: #e0e0e0;
	padding: 10px;
	width: 46%;
	height: auto;
	border: none;
	float:left;
	overflow:hidden;
}

.inline {
  display:inline-block;
}

.term_form_btn {
  display: inline-block;
  border: 1px solid #F8F8F8;
  padding: 2px;
  margin: 0;
  margin-right: 5px;
  cursor: pointer;
  background:#7F458E;
  border-radius: 3px;
  width: 50px;
  text-align: center;
  color: white;
  font-weight: bold;
  vertical-align: top;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
}
.term_form_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}


.niski_btn {
  height : 10px;
  font-size: 10px;
}

.formularz1 input[type='text'], .formularz1 input[type='file'], .formularz1 textarea, .formularz1 select {
	border: solid 1px #FFFFFF;
	width: 90%;
	color: #818181;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
	}

.formularz1 div {
	margin-bottom: 7px;
}

.formularz1 a {display:table; margin-top:10px;}
.formularz2 {
	background: #ede4cd;
	padding: 10px;
	width: 46%;
	height: auto;
	border: none;
	float:right;
}
.formularz2 input[type='text'], .formularz2 input[type='file'], .formularz2 textarea, .formularz1 select {
	border: solid 1px #FFFFFF;
	width: 90%;
	color: #818181;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
	}

.formularz2 div {
	margin-bottom: 7px;
}

.formularz3 {
	background: #7F458E;
	padding: 10px;
	width: 100%;
	height: auto;
	border: none;
}

.form_button {
  padding:5px;
  border:0;
  display: inline-block;
  cursor:pointer;
  margin:0;
  background:#726191;
  color: white;
  font-weight: bold;
}

.form_button:hover {
  color:yellow;
  background:#7F458E;
}

.collapsed {
  height:0;
  overflow: hidden;
}

.EB_collapsed {
  background: url('../pics/collapsed.png') no-repeat center center;
  width:16px;
  height:16px;
  display:inline-block;
  cursor: pointer;
}

.EB_expanded {
  background: url('../pics/expanded.png') no-repeat center center;
  width:16px;
  height:16px;
  display:inline-block;
  cursor: pointer;
}

.empty_dymek {
  display:inline-block;
  width:11px;
  height:11px;
  background: none;
  border:0;
  margin:0 5px 0 0;
  padding:0;
}

.dymek_cont {
  position:relative;
  display:inline-block;
  width:11px;
  height:11px;
  overflow:visible;
  background: url('../pics/info.png') no-repeat left top;
  border:0;
  margin:0;
  padding:0;
  margin-left: 5px;
}

.dymek_cont .dymek_inner {
  position:absolute;
  display:none;
  background:none;
  border:none;
  padding-left:15px;
  padding-right:15px;
}

.dymek_cont .dymek_inner.lewy {
  right:0px;
}

.dymek_cont .dymek_inner .dymek_inner_txt {
  background-color:#fc6e67;
  border:1px solid #fc6e67;
  white-space: nowrap;
  cursor:default;
  padding:7px;
  color: white;
  border-radius: 3px;
}

.dymek_cont:hover .dymek_inner, .dymek_cont .dymek_inner:hover {
  display:block;
  z-index: 1;
}


.debug {position:absolute; bottom: 0px; right: 70px; background-color:red; color:white; padding:5px;}
/* id */

#kontener {
	margin: auto;
}
#stopkaMenu {
	margin: 5px 20px 0 0;
	padding: 0;
	float: right;
	list-style: none;
}
#stopkaMenu li {
	display: inline;
	margin-left: 20px;
}
#stopkaMenu a {
	color: gray;
	text-decoration: none;
}
#stopkaMenu a:hover {
	color: #444444;
	text-decoration: none;
}
#content {
	height: auto;
	text-align: left;
	margin-bottom: 20px;
	padding: 0 10px;
}

#pad {padding:15px 10px 5px 5px;}

.container_footer_front {
  width: 100%;
  max-width: 1200px;
  background-color: white;
  margin: 0 auto;
  margin-top: 40px;
}

.footer_div {
 width: 31%; float: left; text-align: left; padding: 1%;
}
.footer_div p {
  padding: 5px;
}
.footer_div h3 {padding-left: 25px; padding-bottom: 4px;}

.footer {
 float:left;
 padding: 10px;
 text-align: left;
 margin:50px 0 0 0;
 width:100%;
 color: #c274a6;
 font-size:85%;
}
.footer img {float: left; margin-right:20px; width:120px;}
.footer a { 	color: #4f3b13;}

.front {
 border-bottom: 1px solid #bc9468;
 width:100%;
 margin-bottom:30px;
}

#menu_admin {
  margin: 0;
  padding: 15px 10px 10px 5px;
  list-style: none;
  background-color: #7F458E;
}
#menu_admin li {
  display: inline;
  margin:0;
}
#menu_admin li a {color:white; font-weight:bold; margin:0 10px;font-size:12px;text-decoration:none;}
#menu_admin li a:hover {color:yellow; font-weight:bold; margin: 0 10px;font-size:12px;text-decoration:none;}


/* podswietlenie bieżącej zakładki */
#highlited_href.highlited_href{
  color: #7F458E;
  background: #97b1d2;
  display:inline;
  padding: 10px 4px;
}

/* podswietlenie kolumny sortowania */
#highlited_column.highlited_column {
  color: white;
  background: red;
}
#normal_column.normal_column {
  color: blue;
  background: green;
}

.sep {border-bottom:1px solid #aaaaaa; margin:10px 20px 0 0;}

a.submit {color:white; font-weight:bold; margin:10px 20px; display:block; padding:2px 20px;font-size:13px;text-decoration:none;background-color: #7F458E;cursor: default;
	}
a:hover.submit {background-color: white;}
a:visited.submit  {background-color: white;}

.submit {
	background-color: #726191;
	color:white;
	text-decoration: none;
	padding: 5px 10px;
  border:0;
}

.submit2 {
	background-color: #7F458E;
	color:white;
	text-decoration: none;
	padding: 5px 10px;
  border:0;
}
a.submit2:hover {color:#d0d0d0;}

table.podglad {
  border-collapse: collapse;
  margin:10px;
}

table.podglad th {
  border: 1px solid #c0c0c0;
  padding: 8px;
  background: #726191;
  color: white;
}
table.podglad td {
  border: 1px solid #c0c0c0;
  padding: 8px;
}


table.lista {
  border-collapse: collapse;
  border: 1px solid #808080;
  margin:10px;
}

table.lista th {
  border: 1px solid #c0c0c0;
  padding: 8px;
  background: #726191;
  color: white;
}

#pad table.lista th a {
  color: white;
  background-color: #7F458E;
	text-decoration: none;
	font-weight: normal;
}
#pad table.lista th a:hover {
  color: red;
  background-color: #e0e0e0;
}

table.lista th a + a {
  margin-left: 5px;
}

table.lista th.sort {
  padding-left:20px;
  background: #726191 url('../pics/arrow_down_on_16x16.png') no-repeat left center ;
}

table.lista th.sort_desc {
  padding-left:20px;
  background: #726191 url('../pics/arrow_up_on_16x16.png') no-repeat left center;
}


table.lista td {
  border: 1px solid #c0c0c0;
  padding: 6px;
}

#pad table.lista td a {
	background:none;
	padding:4px;
  color: #103b73;
	text-decoration: none;
}

#pad table.lista td a:hover {
	background:#103b73;
	padding:4px;
  color: white;
	text-decoration: none;
}

table.lista td a + a {
  margin-left: 5px;
}


table.lista td.subheader {
  background-color: #dddddd;
  font-weight: bold;
  padding: 4px 4px;
  font-size: 110%;
}



sup {color: #aa0000;}
li {margin:5px 0}

blockquote {padding: 10px; margin: 10px; font-size: 120% !important;}

.uwagi {padding:20px; color: brown}


input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

div.uwaga { color:red; background-color:#ffffcc; border: 1px solid red; padding:4px; }

div.enter {width: 240px;margin: 100px auto; text-align:center;}
div.login {padding:20px; background:#e0e0e0;  width: 220px;}

#register_confirm.enter {
  border:1px solid black;
  padding:10px;
  font-size:16px;
}

.login #zapomnialem_hasla, .login #zarejestruj {
  display:inline-block;
}

#resetuj_haslo_dlg #email_odzysk {
  width:400px;
}

#zarejestruj_dlg .block {
  display:inline-block;
  margin-right:10px;
}

#zarejestruj_dlg input[type="text"], #zarejestruj_dlg input[type="password"] {
  width:225px;
}


#error_section {float: right}

.podmenu {
  text-align:left;
  height:37px;
  margin-top:10px;
  min-width: 900px;
  max-width: 1110px;
}
.podmenu a {
  display:block;
  float:left;
  font-size: 10pt;
  text-decoration:none;
  padding:10px;
  margin: 0 5px 0 0;
  background-color:#eaeaea;
  border:1px solid #eaeaea;
  border-bottom:0;
  color: gray;
  font-weight:bold;
}

.podmenu a.current_tab {
  background-color:#e0e0e0;
  border:1px solid #e0e0e0;
  border-top:0;
  color: black;
  font-weight:bold;
}

#dark_bkg { /* czarne tło pod "wyskakującymi" formularzami i innymi okienkami */
  position:absolute;
  background:black;
  opacity:0.8;
  width:100%;
  height:100%;
  z-index:1;
  left:0;
  top:0;
}

#dark_bkg2 { /* czarne tło pod "wyskakującymi" formularzami i innymi okienkami */
  position:absolute;
  background:black;
  opacity:0.8;
  width:100%;
  height:100%;
  z-index:1;
  left:0;
  top:0;
}

#dark_bkg3 { /* czarne tło pod "wyskakującymi" formularzami i innymi okienkami */
  position:absolute;
  background:black;
  opacity:0.8;
  width:100%;
  height:100%;
  z-index:1;
  left:0;
  top:0;
}

/* pole danych w kontrolkach typu 'napis' w formularzu; dla formularza mają być niebieskie, dla druku mają być czarne i bez podkreślenia */
.label_field {color:blue}
.guziory_tab {margin:10px}

.print_ctrl td {text-align:left; color:red;}
.print_ctrl th {text-align:left; color:red}
    
/* style nagolwka - dwulinijkowe */
.header_bar_small {
  color:white;
  font-size:80%;
  position: relative;
  top: -16px;
  left: 67px;
  margin-left:-40px;
  margin-right:20px;
}

.header_bar_big_yellow {
  color:yellow;
  font-weight: bold;
  margin-right:20px;
}

.header_bar_big_white {
  color:white;
  font-weight: bold;
  margin:0;
  margin-right:20px;
}


code {background-color: #e0e0e0; padding: 10px; border-left: 5px solid #d0d0d0; display: block;margin-bottom: 10px;}
.dok {padding-top:15px; margin-top: 15px;border-top: 2px dotted #d0d0d0}

.error {
  outline:1px solid red;
}

.modal_dlg_bkg {
  background:#D7DFEC;
  border:1px solid #7F458E;
  -webkit-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
}

table.highlited_rows tr:hover{
  background:#D0D0D0;
}

table.low_header th {
  height:15px;
  padding-top:1px;
  padding-bottom:1px;
}

table.no_margin {
  margin:0;
}

.color_red {
  color:red;
}
.color_gray {
  color:gray;
}

.color_blue {
  color:blue;
}

.clickable, .clickable2 {
  text-shadow: 1px 1px white;
  cursor: pointer;
/*  height:20px; */
}

.clickable:hover {
  font-weight: bolder;
  color: #d83a3f;
}

.clickable2:hover {
  text-decoration: none;
  text-shadow: 1px 0px black;
}

.clickable.disabled, .clickable2.disabled {
  text-shadow: 0 0;
  cursor:default;
  color:gray;
  text-decoration: line-through;
  font-weight: normal;
}
.clickable.disabled:hover, .clickable2.disabled:hover {
  text-shadow: 0 0;
  color:gray;
  cursor:default;
  font-weight: normal;
}



.disp_none { /* invisible element */
  display: none;
}


#result_fader2 { /* styl dla zanikających alertów */
  text-align:center;
  padding:20px 40px;
  color:white;
  font-size:24px;
  background-color:#ff6600;
  border-radius:10px;
  z-index: 20;
  line-height:1.3;
}

.action_btn {
  display:inline-block;
  cursor:pointer;
  vertical-align: middle;
  padding-right: 10px;
  color:#5f2b13;
}

.action_btn:hover {
  color:#800080;
  position:relative;
  left:-1px;
  top:-1px;
  text-shadow: 1px 1px 1px #444;
}


.przekreslenie {
  text-decoration:line-through;
}

form#user_dane_form #avatar_sect div {
  display:inline-block;
  vertical-align: top;
}



#szukaj_dlg {
  width:400px;
}

#szukaj_dlg .row {
  margin-bottom: 10px;
}

#szukaj_dlg #szukaj {
  width:215px;
}

#szukaj_dlg #data_od, #szukaj_dlg #data_do {
  width:80px;
}

#szukaj_dlg #km {
  width:55px;
}

#szukaj_dlg #adres {
  width:240px;
  vertical-align: top;
}

#szukaj_dlg #glob {
  width:20px;
  height:20px;
  background: url('../pics/globe.png') no-repeat center center;
  cursor:pointer;
  display:inline-block;
  position:relative;
  vertical-align: top;
  left:2px;
  top:2px;
}

#szukaj_dlg #glob:hover {
  background: url('../pics/globe_highlited.png') no-repeat center center;
}

#szukaj_dlg #adres_icon {
  width:20px;
  height:20px;
  background: url('../pics/adres_bad.png') no-repeat center center;
  display:inline-block;
  position:relative;
  vertical-align: top;
  left:2px;
  top:2px;
}

#szukaj_dlg #adres_icon.ok {
  background: url('../pics/adres_ok.png') no-repeat center center;
}

#szukaj_dlg #submit_btn {
  position:absolute;
  left:-9999px;
}


.lb-caption {
  display: inline-block;
  color: white;
}

#cookie_alert {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    color: white;
    background: #0F5493;
    opacity: 0.75;
    text-align: center;
}
#cookie_alert a {
  margin-left: 5px;
  color: white;
  font-weight: bold;
}

textarea#_404 {
  border:none;
  width:80%;
}

.txt_link { /* tekstowy link */
  cursor:pointer;
  font-size:12px;
  color:black;
}

.txt_link:hover {
  text-shadow: 1px 1px black;
}

.clear_both {
  clear:both;
}



#szukaj_dlg_int input#tagi {
  width:200px;
}

#js_content {
/*  overflow-y: auto; */
}

#edytuj_dlg .row {
  margin-bottom:5px;
}

#edytuj_dlg .row .block {
  display:inline-block;
  margin-right:10px;
  vertical-align: top;
}

#edytuj_dlg .readonly {
  background:inherit;
}

#edytuj_dlg textarea {
  height:60px;
}

#edytuj_dlg.rklmy img#fotka_img {
  max-width: 200px;
}

#reklamy_table img {
  max-width: 200px;
}

#js_content.content.subdomeny #search_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../pics/lupka2.png) no-repeat center center;
  opacity: 0.5;
  position: relative;
  top: 3px;
  cursor: pointer;
  margin-left:10px;
}
#js_content.content.subdomeny #search_icon:hover {
  opacity: 1;
}


table#subdomeny_table span.hlite {
  color:red;
  font-weight:bold;
}


.modal_dlg_bkg.content_source #opis,
.modal_dlg_bkg.content_source #ctrls_data,
.modal_dlg_bkg.content_source #link_to_source {
  width:600px;
}

.modal_dlg_bkg.content_source #ctrls_data {
  height:300px;
}

.modal_dlg_bkg.content_source #show_ctrls_btn {
  display:inline-block;
  background: #7F458E;
  color:white;
  font-family: 'Titillium Web';
  font-weight: bold;
  margin-left:20px;
  font-size:11px;
  line-height:1.2em;
  padding: 0 4px;
  border-radius:2px;
  cursor:pointer;
}

.modal_dlg_bkg.content_source #show_ctrls_btn:hover {
  background:#367bd3;
}


.modal_dlg_bkg.grid #opis{
  width:400px;
}

/* FOTKI w dokumencie biblioteki START */
.modal_dlg_bkg.bibl_docs #container {
  overflow: auto;
  margin-bottom:15px;
}

.modal_dlg_bkg.bibl_docs .fotka_row {
  border-top:1px dashed #7F458E;
  padding-top:8px;
  padding-bottom:5px;
}

.modal_dlg_bkg.bibl_docs .foto_input {
 width:247px;
}

.modal_dlg_bkg.bibl_docs .foto_input_placeholder {
  width:293px;
}

.modal_dlg_bkg.bibl_docs .foto_fname {
  display:block;
  font-weight: bold;
  margin-bottom:10px;
}

.modal_dlg_bkg.bibl_docs .doc_fotka {
  width:100px;
  height:auto;
/*  min-height:20px; */
  border:1px dotted gray;
}

.modal_dlg_bkg.bibl_docs .foto_input_cont {
  display:inline-block;
  vertical-align: top;
}

.modal_dlg_bkg.bibl_docs .foto_input {
  display:inline-block;
  vertical-align: top;
}

.modal_dlg_bkg.bibl_docs .from_opoka_photo {
  display:inline-block;
  border:1px solid #c0c0c0;
  cursor:pointer;
  padding:3px;
  margin-top:2px;
  background-color: #e0e0e0;
}

.modal_dlg_bkg.bibl_docs .from_opoka_photo:hover {
  border:1px solid gray;
}

.modal_dlg_bkg.bibl_docs .news_fotka {
  display:inline-block;
  margin-left:10px;
  vertical-align: top;
}

.modal_dlg_bkg.bibl_docs .foto_opis_cont {
  display:inline-block;
  vertical-align: top;
  margin-left:10px;
}

.modal_dlg_bkg.bibl_docs .fotka_opis,
.modal_dlg_bkg.bibl_docs .fotka_zrodlo {
  width:430px;
  margin-bottom:5px;
}
/* FOTKI w dokumencie biblioteki END */

/* Stylowanie listy fotek z opoka.photo START */
.container_fotki {
  margin:0 auto;
  padding:0;
  border:0;
  min-height:400px;
}

.foto {
  position:relative;
  display:inline-block;
  margin:2px; /* TEN PARAMETR OKREŚLA ODSTĘP MIĘDZY ZDJĘCIAMI W GRIDZIE */
  padding:0;
  border:0;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}

.foto#show_more #show_more_in {
  height:300px;
  width:200px;
  border:1px solid #D0D0D0;
  text-align: center;
}

.foto#show_more #txt {
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  color: #D0D0D0;

  transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;

}

.foto#show_more:hover #txt {
  color:black;
}

.foto img {
  position: relative;
  top:0;
  left:0;
/*  height:300px;
  width:auto; */
}

.foto .opis {
  position:absolute;
  top:5px;
  left:5px;
  color:yellow;
  opacity: 0.01;

  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.foto:hover .opis {
  opacity:1;
  text-shadow: 1px 1px black;
}

.foto .opis .tagi {
  display:block;
}


.foto .opis .tagi .tag, .foto .opis .autor {
  display:inline-block;
  padding: 2px 2px;
  margin:5px;
  border:1px solid transparent;
  transition: border-color .5s ease-out;
}

.foto .opis .tagi .tag a, .foto .opis .autor a {
  color:yellow;
  font-weight: normal;
  margin:0;
}

.foto .opis .tagi .tag:hover, .foto .opis .autor:hover {
  border:1px solid yellow;
  border-radius: 3px;
}

form#tag_form {
  display:inline-block;
}

div#adv_search {
  cursor:pointer;
  color:gray;
  position: relative;
  display: inline-block;
}

div#adv_search:hover {
  color:black;
}
/* Stylowanie listy fotek z opoka.photo END */

#footer_sprites {
  border-top: 2px dotted #d0d0d0;
  margin:auto;
  overflow:crop;
  text-align:left;
}

.sprite {
  display:inline-block;
  position:relative;
  margin:5px 10px 20px 10px;
}

.sprite > a div {
  height:44px;
  margin-right:6px;
}

.sprite a .gray {
  z-index: 0;
  display:inline-block;
  position:relative;
}

.sprite a .color {
  z-index: 1;
  position:absolute;
  top:0px;
  opacity:0.001;

  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}

.sprite .color:hover {
  display:block;
  opacity:1;

  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

/*///////////////////////////////////////////////////////
// DatePicker START
///////////////////////////////////////////////////////*/

.datepicker {
  background:white;
  border:1px solid #aaa;
  -webkit-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  padding:5px;
  margin:0px;
}

.datepicker .day_name {
  display:inline-block;
  width:48px;
  margin-right:5px;
  border:1px solid #ffffff;
  text-align: center;
  padding-top:5px;
  font-family: arial, sans-serif !important;
  font-size: 12px;
  font-weight:normal;
  text-decoration: none;
  background:none;
  color:black;
}

.datepicker .day_name.sunday {
  color:red;
}


.datepicker .row {
  display:block;
  margin:0;
  border:0;
  padding:0;
  margin-right:-5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.datepicker .row.head {
  position:relative;
  text-align: center;
  font-size:16px;
}

.datepicker .row #arrow_left, .datepicker .row #arrow_right {
  font-size:12px;
  position:absolute;
  top:0;
  color:#bbb;
  cursor:pointer;
}

.datepicker .row #arrow_left:hover, .datepicker .row #arrow_right:hover {
  color:black;
}

.datepicker .row #arrow_left {
  left:0;
}

.datepicker .row #arrow_left:before {
 margin-right:5px;
 content:url('../pics/arrow_left.png');
 position:relative;
 top:3px;
}
.datepicker .row #arrow_left:hover:before {
 margin-right:5px;
 content:url('../pics/arrow_left_on.png');
 position:relative;
 top:3px;
}

.datepicker .row #arrow_right:after {
 margin-left:5px;
 content:url('../pics/arrow_right.png');
 position:relative;
 top:3px;
}
.datepicker .row #arrow_right:hover:after {
 margin-left:5px;
 content:url('../pics/arrow_right_on.png');
 position:relative;
 top:3px;
}

.datepicker .row #arrow_right {
  right:5px;
}


.datepicker .row:first-child {
  margin-top:5px;
}

.datepicker .days {
  display:inline-block;
  vertical-align: top;
  padding:0;
  margin:0;
  border:none;
  background:none;
  margin-bottom:-5px;
  font-family: arial, sans-serif !important;
  font-size: 12px;
  font-weight:normal;
  text-decoration:none;
}

.datepicker .day {
  display:inline-block;
  width:48px;
  height:21px;
  margin-left:2px;
  margin-right:2px;
  margin-top:1px;
  margin-bottom:1px;
  border:1px solid black;
  text-align: center;
  padding-top:5px;
  font-family: arial, sans-serif !important;
  font-size: 14px;
  font-weight:normal;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  background:#ddd;
  color:black;
}

.datepicker .day.sunday {
  color:red;
}

.datepicker .day.no_day {
  background:none;
}

.datepicker .day.today {
  background:#baf5fe;
}

.datepicker .day.current {
  background:#babafe;
}

.datepicker .day:hover {
  background:#ddf;
}
.datepicker .day.selected {
  background:#ddf;
}

/*///////////////////////////////////////////////////////
// DatePicker END
///////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////
// TimePicker START
///////////////////////////////////////////////////////*/

.timepicker {
  background:white;
  border:1px solid #aaa;
  -webkit-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  padding:5px;
  margin:0px;
}

.timepicker .row {
  display:block;
  margin:0;
  border:0;
  padding:0;
  margin-right:-5px;
  margin-bottom: 5px;
}

.timepicker .row:first-child {
  margin-top:5px;
}

.timepicker .hours, .timepicker .minutes {
  display:inline-block;
  vertical-align: top;
  padding:0;
  margin:0;
  border:none;
  background:none;
  margin-bottom:-5px;
  font-family: arial, sans-serif !important;
  font-size: 12px;
  font-weight:normal;
  font-decoration:none;
}

.timepicker .hours {
  padding-right:3px;
  border-right:1px dashed #bbb;
}

.timepicker .minutes {
  margin-left:3px;
}

.timepicker .minutes #sel_time {
  text-align: center;
}

.timepicker .hour, .timepicker .minute {
  display:inline-block;
  width:48px;
  height:21px;
  margin-right:5px;
  border:1px solid $contrast_dark;
  text-align: center;
  padding-top:5px;
  font-family: arial, sans-serif !important;
  font-size: 14px;
  font-weight:normal;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
}

.timepicker .hour {
  background:#ddd;
}
.timepicker .hour:hover {
  background:#ddf;
}
.timepicker .hour.selected {
  background:#ddf;
}

.timepicker .minute {
  background:#aaa;
}
.timepicker .minute:hover {
  background:#aaf;
}
.timepicker .minute.selected {
  background:#aaf;
}

/*///////////////////////////////////////////////////////
// TimePicker END
///////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////
// Confirm START
///////////////////////////////////////////////////////*/

.confirmdlg_dark_bkg {
  z-index:500;
  background:black;
  opacity:0.3;
}

.confirmdlg {
  background:white;
  min-width: 300px;
  border:1px solid #000;
  -webkit-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  border-radius: 3px;
  padding:10px;
  margin:0px;
  z-index:501;
  color:black !important;
  font-family: arial, sans-serif !important;
  font-size: 16px !important;
}

.confirmdlg .confirmdlg_title {
  display:block;
  text-align: left;
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom:20px;
}

.confirmdlg .confirmdlg_alert {
  display:block;
  text-align: left;
  margin-bottom:20px;
}

.confirmdlg .confirmdlg_btns {
  display:block;
  text-align: center;
  position:relative;
  height:40px;
}

.confirmdlg .confirmdlg_btns .confirmdlg_btn {
  display:inline-block;
  width:auto;
  top:0;
  position:absolute;
  background:white;
  border:1px solid #000;
  border-radius: 3px;
  padding:5px;
  color:black;
  margin-left:10px;
  cursor:pointer;
}

.confirmdlg .confirmdlg_btns .confirmdlg_btn:hover {
  background:#ddd;
}

.confirmdlg .confirmdlg_btns .confirmdlg_btn#btn_no {
  right:10px;
}

.confirmdlg .confirmdlg_btns .confirmdlg_btn#btn_yes {
  right:80px;

  /* focus outline: */
  outline-width: 1px;
  outline-color:rgb(77, 144, 254);
  outline-offset:-1.6px;
  outline-style:auto;
}

/*///////////////////////////////////////////////////////
// Confirm END
///////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////
// SelectPicker START
///////////////////////////////////////////////////////*/

.selectpicker {
  background:white;
  border:1px solid #aaa;
/*
  -webkit-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 12px -2px rgba(0,0,0,0.75);
*/
  padding:0;
  margin:0px;
  overflow-y: auto;
  overflow-x:hidden;
}

div.selectpicker_inp {
  background:white;
  padding:1px 23px 0 3px;
  cursor:default;
  border:1px solid rgb(169, 169, 169);
  -webkit-appearance: menulist;
  align-items: center;
  text-align: start;
}

.selectpicker .selectpicker_item, .selectpicker .selectpicker_kat {
  display:block;
  margin:0;
  margin-bottom:5px;
  border:none;
  background:none;
  font-family: arial, sans-serif !important;
  font-size: 13px;
  font-weight:normal;
  text-decoration:none;
  color:black;
}

.selectpicker .selectpicker_kat_title {
  padding: 0 0 0 2px;
  font-weight: bold;
}

.selectpicker .selectpicker_item {
  padding: 0 0 0 12px;
}


.selectpicker .selectpicker_item.selected, .selectpicker .selectpicker_kat_title.selected {
  background:#23a4ff;
  color:white;
}

.selectpicker .selectpicker_item:hover, .selectpicker .selectpicker_kat_title:hover {
  background:#23a4ff;
  color:white !important;
}

.selectpicker .selectpicker_kat_title {
  margin-bottom:5px;
}

/*///////////////////////////////////////////////////////
// SelectPicker END
///////////////////////////////////////////////////////*/

.pager {
  display:block;
}

.pager .spacer {
  width:15px;
  display:inline-block;
}

.pager .page {
  display:inline-block;
}

.pager .page:not(.current) {
  cursor: pointer;
}

.pager .page:not(.current):hover {
  text-shadow: 1px 1px $contrast_dark;
  color:$clrC;
}

.pager .page.ellipsis {
  cursor: default;
}

.pager .page.current {
  cursor: default;
  font-weight: bold;
}




#feeds {
  width:200px;
  height:200px;
  display:inline-block;
  background:red;
  overflow: hidden;
  border:2px solid blue;
  padding:3px;
}

#feeds #inn {
  width:50px;
  height:50px;
  background:blue;
  cursor:pointer;
  color:white;
}


#edit_cont {border:1px solid gray;overflow: auto;background-color: #e0e0e0;padding-top:20px;}
#edit_cont .menu_item {display:inline-block;text-align: left;margin-left:50px;}
#edit_cont .item_head {display:block;background:#c9d5e1;margin:2px;min-width:200px;}
#edit_cont .item_head.collapsed {height:26px;}
#edit_cont .item_head:hover {outline:1px solid #fc6e67;}
#edit_cont .item_head.inactive {background:#F0F0F0;border:1px solid gray;}
#edit_cont .item_head.inactive:hover {outline:1px solid gray;}
#edit_cont .item_data {display:block;}
#edit_cont .item_data .item_row {display:block;margin-bottom: 5px;}
#edit_cont .item_data .item_title {display:block;height:26px;margin-bottom:10px;background:#97b1d2;color: white;width:auto;padding:3px;}
#edit_cont .item_data .item_title.inactive {background:#E0E0E0;}
#edit_cont .item_data .item_label {display:inline-block;width:80px;margin-left:4px;}
#edit_cont .item_data .item_status {margin-left:0;}
#edit_cont .item_data .item_tytul {width:200px;margin-right:10px;}
#edit_cont .item_data .item_link {width:200px;margin-right:10px;}
#edit_cont .item_data .item_prio {width:20px;}
#edit_cont .add_item_btn {display:inline-block;float:right;margin-right:3px;}
#edit_cont .item_del_btn {display:inline-block; float:right; width : 20px; height: 20px; margin-right:10px; background: url('../pics/alb_delete.png') no-repeat left top; }
#edit_cont .item_del_btn:hover {width : 20px; height: 20px; background: url('../pics/alb_delete_hl.png') no-repeat left top; }
#edit_cont .item_up_btn {display:inline-block; float:right; width : 20px; height: 20px; margin-right:10px; background: url('../pics/arrow_up_20x20.png') no-repeat left top; }
#edit_cont .item_up_btn:hover {width : 20px; height: 20px; background: url('../pics/arrow_up_20x20_hl.png') no-repeat left top; }
#edit_cont .item_down_btn {display:inline-block; float:right; width : 20px; height: 20px; margin-right:10px; background: url('../pics/arrow_down_20x20.png') no-repeat left top; }
#edit_cont .item_down_btn:hover {width : 20px; height: 20px; background: url('../pics/arrow_down_20x20_hl.png') no-repeat left top; }
.term_form_btn.delete_menu_btn {background:red; width:auto}
.term_form_btn#create_new_menu_btn {width:auto}


/* admin */
#pad a {
	background-color: #7F458E;
	color:white;
	text-decoration: none;
	padding: 5px;
}
#pad a:hover {
	background-color: #7F458E;
	color:white;
}

#pad a + a {
  margin-left: 5px;
}

#pad .ala {line-height: 1.80}

#pad .ala a + a {
  margin-left: 5px;
}

p,span,div {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom:0.8em;
	line-height: 1.7;
}


#reklama_bottom {
  text-align: center;
  margin-top: 30px;
}



#feeds {
  width:200px;
  height:200px;
  display:inline-block;
  background:red;
  overflow: hidden;
  border:2px solid blue;
  padding:3px;
}

#feeds #inn {
  width:50px;
  height:50px;
  background:blue;
  cursor:pointer;
  color:white;
}


#edit_cont {border:1px solid gray;overflow: auto;background-color: #e0e0e0;padding-top:20px;}
#edit_cont .menu_item {display:inline-block;text-align: left;margin-left:50px;}
#edit_cont .item_head {display:block;background:#c9d5e1;margin:2px;min-width:200px;}
#edit_cont .item_head.collapsed {height:26px;}
#edit_cont .item_head:hover {outline:1px solid #fc6e67;}
#edit_cont .item_head.inactive {background:#F0F0F0;border:1px solid gray;}
#edit_cont .item_head.inactive:hover {outline:1px solid gray;}
#edit_cont .item_data {display:block;}
#edit_cont .item_data .item_row {display:block;margin-bottom: 5px;}
#edit_cont .item_data .item_title {display:block;height:26px;margin-bottom:10px;background:#97b1d2;color: white;width:auto;padding:3px;}
#edit_cont .item_data .item_title.inactive {background:#E0E0E0;}
#edit_cont .item_data .item_label {display:inline-block;width:80px;margin-left:4px;}
#edit_cont .item_data .item_status {margin-left:0;}
#edit_cont .item_data .item_tytul {width:200px;margin-right:10px;}
#edit_cont .item_data .item_link {width:200px;margin-right:10px;}
#edit_cont .item_data .item_prio {width:20px;}
#edit_cont .add_item_btn {display:inline-block;float:right;margin-right:3px;}
#edit_cont .item_del_btn {display:inline-block; float:right; width : 20px; height: 20px; margin-right:10px; background: url('../pics/alb_delete.png') no-repeat left top; }
#edit_cont .item_del_btn:hover {width : 20px; height: 20px; background: url('../pics/alb_delete_hl.png') no-repeat left top; }
#edit_cont .item_up_btn {display:inline-block; float:right; width : 20px; height: 20px; margin-right:10px; background: url('../pics/arrow_up_20x20.png') no-repeat left top; }
#edit_cont .item_up_btn:hover {width : 20px; height: 20px; background: url('../pics/arrow_up_20x20_hl.png') no-repeat left top; }
#edit_cont .item_down_btn {display:inline-block; float:right; width : 20px; height: 20px; margin-right:10px; background: url('../pics/arrow_down_20x20.png') no-repeat left top; }
#edit_cont .item_down_btn:hover {width : 20px; height: 20px; background: url('../pics/arrow_down_20x20_hl.png') no-repeat left top; }
.term_form_btn.delete_menu_btn {background:red; width:auto}
.term_form_btn#create_new_menu_btn {width:auto}


/* admin */
#pad a {
	background-color: #275794;
	color:white;
	text-decoration: none;
	padding: 5px;
}
#pad a:hover {
	background-color: #275794;
	color:white;
}

#pad a + a {
  margin-left: 5px;
}

#pad .ala {line-height: 1.80}

#pad .ala a + a {
  margin-left: 5px;
}

p,span,div {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom:0.8em;
	line-height: 1.7;
}


#reklama_bottom {
  text-align: center;
  margin-top: 30px;
}

.modal_dlg_bkg.rklmy .img_cont {
  display:inline-block;
}

/*////////////////////////////////////////////////////////////////////////////////
// CImgCont START
////////////////////////////////////////////////////////////////////////////////*/

.imgctrl_cont {
  border:1px dashed gray;

  font-family:arial;
  font-size:12px;
  font-weight:normal;
  text-decoration: none;
}

.imgctrl_cont:hover {
  border:1px solid black;
}

.imgctrl_cont .imgctrl_headbar {
  position:relative;
  display:block;
  vertical-align: top;

  height:20px;
  background:white;
}

.imgctrl_cont .imgctrl_headbar .imgctrl_head {
  display:block;
  vertical-align: top;

  height:20px;
  background:#f0ffd6;
  border-bottom:1px solid #acb897;

  padding:3px 0 0 3px;
}

.imgctrl_cont .imgctrl_headbar .imgctrl_head .finfo {
  font-size:70%;
  float: right;
  padding-right: 24px;
}



.imgctrl_cont .imgctrl_headbar .imgctrl_delete {
  position:absolute;
  display:inline-block;
  vertical-align: top;
  right:0;
  top:0;
  cursor:pointer;

  width:20px;
  height:20px;
  background: url('../pics/alb_delete_hl.png') no-repeat left top;
  opacity:0.2;
}

.imgctrl_cont .imgctrl_headbar .imgctrl_delete:hover {
/*  background: url('../pics/alb_delete.png') no-repeat left top; */
  opacity:1;
}

.imgctrl_cont .imgctrl_img {
  display: inline-block;
  width:300px;
  height:180px;
  cursor:pointer;
  background: repeating-linear-gradient(-45deg, white, white 10px, #F8F8F8 10px, #F8F8F8 20px);
}

.imgctrl_cont .imgctrl_img.for_delete:before {
  content: 'Obrazek zostanie usunięty';
  color:red;
  font-weight:bold;
  font-size:30px;
}

.imgctrl_cont .imgctrl_img img {
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
}
/*////////////////////////////////////////////////////////////////////////////////
// CImgCont END
////////////////////////////////////////////////////////////////////////////////*/
