@charset "UTF-8";
/* 
    Document   : common
    Created on : 2010-08-23, 15:00:33
    Author     : Mirek Sabiniewicz, Tomasz Glowinski
    Description:
        Przerywniki, justowniki
*/
@font-face {font-family: 'FontAwesome';src:url('/fonts/awesome-icons/fontawesome-webfont.eot?v=4.2');src:url('/fonts/awesome-icons/fontawesome-webfont.eot?#iefix&v=4.2') format('embedded-opentype'),url('/fonts/awesome-icons/fontawesome-webfont.woff?v=4.2') format('woff'),url('/fonts/awesome-icons/fontawesome-webfont.ttf?v=4.2') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: "custom-font-icons";src: url("/fonts/custom-font/custom-font-icons.eot");src: url("/fonts/custom-font/custom-font-icons.eot?#iefix") format("embedded-opentype"),url("/fonts/custom-font/custom-font-icons.woff") format("woff"),url("/fonts/custom-font/custom-font-icons.ttf") format("truetype"),url("/fonts/custom-font/custom-font-icons.svg#custom-font-icons") format("svg");font-weight: normal;font-style: normal;}
@font-face {font-family: 'Icomoon';src: url('/fonts/icomoon/fonts-icomoon.eot');src: url('/fonts/icomoon/fonts-icomoon.eot?#iefix') format('embedded-opentype'), url('/fonts/icomoon/fonts-icomoon.woff') format('woff'), url('/fonts/icomoon/fonts-icomoon.ttf') format('truetype'), url('/fonts/icomoon/fonts-icomoon.svg#Icomoon') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: "Flaticon";src: url("/fonts/flaticon/Flaticon.eot");src: url("/fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),url("/fonts/flaticon/Flaticon.woff") format("woff"),url("/fonts/flaticon/Flaticon.ttf") format("truetype"),url("/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");font-weight: normal;font-style: normal;}


.hidden
{ display: none; }

/* Przerywniki */
.cl, .clear
{
    clear: both;
    height: 0px;
    font-size: 0px;
}
.clr
{
    clear: both;
    width: 100%;
    height: 15px;
    font-size: 15px;
}

.baner_clr
{
    clear: both;
    width: 100%;
    height: 15px;
}

/* oddzielacz zajawek poziomy */
.zaj_cl, 
.cl_hr
{
    width: 100%;
    height: 0px;
    clear: both;
    font-size: 0px;
    margin: 15px 0px 15px 0px;
    border-top: 1px solid #898989;
}

abbr
{ border: none;text-decoration: none; }

/* justowniki */
.bottom
{
    width: 100%;
    clear: both;
    margin: 0px 0px 0px 0px;
}

.top
{
    margin: 0px 0px 10px 0px;
    clear: both;
}

/* podstawa stylowania róznych table (dokumenty, kontakt, kalendarz itp. */
table.table_common
{
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
    margin: 0px 15px 0px 0px;
    table-layout: fixed;
}

table.table_common tr[onclick]
{ cursor: pointer; }

table.table_common tr:nth-child(2n+1)
{
    background-color: #ffffff;
    transition: all 0.5s ease;
}

table.table_common tr:nth-child(2n)
{
    background-color: #f6f6f6;
    transition: all 0.5s ease;
}

table.table_common tr.even
{
    background-color: #ffffff;
}

table.table_common tr.odd
{
    background-color: #f4f4f4;
}

table.table_common tr.hidden-day > td:first-child
{
    text-indent: -9999px;
    font-size: 0px;
}

table.table_common tbody tr:hover
{
    text-shadow: 0 0;
    background: #ededed;
    color: #000;
    transition: all 0.35s ease;
    transition-delay: 0.15s;
}

table.table_common td 
{
    padding: 6px 6px 6px 6px;
    text-align: right;
}

table.table_common td a
{ display: inline-block; }

table.table_common th 
{
    padding: 6px 6px 6px 6px;
    background: #ededed;
    color: #000;
    width: 30%;
}

table.table_common textarea,
table.table_common input[type="text"],
table.table_common input[type="password"],
table.table_common select {
    width:100%;
}

table.table_common label {font-weight:bold;}
table.table_common td.help {font-size:90%; padding: 0px 6px;}

/******************************************************************************/
table.table_data
{
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border: none;
    border-collapse: collapse;
}

table.table_data th,
table.table_data td
{ padding: 5px 10px; }

table.table_data th
{
    background: #f6f6f6;
    vertical-align: top;
    text-align: left;
    width: 32%;
}

table.table_data th label
{
    text-align: left;
    float: left;
    font-size: 11pt;
    font-family: 'Trebuchet MS', sans-serif;
    line-height: 150%;
}

/* formularz dodawania obiektow ***********************************************/
table.table_data.dodawanie_obiektow th{background: #f6f6f6;vertical-align: top;text-align: left;width: 32%;}
table.table_data.dodawanie_obiektow tr:nth-child(2n){ background-color: #F9F8F8; }
table.table_data.dodawanie_obiektow span.help{clear: both;display: block;padding: 4px 0px;font-size: 11px;color: gray;}
table.table_data.dodawanie_obiektow input[type="text"],table.table_data input[type="password"],table.table_data select{ width: 100%; }
input[type="text"]#ofertyinwestycyjne_terminprzetargu{ width: 90%; }
table.table_data.dodawanie_obiektow textarea{ width: 100%;}
.form_actions {float: right;}
.form_actions input.button + input.button, .form_actions input.button + input.submit {margin-left: 15px;}

/* NAWIGATOR ******************************************************************/
.navigator
{
    width: 100%;
    color: black;
    float: none;
    padding: 15px 0px 25px 0px;
    font-family: 'Pt Sans Narrow',Arial;
}

.navigator ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0;
    text-align: left;
    font-size: 107%;
}

.navigator ul > li
{
    display: inline-block;
    vertical-align: top;
}

.navigator ul > li > a
{
    display: block;
}

.navigator ul > li span 
{
    vertical-align: middle;
    display: inline-block;
    font-family: 'Ubuntu',Arial;
	text-shadow: 0px 0px;
}

.navigator .navigator_home
{
    padding: 0px 0px 0px 0px;
 
}

.navigator .navigator_home:before
{ 
    background: url(/images/portal/icon.png) no-repeat 3px -37px;
    content: '';
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.navigator span:after
{
    margin: 0 15px;
    content: '»';  
    vertical-align: text-bottom; 
}

.navigator_home:hover:before{
    background: url(/images/portal/icon2.png) no-repeat 3px -37px;
}

.navigator a:hover
{ color: #DC3433; }

/*Klasy div uzywane do zakladek yetii*/
div.zakladki,
div.jezyki,
div.jezyki_1,
div.jezyki_2{
    /* display: none; */
}
/*ustawienia captcha - kontakt - polecaneLinki itd.*/
div.captcha_zglos{width: 100%;}
input.input_captcha{border: 1px solid silver;}
div.kontakt_uwagi{margin-bottom: 15px;margin-top: 15px;}
div.kontakt_details{margin-top: 5px;line-height: 160%;}
img#captcha_img{width:100%;height:auto;}

optgroup {
    font-style: normal;
}

.center_item {
    clear: both;
    padding: 5px 2px 5px 2px;
}

.menu_kat_icon{
    width: 16px;
    height: 16px;
    float: left;
    margin: 0px 2px 0px 0px;
}

.menu_kat_icon + span
{
    display: block;
    padding: 0px 0px 0px 20px;
}

/* Translator Google */
.translate-bar.component{
    float:right;
    padding: 0px;
    margin: 20px 0px 20px 20px;
    min-width: 265px;
}

.goog-te-gadget-simple{
    border:none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-transform: lowercase;
}

.translate-bar{ 
    text-align: center;
}

.translate-bar > a > img{ 
    margin: 5px 5px 10px;
    border: none;
}

#google-translation-flags {
    float: left;
    margin: 3px 5px 0px 5px;
}

#google-translation-flags > span {
    display: block;
    float: left;
    margin: 0px 0px 0px 10px;
    line-height: 0px;
}


#google-translation-flags > span img{
    border:1px solid white;
}

#google-translation-flags > span img:hover{
    border:1px solid red;
    cursor:pointer;
}

#google_translate_element .goog-te-gadget-icon{
    width:18px;
}

.goog-te-menu-value > span + img + span{
    display:none;
}

.goog-te-menu-value > span + img + span + img + span,
.goog-te-menu-value > span + img + span + img{
    display: inline-block;
    color: rgb(155, 155, 155) !important;
}

div#google_translate_element {
    float: left;
    margin-left: 20px;
}

#google-translation-flags > span:focus {
    outline-offset: -2px;
}


.goog-te-gadget-simple a,
.goog-te-gadget-simple > span,
.goog-te-gadget-simple > img{
    display:block;
}

.goog-te-gadget-simple > span,
.goog-te-gadget-simple > img{
    float: left;

}

body > .skiptranslate iframe {
    display: none;
}

body{
    top:0px !important;
}

/* End Translator Google */

span.label,
div.label
{
    width: 5px;
    min-height: 20px;
    margin-right: 5px;
    display: block;
    float: left;
    vertical-align: baseline;    
}

.zajawka span.label,
.zajawka div.label,
*[class^="level-"] span.label,
*[class^="level-"] div.label
{
    background-image: none !important;
}

span.informator-label
{
    width: 20px; 
    height: 20px; 
    margin-right: 8px; 
    display: inline-block; 
    vertical-align: middle;  
}

