﻿* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
  touch-action: manipulation;
}

html,body {
	margin:0px;height:100%;
}

.cb {
	display:block;clear:both
}

body.jezyk0 .jezyk1 {
	display:none
}

body.jezyk1 .jezyk0 {
	display:none
}

img#slogo {
    max-width: 80%;
}

.blink {
      animation: blink 2s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }

.feed.slimscroll {
    background: #fff;
}

desc {
    color: #fff;
}

/* wylogowano */

loggedin {z-index:4;height: 100%;display: block;background-color: #354979;background: url('/images/wzback.png');background-position: 0px -94px;background-size: 100%;}

loggedoff {
    display: block;
    min-height: 100%;
    z-index: 5;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #354979;
    background: url(/images/wzback.png);
    background-position: 0px -94px;
    background-size: 110%;
    background-attachment: fixed;
    /* height: 100%; */
}

ul.logowanie {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh);
}

ul.logowanie li {
    color: #fff;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 120px;
}

login, loginas {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #2d6a9f;
    border-radius: 8px;
    border-bottom: 5px solid #193b59;
    -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);
    font-size: 1.3em;
    font-weight: 100;
    padding: 20px 60px;
    font-size: 2em;
}


login:active, loginas:active{
	-webkit-box-shadow: inset 3px 3px 3px 0 rgba(0,0,0,0.6);
	box-shadow: inset 3px 3px 3px 0 rgba(0,0,0,0.6); 
	border-bottom:0px;
	border-top:5px solid #193b59;  
	padding-top:30px;

}

login:active {border-top:5px solid #771421}
login {
    background: #cb4052;
    border-bottom: 5px solid #771421;
}

/* zalogowano */

status {
    background: #25304b;
    display: block;
    color: #fff;
    padding: 0px 5px;
    padding-bottom: 2px;
}

status.red {
    background: #ec2323 !important;
    color: #fff !important;
}

status.red customer i.fas.fa-check-circle {
    color: #fff;
}

status.red {
    color: #fff !important;
}

wifi {
	display:none;
	float: right;
	padding: 5px;
	color: #7c8eb6;
}

battery {
    float: right;
    padding: 5px;
}

i.fas.fa-check-circle {
    color: #cb4052;
}

battery span {
    font-size: 0.9em;
}

battery i {
    margin-right: 5px;
}

battery i.blow {
	color: darkred;
}

header {
    display: block;
    /* background: #e6e6e6; */
    color: #000;
}

user,customer {
    display: block;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 0.9em;
}

user {    font-family: Calibri,Arial, Helvetica, sans-serif;font-weight: bold;padding: 5px;font-size: 1.2em;line-height: 42px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left: 25px;}

customer {
	padding:5px;
}

customer span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
    outline:none;
    background: #e6e6e6;
    height: 100%;
}

img.logo {
    float: right;
    max-width: 91px;
    margin-top: 5px;
    margin-right: 5px;
}

i.fas.fa-globe-americas {
    height: 33px;
    float: right;
    font-size: 1.6em;
    padding: 9px;
}
i.fa-globe-americas.active {
    background: #000;
    color: #fff;
}

img.logo {
    display: none;
}

tmenu {
    display:none;
    position: fixed;
    right: 5px;
    top: 77px;
    color: #fff;
    z-index: 2000;
    width: 225px;
    text-align: center;
}

tmenu i {
    width: 30px;
}

opt {
    padding: 14px 20px;
    border-bottom: 1px solid #888;
    display:block;
    font-weight:100;
    font-size:1.2em;
    background: #000;
}

tmenu opt:last-child {
    border-bottom: 0px;
}

#qrcode {padding-top:10px;background:#fff;height: 200px;border-top: 1px solid #ccc;background-image: url('/images/loading.gif');background-repeat: no-repeat;background-position: center;border-bottom: 1px solid #ccc;margin-bottom: 10px;}
#uuid {
	border-bottom: 1px solid #ccc;margin-bottom: 10px;padding-bottom:10px;
}
#qrcode img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

top {
	display: none;
    background: #3e3e3e;
    padding: 8px;
    font-size: 0.9em;
    font-weight: 100;
    max-height: 120px;
    overflow: auto;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.5);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
    text-transform: uppercase;
    }
voting {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 35px;
    height: calc(100% - 197px);
    width: 100%;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
}

multivoting {
    /* background: #e6e6e6; */
    width: 100%;
    overflow: auto;
    max-height: calc(100% - 181px);
    display: none;
    visibility: hidden;
    justify-content: flex-end;
    flex-direction: column;
    /* border-bottom: 30px solid #fff; */
    /* position: fixed; */
    /* bottom: 89px; */
    /* overflow: auto; */
    }

    
