html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* nawigacja tabulatorem - widoczny obrys wokol przyciskow na stronie glownej */

a:has(.button-primary-new) {
    display: block;
}

/* nawigacja tabulatorem - czarny obrys, nadpisuje inne style */

a:focus {
    outline: thin dotted black;
}

a:hover, a:active {
    outline: 0;
}

a img {
    border: 0;
}

body, button, input, select, textarea {
    color: #666;
    font-family: "Aeonik", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
}

h1 {
    font-weight: 400;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 0.7em;
}

h2 {
    font-weight: 400;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 0.6em;
    line-height: 0.9;
}

h3 {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0.7em;
}

h4 {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0.7em;
}

.entry-title a {
    color: #666;
}

.page-title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    color: #666;
    margin-bottom: 0.3em;
}

.group-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.widget-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0.1em 0 0.5em;
}

p {
    margin-bottom: 1em;
}

    p:last-child {
        margin-bottom: 0;
    }

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    padding: 15px;
    padding-top: 46px;
    border-radius: 7px;
    background: #eeeeee url(/Content/images/cudzyslowie.png) no-repeat top 15px left 15px;
    margin-bottom: 15px;
}

    blockquote p:last-child {
        margin-bottom: 0;
    }

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

.single-entry .entry-description .text-large, .text-large {
    font-size: 22px;
    font-size: 2.2rem;
}

.single-entry .entry-description .text-medium, .text-medium {
    font-size: 18px;
    font-size: 1.8rem;
}

.single-entry .entry-description .text-small, .text-small {
    font-size: 14px;
    font-size: 1.4rem;
}

.description {
    font-size: 13px;
    font-size: 1.3rem;
    color: #666;
}

.hint {
    font-size: 12px;
    font-size: 1.2rem;
    color: #777;
}

.good {
    color: #62AB49;
    font-weight: 400;
}

.entry-meta {
    color: #9a9a9a;
    font-size: 16px;
    font-size: 1.6rem;
}

hr {
    background-color: #ddd;
    border: 0;
    height: 2px;
    margin: 25px 0;
}

ul, ol {
    margin: 0 0 1.5em 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

nav > ul, nav > ol, .menu {
    list-style: none;
    margin: 0;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0;
}

table {
    border-spacing: 0;
    margin: 0 0px 1.5em;
    width: 100%;
    border-collapse: collapse;
}

    table th {
        font-weight: bold;
    }

    table td {
        padding: 5px 15px;
    }

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

/* button transitions moved compressed into one selector */

.button, button, input[type="button"], input[type="reset"], input[type="submit"],
body .button.button-alt, body .button-alt,
body .button.button-primary, body .button-primary,
body .button.button-success, body .button-success,
body .button.button-light, body .button-light,
body .button.button-clean, body .button-clean {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

    .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
        color: #666;
        cursor: pointer;
        border-radius: 50px;
        line-height: 1;
        display: inline-block;
        padding: 0.2em 0.7em 0.2em;
        background-color: #dddddd;
        border: 0;
        outline: none;
    }

        .button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
            color: #666;
            background-color: #d0d0d0;
            text-decoration: none;
        }

        .button:focus, .button:active, button:focus, button:active, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:focus, input[type="submit"]:active {
            color: #666;
            background-color: #c9c9c9;
            text-decoration: none;
            outline: none;
        }

        .button.button-large, button.button-large, input[type="button"].button-large, input[type="reset"].button-large, input[type="submit"].button-large {
            padding: 0.9em 1em 0.9em;
            font-size: 17px;
            font-size: 1.7rem;
            border-radius: 7px;
        }

        .button.button-huge, button.button-huge, input[type="button"].button-huge, input[type="reset"].button-huge, input[type="submit"].button-huge {
            padding: 0.4em 1.5em 0.4em;
            border-radius: 7px;
            font-size: 28px;
            font-size: 2.8rem;
        }

        .button.button-full, button.button-full, input[type="button"].button-full, input[type="reset"].button-full, input[type="submit"].button-full {
            width: 100%;
            display: block;
            text-align: center;
        }

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
    }

body .button.button-alt, body .button-alt {
    background-color: #4bca63;
    color: #000;
    border: 0;
    outline: none;
}

    body .button.button-alt:hover, body .button-alt:hover {
        color: #000;
        background-color: #39c253;
        text-decoration: none;
    }

    body .button.button-alt:focus, body .button.button-alt:active, body .button-alt:focus, body .button-alt:active {
        color: #000;
        background-color: #36b64e;
        text-decoration: none;
        outline: none;
    }

