@CHARSET "UTF-8";

.dialog_form {
    background: #59c98f;
    width: 100%;
    min-height: 200px;
    padding: 20px 0;
    border: 1px solid black;
}

/* FORM  */

.default_form {

}

.default_form .three_column_form .form_column {
    width: 33%;
    float: left;
}

.default_form .two_column_form .form_column {
    width: 49%;
    float: left;
}

.default_form .one_column_form .form_column {
    width: 100%;
}

.default_form label {
    display: block;
    color: #333333;
    padding: 5px 0;
}

.default_form .inputDiv {
    padding: 5px 5px 5px 0;
    clear: both;
}

.default_form  input[type="text"], .default_form  input[type="password"], .default_form textarea, .default_form  input[type="select"] {
    width: 80%;
    background: #fafafa;
    border: 1px solid #DFDFDF;
}

.default_form .inputDiv label span {
    color: #4cbac1;
}

.default_form .inputDiv p.info {
    font-size: 80%;
    color: #808080;
}

.form_column  .filters_title {
    margin-right: 5px;
}

.default_form .error_list {
    color: red;
    font-size: 90%;
}

#login_event {
    width: 100% !important;
}

.eventCalendar-wrap .arrow {
    background: url(images/calendar_nav.png);
}

.eventCalendar-wrap .prev {
    background-position: left center;
}

.eventCalendar-wrap .next {
    background-position: right center;
}

.eventsCalendar-daysList li.current a {
    color: #fff;
    background: #72D2A1;
    box-shadow: inset 5px 5px 10px #37BE7B;
    text-shadow: 2px 2px 2px #37BE7B;
}

#archiwumfilter li {
    float: left;
    width: 33%;
    margin-left: 3px;
}

#msg {
    background: white;
    padding: 30px;
}

.text_msg {
    text-align: center;
}

.msgok .text_msg {
    color: #33BB76;
}

.msgerror .text_msg {
    color: red;
}

.error {
    color: red !important;
}

a.submit_style {
    background: url("images/btn_bg.jpg");
    background-repeat: repeat-x;
    background-position: center;
    color: white;
    display: block;
    padding: 5px 10px 4px;
    font-size: 12px;

}

.edytor_default {

}

.edytor_default p {
    margin: 5px 0;
}

.edytor_default ol {
    list-style-type: decimal;
    margin: 10px;
}

.edytor_default ul {
    list-style-type: lower-alpha;
    margin: 10px;
}

a.edit_dynamic {
    background: url("images/btn_bg.jpg") repeat-x scroll center top transparent;
    color: #FFFFFF;
}

table.podsumownie_zamowienia {
    width: 95%;
    margin: 10px auto;
    border-collapse: collapse;
}

table.podsumownie_zamowienia  th, table.podsumownie_zamowienia  td {
    padding: 10px;
    text-align: center;
    border: 1px solid #E7E7E7;
}

table.podsumownie_zamowienia  th {
    font-size: 120%;
}

div.teczka-bg {
    background: url("images/teczka-bg-new.png") no-repeat scroll right top transparent;
}

div.ekspert {
    margin: 0 auto;
}

ul#konto-links li a {
    background: url("images/btn_bg.jpg") repeat-x scroll center top transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 2px;
    padding: 6px;
    border-bottom: 1px solid #2ba164;
}

div.konto-bg {
    background: #ffffff;
    padding: 20px;
    box-shadow: 5px 5px 20px #888888;
}

ul#konto-links li a.active {
    background: #ffffff;
    box-shadow: 3px -2px 6px #CCCCCC;
    color: black;
    border: none;
}

div.konto-menu {
    overflow: hidden;
}

h2.konto-h2 {
    border-bottom: 2px solid #59c990;
    background: url("images/quote.png") no-repeat scroll right top transparent;
}

table.watek {
    border-collapse: collapse;
}

table.watek th, table.watek td {
    vertical-align: middle;
    padding: 10px 10px 10px 0;
}

