﻿multivoting ul {
    margin: 8px;
    list-style: none;
    padding: 0px;
    /* margin-bottom: 70px; */
    min-height: 0;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
    position: fixed;
    left: 5px;
    right: 5px;
    bottom: 86px;
    max-height: calc(100% - 180px);
    overflow: auto;
}
multivoting ul li {
    padding-top: 15px;
    /* margin-bottom: 10px; */
    padding-bottom: 15px;
    background: #fff;
    border-bottom: 1px dotted #ababab;
    cursor:default;
}

multivoting ul li check {
    float: left;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    border: 2px solid #000;
    background: #fff;
    margin-right: 20px;
}

multivoting ul li pos {
    /* margin-left: 20px; */
    display: inline-block;
    /* float: left; */
    width: calc(100% - 109px);
}

multivoting ul li span {
    display: block;
    font-size: 0.8em;
    color: #676767;
    /* display: none; */
}

multivoting ul li:last-child, .pb54 {
    border-bottom: 0px;
    padding-bottom: 54px;
}




c {
    display: block;
    clear: both;
}

multivoting ul li n {
    font-size: 1.3em;
    /* display: block; */
    font-weight: 400;
    margin-top: 0px;
    /* float: right; */
    /* max-width: calc(100% - 1px); */
}

multivoting li.checked check {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><line x1='3' y1='3' x2='97' y2='97' style='stroke:rgb(0,0,0);stroke-width:4' /><line x1='97' y1='3' x2='3' y2='97' style='stroke:rgb(0,0,0);stroke-width:4' /></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
    background-color: #fff;
}

multivoting div.image {
    float: right;
    width: 70px;
    height: 70px;
    background-size: cover;
    border-radius: 100px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #ccc;
    /* display: none; */
}

div#pbutton {
    position: fixed;
    bottom: 68px;
    left: 3px;
    right: 3px;
    color: #fff;
    text-align: center;
    font-size: 0.95em;
    font-weight: 500;
}

cn {
    display: inline-block;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}

cn.b2, cn.b3 {
    display: none;
}

#pbutton.confirm cn.b1 {
	display:none
}

#pbutton.confirm cn.b2, #pbutton.confirm cn.b3 {
	display:block
}

cn.b1, cn.b5 {
	background: #000;
	width: calc(100% - 40px);
	float: right;
}

cn.b1:active, votebutton:active {
	background:#353535;
}


cn.b2, cn.b4 {
    float: right;
    width: calc(50% - 44px);
    background-color:#dc1919;
    border-color: #8c2121;
}

cn.b3 {
	background-color: #31ab74;
	width: calc(50% - 44px);
	float:left;
	border-color: #105a10;
}

cn.b4 {
    display: none;
}

#pbutton.voted cn.b4 {
    display: block;
}

#pbutton.voted.confirm cn.b4 {
    display: none;
}


#pbutton.voted cn.b4 {
	width: calc(50% - 44px);
	float:left;
	border-color: #105a10;
}

#pbutton.voted cn.b1 {

	float: right;
    width: calc(50% - 44px);
}

cn.b2:active {
	background:#8c2121;
}

cn.b3:active {
	background:#105a10;
}