body .button.button-primary, body .button-primary {
    color: #fff;
    border: 0;
    outline: none;
}

    body .button.button-primary:hover, body .button-primary:hover {
        color: #fff;
        background-color: #655e5e;
        text-decoration: none;
    }

    body .button.button-primary:focus, body .button.button-primary:active, body .button-primary:focus, body .button-primary:active {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

body .button.button-success, body .button-success {
    background-color: #4bca63;
    color: #fff;
    border: 0;
    outline: none;
}

    body .button.button-success:hover, body .button-success:hover {
        color: #fff;
        background-color: #39c253;
        text-decoration: none;
    }

    body .button.button-success:focus, body .button.button-success:active, body .button-success:focus, body .button-success:active {
        color: #fff;
        background-color: #36b64e;
        text-decoration: none;
        outline: none;
    }

body .button.button-light, body .button-light {
    background-color: #fed8ed;
    color: inherit;
    border: 0;
    outline: none;
}

    body .button.button-light:hover, body .button-light:hover {
        color: inherit;
        background-color: #fdbfe2;
        text-decoration: none;
    }

    body .button.button-light:focus, body .button.button-light:active, body .button-light:focus, body .button-light:active {
        color: inherit;
        background-color: #fdb0db;
        text-decoration: none;
        outline: none;
    }

body .button.button-clean, body .button-clean {
    background-color: #fff;
    color: inherit;
    border: 0;
    outline: none;
    border: 1px solid #ddd;
}

    body .button.button-clean:hover, body .button-clean:hover {
        color: inherit;
        background-color: #f2f2f2;
        text-decoration: none;
    }

    body .button.button-clean:focus, body .button.button-clean:active, body .button-clean:focus, body .button-clean:active {
        color: inherit;
        background-color: #ebebeb;
        text-decoration: none;
        outline: none;
    }

    body .button.button-clean.success, body .button-clean.success {
        border-color: #68ba31;
    }

    body .button.button-clean:hover, body .button.button-clean:focus, body .button.button-clean:active, body .button-clean:hover, body .button-clean:focus, body .button-clean:active {
        background: #fff;
    }

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    position: relative;
    top: 2px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/Content/images/strzalka_select.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.poll-row input[type="text"], .poll-row input[type="tel"], .poll-row input[type="email"], .poll-row input[type="url"], .poll-row input[type="password"], .poll-row input[type="search"], .poll-row select, .poll-row textarea {
    padding: 6px 11px 5px;
    border-color: #ddd;
}

.poll-row select {
    padding-left: 6px;
    padding-right: 25px;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], select, textarea {
    color: #666;
    border: 1px solid #bbb;
    border-radius: 7px;
    background-color: #fff;
    max-width: 100%;
    vertical-align: middle;
    padding: 10px 11px 9px;
}

    input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, select:focus, textarea:focus {
        outline: none;
        color: #111;
        background-color: #fadbec;
    }

    input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="password"]:hover, input[type="search"]:hover, select:hover, textarea:hover {
        outline: none;
    }

select {
    padding-left: 6px;
    padding-right: 25px;
}

textarea {
    overflow: auto;
    padding-left: 7px;
    vertical-align: top;
    max-width: 100%;
}

label {
    cursor: pointer;
}

textarea.error, input.error {
    color: #111;
    border-color: #fe9374;
    outline: none;
    box-shadow: inset 0 0 6px 0px rgba(255,0,0,0.3);
    background-color: #fff2f2;
}

/* removed search-form */