article header .label,
header.belka .label,
.mainMenu .block > a > .label
{
    width: 20px; 
    height: 20px; 
    padding: 2px;
    border-radius: 3px;
    vertical-align: baseline;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

header.belka .title .label
{ 
    margin-right: 10px; 
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

div.concept-gallery{
    cursor: pointer;
    height: 0;
    overflow: hidden;
}
p.tekst_img_zajawka { cursor:pointer;float: left; margin: 0px 10px 0px 0px; padding: 0px 0px 0px 0px; }
p.tekst_tytul_zajawka { cursor:pointer;margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; font-weight: bold; font-size: 12pt;}
p.tekst_zajawka_zajawka {  cursor:pointer;margin: 0px 0px 0px 0px; padding: 0px 0px 10px 0px; font-size: 9pt; }
p.tekst_ilosc_zajawka {  cursor:pointer;margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 8pt; }
p.tekst_img_zajawka { cursor:pointer;float: left; margin: 0px 10px 0px 0px; padding: 0px 0px 0px 0px; }

/* CONCEPT HYPER TITLE SLIDER */
.naglowek_homepage {
    margin: 0 auto;
    position: relative;
    background: white;
    clear: both;
}
.hyperss-text .hyperss-title {
    color: #FFFFFF;
    font-family: 'Dosis',sans-serif;
    font-size: 17pt;
    padding: 0 15px;
    text-align: left;
}

.hyperss-text .hyperss-description {
    color: #FFFFFF;
    font-family: 'Dosis',sans-serif;
    font-size: 14pt;
    padding: 0 15px;
    text-align: left;
}

#hyperss{width: auto !important;}
#hyperss .slide {width: 100% !important;overflow: hidden;}
#hyperss a.title-container.current {display: block;height: 100%;width: 100%;cursor: pointer;z-index: 3;position: absolute;top:0}
#hyperss .slide-image {max-width: 100% !important;width: 100% !important;}
#hyperss .slide-image .the-image {height: 100%;background-size:cover !important;}
#hyperss a.title-container {position: absolute;display: block;height: 100%;top:0}
#hyperss a.title-container.disabled > div.title-wrapper {display: none;}
#hyperss .hyperss-text {bottom: 40px;left: 40px;}
#hyperss .hyperss-text .hyperss-title {z-index: 3;color: #000;font-family: Arial, sans-serif;font-size: 14pt;padding: 0 0px;text-align: left;max-width: 1190px;margin: 0px auto 0px auto;position: relative;letter-spacing: -0.2px;bottom: 0px;}
#hyperss .hyperss-text .hyperss-title span {padding: 12px 36px 15px 32px;background-color: #fff;white-space: nowrap;}
#hyperss .hyperss-text .hyperss-title span:empty {display:none;}
#hyperss .hyperss-text .hyperss-description {color: #000;font-family: Arial, sans-serif;font-size: 12pt;padding: 0 15px;text-align: left;}
#hyperss .pager_container {position: absolute;z-index: 4;width: 100%;bottom: 20px;text-align: right;right: 30px;}
#hyperss .pager{margin: 0px auto;position: relative;display: block;max-width: 1190px;float: right;margin-right: 30px;}
#hyperss .pager > div {width: 15px;height: 15px;padding: 5px;margin: 0 5px;display: block;float: left;color: #000;background: rgba(255, 255, 255, 0.35);cursor: pointer;text-align: center;line-height: 15px;font-size: 110%;font-weight: bold;transition:all .15s;}
#hyperss .pager > div:hover {background: rgba(255, 255, 255, 1);}
#hyperss .pager > div.current, #hyperss .pager > div:hover, #hyperss .pager > div:focus, #hyperss .pager > div:active {background-color: #982A41;}
#hyperss:not(.has-many-pages) .arrows_container {display:none;}
#hyperss .arrows_container {position: absolute;top: 50%;margin-left: 50%;z-index: 10;width: 100%;}
#hyperss .arrows {width: 100%;max-width: 1190px;transform: translateX(-50%) translateY(-100px);}
#hyperss .nav-arrow {width: 53px;height: 101px;position:relative;float:left;cursor:pointer;}
#hyperss .nav-arrow::before {content:'';display:block;background:#000;position:absolute;opacity:0.2;top:0;right:0;bottom:0;left:0;transition: all .15s;width:auto;height:auto;}
#hyperss .nav-arrow:hover::before {opacity:1;}
#hyperss .nav-arrow::after {content:'';display:block;background:transparent url('../../images/common/carousel-next.png') no-repeat center center;position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;}
#hyperss .nav-arrow.arrow-right {float:right;}
#hyperss .nav-arrow.arrow-right::after {background:transparent url('../../images/common/carousel-prev.png') no-repeat center center;}
#hyperss .nav-arrow:hover::before {opacity:1;background:#fff;}

/* info o cookies */

#cookies-message {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid rgb(249, 217, 118);
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #f9d976;
    width: 100%;
    z-index: 16;
}

#accept-cookies-checkbox {
    background-color: #615F5A;
    padding: 1px 10px;
    color: #FFF;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    text-decoration:none;
    cursor: pointer;
}
#accept-cookies-checkbox:hover {
    background-color: #EC393F;
}

.promowana
{
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0px;
    display: inline-block;
    /*    float: right;
        clear: right;*/
    background: url('../../images/common/promowana.png') no-repeat center center;
    background-size: 15px 15px;
    vertical-align: text-bottom;
}

blockquote
{
    padding-left: 50px !important;
    margin: 0 !important;
    background-image: url("../../images/common/quote-b.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    overflow: auto;
}

blockquote > p
{
    padding-right: 50px !important;    
    margin: 10px 0 10px 0 !important;
    background-image: url("../../images/common/quote-q.png");
    background-position: right top;
    background-repeat: no-repeat;
}

.author
{ position: relative; }

/* WIZYTOWKA */
.author:hover > .wizytowka
{ display: block !important; }

.wizytowka
{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 330px;
    padding: 8px;
    border: 1px solid #982A41;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 0 15px 0px #B1B1B1;
    background: #fff;
    z-index: 2;
    color: #898989;
}

.wizytowka > .left + div
{ 
    width: 150px; 
    float: right; 
}

.wizytowka .right
{
    margin: 0 0 0 10px;
    float: right;
    display: block;
}

span.notice
{
    border: 1px solid green;
    padding: 3px;
    margin: 1px 0 1px 2px;
    background-color: #E7FFE7;
    color: green;
    font-weight: bold;
    cursor: default;
    display: block;
}

span.error
{
    border: 1px solid red;
    padding: 3px;
    margin: 1px 0 1px 2px;
    background-color: #FFFFC0;
    color: red;
    font-weight: bold;
    cursor: default;
    display: block;
}

#template-preview
{
    width: 300px;
    padding: 10px 10px 10px 50px;
    margin: 0 -160px;
    position: fixed;
    top: 0;
    left: 50%;
    background: #fff url('/images/portal/info.png') no-repeat left center;
    opacity: 0.6;
    box-shadow: 0 0 15px 0 #333;
    border-radius: 0 0 15px 15px;
    color: #000080;
    cursor: pointer;
    z-index: 20;
}

#template-preview:hover
{
    opacity: 0.9;    
}

/* komunikat dla przestarzalych przegladarek */
#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#jr_inner ul li {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 122px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center;
}

#jr_inner li a {
    color: #333;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#jr_inner li a:hover {
    text-decoration: underline;
}

#jr_inner .jr_icon {
    width: 100px;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer;
}
/*************************************/

.match-rate-bg
{
    width: 100%;
    height: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    background: #f6f6f6;
    position: relative;
    display: block;
}

.match-rate-bg > .text
{
    width: 100%;
    height: 12px;
    padding: 2px 0;
    margin: 0;    
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 12px;
    font-weight: bold;
    z-index: 1;
}

.match-rate-bg > .bar
{
    height: 16px;
    padding: 0;
    margin: 0;    
    position: absolute;
    top: 0;
    left: 0;
    background: #ffa;
    z-index: 0;
}

