﻿body, html {
	background: #f2f2f2;
	margin: 0px;
	padding: 0px;
}
body, input {
	font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, sans-serif;
}
div#wrapper {
	background: #fff;
}
div#rada_logo {
	float: left;
	padding: 0px 10px;
	margin-right: 15px;
}
#naglowek img {
	height: 80px;
}
div#naglowek {
	border-bottom: 1px solid #ccc;
	padding: 25px;
	font-size: 1.4em;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#naglowek b {
	font-weight: 300;
	font-size: 1.4em;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.dp {
	padding: 10px 80px;
	font-size: 1.3em;
	font-weight: 400;
	border-bottom: 1px dotted #e5e5e5;
	line-height: 1.5em;
}
div.dp.active {
	background: #f2f2f2;
	font-size: 1.9em;
}
.dp_numer {
	display: inline-block;
	min-width: 30px;
	text-align: right;
	margin-right: 10px;
	color: #cc3300;
	font-weight: bold;
}
div.dp_nazwa {
	display: inline-block;
	max-width: calc(100% - 100px);
}
div#punkty {
	margin-top: 15px;
	font-size: 1.2em;
	padding-bottom: 145px;
}
div.dp.active .dp_numer {
}
div.dp.pp2 {
	padding-left: 116px;
}
div.dp.pp3 {
	padding-left: 85px;
}
img#elogo {
	max-width: 100%;
}
div.sidebar div#side {
	width: 151px; /* height: 100vh; */;
	background: #f2f2f2;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.6);
	box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.6);
}
div.sidebar div#lwrapper {
	/* float: left; */
    /* width: calc(100% - 280px); */
    /* border-right: 1px solid #ccc; */
    min-height: 100vh;
}
div#lwrapper {
	background: #fff;
}
img#elogo {
	display: block;
	max-width: 70%;
	margin: auto;
	padding: 20px;
	margin-bottom: 1px;
}
div#clock {
	background: #c71c33;
	padding: 2px;
	font-size: 2em;
	text-align: center;
	font-weight: 100;
	color: #fff; /* width: 100%; */;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
i.fal.fa-clock {
	font-size: 0.8em;
}
div#kworum {
	padding: 10px;
	text-align: center;
	font-size: 1.4em; /* border-bottom: 1px solid #ccc; */;
	display: none;
}
i.fal.fa-chart-pie-alt {
	font-size: 0.8em;
	margin-right: 6px;
}
div.dp div {
	vertical-align: text-top;
}
div.user {
	padding: 3px;
	border-left: 10px solid #ccc;
	margin-bottom: 1px;
	padding-left: 10px; /* color: #afacac; */;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.85em;
}
div.user st {
	display: none;
}
div.user nz {
}
div.dp.active div.dp_nazwa {
	font-weight: bold;
}
div#online {
	border-top: 1px solid #ccc;
	padding: 10px;
