﻿



div.glosowanie span {
    display: block;
    margin-top: 13px;
    font-size: 0.8em;
    background: #f68e1e;
    color: #fff;
    padding: 10px;
    display: table;
    /* margin-left: -20px; */
}

div.wyniki span {
    display: inline-block;
    margin-top: 0px;
    color: #fff;
    background-color: #17cba4;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: bold;
    margin-left: 10px;
}

.dnb {
    page-break-inside: avoid;
}

div.error {
    border-left: 8px solid #b51a00 !important;
}

    div.error span {
        color: #b51a00
    }

.mt15 {
    margin-top: 15px
}

div.glosowania {
    margin-top: -1px;
}

div.odpowiedzi {
}

div.odpowiedz, div.sopcja {
    display: inline-block;
    padding: 15px;
    border: 1px solid #ccc;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 1.2em
}


div.specjalne div.odpowiedz {
    display: block;
    border: 0px;
    border-bottom: 1px dotted #f68e1e;
    padding-left: 0px;
}

.selected {
    border-color: #9bcc5f !important;
    background-color: #9bcc5f;
    color: #fff;
}

.ns {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

div.summary {
    background-color: #9bcc5f;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #fff;
    text-align: center;
    padding: 20px;
    /* border-radius: 5px; */
    font-size: 1.7em;
    cursor: pointer;
    /* margin-top:20px; */
}

    div.summary:hover {
        background: #7ab038;
    }

div.result {
    text-align: left;
    font-size: 1.4em;
    line-height: 130%;
    font-weight: 100
}

    div.result strong {
        font-weight: 300
    }

div.print {
    float: right;
    padding: 15px;
    border: 1px dotted #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-top: -15px;
}

    div.print:hover {
        border: 1px solid #fff
    }

@media print {
    div.print {
        display: none
    }

    div.wyniki span {
        display: inline-block;
        border: 1px solid #000;
        color: #000
    }


    h1 {
        font-size: 1.4em;
        margin: 0px;
        margin-bottom: 6px;
    }

    h2 {
        margin: 0px;
        margin-bottom: 6px;
        padding: 0px;
    }

    div.box {
        background-color: white;
        -webkit-box-shadow: 0 0 0px 0 rgba(0,0,0,0);
        box-shadow: 0 0 0px 0 rgba(0,0,0,0);
    }

    #header {
        padding: 5px;
        -webkit-box-shadow: 0 0 0px 0 rgba(0,0,0,0.0);
        box-shadow: 0 0 0px 0 rgba(0,0,0,0.0);
        text-align: left;
        border-bottom: 1px solid #000
    }

    #content {
        padding: 0px;
        margin: 0px;
    }

    div.result {
        font-size: 1em;
    }
}

div.uczestnicy {
    font-size: 1.2em;
    line-height: 140%
}

    div.uczestnicy span {
        color: #808080;
        font-size: 0.9em;
        margin-left: 14px;
    }

div.summary h2 {
    background-color: transparent;
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 14px !important;
}

div.attachments {
    margin-top: 25px
}

    div.attachments span {
        display: block;
        color: #808080;
        font-size: 0.9em;
        margin-top: 7px;
    }

        div.attachments span:hover {
            text-decoration: underline;
            cursor: pointer
        }

    div.attachments div.zalacznik {
        border: 1px dotted #ccc;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

tools {
    float: right
}

    tools a {
        color: #1bbc9b;
        text-decoration: none
    }

        tools a:hover {
            color: #12987c
        }


div.bfooter {
    text-align: center;
    font-size: 0.7em;
    color: #888
}

.bkworum {
    background-color: #b12340;
    color: #fff;
    padding: 7px;
    font-size: 0.9em;
    float: right;
    border-radius: 11px;
}

div.odpim {
    margin-top: 4px;
    font-size: 0.9em
}

    div.odpim strong {
        font-weight: 300
    }

.ns.brakglosu.selected {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #fff !important;
}


div.opis {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


div.zalaczniki a {
    text-decoration: none;
    background: #f68e1e;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 24px;
    margin-right: 15px;
    margin-bottom: 10px;
}

    div.zalaczniki a:hover {
        background: #cc761a;
    }

.zalaczniki {
    background: #f2f2f2;
    padding: 10px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 10px;
}

div.zalaczniki span {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #000;
}

div.glosowanie:hover {
    /*    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.5); */
}

img.blogo {
    float: right;
    max-height: 55px;
    padding: 15px;
}


@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

@media only screen and (min-width: 600px) {
    div.glosowanie:hover span.intro, div.glosowanie:hover div.gotwarte span {
        animation: blinker 1s linear infinite;
        /* position: sticky; */
        /* top: 40px; */
    }

    img.blogo {
        /* margin-top: -10px; */
    }



    div.glosowania:hover div.glosowanie {
        background: #f2f2f2
    }

    div.glosowania div.glosowanie:hover {
        background: #fff
    }
}



@media only screen and (max-width: 600px) {
    span.intro {
        /* animation: blinker 1s linear infinite; */
        width: calc(100% + 20px);
    }

    h1 {
        font-size: 1.3em;
        background: #f2f2f2;
        margin-bottom: 0px;
    }

    img.blogo {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        /* margin-bottom: 15px; */
    }



    i.fa.fa-check-square-o {
        display: none;
    }

    .box {
        padding: 0px;
    }

    div.inner {
        /* padding: 5px; */
    }

    div#content {
        padding: 10px;
    }



    div#licznik {
        margin-left: auto;
        margin-right: auto;
        left: 20px;
        right: 20px;
    }
}

a.bchash {
    float: right;
    text-decoration: none;
    color: #888;
}

    a.bchash:hover {
        color: #000;
    }

div.gotwarte textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 8px;
    height: 60px;
}

div.glosowanie.specjalne div.odpowiedz {
    cursor: default;
}

/* wstrzymuje blokuje */

.ns.odpowiedz.wstrzymuje {
    display: table;
    margin-top: 50px;
}

div.odpowiedzi i.fa.fa-times {
    margin-right: 5px;
}

div.specjalne div.odpowiedzi div.odpowiedz:last-child {
    border: 0px;
}

div.error span.intro {
    background: #b51a00;
    color: #fff;
}

span.intro {
    position: sticky;
    top: 0px;
    margin-left: -20px;
}

.smsa img.blogo {
    margin: 0px !important;
}

.smsa div.opis {
    padding: 0px 20px;
}


@media only screen and (min-width: 1000px) {
    div#content {
        padding: 0px !important;
        padding-bottom: 180px !important;
    }

    #header {
        background: #fff;
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.6);
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.6);
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 10px;
    }

        #header img {
            max-height: 70px !important;
            margin: 2px;
        }

        #header table {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
}

@media only screen and (max-width: 1000px) {
    #header td {
        display: block;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        max-width: unset !important;
    }

    tr.hr {
        display: none
    }
}