div#ekspert-inne {
    float: left;
    padding: 15px;
    background: url('images/ekspert-div-bg.png') repeat #ffffff;
    width: 580px;
    overflow: hidden;
    height: 32px;
}

div#ekspert-pytanie {
    float: right;
    padding: 15px;
    background: url('images/ekspert-div-bg.png') repeat #ffffff;
    width: 250px;
    overflow: hidden;
}

div#ekspert-inne a {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #69CD9A;
    display: inline-block;
    margin-left: 20px;
    padding: 3px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

div#ekspert-pytanie a {
    background: url("images/ekspert-button-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #69CD9A;
    color: white;
    display: inline-block;
    height: 25px;
    margin: 0 auto;
    padding: 5px 0 0;
    text-align: center;
    width: 250px;
}

ul.error_list li {
    color: red;
}

div#ekspert-white-bg {
    background: #ffffff;
    width: 570px;
    float: left;
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

h2.ekspert-watek {
    border-bottom: 2px solid #59C990;
    line-height: 50px;
}

p.data-watek {
    font-size: 10px;
    text-transform: uppercase;
}

p.data-watek span {
    color: #4cbac1;
}

p.watek-tytul {
    font-size: 16px;
    font-weight: bold;
}

table.dyskusja {
    border-collapse: collapse;
}

table.dyskusja td {
    vertical-align: top;
    border: 1px dotted #CCCCCC;
    padding: 10px;
}

div#left-column {
    float: left;
}

div#ekspert-search-box {
    background: url('images/ekspert-search-bg.png') repeat #ffffff;
    padding: 20px;
    width: 570px;
}

form#searchForm ul.checkbox_list ul {
    padding-bottom: 0;
}

form#searchForm ul.checkbox_list li {
    float: left;
    margin-right: 20px;
    width: 46%;
}

h2.search {
    border-bottom: 2px solid #59C990;
    line-height: 50px;
    font-size: 16px;
}

.search_box {
    background: url("images/lupka.png") no-repeat scroll left center #FAFAFA;
    border: 1px solid #DFDFDF;
    color: #BFBFBF;
    padding-left: 30px;
    width: 350px;
}

div#right-column {
    float: right;
    width: 345px;
}

div.pojedynczy-watek {
    border-bottom: 1px dotted #cccccc;
}

p.data {
    font-size: 10px;
    text-transform: uppercase;
}

p.data span {
    color: #4CBAC1;
}

p.watek-tresc {
    color: #808080;
}

a.czytaj-wiecej {
    background: url("images/czytaj-wiecej-bg.png") no-repeat scroll center center transparent;
    color: white;
    display: block;
    float: right;
    height: 25px;
    line-height: 24px;
    margin: 10px;
    text-align: center;
    width: 96px;
}

hr.hr {
    border: 2px solid #ebebeb;
}

div.pagination {
    overflow: hidden;
}

a.pagination-btn-prev {
    background: url("images/prev-btn.png") no-repeat scroll left center transparent;
    display: inline;
    float: left;
    height: 25px;
    line-height: 24px;
    padding-left: 25px;
    width: 96px;
}

a.pagination-btn-active {
    background: url("images/pag-link-active.png") no-repeat scroll left center transparent;
    display: inline;
    float: left;
    height: 25px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}

a.pagination-btn {
    background: url("images/pag-link-no-active.png") no-repeat scroll left center transparent;
    display: inline;
    float: left;
    height: 25px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}

a.pagination-btn-next {
    background: url("images/next-btn.png") no-repeat scroll right center transparent;
    display: block;
    float: right;
    height: 25px;
    line-height: 24px;
    padding-right: 5px;
    text-align: center;
    width: 96px;
}

div#ilosc-watkow {
    background: url('images/cudzyslow-czarny-mini.png') no-repeat right center;
    line-height: 50px;
    font-size: 16px;
    color: #808080;
}

span#counter {
    color: #4CBAC1;
    font-size: 20px;
    font-weight: bold;
}

a.gwiazdka {
    background: url("images/empty_star.png") no-repeat scroll center center transparent;
    float: right;
    height: 21px;
    margin: 10px 10px 0 0;
    width: 24px;
}