/* width: 80%; */ /* margin: auto; */ /* border-radius: 5px; */display: none;
}
#przerwa {
	display: none;
	position: fixed;
	left: 40px;
	right: 40px;
	top: 40px;
	bottom: 40px;
	background-color: #fff; /* opacity: 0.9; */;
	z-index: 1003;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 60%);
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 60%);
}
div#blackout {
	position: fixed;
	background: #000;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	opacity: 0.6;
	display: none;
}
#przerwa h1 {
	font-weight: 100;
	color: #ccc;
}
div.user.preonline {
	border-left: 10px solid #fbba44;
	font-weight: bold;
}
div.user.online {
	border-left: 10px solid #56cc6a !important;
	font-weight: bold;
}
div#dyskusja {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
	background: #f2f2f2;
	width: 320px;
	/* -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 60%); */
	/* box-shadow: 0 0 3px 0 rgb(0 0 0 / 60%); */
	max-height: 100%;
	overflow: hidden;
	bottom: 0px;
	border-left: 1px solid #ccc;
}
.duser {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div#dyskusja div.duser:last-child {
	border-bottom: 0px;
}
.duser.active {
	padding-left: 8px;
	font-weight: bold;
	font-size: 1.1em;
}
i.fa.fa-microphone {
	margin-right: 6px;
	color: #317cb9;
	animation: blinker 1s linear infinite;
}
dstart {
	display: none;
}
div.duser.active dstart {
	display: block;
	float: right;
	color: #317cb9;
	margin-left: 50px;
	margin-top: 5px;
}
funkcja {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9em;
	margin-top: 4px;
	max-width: 82%;
}
div.duser.active funkcja {
	display: block;
	font-weight: normal;
	color: #317cb9;
	margin-top: 4px;
	font-size: 0.85em;
	min-width: 40vw;
}
#dyskusja mode {
	display: table;
	font-size: 0.8em;
	background: #317cb9;
	color: #fff;
	padding: 3px;
	border-radius: 5px;
	margin-top: 5px;
    /* margin-left: 19px; */
}
#dyskusja header {
	background: #317cb9;
	color: #fff;
	padding: 8px;
	font-size: 1.9em;
	text-transform: uppercase;
	font-weight: 400;
    /* text-align: center; */
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
div.duser.active mode {
	margin-left: 19px;
	font-weight: normal;
}
div#glosowanie {
	position: fixed;
	max-width: 1100px; /* background: #fff; */;
	z-index: 200;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	min-width: 900px;
}
div#kworumpanel {
	position: fixed;
	max-width: 1100px; /* background: #fff; */;
	z-index: 200;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	display: none;
	min-width: 900px;
}
.glos_header {
	background: #317cb9;
	color: #fff;
	border-bottom: 3px solid #164e7b;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.glos_header h1 {
	padding: 10px;
	margin: 0px;
	font-weight: 400;
	font-size: 1.0em;
	color: #85c8ff;
	text-transform: uppercase;
}
.glos_header h1 b {
	display: block;
	font-weight: 300;
	font-size: 1.7em;
	color: #fff;
	text-transform: none;
}
div.oddaneglosy div.gg {
	display: inline-block;
	padding: 6px;
	border: 1px solid #ccc;
	margin-right: 6px;
	margin-bottom: 6px;
	font-size: 1.4em;
	border-bottom: 3px solid #ccc;
}
div.oddaneglosy div.domodp {
	background: #317cb9;
	color: #fff;
	border-color: #164e7b;
}
.p10 {
	padding: 10px;
}
div.glos_header dstart {
	display: block;
	float: right;
	padding: 10px;
	font-size: 2.4em;
	font-weight: 100;
}
.p10.oddaneglosy, .p10.wyn {
	background: #fff;
	padding: 20px 15px;
}
.podsumowanie {
	background: #e5e5e5;
	padding: 7px 20px;
	font-weight: 300;
	font-size: 1.4em;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
h2.im {
	margin: 0px;
	font-weight: 300;
	background: #fff;
	padding: 10px;
	text-align: center;
	background: #e5e5e5;
}
div.gg {
	display: inline-block;
	padding: 5px;
	margin-right: 6px;
	margin-bottom: 6px;
	background: #ccc;
}
div.gg.w1, .za {
	background: #49d249 !important;
}
div.gg.w1 {
	border-color: #159f15 !important;
}
div.wykres div {
	padding: 5px;
	margin-bottom: 2px;
}
div.wykres div span {
	display: inline-block;
	min-width: 30px;
	text-align: right;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px dotted #fff;
	font-weight: bold;
}
div.wykres div.brakglosu span, div.wykres div.za span, div.wykres div.wstrzymuje span {
	border-right: 1px dotted #000;
}
.brakglosu {
	background: #ccc;
}
div.gg.w2, .przeciw {
	background: #c54545 !important;
	color: #fff !important;
}
div.gg.w2 {
	border-color: #9a3131 !important;
}
div.gg.w3, .wstrzymuje {
	background: #f9d34a !important;
	color: #000 !important;
}
div.gg.w3 {
	border-color: #cca721 !important;
}
.nieobecni {
	background: #000 !important;
	color: #fff !important;
}
.p10.wyn {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
dot {
	animation: blinker 1s linear infinite;
}
.duser.active i {
	margin-right: 20px;
}
.duser.active dstart {
	margin-left: 30px;
}

.gg.brakglosu.nieobecni {
	border: 1px solid #000;
	border-bottom: 3px solid #888;
}
.tryb {
	background: #fff;
	margin-left: 20px;
	padding: 20px;
	margin-top: -20px;
	font-size: 1.6em;
}
div#pclock {
	font-size: 2.4em;
	font-weight: 100;
}
.p10.oddaneglosy.tajne {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
,
.za {
	background: #49d249 !important;
}
div.wykres div {
	padding: 5px;
	margin-bottom: 2px;
}
div.wykres div span {
	display: inline-block;
	min-width: 30px;
	text-align: right;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px dotted #fff;
	font-weight: bold;
}
div.wykres div.brakglosu span, div.wykres div.za span, div.wykres div.wstrzymuje span {
	border-right: 1px dotted #000;
}
.brakglosu {
	background: #ccc;
}
div.gg.w2, .przeciw {
	background: #c54545 !important;
	color: #fff !important;
}
div.gg.w3, .wstrzymuje {
	background: #f9d34a !important;
}
.nieobecni {
	background: #000 !important;
	color: #fff !important;
}
.p10.wyn {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
dot {
	animation: blinker 1s linear infinite;
}
.duser.active {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: #e6f0f8;
	padding: 10px 20px;
	font-size: 2.7em;
	border-top-right-radius: 20px;
	-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);
	max-width: 70vw;
}
.duser.active i {
	margin-right: 20px;
	display: none;
}
.duser.active dstart {
	margin-left: 30px;
}
#dyskusja .duser.active funkcja {
	/* margin-left: 50px; */
}
.gg.brakglosu.nieobecni {
	border: 1px solid #000;
	border-bottom: 3px solid #888;
}
.tryb {
	background: #fff;
	margin-left: 20px;
	padding: 20px;
	margin-top: -20px;
	font-size: 1.6em;
}
div#pclock {
	font-size: 2.4em;
	font-weight: 100;
}
.p10.oddaneglosy.tajne {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.duser span {
	font-size: 1.4em;
}
body.discuss div#lwrapper {
	width: calc(100% - 321px);
}
div#lwrapper {
	width: 100%;
}
div#lwrapper {
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
div#side {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
div#side {
}
body.discuss div#side {
	right: calc(100vw - 181px);
}
div.duser img {
	float: left;
	margin-right: 8px;
	max-width: 50px;
}
div.duser.active img {
	width: 100px;
	max-width: 100px;
	margin-top: 12px;
	margin-right: 20px;
	border-radius: 100px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.6);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.6);
	border: 1px solid #888;
}

div.duser.active funkcja {
    float: left;
}

.wynikipunkt table td {
    font-size: 1.4em;
    padding: 8px;
}

body div#lwrapper {
	width: calc(100% - 251px);
}


div#online {
    display: block;
}

div.sidebar div#side {
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
    width: 250px;
}

div#clock {
    border-radius: 0px !important;
}

div#dyskusja {
    top: unset;
}

#dyskusja header {
    font-size: 1.2em;
}