body.light multivoting {
	/* background:#fff; */
}

vote {
    display: table-row;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    height:auto;
    transition:max-height 1.3s ease-out;
    max-height:300px;

}

cell:active {
	-webkit-box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.6);
	box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.6); 
	border-bottom:0px;
	border-top:2px solid;  
	padding-top:3px;
}

cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #2d6a9f;
	border-radius: 8px;
    border-bottom:5px solid #193b59;
-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);    
font-size: 1.3em;
    font-weight: 100;
}

cell i {
    float: left;
    margin-left: 25px;
transition:flex 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.v1 cell {
background: #118011;
    border-color: #105a10;
}

.v2 cell {
    background: #dc1919;
    border-color: #8c2121;
}

.v3 cell {
background: #f5b747;
    border-color: #9e7a37;
}

.v4 cell {
	background:#000;color:#fff;border-color: #353535}

.hidden {
	display:none
}

/* koniec zalogowano */

/* settings */

settings,discuss,sendform {
	display:none;
}

button.dbutton {
    display: block;
    width: 100%;
    padding: 25px;
	margin:auto;
    margin-bottom: 8px;
    font-size: 1.6em;
    max-width: 401px;
}

body.dsclosed button.ds1, body.dsclosed button.ds2 {display:none}

.ajs-content {
    padding: 10px 0px !important;
}

.alertify-notifier .ajs-message.ajs-error {
	background:#dc1919 !important;
	color:#fff 
}

.alertify .ajs-dialog {
    margin: 10% auto;border-radius:16px;
}

.alertify .ajs-dialog {
    background-color: #5f5f5f;
}

.alertify .ajs-header {
    background: #5f5f5f;
    color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.alertify .ajs-footer {
    background: #5f5f5f;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.alertify .ajs-body {
    color: #fff;
}

.ajs-message {
    border-radius: 9px;
}

.alertify-notifier.ajs-top {
    top: 70px;
}

button.ajs-maximize {
	display:none
}

div.set {
	margin-bottom:10px;
	min-height:40px;
}

/* slider / toggle */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

span.uo {
    font-size: 0.8em;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* light jasny motyw */

body.light {
    background: #e5e5e5;
}

body.light header {
    /* background: #354979; */
    color: #fff;
    font-weight: bold;
}

body.light top {
    background: #2a5982;
}

body.light i.fa-globe-americas.active {
    background: #669dcd;
    color: #fff;
}

body.light tmenu {
}

body.light .alertify .ajs-dialog {
    background-color: #fff;
}

body.light .alertify .ajs-header {
    background: #fff;
    color: #000;
}

body.light .alertify .ajs-footer {
    background: #fff;
}

body.light .alertify .ajs-body {
    color: #000;
}

body.light status {
    color: #fff;
}


body.light div.mheading {
    background: #e5e5e5;
    border-color: #fff;
    /* margin: 0px 10px; */
    /* border-radius: 10px; */
    color:#000;
}

multivoting ul li {
    border-bottom: 1px dotted #343434;
}

body.light opt {
    border-color: #fff;
    color: #fff;
    background-color: #669dcd;
}

body.light div#pbutton {
}

body.light cn.b1, body.light cn.b5 {
    background: #4b779d;
}

body.light cn.b1:active, body.light votebutton:active {
    background: #3b5b77;
}


i#bmenu {
    margin-right: 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 4px;
    margin-bottom: -4px;
    display:none;
}

body.light i.fa-globe-americas {
    color: #7c8eb6;
}

body.light i.fa-globe-americas.active {
    background: #669dcd;
    color: #fff;
}

#tmenu opt:first-child {
    border-top-left-radius: 8px;
}

#tmenu opt:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


/* intro */

intro {
    display: block;
    max-height: calc(100% - 176px);
    overflow: auto;
}

intro img {
    max-width: 60%;
}

voting {visibility:hidden !important;display:none !important}

votebutton {display: block;position: fixed;bottom: 68px;left: 3px;right: 3px;color: #fff;text-align: center;font-size: 1.1em;font-weight: 500;background: #31ab74;padding: 20px;text-transform: uppercase;letter-spacing: 1px;border-radius: 45px;/* border-top-right-radius: 16px; */-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);}

/* blinking */

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}                                                                                                                                                                                                                                  

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}

.blink2 {
  animation:fade 1000ms infinite;
  -webkit-animation:fade 1000ms infinite;
}

span.bc {display: block;
    margin-top: 15px;
    font-size: 0.75em;
    word-break: break-all;
    max-height: 140px;
    overflow: auto;}
    
    i.fas.fa-caret-down {
    margin-left: 8px;
    color: #7c8eb6;
}