a.gwiazdka:hover {
    background: url('images/full_star.png') no-repeat center;
}

a.gwiazdka-active {
    background: url('images/full_star.png') no-repeat center;
}

a.back-btn {
    background: url("images/back-btn.png") no-repeat scroll center center transparent;
    display: block;
    height: 25px;
    line-height: 24px;
    text-align: center;
    width: 133px;
}

h2.inne-pytania {
    background: url("images/inne-pytania-bg.png") no-repeat left transparent;
    line-height: 60px;
    text-transform: uppercase;
}

div.separator {
    border-bottom: 2px solid #cccccc;
    margin: 30px 0;
}

div#teczka-container {
    background: url("images/teczka-bg.png") repeat left transparent;
    padding: 1px 20px 20px 20px;
}

h2.teczka {
    background: url("images/h2-teczka-bg.png") no-repeat scroll right center transparent;
    font-size: 20px;
    line-height: 26px;
}

h3.teczka {
    border-bottom: 2px solid #59c990;
    font-size: 16px;
}

a.teczka-cursor-up {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 20px;
    vertical-align: middle;
    width: 21px;
    background: url('images/teczka-arrow-up.png') no-repeat right center transparent;
}

a.teczka-cursor-down {
    background: url("images/teczka-arrow-down.png") no-repeat scroll right center transparent !important;
}

div.item-teczka {
    border-bottom: 1px dotted #cccccc;
    padding: 10px 0;
}

img.x-teczka {
    cursor: pointer;
    vertical-align: middle;
}

div.akt {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 10px;
}

div.akt-image {
    float: left;
    padding-left: 10px;
    padding-top: 40px;
    width: 40px;
}

div.akt img {
    vertical-align: middle;
}

div.akt-container {
    float: left;
    width: 500px;
    margin-left: 15px;
}

a.pobierz {
    background: url("images/czytaj-wiecej-bg.png") no-repeat scroll center center transparent;
    color: white;
    display: block;
    float: right;
    height: 25px;
    line-height: 24px;
    text-align: center;
    width: 96px;
    margin-right: 15px;
}

a.usun {
    border: 1px solid #59C990;
    color: black;
    display: block;
    float: right;
    line-height: 23px;
    text-align: center;
    width: 96px;
}

div.teczka-konto-item {
    border-bottom: 1px dotted #cccccc;
}

h3#teczka-h3 {
    font-size: 21px;
    text-align: right;
    line-height: 24px;
}

a.go {
    background: url("images/btn_bg.jpg") repeat-x scroll center top transparent;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 5px;
    display: block;
}

div.h2 {
    line-height: 26px;
    padding: 10px;
}

a.active_number {
    border: 1px solid #CCCCCC !important;
    color: #BFBFBF !important;
}

div#nl_box {
}

div.dialog-newsletter {
    background: url('images/newsletter-bg.png') no-repeat top right #59C990 !important;
}

div.dialog-newsletter-title {
    background: none transparent !important;
}

div.hatch-newsletter {
    padding: 10px;
}

div.dialog-newsletter button {
    background: url('images/newsletter-close-btn.png') no-repeat !important;
}

label[for="newsletter_zgoda_reklama"] {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

table.watek th {
    background: #cbebed;
}

div.form_column ul.radio_list li.radio_field {
    float: left;
    margin-right: 10px;
}

select.radio_field {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DFDFDF;
    padding: 5px;
    width: 83%;
}

div.form_column div.form_item {
    float: left;
}

a.form_alink {
    color: #59C990;
    display: block;
    padding-top: 5px;
    font-size: 10px;
}

div#prenumerata-box {
    padding: 10px 0 0;
}

div#prenumerata-left-box {
    background: url("images/prenumerata-kobieta.png") no-repeat scroll right top #FFFFFF;
    box-shadow: 2px 2px 5px 0 #CCCCCC;
    float: left;
    padding: 20px 20px 0;
    width: 51%;
}

div#prenumerata-text {
    float: left;
}

div#prenumerata-box ul {
    padding-left: 10px;
}

