.survey.pt-page.container .nav-middle, .survey.pt-page.container .main-nav.navbar-fixed-top {padding: 0;}

.vq-btn-navigate-l{
	font-size: 15px;
	padding-left: 0;
	padding-right: 12px;
}
.vq-btn-navigate-r{
	font-size: 15px;
	padding-left: 12px;
	padding-right: 0;
}
@media screen and (max-width: 600px) {
	.vq-btn-navigate-l{
		margin-left: -20% !important;
	}
	.vq-btn-navigate-r{
		margin-right: -20% !important;
	}
}
/* Needs rejoining */
.rejoin-overlay{
	position: fixed;
	background: rgba(200, 200, 200, 0.5);
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0;
	text-align: center;
	z-index: 9;
}
.rejoin-overlay > div{
	position: absolute;top: 50%;margin-top: -15px;width: 100%;
}
/* BUZZ */
.buzz-button{
	background-color: #28D094;
	border-radius: 50%;
	text-align: center;
	height: 300px;
	width: 300px;
	line-height: 300px;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 70px;
	margin: 0 auto;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}
/* Notification */
.notify-voting {
	visibility: hidden;
	/*max-width: 50px;*/
	height: 50px;
	margin: auto;
	color: #fff;
	text-align: center;
	position: fixed;
	z-index: 1;
	left: 0;right:0;
	bottom: 30px;
	font-size: 17px;
	word-break: break-all;
	white-space: nowrap;
	overflow-y: hidden;
}
.notify-voting .icon-notify-voting{
	width: 50px;
	height: 50px;
	float: left;
	padding-top: 16px;
	padding-bottom: 16px;
	box-sizing: border-box;
	color: #fff;
}
.notify-voting .desc-voting{
	color: #fff;
	padding: 13px;
	opacity: 0.8;
	visibility: inherit;
	overflow: hidden;
	word-break: break-all;
}
.notify-voting.show {
	visibility: visible;
	/*-webkit-animation: notif-fadein 0.5s, notif-expand 0.5s 0.5s,notif-stay 3s 1s, notif-shrink 0.5s 2s, notif-fadeout 0.5s 2.5s;*/
	/*animation: notif-fadein 0.5s, notif-expand 0.5s 0.5s,notif-stay 3s 1s, notif-shrink 0.5s 4s, notif-fadeout 0.5s 4.5s;*/
}
/* One page */
.onePage .vq-template .voting-button{
	width: auto;
	margin: auto;
}
.contain-paused-voting{line-height: 3em;text-align: center;display: block;width: 100%;}
.contain-paused-left{display:inline-block;padding-right: 30px;color: gray;max-width: 37% !important;word-break: break-all;width: 45%;}
.contain-paused-right{display:inline-block;padding-left: 30px;color: gray;max-width: 37% !important;width: 45%;}
.contain-paused-icon{font-size: 3em;vertical-align: middle; margin:auto;display: inline-block;width: 250px; max-width: 100%;}
.contain-refresh-bottom{display: inline-block;height: 30px;cursor: pointer;}
/* End screen */
.endScreen-container{
	text-align: center;
	cursor: pointer;
	margin-top: 6em;
}
.endScreen-defaultColor{
	color: #1298FF;
}
.social-media-icon{
	border-radius: 5px;
	text-align: center;
	height: 45px;
	width: 45px;
	color: white;
	display: inline-block;
}
.social-media-icon:hover, .social-media-icon:focus{
	color: white;
	height: 50px;
	width: 50px;
}
.social-media-icon:hover>.fa, .social-media-icon:focus>.fa{
	line-height: 50px;
}
.social-media-icon>.fa{
	line-height: 45px;
}
.social-media-icon.facebook{
	background: #3c64a6;
}
.social-media-icon.linkedin{
	background: #0077b5;
}
.social-media-icon.twitter{
	background: #00b3e1;
}
.social-media-icon.youtube{
	background: #cd201f;
}
.social-media-icon.instagram{
	background: #f10176;
}
/* For portrait with keyboard remove all overlays */
@media only screen and (max-height: 150px){
	#Voting2Page .main-nav{ display: none; }
}