div.cert, div.meet {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

div.cert.selected, div.meet.selected {
	background:#ccc;
}

div.meet data {
    display: block;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1px;
}

i.fal.fa-check-square {
    float: right;
}

/* logowanie */

li.form input {
    padding: 16px;
    border: 0px;
    width: 230px;
    outline:none;
}

li.form div:first-child input {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
}

li.form div.smspas {
	display:none;
}
li.form #sms {
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top: 1px solid #ccc;
}

li.form #pass {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

li.form.sms #pass {
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

li.form.sms div.smspas {
	display:block !important
}

/* posiedzenie */

div.meeting mtitle {
    display: block;
    font-size: 1.5em;
    font-weight: 500;
    /* background: #354979; */
    padding: 5px 25px;
    color: #7c8eb6;
    text-align: center;
}

div.meeting {
    padding: 0px;
}

div.meeting date {
    display: block;
    font-size: 0.9em;
    font-weight: 100;
    margin-bottom: 10px;
    /* background: #354979; */
    padding: 5px 25px;
    padding-top: 0px;
    color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-bottom: 20px;
    text-align: center;
}

points point {
    display: block;
    font-size: 1.2em;
    font-weight: 100;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

point n {
    width: 25px;
    display: inline-block;
    text-align: right;
    margin-right: 8px;
    float: left;
}

point t {
    display: block;
}

point file, point avoting {
    display: inline-block;
    font-size: 0.7em;
    background: #354979;
    color: #fff;
    margin-top: 8px;
    padding: 6px 12px;
    border-radius: 27px;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    cursor:pointer;
}

point file:hover, point file:active {
	background:#4b67aa
}

point avoting {
    background: #31ab74;
}

point avoting i {
    margin-right: 5px;
}

point avoting:hover {
    background: #4bc38c;
}

points point:first-child {
    padding-top: 20px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

points point:last-child {
    padding-bottom: 40px;
    border-bottom: 0px;
    margin-bottom: 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

i.fal.fa-paperclip {
    margin-right: 5px;
}

point pc {
    display: inline-block;
    max-width: calc(100% - 40px);
}

points {
    display: block;
    background: #fff;
    margin: 8px;
    padding: 0px;
    border-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);
}


/* dolne menu */

ul#dmenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #7c8eb6;
}

ul#dmenu li {
    display: table-cell !important;
    text-align: center;
    font-size: 1.3em;
    padding: 20px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

ul#dmenu li:active {
	color:#fff;
	background: rgba(255, 255, 255, .2);
}

#dmenu counter {
    position: absolute;
    margin-left: 16px;
    margin-top: -5px;
    background: #fff;
    padding: 0px 7px;
    font-size: 0.8em;
    border-radius: 15px;
    color: #7c8eb6;
}

/* chat */

count {
    position: absolute;
    margin-left: 25px;
    font-size: 0.8em;
    background: #cb4052;
    padding: 0px 4px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
}

#chat {
    display: none;
    position: fixed;
    bottom: 89px;
    right: 3px;
    max-width: 500px;
    max-height: 330px;
    overflow: hidden;
    font-size: 0.85em;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    margin-left:10px;
    width: calc(100% - 6px);
}

div#chat t {
    float: right;
    color: #286194;
    font-weight: bold;
}

div#chat div.mnew time {
	color:#cb4052
}

div#chat op {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase;
}

div#chat .message {
    border-top: 1px solid #ccc;
    padding: 7px;
    background: #fff;
}

.message.op {
    background: #cfe2f1;
}

div#chat  div.message:first-child {
    border-top: 0px;
    margin-top: 0px;
    /* padding-top: 15px; */
    /* border-top-left-radius: 16px; */
    /* border-top-right-radius: 16px; */
}

div#chat .feed {
    max-height: 288px;
    overflow: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -17px;
    /* -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); */
    z-index: 100;
}

div#messagebox {
    padding: 5px;
    background: #31ab74;
    border-radius: 47px;
    z-index: 101;
    position: fixed;
    bottom: 66px;
    right: 3px;
    max-width: 500px;
    max-height: 300px;
    margin-left: 10px;
    width: calc(100% - 16px);
    -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);
}
div#messagebox input:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}

div#chat input#mess {
    width: calc(100% - 15px);
    border: 0px;
    padding: 17px;
    background: transparent;
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: 1px;
    max-width: 90%;
}

input#mess::placeholder {
    color: #fff;
    font-size: 1.0em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.dimmer {
    background: #000;
    opacity: 0.65;
    position: fixed;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    z-index: -1;
}