div#prenumerata-box ul li {
    list-style: disc inside;
    color: #31bd76;
}

div#prenumerata-box ul li span {
    color: #191919;
}

span.small {
    font-size: 12px;
    font-weight: normal;
}

div.separator-prenumerata {
    border-bottom: 3px solid #59C990;
}

div#prenumerata-image {
    float: right;
}

div#prenumerata-right-box {
    background: url("images/magazine_bg_single.jpg") no-repeat scroll right top #FFFFFF;
    box-shadow: 2px 2px 5px 0 #CCCCCC;
    float: right;
    min-height: 305px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: 39%;
}

div#prenumerata-cena-netto {
    float: left;
    width: 45%;
}

div#prenumerata-cena-brutto {
    float: right;
    width: 45%;
}

input#logo-search {
    width: 125px;
}

div.left-kontakt-box {
    background: url("images/kontakt-left-box-bg.png") no-repeat right top #FFFFFF;
    width: 45%;
    float: left;
    box-shadow: 2px 2px 5px 0 #CCCCCC;
    padding: 20px;
    margin-bottom: 20px;
}

div.left-kontakt-biuro-box {
    background: url("images/contact_quote.png") no-repeat scroll right bottom #FFFFFF;
    box-shadow: 2px 2px 5px 0 #CCCCCC;
    float: left;
    margin-top: 0px;
    padding: 20px;
    width: 45%;
    margin-left: 17px;
}

div.right-kontakt-reklama-box {
    background: url("images/kontakt-reklama-bg.png") no-repeat scroll right top transparent;
    box-shadow: 2px 2px 5px 0 #CCCCCC;
    color: white;
    float: right;
    height: 251px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 436px;
}

div.right-kontakt-box {
    width: 436px;
    float: right;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 5px 0 #CCCCCC;
    padding: 20px;
}

div.right-kontakt-box input, div.right-kontakt-box textarea {
    width: 98% !important;
}

.error_info {
    color: red;
}

.color2 a {
    color: rgb(49, 189, 117) !important;
}

.blog_form_info {
    margin: 0 40px 0px;
    padding: 20px;
}

.school_photos {
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog_del_file_x {
    margin-left: 10px;
}

.blog_form, .blog_file_form {
    border: 1px solid #35bd78;
}

.calendar_date {
    font-size: 14px;
    padding: 0 !important;
    text-transform: uppercase;
    width: 400px !important;
}

.calendar_right {
    width: 95px;
    float: right;
}

.ul_doc .calendar_right a {
    display: block;
    float: right;
    font-size: 11px !important;
    height: 20px !important;
    margin-left: 10px;
    padding: 3px 5px 0 !important;
    width: 75px;
}

li.calendar_li {
    background: url("images/ico_word.png") no-repeat scroll 0 10px transparent !important;
    border-top: 1px solid rgb(235, 235, 235);
}

.default_form_shool input[type="text"], .default_form_shool textarea {
    border: 1px solid #DFDFDF;
}

.default_form_shool input[type="text"] {
    width: 700px;
    margin-bottom: 10px;
}

.default_form_shool textarea {
    width: 706px;
    height: 250px;
}

li.wydarzenie time em {
    color: rgb(241, 75, 37);
    font-family: 'Noto Sans';
    font-size: 20px;
    padding-bottom: 10px;
}

li.wydarzenie time small {
    display: none;
}

li.wydarzenie a.eventTitle {
    font-family: 'Noto Serif' !important;
    font-size: 13px !important;
    color: rgb(25, 25, 25) !important;
    font-style: normal !important;
}

div.loader {
    background: #fff url(../../images/camera-loader.gif) no-repeat center;
    background: rgba(255, 255, 255, 0.9) url(../../images/camera-loader.gif) no-repeat center;
    border: 1px solid #ffffff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 36px;
    margin: 0 auto;
    width: 36px;
    z-index: 3;
}

span.blog_del_file_x {
    color: red;
    cursor: pointer;
    /*background-image: url(../../images/cross.png) no-repeat 0 10px */

}