@media screen and (max-width: 650px) {
	@-webkit-keyframes notif-fadein {
		from {bottom: 0; opacity: 0;} 
		to {bottom: 30px; opacity: 1;}
	}
	@keyframes notif-fadein {
		from {bottom: 0; opacity: 0;}
		to {bottom: 30px; opacity: 1;}
	}
	@-webkit-keyframes notif-expand {
		from {min-width: 50px} 
		to {min-width: 70%}
	}
	@keyframes notif-expand {
		from {min-width: 50px}
		to {min-width: 70%}
	}
	@-webkit-keyframes notif-stay {
		from {min-width: 70%} 
		to {min-width: 70%}
	}
	@keyframes notif-stay {
		from {min-width: 70%}
		to {min-width: 70%}
	}
	@-webkit-keyframes notif-shrink {
		from {min-width: 70%;} 
		to {min-width: 50px;}
	}
	@keyframes notif-shrink {
		from {min-width: 70%;} 
		to {min-width: 50px;}
	}
	@-webkit-keyframes notif-fadeout {
		from { bottom:30px;opacity: 1;} 
		to { bottom:0px;opacity: 0;display: none;}
	}
	@keyframes notif-fadeout {
		from { bottom:30px;opacity: 1;}
		to { bottom:0px;opacity: 0;display: none;}
	}
}
@media screen and (min-width: 650px) {
	@-webkit-keyframes notif-fadein {
		from {bottom: 0; opacity: 0;} 
		to {bottom: 30px; opacity: 1;}
	}
	@keyframes notif-fadein {
		from {bottom: 0; opacity: 0;}
		to {bottom: 30px; opacity: 1;}
	}
	@-webkit-keyframes notif-expand {
		from {min-width: 50px} 
		to {min-width: 45%}
	}
	@keyframes notif-expand {
		from {min-width: 50px}
		to {min-width: 45%}
	}
	@-webkit-keyframes notif-stay {
		from {min-width: 45%} 
		to {min-width: 45%}
	}
	@keyframes notif-stay {
		from {min-width: 45%}
		to {min-width: 45%}
	}
	@-webkit-keyframes notif-shrink {
		from {min-width: 45%;} 
		to {min-width: 50px;}
	}
	@keyframes notif-shrink {
		from {min-width: 45%;} 
		to {min-width: 50px;}
	}
	@-webkit-keyframes notif-fadeout {
		from { bottom:30px;opacity: 1;} 
		to { bottom:0px;opacity: 0;display: none;}
	}
	@keyframes notif-fadeout {
		from { bottom:30px;opacity: 1;}
		to { bottom:0px;opacity: 0;display: none;}
	}
}
@media screen and (max-width: 480px) {
	@-webkit-keyframes notif-fadein {
		from {bottom: 0; opacity: 0;} 
		to {bottom: 30px; opacity: 1;}
	}
	@keyframes notif-fadein {
		from {bottom: 0; opacity: 0;}
		to {bottom: 30px; opacity: 1;}
	}
	@-webkit-keyframes notif-expand {
		from {min-width: 50px} 
		to {min-width: 98%}
	}
	@keyframes notif-expand {
		from {min-width: 50px}
		to {min-width: 98%}
	}
	@-webkit-keyframes notif-stay {
		from {min-width: 98%} 
		to {min-width: 98%}
	}
	@keyframes notif-stay {
		from {min-width: 98%}
		to {min-width: 98%}
	}
	@-webkit-keyframes notif-shrink {
		from {min-width: 98%;} 
		to {min-width: 50px;}
	}
	@keyframes notif-shrink {
		from {min-width: 98%;} 
		to {min-width: 50px;}
	}
	@-webkit-keyframes notif-fadeout {
		from { bottom:30px;opacity: 1;} 
		to { bottom:0px;opacity: 0;display: none;}
	}
	@keyframes notif-fadeout {
		from { bottom:30px;opacity: 1;}
		to { bottom:0px;opacity: 0;display: none;}
	}
}
.nbtn-vo__nickname{
	width:300px;
}
.quiz-report__image{
	padding: 5px 0 10px 0;
}
.quiz-report__bold{font-weight:bold;font-size: 24px;color:black;}

