﻿body,input {
    font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, sans-serif;
    
}

body {
	margin:0px;
}

body {
	background-color:#ddd;
}

#content {
	padding:25px;margin-bottom:70px
}

div.box {
    background-color: white;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    /* padding: 15px; */
    margin-bottom: 15px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

div.inner {
	/* padding:15px; */
}


input[type=textbox],input[type=password],input[type=datetime-local],input[type=email],input[type=phone],select {
	padding:7px;min-width:150px;max-width:calc(100% - 10px);border:1px solid #ccc;border-radius:3px
}

input[type=submit], input[type=button] {
	margin-top:10px;font-size:1.2em;text-align:center;padding:10px;margin-bottom:5px;min-width:150px;max-width:calc(100% - 10px);
	background-color:#1bbc9b;color:#fff;border:0px;
}

textarea {
	border:1px solid #ccc;border-radius:3px
}

#logowanie input {
	margin-bottom:5px;
}

a.u {
    color: #f68e1e; 
}

a.u:hover {color:#000}

form span {
	display:block;
}

h1 {
	margin:0px;
	margin-bottom: 0px;
	font-weight:100;
	padding: 15px;
}

h2 {
    margin: 0px;
    /* margin-bottom: 15px; */
    font-weight: 300;
    background-color: #dddddd;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    padding: 15px;
}

#inner {
	max-width:200px;margin-left:auto;margin-right:auto
}

#header {
	padding:10px;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
	background-color: #fff;
	text-align:center;
}
#header img {
	max-width:150px;margin-left:10px
}

#klient {
	font-weight:100;float:right;margin-right:15px
}

#header a {
	text-decoration:none;color:#000;
}

#header a:hover {
	text-decoration:underline;
}

tools i {
	margin-left:10px
}


div#licznik {
    background-color: #0f6b55;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0px;
    right: 15px;
    padding: 15px;
    color: #fff;
    font-size: 0.9em;
    line-height: 130%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

div#licznik cc {
	font-size: 1.2em;
}
div.wykluczenie {background:#f2f2f2}
div.glosowanie h4, div.wykluczenie h4 {
	margin-top:0px;margin-bottom:0px;font-weight:300;color:#f68e1e;font-weight:400
}

div.glosowanie h3 {
	margin:0px;margin-top:5px;
}

div.glosowanie, div.wykluczenie {
	padding: 20px;
	border-top: 1px solid #dddddd;
	/* margin-top:20px; */
	page-break-inside: avoid;
	/* border-bottom: 5px solid #dddddd; */
}

div.glosowanie span, div.wykluczenie span {
	display:block;
	margin-top:13px;
	font-size:0.8em;
	background: #f68e1e;
	color: #fff;
	padding: 10px;
	display: table;
	/* margin-left: -20px; */
}

div.wykluczenie span {background:#000}

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 {
	cursor:pointer;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;
}

.star.selected{
	border-color: #9bcc5f !important;
	background-color: #9bcc5f;
	border-bottom-color:#5c773a !important;
	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; */
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

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 solid #ccc;
	padding: 10px;margin-bottom:10px;
	border-radius: 0px;
}

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: 0px;
    margin-left: 0px;
    color: #000;
    background-color: transparent !important;
}

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 {
	
}

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);
}


a.language {
    margin-top: 0px !important;
    background: #fff;
}

h1 {
    font-size: 1.3em;
    background: #fff;
    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;
}

.butt {
    font-size: 0.8em;
}

div#licznik {
    margin-left: auto;
    margin-right: auto;
    left: 10px;
    right: 10px;
    text-align: center;
    padding-top: 30px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

div.summary {position:fixed;bottom: 65px;left: 4px;right: 4px;border-radius: 37px;z-index: 100;-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);}

	div.bfooter {margin-bottom:70px}

	div.odpowiedz {
    display: block;
    margin-right: 0px;
}
	

 }
 
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;
}


.ns.odpowiedz.za, .sopcja.za {
	background-color:#e5f1d7
}

.ns.odpowiedz.przeciw, .sopcja.przeciw {
	background-color:#fbeded
}

.ns.odpowiedz.wstrzymujesie, .sopcja.wstrzymujesie
{
	background-color:#ffffe9
}


.ns.odpowiedz.za.selected, .sopcja.za.selected {
	border-color:#659131 !important;
	background-color:#659131;
}

.ns.odpowiedz.przeciw.selected, .sopcja.przeciw.selected {
	border-color:#c53c3c !important;
	background-color:#c53c3c;
}

.ns.odpowiedz.wstrzymujesie.selected, .sopcja.wstrzymujesie.selected {
	border-color:#dfdf17!important;
	background-color:#dfdf17;color:#000
}



/* 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 {
    top: 0px;
    margin-left: -20px;
}

.smsa img.blogo {
    margin: 0px !important;
}

.smsa div.opis {
    padding: 0px 20px;
}

.opis {
    padding: 20px;
    line-height: 1.4em;
}

@supports not ( -moz-appearance:none ){
span.intro {
    position: sticky;
}
}

.ns.odpowiedz.star {
    border-bottom: 3px solid #000;
    padding-bottom: 13px;
}

h2.preview {
    background: #000;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
}

a.language {
    float: right;
    padding: 30px;
    color: #000;
    text-decoration: none;
    padding: 11px 18px;
    margin-top: 0px;
    margin-right: 20px;
    border: 1px solid #ccc;
}


a.changepin {
    float: right;
    padding: 30px;
    color: #000;
    text-decoration: none;
    padding: 11px 18px;
    margin-top: 0px;
    margin-right: 20px;
    background: #e5e5e5;
    border-radius: 30px;
    margin-top: 19px;
}


a.changepin:hover, a.language:hover {
    background: #ccc;
}

div.glosowanie.error span {
    background: #b51a00;
    color: #fff;
}

.attachments {
    padding: 15px;
}

.attachments h1 {
    padding: 0px;
    font-size: 1.3em;
}

.inner h1 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.4);
    text-align: center;
}

div.wszystkieza {
    float: right;
    background: #e5e5e5;
    padding: 10px;
    margin-top: -90px;
    cursor:pointer
}

div.wszystkieza:hover {background:#ccc}


@media only screen and (max-width: 1000px) {
div.wszystkieza 
    {
        float:none;margin-top:20px;text-align:center;
    }
}


body.ns {
    background-image: url(https://admin.glosuj24.pl/images/login-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color: #3b8a87;
}

div.box {
    border-radius: 15px;
}

div.bfooter {
    color: #fff;
}

itop {
    display: block;
    text-align:center;
    /* border-bottom:1px dotted #ccc; */
    background: #fff;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}

itop img.blogo {float:none;display:block;}

a.language {border:0px;background:#e5e5e5;border-radius:55px;margin-right: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;}

chpin {
    display:none;text-align:center;
    background: #f2f2f2;padding:15px;border-bottom:1px dotted #ccc
}

chpin input {
	margin:4px
}
chpin table {margin:auto;}
chpin input[type=submit], chpin input[type=button] {margin:0px;padding:5px 10px;font-size:1em;border-radius:5px}

div#countdown {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.lang {
    float: right;
    margin-top: 19px;
}

div.lang:hover ul.languages {display:block !important}
div.lang:hover a.language {display:none}
ul.languages {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.languages li {text-align:left;}
ul.languages li a {padding:10px;padding-left:35px;display:block;background:#e5e5e5;border-top-left-radius:30px;border-bottom-left-radius:30px;color:#000;text-decoration:none;margin-bottom:2px}
ul.languages li a:hover {background:#ccc}
ul.languages li a.selected {font-weight:bold;padding-left:25px;}