.form-row {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 0.5em;
}

    .form-row label {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        text-align: right;
        padding-top: 7px;
        width: 100px;
        padding-right: 15px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .form-row .form-field input[type="radio"], .form-row .form-field input[type="checkbox"] {
        margin-top: 9px;
    }

i.required {
    color: red;
}

.form-narrow {
    display: block;
    margin: 0 auto;
    width: 70%;
}

    .form-narrow .form-row {
        padding-left: 100px;
    }

        .form-narrow .form-row label {
            width: 100px;
        }

.error {
    color: red;
}

.validation-summary-valid {
    display: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/* removed */

.site-menu > ul {
    margin: 0;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

    .site-menu > ul > li {
        margin-left: 20px;
        display: inline-block;
        vertical-align: middle;
    }

        .site-menu > ul > li > a {
            padding: 5px 8px;
            color: #fff;
            font-weight: 400;
            font-size: 17px;
            font-size: 1.7rem;
            border-radius: 7px;
            opacity: 0.6;
            text-transform: uppercase;
        }

        .site-menu > ul > li:first-child {
            margin-left: 0;
        }

        .site-menu > ul > li.active > a, .site-menu > ul > li:hover > a, .site-menu > ul > li > a:focus, .site-menu > ul > li > a:active {
            opacity: 1;
            outline: none;
            text-decoration: none;
        }

.menu-toggle {
    display: none;
}

.row {
    clear: both;
    float: none;
    position: relative;
}

.content-row {
    margin-left: -15px;
    margin-right: -15px;
}

    .content-row .col {
        padding: 0 15px;
    }

.col {
    float: left;
}

.col-1 {
    float: left;
    width: 100%;
    min-height: 1px;
}

.col-2 {
    float: left;
    width: 50%;
    min-height: 1px;
}

.col-3 {
    float: left;
    width: 33.33333%;
    min-height: 1px;
}

.col-4 {
    float: left;
    width: 25%;
    min-height: 1px;
}

.col-5 {
    float: left;
    width: 20%;
    min-height: 1px;
}

.col-6 {
    float: left;
    width: 16.66667%;
    min-height: 1px;
}

.col-7 {
    float: left;
    width: 14.28571%;
    min-height: 1px;
}

.col-8 {
    float: left;
    width: 12.5%;
    min-height: 1px;
}

.col-9 {
    float: left;
    width: 11.11111%;
    min-height: 1px;
}

.col-10 {
    float: left;
    width: 10%;
    min-height: 1px;
}

.col-11 {
    float: left;
    width: 9.09091%;
    min-height: 1px;
}

.col-12 {
    float: left;
    width: 8.33333%;
    min-height: 1px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
        clip: auto !important;
        color: #666;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.clear:before, .clear:after, .clearfix:before, .clearfix:after, .wrapper:before, .wrapper:after, .row:before, .row:after, .col:before, .col:after, .section-container:before, .section-container:after, .entry-content:before, .entry-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
}

.clear:after, .clearfix:after, .wrapper:after, .row:after, .col:after, .form-row:after, .section-container:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

@-webkit-keyframes hanging {
    from {
        -webkit-transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(7px);
    }
}

@-moz-keyframes hanging {
    from {
        -moz-transform: translateY(0);
    }

    to {
        -moz-transform: translateY(7px);
    }
}

@-o-keyframes hanging {
    from {
        -o-transform: translateY(0);
    }

    to {
        -o-transform: translateY(7px);
    }
}

.wrapper {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}

body {
    font-weight: 400;
    padding-bottom: 100px;
}

html {
    overflow-y: inherit;
    overflow-x: auto;
}

.top-bar {
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
}

    .top-bar .top-bar-right {
        float: right;
    }

        .top-bar .top-bar-right .fa-power-off {
            font-size: 11px;
            font-size: 1.1rem;
        }

.top-left {
    text-align: center;
    font-size: 0;
    float: left;
    width: 26%;
}

#logo {
    display: inline-block;
    margin-bottom: 0;
}

/* removed */

.site-menu {
    display: block;
    padding: 0;
}

.poll-header .wrapper {
    padding: 15px 0;
    background-color: #eeeeee;
    border-radius: 0 0 12px 12px;
}

.poll-header .top-left {
    width: auto;
    margin-left: 15px;
}

.poll-header .top-right {
    float: right;
    margin-right: 45px;
}

    .poll-header .top-right .vertical-menu ul {
        margin-top: 20px;
    }

    .poll-header .top-right .vertical-menu li {
        text-align: right;
        margin: 0.7em 0 0;
    }

    .poll-header .top-right .vertical-menu a {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        color: #666;
        padding: 4px 10px;
    }

.main-container {
    margin-top: 15px;
}

.column-sidebar {
    float: left;
    width: 26%;
}

.column-center {
    width: 72%;
    margin: 0 auto;
}

.main-section {
    width: 72%;
    float: right;
}

    .main-section.full {
        width: auto;
        float: none;
    }

.description-block {
    position: relative;
}

    .description-block .content {
        background-color: #dedede;
        padding: 22.5px;
        margin-bottom: 15px;
        border-radius: 18px 0 18px 18px;
        position: relative;
        height: auto;
        max-height: 1000px;
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 18px;
        font-size: 1.8rem;
    }

	/* removed */

    .description-block.inactive .content {
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .description-block.inactive .block-trigger {
        border-radius: 30px;
        right: -30px;
    }

        .description-block.inactive .block-trigger .tooltip-icon {
            position: relative;
        }

            .description-block.inactive .block-trigger .tooltip-icon:before {
                position: absolute;
                content: "";
                display: inline-block;
                top: -5px;
                left: -10px;
                border-top: 8px solid #dedede;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
            }

        .description-block.inactive .block-trigger .trigger-label {
            opacity: 0;
            max-width: 0;
            padding: 0;
        }

    .description-block p:last-child {
        margin-bottom: 0;
    }

/* removed group-header, group-entry */

.content-section {
    border-radius: 18px;
    background: #dedede;
    padding: 15px 25px 25px;
    color: #333;
    margin-bottom: 15px;
}

.single-entry {
    background: #eeeeee;
    border-radius: 18px;
    border: 1px solid #ddd;
    overflow: hidden;
}

    .single-entry .large-tile {
        float: left;
    }

    .single-entry .entry-description {
        padding: 70px 30px 30px;
        float: left;
        width: 50%;
        color: #444;
    }

        .single-entry .entry-description p {
            font-size: 16px;
            font-size: 1.6rem;
        }

/* removed */

.poll-summary {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 3px;
    margin-bottom: 30px;
}

.poll-row {
    padding: 5px 15px;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 6px;
}

    .poll-row label {
        margin-right: 10px;
        line-height: 32px;
    }

.poll-footer {
    margin-top: 30px;
}

.training-container {
    border: 2px solid #dedede;
    width: 950px;
    margin: 0 auto;
    margin-top: 10px;
}

.training-header {
    background: #dedede;
    padding: 10px 15px 8px;
}

    .training-header a {
        color: #666;
    }

    .training-header .training-title {
        margin-bottom: 0;
        font-size: 18px;
        font-size: 1.8rem;
    }

.tiles-container .tile {
    float: left;
    margin-left: 2%;
    width: 32%;
}

.tile {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    background-color: #dedede;
}

    .tile:first-child, .tile:nth-child(3n+1) {
        margin-left: 0;
    }

    .tile .tile-buttons {
        float: left;
        padding-top: 7px;
    }

        .tile .tile-buttons .fa-download {
            margin-left: 5px;
            font-size: 13px;
            margin-top: 1px;
        }

	/* removed */

    .tile.disabled .tile-thumb:before {
        background-color: #bfbfbf;
    }

    .tile.large-tile {
        width: 50%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
    }

	/* removed */

.site-footer {
    position: relative;
    clear: both;
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0;
}

    .site-footer a {
        color: #999 !important;
        text-decoration: none;
    }

        .site-footer a:hover {
            text-decoration: underline;
        }

    .site-footer .f-left {
        float: left;
    }

        .site-footer .f-left span {
            white-space: nowrap;
        }

    .site-footer .f-menu {
        display: inline-block;
    }

        .site-footer .f-menu ul {
            list-style: none;
            padding-left: 0;
        }

        .site-footer .f-menu li {
            display: inline-block;
            margin-right: 15px;
        }

        .site-footer .f-menu a {
            text-decoration: underline;
        }

            .site-footer .f-menu a:hover {
                text-decoration: none;
            }

    .site-footer .f-right {
        text-align: right;
        float: right;
    }

    .site-footer .kreacja {
        padding-right: 57px;
        display: inline-block;
        position: relative;
        color: #999;
    }

        .site-footer .kreacja img {
            position: absolute;
            top: -3px;
            right: 0;
        }

.site-content + .site-footer {
    margin-top: 15px;
}

    .site-content + .site-footer .wrapper {
        padding: 15px 0 40px;
        border-top: 1px solid #ddd;
    }

embed, iframe, object {
    max-width: 100%;
}

/* removed */

.message {
    border-radius: 12px;
    background: #dedede;
    border: 1px solid #bfbfbf;
    padding: 15px;
    margin-bottom: 15px;
}

    .message:last-child {
        margin-bottom: 0;
    }

    .message ul:last-child, .message ol:last-child, .message p:last-child {
        margin-bottom: 0;
    }

    .message.warning {
        background-color: #ffffbf;
        border-color: #fac005;
    }

    .message.info {
        background-color: #DCF0F7;
        border-color: #73B6CD;
    }

    .message.danger {
        background-color: #FFBBBE;
        border-color: #DC1923;
    }

    .message.success {
        background-color: #D1FFC5;
        border-color: #9DDA8D;
    }

/* removed */

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

.radius-small {
    border-radius: 7px;
}

.radius-large {
    border-radius: 18px;
}

/* ikonki przy linkach (np. link do regulaminu przy rejestracji konta w ABM) */

a[href$=".odt"], a[href$=".doc"], a[href$=".docx"], a[href$=".ods"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".pdf"] {
    position: relative;
}

a[href$=".odt"]:before, a[href$=".doc"]:before, a[href$=".docx"]:before {
	content: "";
	position: relative;
	width: 26px;
	height: 26px;
	background: url(images/icon-doc.png) no-repeat center center;
	display: inline-block;
	margin-right: 3px;
	max-height: 1.4em;
	background-size: contain;
	top: -2px;
	vertical-align: middle;
}

a[href$=".ods"]:before, a[href$=".xls"]:before, a[href$=".xlsx"]:before {
	content: "";
	position: relative;
	width: 26px;
	height: 26px;
	background: url(images/icon-xls.png) no-repeat center center;
	display: inline-block;
	margin-right: 3px;
	max-height: 1.4em;
	background-size: contain;
	top: -2px;
	vertical-align: middle;
}

a[href$=".pdf"]:before {
	content: "";
	position: relative;
	width: 26px;
	height: 26px;
	background: url(images/icon-pdf.png) no-repeat center center;
	display: inline-block;
	margin-right: 3px;
	max-height: 1.4em;
	background-size: contain;
	top: -2px;
	vertical-align: middle;
}

.hidden {
    display: none;
}

.inner {
    position: relative;
}

#question ul {
    list-style-type: none;
    margin: 0;
    width: 100%;
}

    #question ul#events li {
        line-height: 1.2em;
        min-height: 1.5em;
        cursor: n-resize;
        font-size: 1.2em;
        min-height: 1.5em;
    }

        #question ul#events li span {
            font-weight: normal;
        }

            #question ul#events li span.fa {
                font-size: small;
            }

        #question ul#events li strong, #question ul#events li span {
            color: #3e3e3e;
        }

    #question ul#events span.ui-icon {
        display: inline-block;
    }

    #question ul#events .ui-state-highlight {
        height: 1.5em;
        line-height: 1.2em;
    }