.formcontrol__lg {
	height: 4rem;
	width: 100%;
	border-radius: 0.2rem;
	box-shadow: none;
	border-color: #e7e7e7;
	font-family: 'Poppins', sans-serif;
}
.formcontrol__lg:hover {
	box-shadow: none;
	border-color: #e7e7e7;
}
.formcontrol__lg.active,
.formcontrol__lg:focus {
	box-shadow: none;
	border-color: #878787;
}
.contain__team{cursor:pointer;width:100%;margin-top: 0.5rem;float: left;text-align: left !important;}
.contain__team-inner{display: inline-block;width: 90%;}
.quiz__nickname{color:#2FA2E8;text-transform: capitalize;font-size:38px;}
.quiz__label{color:#7F7F7F;font-size:35px;}
.quiz__score{color:#2FA2E8;font-size:38px;}
.quiz__h2{
	font-size:24px;
}
@media (min-width: 768px) {
  /* Tablet and above */
	.quiz__h2 {
		font-size:27px;
	}
}
.voting__quiz-icon{
	border:3px solid #4DABF7;
	margin:7px;
	width: 90px;
	float:left;
	cursor: pointer;
	padding:5px;
	border-radius:5px;
	display:inline-block;
}
.voting__quiz-icon:hover{
	background: #4DABF7;
}
.voting__quiz-allIcons{width: 100%;float:left;}
.voting__quiz-wrapNickname{
	width:90px;height:90px;border:2px solid #4DABF7;border-radius: 50%;
}
.voting__quiz-nicknameImage{width:400px;max-width: 100%;padding:15px;}
.quiz__icon-selected{
	background: #4DABF7;
}
@media only screen and (max-width: 450px){
	.contain-paused-icon{width:220px}
}
.voting__question-mazi{
	border-radius: 6px;
    padding: 10px;
    width: 100%;
    margin-top: 20px;
    color: #334b5e;
    -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.nickname__reset{
	position: absolute;right:0;color:#ff185d;font-size:28px;
}
.nickname__wrap-icon{
	position:relative;margin:auto;
}
.reaction__icon{
	display:inline-block;
	margin:15px;
	font-size:38px;
	cursor:pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
			user-select: none;
}
.running-quiz {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bars__loader-wrap{
	position: absolute;
	top: 50px;
	left: 45%;
	z-index: 100;
	margin-top: 15% !important;
	color: #fff;
	font-weight: bold;
}
.bars__loader {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	width: 88px;
}
.bars__loader ul {
	margin: 0;
	list-style: none;
	width: 88px;
	height: 63px;
	position: relative;
	padding: 0;
	height: 10px;
}
.bars__loader ul li {
	position: absolute;
	width: 2px;
	height: 0;
	background-color: rgb(1,234,255);
	bottom: 0;
}


.bars__loader li:nth-child(1) {
	left: 0;
	animation: cssload-sequence1 1.15s ease infinite 0;
	-o-animation: cssload-sequence1 1.15s ease infinite 0;
	-ms-animation: cssload-sequence1 1.15s ease infinite 0;
	-webkit-animation: cssload-sequence1 1.15s ease infinite 0;
	-moz-animation: cssload-sequence1 1.15s ease infinite 0;
}
.bars__loader li:nth-child(2) {
	left: 15px;
	animation: cssload-sequence2 1.15s ease infinite 0.12s;
	-o-animation: cssload-sequence2 1.15s ease infinite 0.12s;
	-ms-animation: cssload-sequence2 1.15s ease infinite 0.12s;
	-webkit-animation: cssload-sequence2 1.15s ease infinite 0.12s;
	-moz-animation: cssload-sequence2 1.15s ease infinite 0.12s;
}
.bars__loader li:nth-child(3) {
	left: 29px;
	animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
	-o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
	-ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
	-webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
	-moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
}
.bars__loader li:nth-child(4) {
	left: 44px;
	animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
	-o-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
	-ms-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
	-webkit-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
	-moz-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
}
.bars__loader li:nth-child(5) {
	left: 58px;
	animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
	-o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
	-ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
	-webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
	-moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
}
.bars__loader li:nth-child(6) {
	left: 73px;
	animation: cssload-sequence2 1.15s ease infinite 0.58s;
	-o-animation: cssload-sequence2 1.15s ease infinite 0.58s;
	-ms-animation: cssload-sequence2 1.15s ease infinite 0.58s;
	-webkit-animation: cssload-sequence2 1.15s ease infinite 0.58s;
	-moz-animation: cssload-sequence2 1.15s ease infinite 0.58s;
}


@keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-o-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-ms-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-webkit-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-moz-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-o-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-ms-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-webkit-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-moz-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}
.question-has-error .voting-filepicker {
    border-color: red;
    color: red;
}