div.mheading {
    padding: 10px;
    font-size: 1.1em;
    font-weight: 100;
    /* margin: 0px 10px; */
    background: #5d5d5d;
    /* border-radius: 8px; */
    color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

div.mheading sp {
    display: block;
    font-weight: 400;
}

.search {
    margin: 0px 10px;
    /* background: #cbdff1; */
    padding: 5px;
    border-radius: 8px;
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
}

.search input[type=textbox] {
    border: 0px;
    padding: 6px;
    background: transparent;
    width: calc(100% - 50px);
    outline: none;
}

.search i.fal.fa-search, i.fal.fa-times {
    float: right;
    margin: 5px;
}

.search i.fal.fa-times {display:none;padding:0px 5px}




@media screen and (min-width: 1050px) {


points {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

votebutton#l37 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

ul#dmenu {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

multivoting {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

div#pbutton {
    max-width: 1035px;
    margin-left: auto;
    margin-right: auto;
}

status {
    /* border-bottom: 1px solid #7c8eb6; */
}

header {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

tmenu#tmenu {
    position: absolute;
    right: unset;
    margin-left: 770px;
}

}


/* wyniki glosowania */

graph {
    display: block;
    background: #ccc;
    height: 20px;
    margin-top: 13px;
    border-radius:20px;
}

ul.voteresult li {
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: 100;
}

li.za graph {background:#31ab74}
li.nieobecni graph {background:#000}
li.przeciw graph {background:#dc1919}
li.wstrzymuje graph {background:#DFDF00}

cnt {
    font-weight: 400;
    margin-left: 17px;
    background: #e5e5e5;
    font-size: 0.85em;
    padding: 2px 9px;
    border-radius: 16px;
}

li.result_option i {
    float: right;
    margin-left: 8px;
    color: #7c8eb6;
}

li.result_option users {
    font-size: 0.7em;
    font-weight: 500;
    padding-top: 5px;
    display: none;
}

vuser {
    background: #f2f2f2;
    margin-right: 6px;
    margin-top: 2px;
    padding: 2px 6px;
    border-radius: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

li.result_option i.fas.fa-caret-up {
    display: none;
}

li.result_option.uvis users {
    display: block;
}

li.result_option.uvis i.fas.fa-caret-down {
    display: none;
}

li.result_option.uvis i.fas.fa-caret-up {
    display: block;
}

.vsummary {
    padding: 15px;
    margin-bottom: 50px;
}

/* vote 4 all */

div.spvotes {
    float: right;
    display: none;

}
input.votes {
    border: 0px;
    /* border-bottom: 2px solid #4b779d; */
    font-size: 2.5em;
    width: 290px;
    padding: 0px;
    /* background: #cbe5fb; */
    /* border: 1px solid #ccc; */
    border-radius: 0px;
    text-align: right;
    margin-bottom: 0px;
}


.vote4all, div.splitvoting {margin-top: 6px;padding-top: 6px;border-top: 1px dotted #888;margin-left: -10px;margin-right: -10px;padding-left: 10px;}

@media screen and (max-width: 600px) {

splitvotes {
    display: block;
    float: none !important;
    margin-bottom: 4px;
    padding-left: 0px !important;
}

input.votes {text-align:left;width:100%}

ul.splitvoting pos {display:block;float:none !important}
ul.splitvoting div.spvotes {float:none !important;text-align:left !important;margin-left:20px;margin-top: 8px;}


vop {
    font-size: 0.8em !important;
}


}



splitvotes {
    display: none;
    float: right;padding-right:10px;padding-left:10px;
}

desc {
    margin-top: -20px;
    display: block;
    padding: 0px 15px;
    font-size: 0.9em;
    margin-bottom: 20px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

ul.splitvoting check {display:none}
ul.splitvoting div.spvotes {display:block;margin-right: 20px;text-align: right;}

vopcje {
    position: relative;
    display:block;
    margin-top: 6px;
}

vop {
    background: #0075ff;
    display:inline-block;
    padding: 6px 8px;
    border-radius: 20px;
    color: #fff;
    font-size: 1.2em;
    margin-right: 4px;
    cursor:pointer;
    line-height: 1.2em;
}

vopcje vop:last-child {border-right:0px}

input.votes:focus {
    outline: none;
    /* background: #f2f2f2; */
}

multivoting ul.splitvoting li {
    padding-bottom: 0px;
}

multivoting ul.splitvoting li:last-child {
    padding-bottom: 54px;
}
multivoting ul.splitvoting li {
    padding-bottom: 0px;
}

input.range {
    width: 100%;
}