.progress_bar
{
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress_bar > div
{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #982A41;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
    animation: progress-bar-stripes 2s linear infinite;
}

.rating-back
{
    position: relative;
    width: 100%;
    text-align: justify;
}

.rating-back > span
{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: top;
}

.rating-back > span[onclick]
{ cursor: pointer; }

.strech
{
    display: inline-block;
    width: 100%;
    height: 0;
}

.rating-help
{
    margin: 0px 0 -5px 10px;
    display: inline-block;
    vertical-align: text-bottom;
}

.rating-help > span.wizytowka
{ display: none; }

.rating-help:hover > span.wizytowka
{ display: block; }

#rating-updater > span
{ float: left; }

#mobileMessage {position: fixed;top: -200%;left: 0px;width: 100%;height: 100%;border: none;box-shadow: rgb(0, 0, 0) 0px 0px 25px 0px;opacity: 0.9;color: rgb(0, 0, 0);font-family: arial;font-size: 14px;text-align: left;z-index: 1000;display: block;background-color: rgb(255, 255, 255);}
a.niet {padding: 25px 25px 30px 130px;background: url(/images/portal/cancel.png) no-repeat scroll 18px;margin: 20px 0px 0px 0px;cursor: pointer;display: inline-block;font-size: 50px;border: 1px solid black;border-radius: 10px;}
a.tak {padding: 25px 15px 30px 125px;background: url(/images/portal/ok.png) no-repeat scroll 18px;margin: 20px 0px 0px 0px;cursor: pointer;display: inline-block;font-size: 50px;max-width: 168px;border: 1px solid black;border-radius: 10px;}


/* oznaczenie wymaganych pol w formularzach dodawania tresci od strony internauty */
abbr.required {font-size:150%;color:red; position: relative; top: 7px; }
ul.error_list{margin: 0px 0px 7px 0px;padding: 0;}
ul.error_list li{padding: 2px;padding-left: 25px;list-style: none;color: #f33;font-weight: bold;background: url('/sfPropelPlugin/images/error.png') no-repeat 2px 2px;}
.valid {border: 1px solid #969696; background-color: lightyellow;}
input.valid-err, .valid-err {border: 1px solid #f33;background-color: lightyellow;}
.box_valid {width: 98%;padding: 5px;border: 1px solid #ddd;text-align:center;margin: 5px auto 15px;background-color: #eee;}
.box_invalid {width: 98%;padding: 5px;border: 1px solid #f33;background-color: lightyellow;text-align:center;margin: 5px auto;}

/* formy dodawania od strony użytkownika */
div.new_form {display:table;width:100%;border-collapse: collapse;}
div.new_form_row {display:table-row;}
div.new_form_row > div {display:table-cell;padding:0px 10px;}
div.new_form_row div.new_form_label {background: #f6f6f6;width:160px;font-weight: bold;vertical-align: top; padding: 3px 10px;}
div.new_form.small div.new_form_label {width:110px;font-weight: bold;vertical-align: top;}
div.new_form_row span.new_form_help,
.help {
    font-size: 80%;
    display: block;
    color: gray;
    padding: 0 0 6px 0px;
    clear: left;
}
.help > .sub-help
{
    font-weight: normal;
}
.help > .sub-help:before
{
    content: '* ';
    font-size: 150%;
    color: #982a41;
}
div.new_form select {width: 100%;margin: 3px 0px; padding: 3px 3px;}
div.new_form input[type="text"],div.new_form_common input[type="password"] {width: 99%;margin: 3px 0px; padding: 3px 3px;}
div.new_form textarea {width: 99%;}
div.new_form table.mceLayout {width: 100% !important;}
div.new_form_cl {clear: both; height: 1px; font-size: 0px; margin: 5px 0px 10px 0px; background-color: #eee; display:block;}
.extra-toggler {cursor: pointer;}
#geoCode {width: 80%;float: left;margin: 0px 5px;padding: 5px 15px;}
/* mała forma kontaktu */
.smallForm.component div.new_form_row {width:100%;font-weight: normal;vertical-align: top;}
.smallForm.component div.new_form_row > div {display:inline-block;padding:0px; width: 100%;}
.smallForm.component div.new_form_label {background: #f6f6f6;width:auto;font-weight: bold;vertical-align: top; padding: 3px 10px;}

div.new_form input[type="text"].hasDatepicker {width:75%;}
/*triger kalendarzyka*/
img.ui-datepicker-trigger {
    vertical-align: middle;
    margin-left: 5px;
    height: 25px;
    cursor:pointer;
    float:right;
}

/* koniec mała forma kontaktu */
/* AUDIO PLAYER */
.audioMiniPlayer 
{
    margin: 0px 0px 0px 10px;
    float: right;
}

/* OCENY ARTYKULOW / RATING */
.article-rating
{
    padding: 15px 0 0 0;
    clear: both;
}

/* BELKI */
.belka
{
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: black;
    background: #fff;
    clear: both;
    position: relative;
    text-align: left;
}

.belka:after
{ 
    content: " ";
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}

.belka .title
{ display: inline-block; }

.belka .title > span,
.belka .title > a
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-align: left;
	font: normal normal 500 29px/30px 'Ubuntu',Arial;
}
/* nadpisanie niektorych belek - wielkosc czcionek */
.belka .small a {
    text-transform: none;
}

.belka .info
{ float: right; }

/* struktura drzewiasta */
.tree_small
{
    margin: 10px 0 0 0;
    font-size: 90%;
    display: block;
    text-align: left !important;
    color: #898989;
}

.tree_small .subtree
{
    padding: 3px 0 0px 25px;
    margin: 5px 0 0px 0px;
    display: block;
    background: url('../../images/tree_menu/minusbottom.gif') no-repeat top left;
    text-align: left !important;
}

.tree_small .subtree a:hover {color:red;}

/* napis pogrubiony */
.napis_pogrubiony 
{
    padding: 10px 15px 10px 10px;
    margin: 0 0 15px 0;
    color: #000000;
    text-align: right;
    font-size: 95%;
    /*background: linear-gradient(165deg, transparent, transparent, transparent, #f6f6f6, #f6f6f6);*/
}

.napis_pogrubiony.empty-results span
{
    width: 100%;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #aeaeae;
    /*letter-spacing: 1px;*/
    font-size: 150%;
    padding: 30px 0;
    font-weight: normal;
    /*border-bottom: 1px solid #982A41;*/
}

.napis_pogrubiony.empty-results span:before
{
    content: '\e25e';
    font-family: 'Icomoon';
    font-size: 150%;
    padding: 0 10px 0 0;
    font-weight: normal;
    vertical-align: sub;
}

.napis_pogrubiony b,
.napis_pogrubiony span
{ 
    color: #982A41; 
    font-weight: bold;
}

.zajawka .napis_pogrubiony
{
    float: right;
    padding: 3px 5px;
    /*background: linear-gradient(to bottom right, transparent, #f6f6f6);*/
    background: #eaeaea;
    color: #000;
    border-radius: 3px;
}

/* PAGER **********************************************************************/
.page_bar{
    padding: 5px 0;
    margin: 25px 0px 25px 0px;
    clear: both;
}

.page_bar table{
    margin: auto; 
    width: 100%;
}

.items_counter{
    clear: both;
    padding: 10px 0px 0px 0px;
    display: block;
    color: #000;
    font-size: 16px;    
}

.page_bar td.prev,
.page_bar td.next{
    width: 15%;
    min-width: 90px;
}

.page_bar td.prev{
	text-align:left;
}


.page_bar td.next{
	text-align:right;
}

.page_bar td.num_pages{
    font-size: 125%;
    font-weight: 400;
    text-align: center;
    cursor: default;
}

.num_pages a,
.num_pages > strong{
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #01812C;
	font-family: 'Fira Sans',Arial;
}

.page_bar div.full_prev a::before,
.page_bar div.full_next a::before,
.page_bar div.prev a::before,
.page_bar div.next a::before{
    font-family: 'FontAwesome', Helvetica;
    font-size: 300%;
    cursor:pointer;
    padding: 0px 8px;
    display:block;
}

.page_bar div.full_prev a::before{
	content: "\f100";
}

.page_bar div.full_next a::before{
	content: "\f101";
}

.page_bar div.prev a::before{
	content: "\f104";
}

.page_bar div.next a::before{
	content: "\f105";
}

.page_bar td.num_pages,
.page_bar div.full_prev a::before,
.page_bar div.full_next a::before,
.page_bar div.prev a::before,
.page_bar div.next a::before{
	color: #DC3433;
}

.num_pages a:hover,
.num_pages a:focus,.num_pages > strong,
.page_bar div.full_prev a:hover::before,
.page_bar div.full_prev a:focus::before,
.page_bar div.full_next a:hover::before,
.page_bar div.full_next a:focus::before,
.page_bar div.prev a:hover::before,
.page_bar div.prev a:focus::before,
.page_bar div.next a:hover::before,
.page_bar div.next a:focus::before{
    background-color: #DC3433;
    color: white;
}

.page_bar div.full_prev,
.page_bar div.full_next,
.page_bar div.prev,
.page_bar div.next{
    display: inline-block;
    position: relative;
}

.page_bar .full_prev a span,
.page_bar .full_prev a:hover span,
.page_bar .full_next a,
.page_bar .full_next a:hover,
.page_bar .prev a,
.page_bar .prev a:hover,
.page_bar .next a,
.page_bar .next a:hover{
    display: block;
    text-decoration: none;
    width: 100%;
    line-height: 47px;
    vertical-align:middle;
}

.page_bar .full_prev a span,
.page_bar .full_prev a:hover span,
.page_bar .full_next a span,
.page_bar .full_next a:hover span,
.page_bar .prev a span,
.page_bar .prev a:hover span,
.page_bar .next a span,
.page_bar .next a:hover span
{    font-size: 0;
    position:absolute;
    top:0;
}

.page_bar table {
    margin: auto;
    width: 100%;
    display: block;
}


.page_bar table > tbody {
    display: block;
    width: 100%;
}

.page_bar table > tbody > tr{
	width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
}


.page_bar table > tbody > tr > td.prev{
	display: inline-block;
    float: none;
	min-width: auto;
	max-width: 100%;
	vertical-align: top;	
	width: auto;
	position: relative;
    top: -9px;
}

.page_bar table > tbody > tr > td.num_pages{
	float: none;
    display: inline-block;
    margin: 0px 25px;
}

.page_bar table > tbody > tr > td.next{
	display: inline-block;
    width: auto;
    min-width: auto;	
	vertical-align: top;
	position: relative;
    top: -9px;
}

.page_bar table > tbody > tr > td.next > div{
	float:left;
}

.page_bar table > tbody > tr > td.prev > div{
	float:left;
}

/* end pager */

/******************************************************************************/

a[accesskey]
{ font-size: 0%; }

/**  POWIAZANE  ***************************************************************/
.powiazane
{
    margin-top: 10px;
    padding-top: 10px;
}

.powiazane .grafika
{
    float: left;
    margin: 0 10px 10px 0;
}

.powiazane .title,
.powiazane .info
{
    display: inline;
}

.powiazane .gal_icon, 
.powiazane .file_icon { 
    float: left;
    margin: 0px 5px 0px 0px;
}

.zal_items + .zal_items {
    margin: 15px 0px 0px 0px;
}
.powiazane .file_title {
    float: left;
}

.powiazane .gal_title a {

    color: #000000;
    display: block;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    text-align: left;
}
.powiazane .file_title a {
    min-height: 38px;
    color:#4c4c4c;
    display:block;
    line-height:150%;
    margin:0;
    padding:5px 0 5px 55px;
    text-align: left;
    font-size: 107%;
	font-family: 'Ubuntu',Arial;
}

.powiazane .file_title a span
{
    width: 100%;
    display: inline-block;
}

.news_footer_menu {
    font-size: 128%;
    line-height: 25px;
    padding: 10px 0px;
}

.powiazane .file_title a:hover span,
.powiazane .file_title a:hover{
	color:#DC3433;
}

.size{
	color:#01812C;
	font-weight: 500;
}

.powiazane header
{ margin: 0 0 15px 0; }

#files.files > div
{
    width: 100px;
    overflow: hidden;
    margin: 0 10px 10px;
    display: inline-block;
    vertical-align: top;
}

#files.files > div > p
{
    margin: 0;
}

article aside.left {
    float: none;
	padding: 0px;
}

.zip_link{
    color: #01812C;
    font-weight: bold;
    font-size: 150%;
    margin: 0px 0px 21px 20px;
}

.zip_link:hover,
.zip_link:focus,
.zip_link:active
{ color: #DC3433;}


a.software_attach {
    float: right;
    display:block;
    margin: 0px 0px 10px 0px;
    font-size: 0px;
}

a.software_attach:before{
    color: #01812C;
    font-family: Flaticon;
    font-size: 30px;
    content: "\f100";
    vertical-align: text-top;
}

a.software_attach:hover:before{
	color: #DC3433;
}


/*
.zip_link:before
{
    margin: 15px 10px 0 0;
    content: '\e44f';
    font-family: 'Icomoon';
    vertical-align: baseline;
    font-size: 250%;
}
*/

/**  NUMBERS  *****************************************************************/
div.numbers
{
    margin: 15px 0px 0px 0px;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

div.numbers div
{
    width: 25px;
    height: 25px;
    flex-basis: auto;
    /*flex-grow: 1;*/
    flex-shrink: 1;    
    background: #01812C;
    color: white;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin-left: 22.5px;
}

div.numbers div:first-child{
	margin-left:0px;
}

div.numbers div:hover, 
div.numbers div.sel
{
    background: #DC3433;
    color: #fff;
}

/**  ZAKLADKI   ***************************************************************/
ul.tabs 
{
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin: 0px 0px 15px 0px;
    padding: 0px;    
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

ul.tabs li
{
    color: black;
    cursor: pointer;
    flex-basis: auto;
    text-align: center;
    white-space: nowrap;
    margin: 0px 12px 0px 0px;
    position: relative;
    padding: 0px 13px;
	font-family: 'Ubuntu',Arial;
	
}

ul.tabs li.rss {
    background: url(/images/portal/rss.png) no-repeat;
    position: absolute !important;
    right: 0px;
    top: 0px;
    z-index: 2;
    width: 71px;
    height: 35px;
    margin: 0px;
    padding: 0px;
}

ul.tabs li.rss:hover {
    background: url(/images/portal/rss.png) no-repeat;
}

ul.tabs li:hover,
ul.tabs li.sel {
    background: #01812C;
	color:white;
}

ul.tabs li:hover *,
ul.tabs li.sel * {
    border-color: #01812C !important;
	color:white;
}

/* dla zakladek w formach dodawania */
ul.tabs.form li
{
    float: left;
    width: auto;
    list-style: none;
    border: 1px solid silver;
    padding: 0px 0px 0px 0px;
    margin: 2px 4px -1px 0px;
    font-size: 12px;
    color: black;
    background-color: #d2d2d2;
    border-top: 3px solid silver;
    border-radius: 4px 4px 0 0;
}
ul.tabs.form li:hover, ul.tabs.form li:focus, ul.tabs.form li.sel {
    background-color: #fff;
    border-top: 3px solid crimson;
    color: crimson;
    transition: none;
    border-bottom: 1px solid #fff;
}
ul.tabs.form li:hover > *, ul.tabs.form li:focus > *, ul.tabs.form li.sel > * {transition: none;}
ul.tabs.form li > * {background: none}

ul.tabs li.filtr
{
    text-shadow: 0 0;
    vertical-align: middle;
    cursor: default;
}

ul.tabs li.filtr:before
{
    content: "\e340";
    font-family: 'Icomoon';
    /*color: #982A41;*/
    /*background-color: #fff;*/
    font-size: 150%;
    display: inline-block;
    margin: 2px 5px 0 0;
}

ul.tabs li > *
{  
    padding: 7px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    line-height: 15px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid;
    font-family: 'Ubuntu',Arial;
    font-size: 128%;
}



ul.tabs li a.error
{
    background-image: url(/sfPropelPlugin/images/error.png);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    padding-left: 25px;
}

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

div.decorate
{
    padding: 12px 0 0 0;
    margin: 0 0 12px 0;
}
/* WYSZUKIWARKA ***************************************************************/
.comn-wyszukiwarka
{ position: relative; }

*[id^="search_box"] 
{ }

*[id^="adv_form"] .closer
{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color: #982A41;
    position: absolute;
    top: 10px;
    right: 0px;
}

*[id^="adv_form"] .closer:before
{
    font-family: 'Icomoon', 'FontAwesome';
    content: '\e268';
    vertical-align: baseline;
}

*[id^="adv_form"] .closer:hover
{ 
    color: #fff;
    background-color: #982A41;
}

.rollas
{
    padding: 0;
    width: 18px;
    height: 18px;
    font-size: 115%;
    position: absolute;
    top: 4px;
    left: 6px;
    z-index: 13;
    cursor: pointer;
    color: #982a41;
}

.rollas:hover,
.rollas:focus
{ color: #982a41; }

.rollas:after
{ 
    font-family: 'Icomoon', 'FontAwesome';
    display: inline-block;
    vertical-align: baseline;
    content: "\e2cf";
}

.rollas.roll_sel:after
{ 
    font-family: 'Icomoon', 'FontAwesome';
    display: inline-block;    
    vertical-align: baseline;
    content: "\e2cb";
}

*[id^="adv_form"] #search_data_od, *[id^="adv_form"] #search_data_do,
*[id^="adv_form"] #search_data_rozpoczecia, *[id^="adv_form"] #search_data_zakonczenia,
*[id^="adv_form"] #search_od, *[id^="adv_form"] #search_do,
*[id^="adv_form"] input[type="text"]#search_www,
*[id^="adv_form"] #search_miasto,
*[id^="adv_form"] #search_ulica,
*[id^="adv_form"] #search_telefon,
*[id^="adv_form"] #search_powierzchnia_od,
*[id^="adv_form"] #search_powierzchnia_do,
*[id^="adv_form"] #search_cena_od,
*[id^="adv_form"] #search_cena_do,
*[id^="adv_form"] #search_typ
{
    border: 1px solid silver;
    float: left;
    height:22px;
}

*[id^="adv_form"] #search_wiek,
*[id^="adv_form"] #search_stopien,
*[id^="adv_form"] #search_przyczyna,
*[id^="adv_form"] #search_kategoria, *[id^="adv_form"] #search_przeznaczenie
{
    border: 1px solid silver;
    width: 100%;
    max-width: 196px;
    margin: 0px 0px 10px 0px;
}

*[id^="adv_form"]
{
    float: right;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #982a41;
    position: relative;
    background: #fff;
}
*[id^="adv_form"] .search-menu-wrapper
{
    padding: 30px 15px 15px 15px;
    margin: 10px -15px -15px -15px;
}

section.wyszukiwarka-wrapper[style*="position"] *[id^="adv_form"]
{ box-sizing: border-box; }

*[id^="adv_form"] .info
{
    text-align: center;
    font-size: 12px;
    margin: 5px 0px 15px 0px;
}

*[id^="adv_form"] .center
{ padding-bottom: 6px }

*[id^="adv_form"] .left
{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #982A41;
    width: 100%;    
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}

section.wyszukiwarka-wrapper[style*="position"] *[id^="adv_form"] .left
{ flex-flow: row wrap; }

*[id^="adv_form"] table {
    flex: 1 0 30%;
    width: 30%;
    min-width: 220px;
}

*[id^="adv_form"] label
{
    cursor:pointer;
    float:left;
    padding:6px 5px 6px 0;
    max-width: 88%;
}

*[id^="adv_form"] select
{
    margin-top: 5px;
    width: 100%;
    padding: 1px 0;
}

*[id^="adv_form"] td input[type="checkbox"]
{
    float: left;
    margin: 9px 5px 0px 0px;
}

*[id^="adv_form"] input[type="text"] {clear:left;float:left;width:100%; border: 1px solid silver;}
*[id^="adv_form"] input[type="text"].hasDatepicker,input[type="text"].hasDatepicker {height:22px;clear:left;float:left;width:80%; border: 1px solid silver;}

.search_menu
{
    text-align: center;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
    color: #898989;
    list-style-type: none;
}

.search_menu li.item,
.search_menu li.item_sel 
{
    color: #898989;
    cursor: pointer;
    display: inline-block;    
    padding: 2px 0;
    margin: 0;
}

.search_menu li + li:before
{ 
    width: 10px;
    content: " | ";
    color: #c7d2db;
    display: inline-block;
}

.search_menu li.item_sel 
{
    font-weight: bold;
    color: #982A41;
}

.search_menu li.item:hover, 
.search_menu li.item_sel:hover 
{
    color: #DC3433;
}

.srch_inp 
{
    display: flex;
}



*[id^="search_box"] label[for$="search_query"]
{
    font-size: 0;
    display: none;
}

input.button, span.button
{
	width: auto;
    background-color: #DC3433;
    border: none !important;
    color: #ffffff;   
    padding: 7px 15px;
    font-weight: bold;
    font-size: 114%;
    font-family: inherit;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'PT Sans', Arial;
}

input.button + input.button,
input.button + input.submit
{ margin-left: 15px; }

span#dokuSearch.button {display:block;float:right;}

.wyszukiwarka-wrapper[style*="position: fixed"]
{ 
    margin: 0 -500px 0 0 !important;

    background: rgba(255, 255, 255, 0.4) !important;
    box-sizing: border-box;
    overflow: visible !important;
}

#search_query, 
*[id$="search_query"], 
#sz_query
{
	width: 190px;
    height: 34px;
    border: none;
    background: #ebebeb url(/images/portal/szukaj.png) no-repeat;
    box-sizing: border-box;   
    font-size: 100%;
    font-family: 'PT Sans',Arial;
    padding: 7px 20px 7px 36px;
    text-transform: lowercase;
}

fieldset {margin:0px; padding: 0px; border: none;}
legend {font-size: 0px;}

.mapa-strony ul
{
    list-style-type: square;
    margin: 0;
}

.mapa-strony ul li h3
{
    margin: 20px 0 0 0;
}

.article-archived
{
    width: 100px;
    text-align: center;
    transform: rotateZ(45deg);
    transform-origin: 100% 0;
    color: #fff;
    background: #eb0000;
    font-size: 110%;
    float: right;
    padding: 3px 20px;
    margin: 35px -15px 0 0;
    font-weight: bold;    
    position: relative;
}

.article-archived:before
{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 27px solid #eb0000;
    border-left: 27px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
}

.article-archived:after
{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 27px solid #eb0000;
    border-right: 27px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

.highlight
{
    padding: 0 5px;
    color: #fff;
    background-color: #DC3433 !important;
    border-radius: 3px;
    text-shadow: 0 0 #fff;
    letter-spacing: 0.75px;
}

.highlight > .highlight
{
    padding: 0;
}

#hyperss-loader{
    display:none !important;
}

.popup_newsletter div.new_form_row div.new_form_label{
    width:100px;
}


.popup_newsletter #submit_id{
    width: auto !important;
    margin-right: 3px;
}

#ibox_wrapper #ibox_footer_wrapper{
    position: absolute;
    font-size: 0px;
    top: -10px;
    right: -10px;
    left: auto;
    padding: 0;
    margin: 0;
}

#ibox_footer_wrapper{
    height:30px;
}

#ibox_wrapper #ibox_footer_wrapper a
{
    font-size: initial;
    color: #000;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    font-weight: normal;
}

#ibox_wrapper #ibox_footer_wrapper a:after
{
    font-family: 'Icomoon', 'FontAwesome';
    content: '\e268';
    vertical-align: baseline;
}

div.new_form_row div.new_form_label,
#ibox_content {
    background-color: white !important;
}

.view_change
{
    padding: 10px 15px;
    float: right;    
    background: #f2f2f2;
    position: absolute;
    top: 5px;
    right: 0px;
}

.view_change > *
{ 
    display: inline-block;    
    vertical-align: middle;
}

.view_change > a.view_normal:before
{ 
    content: '\e19e';
    font-family: "Icomoon";
    font-weight: bold;
    font-size: 125%;
}

.view_change > a.view_list:before
{ 
    content: '\e197';
    font-family: "Icomoon";
    font-weight: bold;
    font-size: 125%;
}

.view_change > a.view_table:before
{ 
    content: '\e360';
    font-family: "Icomoon";
    font-weight: bold;
    font-size: 125%;
}

.view_change > a
{ 
    color: #aeaeae;
    background: inherit;
    margin: 0 3px;
}

.view_change > a.sel
{ 
    color: #982A41;
    background: inherit;
}

.waiter-wrapper
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    background-color: rgba(255, 255, 255, 0.85);
    background-position: center center;
    background-repeat: no-repeat;
    color: #898989;
    transition: all 0.25s ease;
    -webkit-animation: fadein 0.35s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.35s; /* Firefox < 16 */
    -ms-animation: fadein 0.35s; /* Internet Explorer */
    -o-animation: fadein 0.35s; /* Opera < 12.1 */
    animation: fadein 0.35s;
}

.waiter-wrapper > .waiter:before
{
    /*content: '\e0a2'; /* v1 */
    /*content: '\e0aa'; /* v2 */
    /*content: '\e0ac'; /* v3 */
    /*font-family: "Icomoon";
    font-weight: normal;
    font-size: 500%;*/
    position: absolute;
    top: 15%;
    left: 50%;
    /*animation: spin 0.35s linear infinite;
    margin-left: -35px;*/
    background: url('../../images/common/sam3-loader.svg') no-repeat center center;
    content: '';
    width: 50px;
    height: 50px;
}

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/** licznik odwiedzin  **/
.visit-counter
{ 
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
}

.visits-label
{
    width: 60%;
    text-align: right;
    display: block;
    flex: 0 1 auto;
    color: #606060;
    background: #fff;
}

.visits-today,
.visits-yesterday,
.visits-week,
.visits-month,
.visits-total
{
    width: 30%;
    display: block;
    /*font-weight: bold;*/
    color: #404040;
    background: #fff;
    flex: 0 1 auto;
}

.visits-total
{ 
    font-size: 150%; 
    color: #982A41;
}

/* box z przyciskami akcji strony */

.actions
{
    float: right;
    font-size: 100%;
    color: #01812C;
    cursor: pointer;
    margin: 15px 0px 15px 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}

/* boxy obrazkow akcji */
.actions li.next, 
.actions li.prev, 
.actions li.pdf, 
.actions li.print, 
.actions li.back, 
.actions li.zglos, 
.actions li.pobierz,
.actions li.trip
{
    float: left;
    padding: 10px;
    margin: 0px 0px 10px 10px;
    display: block;
    font-family: 'FontAwesome', Helvetica;
}

.actions li.next:hover, 
.actions li.prev:hover, 
.actions li.pdf:hover, 
.actions li.print:hover, 
.actions li.back:hover, 
.actions li.zglos:hover, 
.actions li.pobierz:hover, 
.actions li.trip:hover
{
    color: #c91820;
}

.actions li.next::before, 
.actions li.prev::before, 
.actions li.pdf::before, 
.actions li.print::before, 
.actions li.back::before, 
.actions li.zglos::before, 
.actions li.pobierz::before, 
.actions li.trip::before
{
	font-size: 220%;
    cursor: pointer;
    padding: 0px 6px;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
    background-color: white;
    color: #01812C;
}

.actions li.prev::before{content: "\f100";}
.actions li.next::before{content: "\f101";}
.actions li.pdf::before{content: "\f1c1";}
.actions li.print::before{content: "\f02f";}
.actions li.back::before{content: "\f102";}
.actions li.zglos::before{content: "\f0e5";}
.actions li.pobierz::before{content: "\f019";}

.actions li.next:hover::before, 
.actions li.next:focus::before, 
.actions li.prev:hover::before, 
.actions li.prev:focus::before, 
.actions li.pdf:hover::before, 
.actions li.pdf:focus::before, 
.actions li.print:hover::before, 
.actions li.print:focus::before, 
.actions li.back:hover::before, 
.actions li.back:focus::before, 
.actions li.zglos:hover::before, 
.actions li.zglos:focus::before, 
.actions li.pobierz:hover::before, 
.actions li.pobierz:focus::before, 
.actions li.trip:hover::before,
.actions li.trip:focus::before
{
    background-color: white;
    color: #DC3433;
}

.actions li.next:hover, 
.actions li.next:focus, 
.actions li.prev:hover, 
.actions li.prev:focus, 
.actions li.pdf:hover, 
.actions li.pdf:focus, 
.actions li.print:hover, 
.actions li.print:focus, 
.actions li.back:hover, 
.actions li.back:focus, 
.actions li.zglos:hover, 
.actions li.zglos:focus, 
.actions li.pobierz:hover, 
.actions li.pobierz:focus, 
.actions li.trip:hover,
.actions li.trip:focus
{
    color: #DC3433; 
}


.hidden-wcag {
    position: absolute;
    left: -99999px;
    top: -99999px;
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    margin: 0;
    overflow: hidden;
}

.flex
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.flex > div
{
    position: relative;
    flex-grow: 1;
}

/* uzywane do listy liter w ksiazce adresowej na przyklad */
.flex-list
{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
}

.flex-list > *
{
    flex: 0 0 auto;
    min-width: 25px;
    max-width: 100%;
    min-height: 20px;
    margin: 0 0 5px 0;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    /*    background-color: #f2f2f2;
        color: #000;*/
}

.flex-list.decorated > *
{
    flex: 1 1 50%; 
    min-width: 240px; 
    text-align: left;
    padding: 10px;
    background: #fff;
    color: #000;
}

.flex-list > a:hover,
.flex-list > a:focus
{
    background-color: #982A41;
    color: #fff;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
/* TO SIE NIE WALIDUJE!! */
/*@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}*/

/* Safari, Chrome and Opera > 12.1 */
/*@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}*/

/* Internet Explorer */
/*@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}*/

/* Opera < 12.1 */
/*@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}*/

.kup-bilet
{
    padding: 3px 8px;
    margin: 5px 0 0 0;
    display: inline-block;
    background: #47464C;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
}

.kup-bilet:after
{
    content: '\e2bd';
    font-family: 'Icomoon';
    vertical-align: baseline;
    margin-left: 5px;
}

.play-trailer
{
    width: 46px;
    height: 50px;
    padding: 0 0 0 4px;
    margin: -40px auto 0;
    display: block;
    background: #47464C;
    color: #fff;
    border-radius: 25px;
    font-weight: normal;
    cursor: pointer;
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
    position: relative;
    z-index: 2;
}

.play-trailer:after
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    content: '\f04b';
    font-family: 'FontAwesome';
    vertical-align: baseline;
    text-align: center;
    font-size: 30px;
    display: block;
}

.kup-bilet:hover,
.kup-bilet:focus,
.play-trailer:hover,
.play-trailer:focus
{
    background: #982A41;
}

.ci-rotator-news > li.zaj-wrapper,
.ci-rotator-news > tr
{ position: absolute; }

.scroll-top
{
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 25px;
    z-index: 20;
    opacity: 0.5;
}

.scroll-top:focus,
.scroll-top:hover
{ opacity: 1.0; }

.scroll-top:focus
{
    outline: none !important;
}

.scroll-top:after
{
    display: block;
    content: '\f106';
    color: #fff;
    background: #01812C;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    float: right;
    text-indent: 0;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
}



.tabber-content > .tab .component
{
    padding: 0;
    margin: 0;
}


.tabber-content > .tab .component .belka .title.hidden-wcag + .numbers
{ margin-top: 0; }



.abtlikebox:before {
    content: url(/images/common/fb.png);
    float: left;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    left: -32px;
    top: 0;
}

.abtlikebox {
    float: right;
    height: 271px;
    padding: 0px 0px 0px 0px;
    width: 292px;
    z-index: 30;
    position: fixed;
    right: -292px;
    top: 171px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
}


.instagram:before {
    content: url(/images/common/instagram.png);
    float: left;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    left: -32px;
    top: 0;
}

.instagram {
    float: right;
    height: 271px;
    padding: 0px 0px 0px 0px;
    width: 292px;
    z-index: 30;
    position: fixed;
    right: -292px;
    top: 211px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.abtlikebox:hover,
.abtlikebox:focus,
.instagram:hover,
.instagram:focus
{
    z-index: 31;
}

#instagram-ajax
{
    width: 100%;
    height: 100%;
    background-color: #ccc;
    color: #000;
}

.instagram-wrapper
{
    width: 100%;
    padding: 1px;
    box-sizing: border-box;    
    background-color: #fff;
    color: #000;
    background-clip: content-box;
    cursor: default;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-position: top left;
    /*filter: blur(5px) opacity(30%);*/
    /*filter: opacity(30%);*/    
}

.instagram-wrapper img
{
    display: block;
    float: left;
    /*border-radius: 50%;*/
    max-width: 40%;
    margin: 10px 5%;
    height: auto;
    filter: none;
}

.instagram-wrapper .full_name
{
    width: 100%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    font-weight: bold; 
    font-size: 115%;    
    filter: none;
}

.instagram-wrapper .bio,
.instagram-wrapper .website
{
    width: 100%;
    padding: 0px 10px 10px 0;
    box-sizing: border-box;    
    font-size: 90%;
    filter: none;
}

.instagram-wrapper.recent_media
{
    display: flex;
    flex-flow: row wrap;    
    filter: none;
}

.instagram-wrapper.recent_media > *
{
    flex: 0 0 24%;
    max-width: 24%;
    height: auto;
    filter: none;
}

div[id^="editPix_mini"], 
div[id^="editPix_thumb"], 
div[id^="editPix_normal"], 
div[id^="editPix_flash"] {
    position: fixed;
    width:94%;
    height:94%;
    padding: 0px;
    border:5px solid #CCC;
    background-color: #ffffff;
    z-index:1000;
    top: 3%;
    left: 3%;
    margin: -5px 0 0 -5px;
    box-shadow: 0 0 30px #333, 0 0 50px #333;
} 

/* dla galerii internauty */
.big_save, .big_del{float: left;width: auto;height: 22px;padding: 0px 2px 4px 24px;margin: 0 0 0 5px;border-top: none;border-right: none;border-bottom: none;border-left: 1px solid #808080;font-size: 11px;box-sizing: border-box;line-height: 22px;}
.big_save{background: transparent url(../../images/admin/button_icons.gif) no-repeat scroll 3px -20px;}
.big_del{background: transparent url(../../images/admin/button_icons.gif) no-repeat scroll 3px -200px;}

#overlay
{
    display: none;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11; /* min 11, zeby przykryc newsboxa */
}

/* z nysy do kafelkow -- masonery */
ul.kafelki {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0px 0px 24px;
    overflow:hidden;
    position:relative;
}

ul.kafelki .grid-sizer,
ul.kafelki .grid-item {
    float:left;
    height:134px;
    width:24.5%;
    margin-bottom:8px;
}
ul.kafelki .gutter-sizer {
    width:calc( 2% / 3 );
}
ul.kafelki .grid-item.grid-item--width2 {
    width: calc( 49% + (2% / 3) );
}
ul.kafelki .grid-item.grid-item--height2 {
    height:276px;
}
ul.kafelki li,
ul.kafelki li > div {
    width:100%;
}

ul.kafelki a.grid-item {
    line-height:134px;
    /*transition:background .3s;*/
}
ul.kafelki a.grid-item:hover {
    background:#000!important;
}

ul.kafelki .k-icon {
    width:100px;
    height:134px;
    margin-left: 15px;
    margin-right: 15px;

    float:left;
    display:inline-block;

    transform:scale3d(1,1,1);
    /*transition:transform .3s;*/
}
ul.kafelki a.grid-item:hover .k-icon {
    /*transform:scale3d(1.1,1.1,1);*/
}
ul.kafelki .k-title {
    text-transform:uppercase;
    color:#fff;
    font-size:24px;
    font-weight:100;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: calc( 100% - 130px );
    padding-right: 20px;
    box-sizing: border-box;
    text-align: left;
}


@media screen and (max-width: 960px){
    ul.kafelki .grid-sizer,
    ul.kafelki .grid-item {
        float:left;
        height:134px;
        width:49%;
        margin-bottom:8px;
    }
    ul.kafelki .gutter-sizer {
        width:2%;
    }
    ul.kafelki .grid-item.grid-item--width2 {
        width: calc( 49% );
    }
    ul.kafelki .grid-item.grid-item--height2 {
        height:276px;
    }
}
@media screen and (max-width: 640px){
    ul.kafelki .grid-sizer,
    ul.kafelki .grid-item {
        float:left;
        height:134px;
        width:100%;
        margin-bottom:8px;
    }
    ul.kafelki .gutter-sizer {
        width:0%;
    }
    ul.kafelki .grid-item.grid-item--width2 {
        width: 100%;
    }
    ul.kafelki .grid-item.grid-item--height2 {
        height:134px;
    }
}
/* koniec z nysy do kafelkow -- masonery */

video, audio[controls], audio.webshims-controls {
    display: inline-block;
    min-height: 29px;
    min-width: 180px;
}

/* Flipbook */
.flipbook-pdf
{cursor:pointer;}

.flipbook-gallery
{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
}

.flipbook-gallery > *
{
    margin:0 0 15px 0;
    cursor:pointer;
}

.flipbook-gallery > a
{
    position:relative;
    line-height:0;
}

.flipbook-gallery > a > span
{
    position:absolute;
    left:0;
    bottom:40px;
    padding:10px 15px;
    color:#fff;
    background-color:#982A41;
    font-size:128%;
    font-weight:300;
    line-height:150%;
    opacity:0;
}

.flipbook-gallery > a:hover span,
.flipbook-gallery > a:focus span
{opacity:1;}

article .powiazane .belka .title span.pobierz_flipbook
{
    margin-left:15px;
    float:right;
    color:#fff;
    cursor:pointer;
    font-weight:300;
}

article .powiazane .belka .title .pobierz_flipbook:hover
{text-decoration:underline;}

.flipbook-gallery > a.concept-iframe-launcher.last-flipbook .overlay-hover
{
    opacity:1;
    transform:translateX(-50%);
    bottom:40%;
    left:50%;
    font-size:200%;
}

.flipbook-gallery a:hover,
.epub_lista.component .zajawka > a:hover
{
    box-shadow:0px 0px 30px 0px black;
    transition:none;
}

.flipbook-gallery img
{
    width:187px;
    height:auto;
}

.powiazane.flipbook .belka > h3
{
    font-size:130%;
    float:right;margin:0px;
}

.powiazane.flipbook .belka > h3 a
{
    color:#982A41;
    font-weight:normal;
    margin-left:15px;
}

a.concept-iframe-launcher.last-flipbook img
{
    filter: contrast(60%);
    -webkit-filter: contrast(60%);
}
/* end flipbook*/

/*** ACCESS LAB YouTube patch ***/

/* 
  Sample CSS for "Accessible Controls for the YouTube Embedded Video Player"
  http://wac.osu.edu/examples/youtube-player-controls/
*/
div.ytplayerbox 
{
    margin: 0 0 20px 0;
    padding: 5px 10px;
    width:100% !important;
    border:1px solid #ddd;
    background:#fff;
    text-align:center;
}
ul.ytplayerbuttons 
{
    margin: 3px auto 3px auto !important;
    text-align:center;
}
ul.ytplayerbuttons li 
{
    list-style-type: none;
    display:inline;
    margin: 0 1px 0 0;
}
ul.ytplayerbuttons a 
{ 
    padding: 4px 8px;
    font-size:0.7em;
    margin:0 5px 5px 0;
    text-decoration: none;
    border: none;
    -moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;
    display:inline-block; /* helps with IE7 and earlier rendering */
}
ul.ytplayerbuttons a:link, ul.ytplayerbuttons a:visited
{
    color: #fff;
    background: #000;
}
ul.ytplayerbuttons a:hover, ul.ytplayerbuttons a:active, ul.ytplayerbuttons a:focus
{
    background:white; color:#000; 
}
/* or use your own offleft hiding style declaration for this */
div.ytplayerbox h3.semantic
{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
div.ytplayerbox h3.playlisth
{
    color: #333;
    line-height:0.8;
    margin: 12px 0 3px 0;
}
div.ytplayerbox h4 
{
    color: #555;
    margin: 3px 0 0 0;
}
ul.ytplaylistl
{
    background: #999;
    padding: 1px;
    margin: 0;
}
ul.ytplaylistl li 
{
    list-style-type: none;
    background: transparent url("img/control_play.png") no-repeat 3px .3em;
    padding: 5px 0 3px 21px;
    margin: 0;
}
ul.ytplaylistl li.ytlisteven
{
    background-color: #ebebeb;
}
ul.ytplaylistl li.ytlistodd
{
    background-color: #ddd;
}
ul.ytplaylistl li a
{
    font-weight: bold;
    text-decoration: none;
    border: none;
    display: block;
    margin: 0 3px 0 1px;
}
ul.ytplaylistl li a:link
{
    color: #000;
}
ul.ytplaylistl li a:visited
{
    color: #333;
}
ul.ytplaylistl li a:hover, ul.ytplaylistl li a:active, ul.ytplaylistl li a:focus
{
    color: #fff;
    background-color: #333;
}
.czas {font-family: monospace;text-align:center;}
.nono {display:none !important;}


/* ------------------------------------------------------ */ 
/* boksy informacyjne - dla admina sa w tinyStyle.css.css */ 
/* ------------------------------------------------------ */ 
.Niebieski_blok_informacyjny, .Szary_blok_informacyjny
{
    padding: 10px 20px 10px 74px;
    display: table-cell;
}

.Niebieski_blok_informacyjny
{
    border: 5px solid #2f66a9;
    background: #fff url('/images/common/bluebox.png') no-repeat scroll 13px 13px;
}

.Szary_blok_informacyjny
{
    border: 5px solid #959595;
    background: #fff url('/images/common/greybox.png') no-repeat scroll 13px 13px;
}

.Niebieski_blok_informacyjny::first-line, .Szary_blok_informacyjny::first-line
{
    display: block;
    font-size: 19px;
    font-weight: 500;
    text-shadow: 1px 0px;
    letter-spacing: 0.5px;
    line-height:150%;
}

.Niebieski_blok_informacyjny::first-line{color: #2f66a9;}
.Szary_blok_informacyjny::first-line{color: #000;}

/* filtry */
.common-filters
{
    padding: 0;
    margin: 0 0 15px 0;
    background: #ebebeb;
    max-height: 45px;
    max-width: 45px;
}

.common-filters:not(.active)
{
    position: absolute;
    top: 0px;
    right: 0;
    overflow: hidden;
}

.view_change + .common-filters:not(.active)
{
    right: 100px;
}

.common-filters.active
{
    max-height: 999px;
    max-width: 999px;
    transition: max-height 0.75s ease;
    overflow: hidden;
}

.common-filters h3
{
    padding: 15px 15px;
    margin: 0 0 15px 0;
    font-size: 125%;
    background-color: #f2f2f2;
    white-space: nowrap;
    cursor: pointer;
    /*border-bottom: 1px solid #dedede;*/
}

.common-filters h3:before
{
    content: '\e340';
    font-family: 'Icomoon';
    display: inline-block;
    margin: 0 15px 0 0;
    color: #982A41;
    vertical-align: text-bottom;
}

.common-filters.active h3:after
{
    content: '\e268';
    font-family: 'Icomoon';
    display: inline-block;
    margin: 0 0 0 15px;
    color: #982A41;
    vertical-align: text-bottom;
    /*float: right;*/
    font-weight: normal;
    position: absolute;
    right: 30px;
}

.common-filters h4
{
    width: 100%;
    padding: 5px 15px;
    margin: 0 0 15px 0;
    background-color: #f2f2f2;
    white-space: nowrap;
    box-sizing: border-box;
    /*border-bottom: 1px solid #dedede;*/
}

.common-filters .filter
{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.common-filters .filter label
{
    width: 240px;
    flex: 0 1 auto;    
    font-weight: bold;
    text-align: right;
    padding: 0 5px 5px 10px;
    box-sizing: border-box;
}

.common-filters .filter label:after
{ content: ": "; }

.common-filters .filter .field
{
    width: calc(100% - 240px);
    flex: 0 1 auto; 
    font-weight: bold;
    text-align: left;
    padding: 0px 10px 5px 0px;
    box-sizing: border-box;
}

.common-filters .filter .field input,
.common-filters .filter .field select
{
    width: 100%;
    padding: 3px 5px 3px 5px;
    box-sizing: border-box;
}

.common-filters .button.cancel
{
    width: auto;
    float: left;
    clear: left;    
    background-color: #4c4c4c;
    color: #fff;
}

.common-filters .button.filter
{
    width: auto;
    float: right;    
    clear: right;   
    margin-right: 15px; 
}

ul.active-filters
{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    /*    display: flex;
        flex-flow: row wrap;
        justify-content: space-between;*/
}

ul.active-filters li
{
    flex: 0 1 30%;
    background: #982a41;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
}

ul.active-filters li span
{
    font-weight: bold;
}

ul.active-filters li .clear-filter
{
    margin: 0 0 0 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
}

ul.active-filters li .clear-filter:before
{
    font-family: 'Icomoon', 'FontAwesome';
    content: '\e268';
    vertical-align: baseline;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

/* skip Linki */
.wcag_links {
    margin: 0px;
    position: absolute;
    top: 24px;
    left: 280px;
    z-index: 22;
}

.wcag_links div.links {
    position: relative;
}

.wcag_links div.links div.hidden {
    display: block;
}

.wcag_links > div,
.wcag_links .stop-anim {
    margin-right: 5px;
    color: #000000;
    display: block;
}

.wcag_links div.links div {
    float: left;
    cursor: pointer;
    font-size: 0px;
}

.wcag_links div.links div {
    font-size:100%;
}

.wcag_links div.links div.hidden > * {
    display: block;
    position: absolute;
    top: -999px;
    left: -999px;
    opacity: 0;
    transition: opacity 0.15s ease;
    height: auto;
    width: auto;
}

.wcag_links div.links div.hidden > *:focus {
    top: 0;
    left: 0;
    padding: 5px 15px;
    background: #fff;
    color: #000;
    display: block;
    opacity: 1;
    transition: opacity 0.15s ease;
    position: relative;
}

.wcag_links.topMenu_infobar div.links div {
    height: auto;
}
/* end  skip Linki */


article > .tresc{
    font-size:130%;
    line-height: 150%;
}

.rejestracja_table td.empty:after {
    content: '-';
    color: gray;
}

.rejestracja_table td.empty {
    text-align: center;
    border: 1px solid silver;
    background: #ebebeb;
}

.gallery_download {
    line-height: 150%;
    color: #982A41;
    font-weight: bold;
    font-size: 0px;
    margin: 8px 0px 0px 0px;
    padding: 2px 0px 2px 20px;
    background: #fff url(/images/common/zip_download.png) no-repeat scroll 0px 0px;
    float: right;
    display: block;
    height: 20px;
    background-size: contain;
    filter: saturate(0);
	outline-offset: -2px;
}

/* komentarze */
.c_nick {
    margin: 1px 0 0;
    width: 65%;
}

.c_title {
    float: left;
    font-weight: bold;
    margin: 6px 0px 6px 0px;
}

.c_text b.comment_title { display: inline-block; padding: 0px 0px 10px 0px; }

.c_response {
    float:right;
    font-weight:bold;
    margin: 6px 0px 6px 0px;
}

.c_name {
    float:left;
    font-weight:bold;
    margin: 6px 0px 6px 0px;
}

.c_text {

}

.c_form_div {
    clear:both;
}

.c_txt {
    width: 99%;
    height:100px;
    margin: 10px 0px 0px 0px;
}

.c_entry:hover {
    background: #eee;
}

.c_entry {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #eee;
}
/* end komentarze*/


form ul.radio_list
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
}

.tab-content-wrapper
{
    width: 100%;
    margin-top: -15px;
    padding: 15px 15px 0 15px;    
    border-style: solid;
    border-color: silver;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 0;
    box-sizing: border-box;
}

.wniosek-table-form
{
    width: 100%;
    margin-top: -15px;
    padding: 15px 15px 0 15px;    
    border-style: solid;
    border-color: silver;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 0;
}

.wniosek-table-form.subtable
{
    width: calc(100% - 25px);
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    table-layout: fixed;
}

.wniosek-table-form th
{
    vertical-align: top; 
    text-align: right; 
    padding: 5px;
    width: 45%;
}

.wniosek-table-form td
{
    vertical-align: top; 
    text-align: left; 
    padding: 5px;
}

.wniosek-table-form.subtable th
{
    font-size: 10px;
    vertical-align: bottom; 
    line-height: 120%;
    text-align: left;
}

.wniosek-table-form.subtable th,
.wniosek-table-form.subtable td
{
    padding: 0;
    width: 14%;
}

.wniosek-table-form th > label
{
    color: #686868;
}

.wniosek-table-form th .lp
{
    display: inline-block;
    padding: 5px 0;
}

.wniosek-table-form th .lp:after
{ content: '.'; }

.wniosek-table-form input[type="text"],
.wniosek-table-form input[type="email"],
.wniosek-table-form input[type="number"],
.wniosek-table-form input[type="date"],
.wniosek-table-form textarea,
.wniosek-table-form select
{
    padding: 3px 5px;
    /*margin: 5px 0 0 0;*/
    width: 100%;
    box-sizing: border-box;
    border: 1px solid silver;
}

.wniosek-table-form input[type="text"]:disabled,
.wniosek-table-form input[type="email"]:disabled,
.wniosek-table-form input[type="number"]:disabled,
.wniosek-table-form input[type="date"]:disabled,
.wniosek-table-form textarea:disabled,
.wniosek-table-form select:disabled
{
    background-color: #f2f2f2;
    color: #808080;
}

.wniosek-table-form ul.radio_list
{
    margin: 5px 0 0 0;
    padding: 0;    
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}

.wniosek-table-form ul.radio_list li
{
    padding: 3px 20px 3px 0;    
    box-sizing: border-box;
    flex: 0 0 100%;
}

.wniosek-table-form ul.radio_list[disabled] li label
{
    color: #808080;
}

.wniosek-table-form ul.radio_list li input[type="radio"]
{
    margin: 3px 0px 0 0;
}

.wniosek-table-form ul.radio_list li label
{
    vertical-align: top;
    color: #686868;
}

.decyzja
{
    border: 2px solid crimson;
    background: lightyellow;
    padding: 5px;
    margin: -7px 15px;
}

td > .decyzja
{
    border: 2px solid crimson;
    background: lightyellow;
    padding: 5px;
    margin: -5px 0 5px 0;
}

.decyzja .current-state
{
    margin: 0 0 10px 0;
    text-align: center;
    color: red;
}

.decyzja ul.radio_list li label
{
    color: #333;
}

.form-actions
{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.form-actions .version-changer-wrapper
{
    margin: 0 15px 0;
}

.form-actions .version-changer-wrapper label
{
    font-weight: bold;
}

.decyzja > legend
{
    color: crimson;
    font-size: 100%;
    font-weight: bold;
}

.multi-field,
.triple-field
{
    display: flex;
    flex-flow: row wrap;    
    justify-content: space-between;
    align-items: flex-end;
}

.multi-field > div,
.triple-field > div
{
    width: 20%;
    flex: 0 0 auto;
    padding: 0 2px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 10px;
}

.triple-field > div
{
    width: 33%;
}

.statements
{
    display: flex;
    flex-flow: row wrap;
}

.statements > input
{
    width: 20px;
    margin: 5px 0 0 0;
    flex: 0 0 auto;
}

.statements > label
{
    width: calc(100% - 25px);
    flex: 0 0 auto;
    margin: 0;
    text-align: left;
    font-weight: normal;
}
.statements > .error_list
{
    width: 100%;
    text-align: left;
}

.highlighted
{
    width: 100%;
    padding: 5px 10px;
    background: #ebebeb;
    box-sizing: border-box;
    position: relative;
}

.do-poprawy
{
    clear: both;
    display: block;
    padding: 3px 6px;
    margin: 5px 0 0 0;
    color: #333;
    background: #ebebeb;
}

.do-poprawy input[type="checkbox"]
{ 
    float: right; 
    margin: 3px 5px 0 10px;
}

.do-poprawy label
{
    font-weight: normal;
}

.do-poprawy input[type="checkbox"]:checked + label
{
    font-weight: bold;
    color: #000;
}

/*div[id^="wykaz_uczestnik_"]
{
    height: auto;
    max-height: 9999px;
    transition: max-height 0.35s;
    -webkit-transition: max-height 0.45s;
    overflow: hidden;
}

div.folded[id^="wykaz_uczestnik_"]
{
    height: auto;
    max-height: 0px;
    transition: max-height 0.35s;
    -webkit-transition: max-height 0.45s;
    overflow: hidden;
}*/

.info-icon
{
    width: 16px;
    height: auto;
    display: inline-block;
    margin: 0 10px 0 10px;
    vertical-align: middle;
    float: right;
}

.info-icon + div
{
    height: auto;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 10px;
    border: 1px solid silver;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    transition: max-height 0.35s;
    display: none;
}

.highlighted:hover .info-icon + div
{
    font-size: 100%;
    max-height: 999px;
    display: block;
}

.highlighted:hover .info-icon + div ul
{
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.highlighted:hover .info-icon + div ul li
{
    padding: 0 0 0 10px;
}

#PAN_HEAD > div {
    width: 100% !important;
    max-width: 1151px !important;
}

.component[data-component-name="comn_baner_carousel"] {
    width: 100% !important;
}

.zajawka > a {
    display: block;
    height: 100% !important;
}

span.tag {
    color: black !important;
}

body .zajawka .box-left .article-archived {
    padding: 3px 20px;
    right: 15px;
    top: 64px;
    position: absolute;
}

.component.promoakt ul.tabs li {
    background: white !important;
}


.component.promoakt ul.tabs li.active, 
.component.promoakt ul.tabs li:hover, 
.component.promoakt ul.tabs li.sel {
    background-color: #01812C !important;
    color: white;
}

.component.promoakt ul.tabs li.rss {
    background: url(/images/portal/rss.png) no-repeat !important;
}

.info_aktualnosci strong:before,
.info_aktualnosci .info_seperator,
.info_aktualnosci .views,
.info_aktualnosci .author{
	display:none;
}

.zajawka .info_aktualnosci .info {
    display: inline-block;
}

span.info_aktualnosci > .tag+.tag {
    display: none !important;
}

span.etykieta_newsbox {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}


.menuDocked .miejsce-banerowe.logo_w_naglowku_zadokowane_140x40 {
    display: block;
    position: fixed;
    top: 7px;
    z-index: 22;
}

td#PAN_1 {
    width: 756px;
}

.newsbox-container .akt_kat {
    padding: 3px 0px;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    color: #fff;
    position: relative;
    font-family: 'Ubuntu', Arial;
    font-size: 128%;
}

span.info_aktualnosci {
    margin-bottom: 10px;
    display: block;
}

.newsbox span.info_aktualnosci {
    margin-bottom: 0;
}

.zajawka .box-left img {
    max-width: 100%;
    outline: 1px solid silver;
    outline-offset: -1px;
}

.baneryhomepages .baner_title {
    font-family: 'Ubuntu', Arial;
    font-weight: 500;
    font-size: 107%;
    color: black;
    text-align: center;
    display: block!important;
    max-width: 120px;
    margin-top: 7px;
}

.zajawka:hover {
    box-shadow: 0px 4px 35px 0px grey;
    padding: 5px 5px 5px 5px;
    margin: -5px -5px -5px -5px;
}


/* widget Acceessibility */

.flipbook-opened .uwy,
.full_maps_screen .uwy,
.fancybox-lock .uwy,
.gallery-full-screen .uwy{
	display:none;
}


@media screen and (max-width: 1220px) {
	
	body .uwy {
		z-index: 15 !important;
	}
	
	body .uwy .uai {
		margin-top: 45px !important;
		right: -15px !important;
		left: auto !important;
	}
	
	iframe.uwif {
		margin-top: 50px !important;
	}
}

body.gallery-full-screen .uwy{
	display:none;
}

@media print {
	body .uwy{
		display:none !important;
	}
}


/* end widget Acceessibility */


/* karuzela fix */

body .concept-carousel li.ban {
    display: flex;
    align-items: center;
}

body .concept-carousel .nav-left, 
body .concept-carousel .nav-right {
    top: 50%;
}

body .concept-carousel li {
    padding-top: 5px;
}

body .concept-carousel img {
    max-height: 85px;
}

/* end karuzela fix */





/* fix zalaczniki */ 

.powiazane[data-component-name="powiazane_pliki"] .belka{
	text-align: right;
}

.powiazane[data-component-name="powiazane_pliki"] .belka h2{
	float:left;
}

.powiazane[data-component-name="powiazane_pliki"] .belka .software_attach,
.powiazane[data-component-name="powiazane_pliki"] .belka .zip_link{
	display: inline-block;
    float: none;
    vertical-align: top;
    padding: 2px;
    position: relative;
    top: 0px;
    height: 25px;
    margin-right: 15px;
	margin-bottom: 0px;
}

.powiazane[data-component-name="powiazane_pliki"] .belka .software_attach:before, 
.powiazane[data-component-name="powiazane_pliki"] .belka .zip_link:before {
    position: relative;
    top: -8px;
}

@media screen and (max-width: 1210px){
	a.zalacznik_embeded {
		text-align: left !important;
	}
	
	.powiazane[data-component-name="powiazane_pliki"] .belka {
		text-align: center;
	}
}

/* end fix zalaczniki */



/* fix long menu */

@media screen and (min-width: 1210px){
	
	.mainMenu:not(.simplified) .block div.extra-box {
		direction: ltr;
	}

	.mainMenu:not(.simplified) .block .sub-block-menu > ul{
		max-height: 352px;
		overflow: auto;
		direction: rtl;	
	}
	
	body .mainMenu:not(.simplified) .block > .sub-block-menu .level-1{
		direction: ltr;
	}
}

/* end fix long menu */




/* wcag contrast validate fix */


.wcag_links a,
.wcag_links div{
	opacity: 1 !important;
	color:black !important;
	background:white !important;
}


.wcag_links div.links div.hidden > *{
	color:black !important;
	background:white !important;
	opacity: 1;
}

/* end wcag contrast validate fix */






/* zoom na wersji mobilnej */

body,
body *,
body.full-screen *,
body.full-screen,
body.gallery-full-screen,
body.gallery-full-screen * {
	 -webkit-user-drag: auto !important;
	touch-action: auto !important;
}

/* end zoom na wersji mobilnej */



/* concept galllery button fix */

body .concept-gallery .controls {
    height: 100px;
}

.concept-gallery .button {
    margin: 5px;
}

.concept-gallery .slideshow-play .stop,
.concept-gallery .slideshow-play .play {
    margin: 0px;
}

.thumbnail-container{
	overflow: hidden;
    width: 100%;
}

.concept-gallery {
    overflow: visible;
}

.concept-gallery .controls .thumbnail-loader-counter {
    visibility: hidden;
}

@media screen and (max-width: 1200px) {
	body .concept-gallery .controls {
		height: auto;
	}
	
	.full-screen .concept-gallery .controls {
		display: none;
	}
}

.full-screen .concept-gallery .controls {
    height: auto;
}

.concept-gallery .button.full-screen:hover{
	background-image: url(/images-design/button-full-screen.png) !important;
}

.concept-gallery .button.download-image {
    background-image: url(/images-design/button-download.png) !important;
}

.concept-gallery .button.download-image:hover {
    background: #dddddd url(/images-design/button-download.png) !important;
}

.full-screen .concept-gallery .page {
    display: none !important;
}

.full-screen .concept-gallery .button.pager {
    opacity: 0 !important;
}

.concept-gallery .button *,
.concept-gallery .button{
	background-color: #e7e5e5 !important;
}

.concept-gallery .button:hover *,
.concept-gallery .button:hover{
	background-color: #8b8b8b !important;
}

/* end concept galllery button fix */



.naj_pop_gal .zaj-list > .zaj-wrapper {
    margin-bottom: 10px;
}

.naj_pop_gal {
    margin-bottom: 35px;
}


.karuzela_border_top {
    height: 1px;
    width: 100%;
    background: silver;
    margin-bottom: 35px;
    margin-top: 50px;
}

.navigator a:hover, .navigator a:hover * {
    text-decoration: none !important;
}


/** filtry ********************************************************************/
.common-filters
{
    padding: 0;
    margin: 0 0 15px 0;
    max-height: 42px;
    max-width: 118px;
    color: #000;
}

.common-filters:not(.active)
{
    position: absolute;
    top: 3px;
    right: 0;
    overflow: hidden;
}


.common-filters.active h3{
    float: none;
    
}

.common-filters.active h3:after{
	font-size: 25px;
	color: #01812C !important;
}

.view_change + .common-filters:not(.active)
{
    right: 100px;
}

.common-filters.active
{
    max-height: 1999px;
    max-width: 1999px;
    transition: max-height 0.75s ease;
    overflow: hidden;
}

.common-filters:not(.active) .button.filter {
    width: auto;
    float: right;
    clear: right;
    margin-right: 0px;
}

.common-filters h3
{
	padding: 7px 15px 7px 15px;
    margin: 0px 0 15px 0;
    font-size: 22px;
    background-color: #fff;
    white-space: nowrap;
    cursor: pointer;
    float: right;
    color: #01812C;
    font-weight: normal;
    text-shadow: 0px 0px;
}

.common-filters h3:before
{
    content: '\e340';
    font-family: 'Icomoon';
    display: inline-block;
    margin: 0 15px 0 0;
    /*color: #007C36;*/
	color: #01812C;
    vertical-align: text-bottom;
}

.common-filters.active
{
	padding: 10px 20px;
    margin: 0 0 15px 0;
    background: #fff;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
}

.common-filters.active.comments-filters
{
    transform: translateY(15px);
}

.common-filters.active h3:after
{
    content: '\e268';
    font-family: 'Icomoon';
    display: inline-block;
    margin: 0 0 0 15px;
    /*color: #007C36;*/
	color: #0054A6;
    vertical-align: text-bottom;
    font-weight: normal;
    position: absolute;
    right: 30px;
}

.common-filters h4
{
    width: 100%;
    padding: 5px 15px;
    margin: 0 0 15px 0;
    background-color: #fff;
    white-space: nowrap;
    box-sizing: border-box;
}

.common-filters .filter
{
	width: 101%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
	float:left;
	align-items: center;
}

.common-filters .filter label
{
    width: 170px;
    flex: 0 1 auto;    
    font-weight: normal;
    text-align: right;
    padding: 0px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
	color: black;
}


.common-filters .filter input,
.common-filters .filter select {
    font-size: 16px;
}

.common-filters .filter label:after
{ content: ": "; }

.common-filters .filter .field
{
    width: calc(100% - 170px);
    flex: 0 1 auto; 
    font-weight: bold;
    text-align: left;
    padding: 0px 10px 5px 0px;
    box-sizing: border-box;
}

.common-filters .filter .field input,
.common-filters .filter .field select
{
    width: 100%;
    padding: 6px 5px 5px 5px;
    box-sizing: border-box;
	font-weight: normal;
}

.common-filters .button.cancel
{
    width: auto;
    float: left;
    clear: left;    
    margin-top: 15px;
    margin-right: 15px;
    background-color: #4c4c4c;
    color: white;
}

.common-filters .button.cancel:hover{
	color:White;
}

.common-filters .button.filter
{
    width: auto;
    float: right;    
    clear: right;   
    margin-top: 15px; 
}



body.module-kontakt .new_form_label label {
    font-size: 15px;
}

.semi-filters
{
    display: inline-block;
    margin-left: 20px;
    padding: 3px 5px 3px 5px;
    max-width: 180px;
}

.common-filters .filter .field input[type="date"][id$="_from"],
.common-filters .filter .field input[type="date"][id$="_to"]
{
    width: calc(50% - 10px);
}

.common-filters .filter .field .range-separator
{
    width: 20px;
    display: inline-block;
    text-align: center;
}

ul.active-filters
{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}

ul.active-filters li
{
    flex: 0 1 30%;
    background: #007C36;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    font-weight: normal;
}

ul.active-filters li span
{
    
}

ul.active-filters li .clear-filter
{
    margin: 0 0 0 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
}

ul.active-filters li .clear-filter:before
{
    font-family: 'Icomoon', 'FontAwesome';
    content: '\e268';
    vertical-align: baseline;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

.common-filters h3:focus{
	outline-offset: -4px;
}


strong.author, strong.views, .info_seperator {
    display: none !important;
}

article > header span.etykieta_zajawka {
    display: none;
}

.article-archived {
    position: absolute;
}

.block_n_5 a {
    display: block !important;
    position: relative;
}

.block_n_4 a, .block_n_4 img, .block_n_4 {
    font-size: 0px;
}

.miejsce-banerowe.logo_w_naglowku_310x95 img {
    width: auto;
    max-height: 95px;
}