#question label + input[type="radio"] {
    margin-left: 30px;
}

#question table {
    border-collapse: separate;
    border-spacing: 5px;
}

    #question table.grid {
        margin-top: 10px;
        width: 100%;
    }

        #question table.grid tr th:first-child, #question table.grid tr td:first-child {
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
        }

        #question table.grid tr th:last-child, #question table.grid tr td:last-child {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
        }

        #question table.grid tr th {
            background-color: #bfbfbf;
            font-weight: bolder;
            padding: 5px;
            vertical-align: middle;
            border-radius: 7px;
        }

        #question table.grid tr td {
            padding: 5px;
            vertical-align: middle;
            background-color: #fff;
            border-radius: 7px;
        }

        #question table.grid td + td, #question table.grid th + th {
            text-align: center;
        }

    #question table.matchPair {
        width: 720px;
    }

        #question table.matchPair tr th, #question table.matchPair tr td {
            text-align: center;
            vertical-align: top;
        }

#question .agroup {
    margin: 10px;
    padding: 0.5em;
    vertical-align: middle;
}

#question strong.ui-dialog-titlebar, #question span.answerdesc {
    display: inline-block;
    width: 100%;
}

#question .dropable {
    float: left;
    margin: 0;
    padding: 0.5em;
    vertical-align: middle;
    width: 150px;
}

    #question .dropable span {
        vertical-align: middle;
    }