div#chat div.message:last-child {
    padding-bottom: 72px !important;
}

div#radius {
    background: #fff;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

point.active {
    font-weight: 500;
    background: #f2f2f2;
}


/* nowa wersja */

.nv {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 6px;
    background: #e34848;
}

.nv a {
    color: #fff;
    text-decoration: none;
}

/* video */

div#video {
    position: fixed;
    right: 8px;
    top: 43px;
    width: 400px;
    height: 225px;
    z-index: 2;
    display:none;
    max-width: calc(100% - 16px);
}


div#video iframe {
    border: 0px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    background: #fff;    -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);
}

ul.channels {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    font-size: 1.2em;
    justify-content: center;
    margin-top: -4px;
}

ul.channels li {
    flex: 1;
    text-align: center;
    background: #fff;
    padding: 10px;
    margin-left: 4px;
    cursor: pointer;
    -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);
    max-width: 105px;
    justify-content: center;
}



ul.channels li:hover, ul.channels li.selected {background:#bbcbf5}

ul.channels li:first-child {margin-left: 0px;border-bottom-left-radius:8px;}
ul.channels li:last-child {border-bottom-right-radius:8px}

ul.channels li.vc {
	display:none
}

ul.channels.vc li.vc {
	display:block
}

div#video i.fa-compress {
	display:none;
	margin-top: 4px;
}

div#video.vmax i.fa-compress {
	display:block;
}


div#video.vmax i.fa-expand {
    display: none;
}

div#video.vmax li.vclose {
	display:none;
}

div#video.vclose li.vmax {
	display:none;
}

div#video.vmax {
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 164px);
}

div#video.vclose iframe {
    display: none;
}

div#video.vmax li.vmax {
    border-bottom-right-radius: 8px;
}

div#video.vclose li {display:none}
div#video.vclose li.vclose {display:block;border-radius:8px;}
div#video.vclose {width:100px !important}

div#video i.fa-video-plus {display:none}
div#video.vclose i.fa-video-plus {display:block}
div#video.vclose i.fa-window-minimize {display:none}

@media screen and (max-width: 400px) {
  
    ul.channels {font-size:0.8em}
  
}

div#video.vmax iframe#iframe {
    -webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.7);
    box-shadow: 0 0 100px 0 rgba(0,0,0,0.7);border-radius:8px;
}

.certtotal {
    background: #25304b;
    color: #fff;
    padding: 11px;
}

div.statement textarea {
    width: calc(100% - 22px);
    max-width: 400px;
    padding: 10px;
    height: calc(40vh);
    outline:none;
}

div.statement button {width:40%;margin-right:4px;height:50px;vertical-align:top;}
body.votinginprogress ul#dmenu {
    display: none;
}

li.did span {background: #fff;display: inline-block;color: #193b59;font-weight: bold;padding: 8px 21px;border-radius: 5px;}

li.did img {padding: 15px 10px 6px 10px;background: #fff;}

li.did num {display: block;padding-bottom: 10px;}

/* multilogowanie */

li.sm loginas {
    font-size: 1.2em;
    padding: 10px 20px;
    width: 224px;
    text-align: right;
}

li.sm loginas i {float:left;font-size: 1.7em;margin-top:7px;color: #60b5ff;}

li.sm loginas span {display:block;font-weight:500;font-size: 0.9em;
                 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
                 }
li.sm loginas firma {display:block;font-weight:100;font-size: 0.8em;
                 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
                 }
li.sm {border-top:1px dotted #3c5086}

bt {
    display: inline-block;
    padding: 10px 13px;
    border: 1px solid #ccc;
    border-radius: 19px;
    margin-bottom: 10px;
}

bt:hover {background:#e5e5e5;cursor:pointer}

div.ajs-content p {
    border-top: 1px solid #e5e5e5;
    display: block;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.abottom {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 10px;
}

pdf#pdf {
	margin-left:-20px;margin-right:-20px
}



body.app\.qzzr\.pl loggedoff {
    background-image: url('https://vis.qzzr.pl/stadium/stadion.jpg');
    background-size: auto;
}


body.app\.qzzr\.pl login {
    background: #008635;
    border-bottom: 5px solid #036228;
}

body.app\.qzzr\.pl login:active {border-top:5px solid #036228}

wygrana {
	display:none
}

wygrana {
	position: fixed;
	top: 200px;
	left: 10px;
	right: 10px;
}

wcontent {
    max-width: 1000px;
    background: #fff;
    display: block;
    margin: auto;
    padding: 15px;
    border-radius: 15px;
}

wcontent h1 {
    margin-top: 0px;
}