#question .dropable2 {
    float: left;
    margin: 10px;
    padding: 0;
    width: 170px;
}

#question .ui-widget-content {
    background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top;
    border: 1px solid #dddddd;
    color: #333333;
}

#question .bgroup {
    cursor: move;
    min-height: 40px;
    border: 1px solid #fde8b2;
    float: left;
    padding: 0.5em;
}

#question #question .ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

#question strong.ui-dialog-titlebar, #question #question span.answerdesc {
    display: inline-block;
    width: 100%;
}

table.raport_rozszerzony th.pytanie,
table.raport_rozszerzony td.pytanie
{
    width: 350px !important;
}

.raport_rozszerzony td.pytanie img
{
    max-width: 350px !important;
    height: auto;
}

.raport_rozszerzony td.pytanie p
{
    margin: 0 !important;
}

.raport_rozszerzony th.percent,
.raport_rozszerzony td.percent {
    max-width: 30px;
}

.raport_rozszerzony .percent
{
    text-align: right;
}

table.grid {
width:100%;
margin-top:10px;
}

table.grid tr th {
background-color:#bbb;
font-weight:bolder;
vertical-align:middle;
padding:5px;
}

table.grid tr th:first-child, table.grid tr td:first-child {
-webkit-border-top-left-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-bottomleft:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
}

table.grid tr th:last-child, table.grid tr td:last-child {
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomright:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
}

table.grid tr td {
border:1px solid #bbb;
vertical-align:middle;
padding:5px;
}

table.grid tr td.subhead {
	font-weight: bold;
	text-align: center;
}

table.grid tr.gridrow_alternate td {
    background-color:#bbb;
}

input[type="text"].input-low, input[type="tel"].input-low, input[type="email"].input-low, input[type="url"].input-low, input[type="password"].input-low, input[type="search"].input-low, select.input-low, textarea.input-low {
    padding-top: 4px;
    padding-bottom: 3px;
}

/* style dla jquery.dataTables (do wyrzucenia?) */

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('www/images/back_disabled2.jpg');
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.paginate_enabled_previous {
	background-image: url('www/images/back_enabled2.jpg');
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.paginate_disabled_next {
	background-image: url('www/images/forward_disabled2.jpg');
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.paginate_enabled_next {
	background-image: url('www/images/forward_enabled2.jpg');
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.dataTables_paginate {
	width: 60px;
	float: right;
	text-align: right;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom: 5px;
}

.dataTables_length {
	width: 40%;
	float: left;
	margin-bottom: 5px;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.menu div a {
	padding: 5px;
	border-radius: 0px 0px 10px 10px;
}

/*removed */

.folder {
    height: 90px;
    width: 100px;
    text-align: center;
    padding-top: 10px;
    border: solid 1px lightgray;
    display: block;
    float: left;
    margin: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.folderBig {
    height: 180px;
    width: 200px;
    text-align: center;
    padding-top: 10px;
    border: solid 1px lightgray;
    display: block;
    float: left;
    margin: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: url("/Content/www/images/folder-orange.png") no-repeat center
}

.folderTitle {
    position: absolute;
    bottom: 0;
    width: 100%
}

.logoImg {
    height: 50px;
    width: 50px;
}

#catalogs {
    border-bottom: 1px solid #aaa;
    overflow: auto;
    margin-bottom: 10px;
}

/*removed */

/*---------------------------nowy logon---------------------------*/
.form-narrow-new {
    display: block;
    width: 80%;
    margin-left: 10%;
}

.form-field-new {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
    text-decoration: none;
}

    .form-field-new a {
        color: black;
    }

    .form-field-new select {
        background: white;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 125%;
        padding-left: 7px;
        color: #c1c1c1 !important;
    }

.content-section-new {
    color: #333;
    margin-top: 1%;
}

.col-2-new {
    width: 50%;
    min-height: 1px;
}

.aligncenter-new {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.error-new ul {
    list-style: none !important;
    margin: 0;
}

.validation-summary-errors {
    border: solid;
    border-color: #c73838;
    background-color: #c73838;
    color: white;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
}


body .button.button-primary-new, body .button-primary-new {
    border: 0;
    outline: none;
    transition: all 0.35s ease;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s;
    max-height: 50px;
}

    body .button.button-primary-new span, body .button-primary-new span {
        cursor: pointer;
        display: inline-block;
        transition: 0.5s;
        position: relative;
        font-size: 75%;
    }

        body .button.button-primary-new span:after, body .button-primary-new span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    body .button.button-primary-new:hover span, body .button-primary-new:hover span {
        padding-right: 25px;
    }

        body .button.button-primary-new:hover span:after, body .button-primary-new:hover span:after {
            opacity: 1;
            right: 0;
        }


.form-row-new {
    position: relative;
    display: block;
    margin-bottom: 0.5em;
}

.button-logon {
    margin-top: 25px;
    width: 100%;
}

.Email {
    margin-top: 20px;
}

.Login {
    margin-top: 20px;
}

.form-input-new {
    font-size: 30px;
    color: #666;
    border: 1px solid #bbb;
    background-color: white;
    width: 100%;
    vertical-align: middle;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: groove;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
}

    .form-input-new::placeholder {
        color: #d4cece;
    }


input[type=text]:focus {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
}


input[type="password"]:focus {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.logo-new {
    width: 50%; 
    margin-top: 10%;
    margin-bottom: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.page-title-new {
    font-size: 5rem;
    font-weight: 900;
    color: #000;
}

.map-popup {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 350px;
    padding: 2rem;
    background-color: #fff;
    transition: all 300ms ease-in;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 24px rgba(0,0,0,0.22);
    opacity: 0;
    visibility: hidden;
    margin-right: 10px;
    right: -140%;
    font-family: Arial, Helvetica, sans-serif;
}

    .map-popup > *:first-child {
        margin-top: 0;
    }

    .map-popup > *:last-child {
        margin-bottom: 0;
    }

    .map-popup.open {
        opacity: 1;
        visibility: visible;
        top: 51%;
    }

.marker {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: tomato;
    transition: all 300ms;
    font-family: Arial, Helvetica, sans-serif;
}

.marker1 {
    top: 6px;
    left: 104%;
    font-size: 24px;
    color: white;
}

.marker2 {
    margin-top: 5px;
    left: 104%;
    font-size: 24px;
    color: white;
}

.marker:hover {
    color: white;
    background-color: #fd2600;
}

.marker1:focus {
    color: white;
}

.marker2:focus {
    color: white;
}


.logon-poweredby {
    color: white;
    text-align: center;
}


.recover-style {
    margin-top: 15px;
    font-size: 12px;
    position: relative;
    margin-bottom: 30px;
}

    .recover-style:hover {
        text-decoration: underline;
    }


/* link do przypomnienia hasla = zawsze czarny, nawet po najechaniu (WCAG ma osobny styl) */

.recover-style .form-field-new a {
    color: black;
}

.kontakt {
    padding-top: 50px;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.kontakt-icon {
    display: inline-flex;
}

.body-logon {
    padding-bottom: 0px;
}

.smartphone {
    transition: all 1500ms;
    border-radius: 50px;
    height: 75px;
}

.mailbox {
    transition: all 1500ms;
    border-radius: 50px;
    height: 75px;
}

.smartphone:hover {
    background-color: #1C8ADB;
    height: 75px;
    border-radius: 50px;
    width: 370px;
}

.mailbox:hover {
    background-color: #1C8ADB;
    height: 75px;
    border-radius: 50px;
    width: 370px;
}

.smartphone:hover #smartphone {
    display: block !important;
    height: 75px;
}

.mailbox:hover #mailbox {
    display: block !important;
    height: 75px;
}

.smartphpone-number {
    display: none;
}

.mailbox-support {
    display: none;
}

.smartphone:hover .smartphpone-number {
    display: block !important;
    margin-top: -44px;
    color: white;
    font-size: 18px;
    text-transform: none;
}

.mailbox:hover .mailbox-support {
    display: block !important;
    margin-top: -44px;
    color: white;
    font-size: 18px;
    margin-left: 35px;
    text-transform: none;
}


.text-center-new {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: center;
}

.text-center-new {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: center;
}

h2.text-center-new {
    font-size: 20px;
}

h3.text-center-new {
    font-size: 16px;
}

/* pola tekstowe do wpisywania danych logowania */

.form-field-new input[type="text"],
.form-field-new input[type="tel"],
.form-field-new input[type="email"],
.form-field-new input[type="url"],
.form-field-new input[type="password"],
.form-field-new input[type="search"],
.form-field-new select,
.form-field-new textarea {
    font-size: 30px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100% !important;
    vertical-align: middle !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    font-size: 110% !important;
    border-radius: 0px !important;
    padding: 10px 11px 9px !important;
    width: 448px !important;
    margin-left: 0 !important;
}

/* przycisk logowania */

/*
.mackologon {
    width: 402px;
    margin-left: 22px;
    bottom: 3px !important;
}
*/

.mackologon {
    width: 402px;
    max-width: 100%;
    margin: auto;
    bottom: 3px !important;
	display: block;
}

#testowaklasa {
	margin-top: 25px;
}

/* podpowiedz haslo */

.howto-popup {
    position: absolute;
    z-index: 99;
    margin-left: 515px;
    width: 31%;
    padding: 10px;
    margin-top: -200px;
    background: white;
    border: solid #f2f1f1 1px;
    box-shadow: 1.5px 1.5px 1.5px 1.5px #e1e1e1;
    border-radius: 10px;
    visibility: hidden;
    transition: all 300ms ease-in;
    opacity: 0;
}

.howto-popup.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s;
}

.howtobutton:hover {
    text-decoration: underline !important;
}

@media (min-width: 1600px) {
    .howto-popup {
width: 37% !important;
}}


/* DODATKI DO GLOBAL CSS */

/* Przycisk opcji przy polu 'inne' w cwiczeniach i ankietach - zawsze ukrywany */

#answerOth {
    display: none;
}

/* Nie mam zielonego pojecia co to jest, po prostu licze na to, ze ustawienie tego tak, jak jest w wiekszosci nowych platform nic nie popsuje */

#contactEmail {
    display: block;
}

#contactEmailAndNumber {
    display: none;
}

/* Jak wyzej */

.column-sidebar .widget-menu ul li.current > a .points-success:nth-child(1) {
    display: none;
}

.column-sidebar .widget-menu ul li.current > a .points-total:nth-child(2) {
    display: none;
}


/* KOLORY PRZYCISKOW */

:root {
    --main-button-color: #6d4aff; /* glowny kolor przyciskow */
    --link-color: #6d4aff; /* kolor linkow i obrysow */

    --main-button-hover-color: var(--main-button-color); /* fallback dla przegladarek ze zmiennymi, ale bez color-mix (bez zmiany koloru po najechaniu) */
}
@supports (color: color-mix(in srgb, red, blue)) { :root {
    --main-button-hover-color: color-mix(in srgb, var(--main-button-color) 80%, black 20%); /* black = ciemniej po najechaniu, white = jasniej po najechaniu */
}}

/* Przyciski na stronie logowania */

body .button.button-primary-new, body .button-primary-new {
    background-color: #6d4aff; /* fallback */
    background-color: var(--main-button-color);
    color: #fff;
}

body .button.button-primary-new:hover, body .button-primary-new:hover {
    background-color: #6d4aff; /* fallback */
    background-color: var(--main-button-hover-color);
}

/* Przyciski w cwiczeniach */

body .button.button-primary, body .button-primary {
    background-color: #6d4aff; /* fallback */
    background-color: var(--main-button-color);
    color: #fff;
}

body .button.button-primary:focus, body .button.button-primary:active, body .button-primary:focus, body .button-primary:active {
    background-color: #6d4aff; /* fallback */
    background-color: var(--main-button-color);
}

/* Przycisk wyslij przy przypomnieniu hasla */

body .button.button-primary-new span, body .button-primary-new span {
    bottom: 3px;
}
body .button.button-primary-new:hover span:after, body .button-primary-new:hover span:after {
	top: -2px;
}

/* Przycisk zamykajacy cwiczenie lub ankiete */

body .button.button-clean:hover, body .button.button-clean:focus, body .button.button-clean:active, body .button-clean:hover, body .button-clean:focus, body .button-clean:active {
    border-color: #6d4aff; /* fallback */
    border-color: var(--link-color);
}

/* Pole tekstowe w cwiczeniu/ankiecie po zaznaczeniu */

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, select:focus, textarea:focus {
    border-color: #6d4aff; /* fallback */
    border-color: var(--link-color);
}

input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="password"]:hover, input[type="search"]:hover, select:hover, textarea:hover {
    border-color: #6d4aff; /* fallback */
    border-color: var(--link-color);
}

/* Linki */

a {
    color: #6d4aff; /* fallback */
    color: var(--link-color);
}

a:hover, a:focus, a:active {
    color: #6d4aff; /* fallback */
    color: var(--link-color);
}

/* Kolorowy pasek u gory cwiczen */

.poll-header .wrapper {
    border-top: 15px solid #6d4aff; /* fallback */
    border-top: 15px solid var(--main-button-color);
}

.poll-header .top-right .vertical-menu a:hover, .poll-header .top-right .vertical-menu a:focus, .poll-header .top-right .vertical-menu a:active {
    color: #6d4aff; /* fallback */
    color: var(--link-color);
}

.training-header a .fa {
    color: #6d4aff; /* fallback */
    color: var(--link-color);
}

/* Nie mam pojecia co to jest, ale zmienia kolory */

#question ul#events li span.fa {
    color: #6d4aff; /* fallback */
    color: var(--link-color);
}

#question ul#events .ui-state-highlight {
    background-color: #6d4aff; /* fallback */
    color: var(--main-button-color);
}

/* Token do API */

.profile-container .profile-token .editor-field {
	margin-top: 40px;
}