*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
html{
	height: 100%;
}
a:hover{
	cursor: pointer;
}

img{
	max-width: 100%;
	height: auto;
}
h2{
	margin: 10px 0px;
}
p,img, ul li, blockquote{
	margin-bottom: 10px; 
	line-height: 150%;
}

body{
	width: 100%;
	height: 100%;
	background: #1C3742;
	color: white;
	font-family: Arial, Helvetica, sans-serif;

/*background: #0F2027;  /* fallback for old browsers */
/*background: -webkit-linear-gradient(to left, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to left, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a{
	color: white;
	font-weight: bold;
}
a:visited{
	color: white;
}

div.login{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 400px;
	margin: 0px auto;
	padding: 20px;
}
div.logoback{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    margin: 20px auto 0px;
	width: 60%;
}

#login div.logoback{
	width: 100%;
}

div.warpcont{
    position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 15%;
}
img.warpcentre{
	max-width: 100%;
	height: auto;
	display: inline;
}

input.permalinkinput{
	width: 300px;
}

a.button{
	background: white;
	color: #0066CC;
	padding: 10px 20px;
	border-radius: 45px;
	display: inline-block;
	text-align: center;
}

a.button:hover{
	cursor: pointer;
}

div.error{
	text-align: center;
}
input, textarea, select{
	width: 75%;
	border: 3px solid gray;
	border-radius: 5px;
	clear: both;
	height: 35px;
	padding: 3px 8px;
}

select{
	width: auto;
}
.inputsmall{
	width: 250px;
}

textarea{
	height: auto;
}

input[type=checkbox], input[type=file]{
	width: auto;
}


div.runningorderitem input[type=checkbox]{
	flex-grow: 1;
}
input.date, input.time, input.login{
	width: auto;
	float: left;
}
div.lbmain{
	display: none;
}
div.inputcont{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
div.inputcontsmall{
	width: auto;
	float: left;
	margin-right: 10px;
}
div.inputcontfor{
	width: 10%;
}
#login div.inputcont{
	justify-content: center;
	align-items: center;
}
div.editorsection{
	clear: left;
	margin-top: 10px;
}

p.inputdesc{
	width: 25%;
	display: inline-block;
}

p.error{
	text-align: center;
	margin-top: 10px;
	display: none;
	background-color: white;
	color: red;
}
form{
	width: 100%;
}
input.invalid, textarea.invalid {
    border-color: red;
}
div.tutorialoptions{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}
button.submit{
	border: 2px solid #39c;
	background: #2a7ea7;
	margin: 0 auto 20px;
	display: block;
}

button:hover{
	cursor: pointer;
}

button.tutnext{
	background-color: #2682ae;
}
button.tutskip{
	background-color: #848484;
}
button.tutorial{
	width: 20%;
	color: white;
}
button.blue{
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border:1px solid #124d77;
}
button.blue:hover {
background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
button.red{
	box-shadow: inset 0px 1px 0px 0px #f74c4c;
	background: linear-gradient(to bottom, #c81010 5%, #a80808 100%);
	background-color: #ae0000;
	border: 1px solid #d93c3c;
}
button.red:hover {
	background: linear-gradient(to bottom, #ec2929 5%, #ee1f1f 100%);
	background-color: #a20d0d;
}
button.add{
	padding:6px 24px;
}


button.blue:active {
	position:relative;
	top:1px;
}

div.popup button.submit{
	margin: auto;
}
button.submit:hover{
	cursor: pointer;
	background: #39c;
}
button.submit:active{
	position: relative;
	border: 2px solid #a8e1e3;
}
div.editorbody{
	margin: 20px;
	position: relative;
	overflow: hidden;
}
div.inputcont p.inputname, p.inputname{
	width: 100%;
}
div.detailspod{
	display: inline-block;
	border-radius: 15px;
	padding: 5px 10px;
	background-color: black;
	margin: 5px;
}

div.detailspod.correct{
	border: 2px solid #39E865;
}

div.runningorderitem{
	overflow: hidden;
	display: flex;
	align-items: center;
}

div.break input{
	width: auto;
}

div.break, div.round{
	justify-content: space-between;
}

div.break .editbutton, div.round .editbutton{
	align-self: flex-end;
	justify-self: flex-end;
	margin-left: auto;
}
div.runningorderitem{
	width: 100%;
	margin: 0px auto;
	background-color: gray;
	border-radius: 15px;
	padding: 2px 10px;
	margin-bottom: 10px;
}

div.runningorderitem div.qno{
	padding: 0px 10px;
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
div.editquestion div.questionitem{
	background-color: #333;
	position: relative;
}
div.quizmakerdiv h2{
	float: left;
}

#questions{
	margin-bottom: 10px;
}

div.questiontext{
	border-radius: 5px;
	background-color: #333;
	padding: 5px 10px;
}
a.removequestion{
	float: right;
}
div.questiondetails{
	display: flex;
    align-items: center;
	justify-content: space-between;
}

img.editorpic{
	float: left;
	max-height: 81px;
	width: auto;
	margin: 0px;
}
div.questionbitscont{
	display: flex;
	align-items: center;
	flex-basis: 26%;
}

div.editquestion img.editorpic{
	width: 11%;
	float: none;
	vertical-align: middle;
}

  .ui-state-highlight { height: 1.5em; line-height: 1.2em; }
div.questiondetailsflex{
	display: flex;
	flex-wrap: wrap;
	margin: 0px 5px;
	max-width: 100%;
	flex-basis: 70%;
}
input.hidden{
	display: none;
}
div.questiondeets{
	width: 100%;
}
div.overlay{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
	z-index:1;
}

div.popup, div.additionalinfopopup{
	position: fixed;
	/* padding: 1% 2%; */
	width: 96%;
	height: 98%;
	border-radius: 5px;
	top: 1%;
	left: 2%;
	z-index: 2;
	display: flex;
	flex-direction: column;

}
div.additionalinfopopup{
	height: 80%;
	width: 80%;
	background-color: #555;
	margin: auto;
	top: 10%;
	left: 10%;
	padding: 1% 2%;
	z-index: 4;
}
img.answerpic{
	display: none;
}
div.highoverlay{
	z-index: 3;
}
div.qno{
	border: 1px solid white;
	border-radius: 50px;
	float: left;
	font-size: 23px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	flex-shrink: 0;
}
div.editquestion div.quizmakerdiv{
	clear: left;
	padding-bottom: 10px;
}
div.editquestion div.questionitem{
	padding: 20px;
}
div.popupframe div.questionitem{
	width: 100%;
}

div.popupframe{
	height: 100%;
}
div.editquestion div.questionitem{	
	display: block;
}
div.popupframe{
	height: calc(100% - 60px);
	background-color: #333;
	padding: 1% 2%;
	border-radius: 10px;
}
div.popupframe.editquestion{
	height: 100%;
}
div.popupinner{
	overflow-y: auto;
	height: 100%;
	scrollbar-width: auto;
	scrollbar-color: darkgray #333;
	width: 100%;
	position: relative;
}
div.popupinner::-webkit-scrollbar-track{
	background: #333;
}
div.popupinner::-webkit-scrollbar-thumb{
	background-color: darkgray;
}
div.popupinner::-webkit-scrollbar {
 width: auto;
}
#createevent div.popupchoice{
	width: 100%;
}
input.correctanswer{
	height: auto;
	width: auto;
	margin-left: 5px;
	display: inline-block;
}
input.answer{
    border: 5px solid #990000;
	display: inline-block;
}
input.correct{
    border: 5px solid #00CC00;
}
div.eventselectbox{
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
	max-height: 280px;
}
img.questionpackpicsmall{
	display: none;
}
div.questionpack{
	border-radius: 5px;
	border: 1px solid white;
	padding: 10px;
	margin: 10px;
	width: 150px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
div.questionpack{
	width: 31%;
}

#createquestionpack div.questionpack{
	width: 100%;
}


p.packlength{
	margin-left: 30px;
	display: inline;
}
div.questionpack:hover{
	cursor: pointer;
	/*width: 250px;*/
}
p.shortdesc{
	font-style: italic;
	text-align: center;
	display: none;
}
p.causename{
	font-weight: bold;
}

img.causepic{
	border-radius: 50px;
	border: 1px solid white;
}

div.causewide{
	width: 33%;
	flex-direction: row;
}
div.causechose{
	width: 100%;
}
div.causewide *{
	margin-right: 10px;
}
div.roundinner{
	min-height: 100px;
}

div.runningorderitem.quizstart{
	text-align: center;
	width: 100%;
}
div.runningorderitem select{
	display: block;
}
div.popupinner div.runningorderitem select{
	display: inline;
}

div.editquestion{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 10px;
}
div.editquestioncircle{
	border-radius: 50%;
	border: 5px solid white;
	padding: 18px;
	position: relative;

	margin-bottom: 5px;
}
div.editquestion p{
	text-align: center;
}

div.edit-icon {
	top: 50%;
	left: 50%;
	color: #000;
	position: absolute;
	margin-left: 2px;
	margin-top: -2px;
	width: 18px;
	height: 8px;
	border-radius: 1px;
	border: solid 1px white;
	background-color: white;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

div.edit-icon:before {
	content: '';
	position: absolute;
	left: -16px;
	top: -1px;
	width: 3px;
	height: 4px;
	border-left: solid 5px transparent;
	border-right: solid 5px white;
	border-top: solid 2px transparent;
	border-bottom: solid 2px transparent;
}

.remove-icon {
	top: 50%;
	left: 50%;
	color: #FFF;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	width: 25px;
	height: 25px;
	transform: translate(-50%, -50%)
}

.remove-icon:before {
  content: '';
  position: absolute;
  top: 11px;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left:0;
}

.remove-icon:after {
  content: '';
  position: absolute;
  top: 11px;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left:0;
}
div.editquestioncircle.notescont{
	padding: 7px;
}
.notes-icon {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px
}
.notes-icon::after,
.notes-icon::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor;
    left: 2px
}
.notes-icon::before {
    box-shadow:
        0 4px 0,
        0 8px 0;
    width: 12px;
    top: 2px
}
.notes-icon::after {
    width: 6px;
    top: 14px
}
ul.mainmenu{
	display: flex;
	flex-wrap: wrap;
}
ul.mainmenu li{
	display: flex;
	flex-basis: 50%;
	padding: 10px;
}
ul.mainmenu li a{
	background-color: #333;
	width: 100%;
	border-radius: 10px;
	text-decoration: none;
}

ul.mainmenu li a:hover{
	background-color: #444;
}

ul.mainmenu p{
	font-weight: normal;
	
}

ul.mainmenu div.editquestioncircle{
	padding: 30px;
	margin-bottom: 0px;
	margin-right: 30px;
}

div.mainmenuinner{
	padding: 10px;
}
div.addnew{
	border-bottom: 1px solid white;
	width: 100%;
	padding: 10px;
	text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.questionpackchoice{
	display: flex;
	flex-wrap: wrap;
}
div.questionpackchoice a{
	display: flex;
	margin: 10px;
	flex-basis: 15%;
	text-decoration: none;
}
a.newpack{
	width: 33%;
	display: block;
}
div.questionpackchoice div.questionpack{
	margin: 0px;
}
p.runningtime{
	float: left;
	width: auto;
}
div.addnewbottom{
	border-bottom: 0px;
	border-top: 1px solid white;
	justify-content: end;
}
div.runningorder{
	padding: 10px 0px;
}
div.runningorder div{
	margin-bottom: 5px;
}
div.curonseg{
	margin-bottom: 10px;
}
span.inputlabel{
	margin-right: 10px;
}
span.inputdivider{
	margin: 0px 10px;
}
.qmrotype{
	display: none;
}

#register h1, #registercause h1{
	text-align: center;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}
div.videoinner{
	height: 0;
	padding-top: 56%;
	position: relative;
	overflow: hidden;
	background-color: black;
}
div.videoinner video{
	width: 100%;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
div.videocont{
	width: 10%;
}
div.cams{
	display:flex;
}

div.qmvideocont{
	align-items: center;
	display: flex;
	width: 12%;
	flex-wrap: wrap;
}
div.qmvidcontinner{
	flex-basis: 80%;
}
div.qmvideocont a{
	width: 16%;
	margin-left: 4%;
	display: block;
}
div.qmvideocont svg{
	position: relative;
	transform: none;
	height: auto;
	width: auto;
}
div.topsection{
	display: flex;
	justify-content: space-evenly;
	justify-content: left;
}
div.topsection p{
	margin-right: 30px;
}
form#eventdetails{
	padding-bottom: 10px;
}
div.supportfoot{
	font-size: 14px;
	text-align:center;
	padding: 0px 10px 20px;
}
.registerdesc{
	width: 60%;
	margin: 0px auto 20px;;
}
form#registerform{
	width: 50%;
	margin: 0px auto;
	max-width: 655px;
	color: white;
}
div.prettyleft{
	background-image: none;
}

img.causelogoprev{
	height: 150px;
	width: 150px;
	object-fit: cover;
	background-color: white;
	border: 3px solid grey;
	margin-top: 10px;
}

div.calendar-icon{
position: absolute;
transform: scale(var(--ggs,1.8)) translate(-50%, -50%);
width: 18px;
height: 18px;
border: 2px solid;
border-top: 4px solid;
border-radius: 3px;
top: 62%;
left: 62%;
}
div.calendar-icon::before {
    content: "";
    position: absolute;
    width: 10px;
    border-radius: 3px;
    left: 2px;
    background: currentColor;
    height: 2px;
    top: 2px
}


div.mainmenuinner{
	display:flex;
}
svg.adminicon{
	width: 38px;
	height: 38px;
	color: white;
	fill: white;
	position: absolute;
	transform: translate(-50%, -50%);
	margin-left: 0px;
}
div.editquestioncont{
	display: inline-block;
	margin-right: 5px;
	width: 100%;
}

a.remove{
	color: #CCC;
	position: absolute;
	border-radius: 50px;
	border: 2px solid gray;
	width: 35px;
	height: 35px;
	right: 15px;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
}
a.remove:hover{
	cursor: pointer;
	color: #333;
	background-color: gray;
}
div.editquestion.qcont{
	width:  158px;
}
div.notification, p.error{
	background-color: white;
	padding: 10px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	clear: both;
}
div.notification{
	display: none;
}
div.notificationcont{
	text-align: center;
}
h1.notfound{
	font-size: 20vh;
}
div.submitting{
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.error{
	color: red;
	display: inline-block;
}
div.success, div.success a, div.success a:hover{
	color: green;
	display: inline-block;
}
div.savenote span{
	vertical-align: middle;
}
div.savenote.submitting{
	display: inline-flex;
}
div.paymenttype{
	margin-top: 10px;
}



table.permalink{
	width: 910px;
	border-collapse: collapse;
}
input.checkbox.invalid {
    outline: 3px solid red;
}
input.checkbox {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
}
select{
	margin-right: 10px;
}
table.permalink td, table.permalink th{
	border: 1px solid white;
	text-align: center;
	padding: 5px;
}

table.permalink td{
	padding: 10px;
}
table div.inputcont{
	margin-bottom: auto;
}
div.eventselectbox a{
	text-decoration: none;
}

div.choosepack{
	display: none;
}

div.eventlist{
	background: #333;
	width: 90%;
	margin: 0px auto 10px;
	border-radius: 10px;
	padding: 5px 10px;
	display: flex;
	align-items: center;
}

div.eventlist a.editbutton{
	text-decoration: none;

}
a.editbutton:hover{
	cursor: pointer;	
}
a.editbutton.removeitem{
	margin-left: auto;
}

input.checkbox, form#registerform input#terms{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

div.mainextras{
	display: inline-block;
	width: 33%;
}
div.extras, div.extras2 {
    height: 100vh;
    width: 100%;
	clear: right;
	margin-left: 10px;
	float: left;
}

label.extratab {
    float: left;
    padding: 5px 0px;
    width: 49.5%;
    text-align: center;
    border: 1px solid black;
    background-color: #2A4380;
    border-radius: 0px;
	margin: 0px;
}
input.extracheck {
    height: 0px;
    position: absolute;
    width: 0px;
    display: none;
}
div.links {
    float: left;
    width: 100%;
    height: 81vh;
    overflow: scroll;
    background-color: #2A4380;
    border: 1px solid black;
    display: none;
}
label.extratabchosen {
    background-color: #4469C1;
}
label.extratab:hover {
    background-color: #4469C1;
}
div.sticky {
    position: fixed;
    top: 0;
    z-index: 1;
    border-top: 0;
    margin-top: 0px;
}
div.fixedbottom {
    position: absolute;
    bottom: 0px;
}
div.eventlist p.removequestion{
	margin-bottom: 0px;
	line-height: 100%;
}
div.eventlist div.editquestioncircle{
border: none;
border: 1px solid #777;
margin: 0px 10px 0px 0px;
}
div.eventlist div.editquestion:hover div.editquestioncircle{
	background-color: #555;
}
div.eventlist div.editquestion{
	flex-direction: row;
		border: 1px solid #666;
	border-radius: 5px;
	padding: 5px;
	margin: 0px 5px;
}

div.eventlist svg.adminicon{
	width: 27px;
	height: 27px;
}

div.sectionhidden{
	height: auto !important;
}
/* Article bits */
div.article{
	min-height: 0;
	margin: 0px auto;
	display: block;
}
body{
	text-align: left;
}
blockquote{
	border-left: 5px solid #002642;
	padding-left: 10px;
	margin-left: 30px;
}
div.article  p,div.article  img, div.article  ul li, div.article ol li, div.article blockquote{
	margin-bottom: 10px; 
	line-height: 150%;
}
div.piccentre{
	margin: 0px auto;
}
div.piccentre img{
	max-width: 100%;
}
div.article ul, div.article ol{
	padding-left: 40px;
}
div.article div.text{
	max-width: 100%;
	background-color: white;
	height: 100%;
	margin: 0px auto;
	color: black;
}

div.headerpic{
	position: relative;
	max-height: 250px;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	background: none;
	min-height: auto;
}

div.extrabox div.editquestioncircle{
	border: 3px solid white;
	margin-bottom: 0px;
	padding: 15px;
}

	div.headerpic img{
		max-width: 100%;
	}
	div.textbg{
		background: rgba(0,0,0,0.5);
		width: 96%;
		height: 80%;
		margin: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
	}
	div.breadcrumb{
		text-align: left;
		padding: 10px 15px;
		font-weight: bold;
		color: #333;
	}
	#tutorial div.text{
		width: 90%;
	}
	div.headerline{
		border: 1px solid white;
		width: 100%;
		position: absolute;
	}
	div.rightline{
		right: 2%;
		height: 95%;
		width: auto;
	}
	div.leftline{
		left: 2%;
		height: 95%;
		width: auto;
	}
	div.topline{
		position: absolute;
		top: 7%;
		width: 98%;
	}
	div.bottomline{
		position: absolute;
		bottom: 7%;
		width: 98%;
	}
div.piccentre{
	margin: 0px auto;
	display: inline-block;
}
a.nou{
	color: #0980E1;
	text-decoration: none;
}
h1.headline{
	color: #0B101F;
	font-size: 24px;
	margin: 20px 0px;
}
h2.shorthead{
	font-size: 32px;
	color: white;
}
div.articleexpansion{
	border: 1px solid #Ccc;
	border-radius: 5px;
}
div.sectionhidden{
	overflow: hidden;
	height: 0px;
}
div.expandbox{
	height: 30px;
	width: 30px;
	background-color: #999;
	border-radius: 5px;
	float: right;
	margin: 10px 20px;
	text-align: center;
	line-height: 30px;
	font-size: 25px;
	flex-shrink: 0;
}
div.articleexpansionhead{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
div.sectionhidden{
	overflow: hidden;
	height: 0px;
	transition: height .4s ease-out;
}
div.sectioninner {
    padding: 0px 20px 20px;
}
div.infopopup, div.tutorial{
	position: absolute;
	z-index: 99;
	background-color: white;
	width: 600px;
	margin-top: 20px;
	left: -99999px;
	top: -99999px;
	padding: 30px;
	color: black;
	border-radius: 10px;
	display: none;
}
div.infopopup{
	z-index: 999;
}
div.tutorialintro{
	margin: auto;
	left: 0px;
	top: 50%;
	position: fixed;
	right: 0px;
	transform: translate(0%, -50%);
	display: block;
}
p.tuttile{
	text-align:center;
	font-size: 1.6rem;
	color: #222;
}
span.tooltip{
	opacity: 1;
	background-color: white;
	color: #333;
	border-radius: 40px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin: 0px 10px;
	line-height: 21px;
}
div.optionhead{
	margin-bottom: 10px;
}
 
h3.menusection{
	padding: 10px;
}
div.quizdivider{
	width: 100%;
	height: 1px;
	background-color: white;
	margin-bottom: 10px;
}
div.causedetails p{
	margin-bottom: 0px;
}
div.addnewcircle{
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 50px;
	text-align: center;
	border: 1px solid white;
	border-radius: 50px;
}
div.questionpack div.addnewcircle{
	margin: auto;
}
div.chooseacause{

	width: auto;
}
div.chooseacause:hover{
	cursor: pointer;
}
div.chooseacause:hover div.addcause{
	background-color: #666;
}
div.popupchoice{
	border: 1px solid gray;
	border-radius: 0px 5px 5px 5px;
	min-height: 80%;
}
div.popupchoiceinner{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: start;
}
div.removeall{
	float: right;
	left: 84%;
	text-align: center;
	margin-right: 2%;
	background-color: #7b7b7b;
	padding: 10px 5px;
	border-radius: 10px;
	margin-bottom: 5px;
}

div.removeall input{
	height: auto;
	margin-left: 10px;
}
input[type="file"]{
	color: white;
}
.lbphases *, .qmlbphases *{
	float: left;
}
div.tab{
	display: inline-block;
	border: 1px solid gray;
	border-radius: 5px 5px 0px 0px;
	padding: 10px;
	border-bottom: 0px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	font-weight: normal;
}
div.tabchosen{
	border-bottom: 1px solid #333;
	font-weight: bold;
	margin-bottom: -1px;
}
div.additionalinfopopup div.popupframe{
	background-color: inherit;
	height: 80%;
}
div.additionalinfopopup img{
	max-width: 150px;
	height: auto;
	margin: 0px auto;
}

div.packdetails{
	text-align: center;
}
p.packname{
	font-weight: bold;
}

a.moreinfo{
	text-decoration: underline;
}
div.causewide a.moreinfo{
	display: none;
}
div.causewide a.button{
	display: none;
}
div.questionpackpreview div.detailspod{
	margin: 5px;
}
div.questionpackpreview div.questionitem{
	flex-shrink: 0;
	padding: 0px 10px;
}
div.questionpackpreview{
	overflow-y: auto;
}
div.additionalinfopopup.questionpackpopup{
	width: 90%; 
	height: 90%;
	top: 5%;
	left: 5%;
}
div.questionpackpopup button.submit{
	margin: 0 auto 0px;
}
label.switch{
	position: relative;
	display: inline-block;
	width: 72px;
	height: 34px;
	border-radius: 34px;
	overflow: hidden;
}
span.slider{
	background-color: #2196F3;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
	display: flex;
	align-items: center;
	font-weight: bold;
	justify-content: space-evenly;
}

span.slider::before{
	border-radius: 50%;
	position: absolute;
	width: 38%;
	padding-top: 38%;
	left: 6%;
	bottom: 4px;
	background-color: white;
	transition: .4s;
	content: "";
}

label.switch input:checked + span.slider::before{
  left: 56%;
}

label.switch input{
	display: none;
}
label.switch input:checked + span.slider {
  box-shadow: 0 0 1px #2196F3;
}
label.switch input:checked + span.slider{
	background-color: #00CC33;
}
label.switch input:checked + span.slider span.slideron{
	display: block;
}

label.switch span.slideroff{
	display: block;
	float:right;
}
div.leftopt{
	border-bottom: 3px solid #2196F3;
}
div.rightopt{
	border-bottom: 3px solid #00CC33;
}
div.switchopt{
	margin: 0px 10px;
}
div.switchcont{
	display: flex;
	align-items: center;
}
a.whitelink{
	color: white;
}
div.edittransaction table{
	border: none;
}
table.playerevent{
	width: 85%;
	margin: 20px auto;
	border-collapse: collapse;
}

table.playerevent td, table.playerevent th{
	border: 1px solid #CCC;
	padding: 5px;
}
table.playertransactions, table.causeofficialevent{
	width: 100%;
	margin: 0px 0px 20px;
	border: none;
}
table.playertransactions td, table.causeofficialevent td{
	text-align: left;
	border: none;
}
table.playertransactions tr, table.causeofficialevent tr{
	border-bottom: 1px solid gray;
}
table.playertransactions th, table.causeofficialevent th{
	text-align: left;
	border: 0px solid transparent;
}
div.notice, p.notice{
	border-left: 5px solid #9292ca;
	background-color: #365b7b;
	padding: 5px 10px;
	margin: 10px auto;
}


span.paymentsetup{
	border-radius: 50%;
	height: 25px;
	width: 25px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	margin-left: 10px;
	color: white;
}
span.pending{
	background-color: orange;
}
span.valid{
	background-color: green;
}
table{
	border-collapse: collapse;
	border: 1px solid white;
}
td{
	text-align: center;
	padding:10px;
	vertical-align: middle;
	border: 1px solid #999;
}
th{
	border-bottom: 1px solid white;
	padding: 5px 10px;
}
th.ppm{
	width: 150px;
}

input.number{
	-webkit-appearance: none;
	-moz-appearance: textfield;
	width: 50px;
	margin: 10px 10px 0px;
}


.lds-ring {
  display: inline-block;
  position: absolute;
	width: 20px;
	height: 20px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
div.tutorialcentre{
	left: 0px;
	top: 50%;
	margin: 0px auto;
	right: 0;
	transform: translate(0%, -50%);
	position: fixed;
}

div.popupfixed{
	position: fixed;	
}
div.popupabove span.infopopuparrow{
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid white;
	border-bottom: 20px solid transparent;
	bottom: -40px;
	top: auto;
}

span.infopopuparrow{
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-bottom: 20px solid white;
	top: auto;
	    position: absolute;
    top: -20px;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 999;

}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



div.quizoption{

	clear: none;
	margin-right: 20px;
	display: inline-block;
}

/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/

.fflag {
    background-image:url('/images/flagSprite42.png');
    background-repeat:no-repeat;
    background-size: 100% 49494%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
     margin-right: 10px;
}

ul.currencylist{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}
ul.currencylist li{
	padding: 5px;
	border: 1px solid #CCC;
	text-align: left;
	margin-bottom: 0px;
}


span.currencyhead{
	margin-right: 10px;
}
input.currencysearch{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0px;	
	margin: 0px;
}
.currencychose span.downarrow{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	width: 10px;
	height: 10px;
	display: inline-block;
	transform: rotate(45deg);
	transform-origin: 6px 0px;
}

.currencychose span.downarrow.pointingup{
	transform: rotate(225deg);
	transform-origin: 4px 7px;
}

div.inputbg{
	background-color: white;
padding: 6px 7px;
border-radius: 5px;
width: 65%;
margin: 0px auto 15px;
border: 3px solid gray;
height: 38px;
}
div.inputbg.currencychose{
	width: 315px;
	margin-bottom: 0px;
	color: black;
}
div.currencylistouter{
	position: absolute;
	height: 200px;
	overflow-y: scroll;
	background-color: white;
	right: 0px;
	color: black;
	z-index: 99;
	top: 100%;
}
div.currencychose, form.eventform div.currencychose{
	text-align: left;
}

div.inputcont.timezone{
	display: inline-block;
}
div.inputcont.date{
	width: 184px;
}
div.editplayer{
	position: relative;
}
div.edittransaction{
	text-align: center;
	width: 53%;
}
div.edittransaction button{
	margin: 0px 10px;
}
p.transactionstatus{
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	color: white;
	padding: 0px 5px;
}
p.valid{
	background-color: green;
}
p.refunded{
	background-color: red;
}
div.radioopt input {
    height: auto;
    display: inline;
    width: auto;
}
div.article{
	width: 66%;
	display: inline-block;

	min-height: 800px;
}

div.radiooption {
    margin: 0px 5%;
}
div.radioopt {
    display: flex;
    justify-content: center;
}

div.detailshead {
    display: flex;
}
span.caps {
    text-transform: uppercase;
}
#registerform div.quizdivider {
	box-shadow: none;
    background-color: white;
	box-shadow: none;
}
span.required{
	color: white;
}
div.tutrestart{
	background-color: white;
color: white;
font-weight: bold;
padding: 5px 10px;
border-radius: 50px;
	position: absolute;
	top: 1em;
	right: 1em;
width: 2em;
height: 2em;
}
div.tutrestart:hover{
	cursor: pointer;
}
div.tutrestart span{
	color: #438af9;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

img.quiziconlarge {
	max-width: 200px;
	border: 5px solid white;
	border-radius: 50%;
	width: auto;
	max-height: 100%;
	max-height: 150px;
	height: 100%;
	max-width: 100%;
  }
  div.causebg{
	min-height: 100px;
	margin-bottom: 20px;
}
span.connectingcircle, span.namestate{
	margin-right: 5px;
	width: 1vw;
	height: auto;
	display: inline-block;
	aspect-ratio: 1;
	border-radius: 50%;
}
.quiztimerbar{
	height: 2px;
	background-color: white;
}
div.answer{
	display: inline-block;
	margin-left: 2vw;
}
div.currentlyon{display: flex;}
div.currentlyon div.prevphase{
	flex-basis: 25%;
	text-align: center;
}
div.currentlyoncont{
	flex-basis: 55%;
}
div.currentlyon div.curphase{
	flex-basis: 50%;
	text-align: center;
}
div.currentlyon div.nextphase{
	flex-basis: 25%;
	text-align: center;
}
div.qmcquestiontext, div.qmcanswers{
	width: 50%;
	text-align: center;
	margin: 10px auto;
}
div.qmcanswers{
	display: flex;
	justify-content: center;
}
div.qmcanswers div{
	margin: 10px 10px;
}
div.answerchosenoverlay{
	text-align: center;
}
div.leaderboards{
	display: flex;
}
div.leaderboards div{
	flex-basis: 100%;
}
div.qmccont{
	text-align: center;
}
div.qmccorrect{
	border-bottom: 3px solid green;
}
div.qmcquestions{
	display: flex;
}
div.qmcwrong{
	border-bottom: 3px solid red;
}
div.imgcont img{
	max-height: 100px;
	width: auto;
}
div.imgcont{
	display: flex;
}
div.editquestion input{
	clear:none;
	display: inline;
}
div.placeholder{
	width: 141px;
	height: 79.6px;
}
div.quizcontrols{
	text-align: right;
}
span.jackpot{
	font-weight: bold;
}

#qmpanel .runningordercont{
	float: right;
	flex-basis: 25%;
	height: 100%;
	border-left: 1px solid white;
	margin-left: 10px;
	padding-left: 10px;
}
div.quizmakerdiv .answer_explanation h2{
	margin: 0px;
	float: none;
	font-size: 12px;
}
.answer_explanation p{
	margin: 0px;
}

.answer_explanation{
	font-size: 12px;
}
.shrinkcont{
	position: fixed;
	left: 0;
	top: 50%;
}
#qmpanel div.rightcont{
	flex-basis: 76%;
}
div.qmctopcont{
	display: flex;
}
#qmpanel div.chatchoice{
	width: 100%;
	word-wrap: break-word;
}
#qmpanel div.chatchoicebox{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}
div.chatchoice.chat .approvemessage{
	display: none;
}
div.chatchoiceouter{
	flex-basis: 23%;
max-width: 23%;
word-wrap: break-word;
border-right: 1px solid white;
margin-right: 15px;
}

a.button, button{
	min-width: 0px;
}
a.selected{
	border-bottom: 2px solid white;
}
div.inputcont select{
	width: auto;
}
svg.loadingspinner.loadingspinnersmall{
	height: 25px; 
	width: 25px;
	margin-bottom: 0px;
	vertical-align: middle;
}
svg.loadingspinnerpermaanim{
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
	transform-origin: center center;
}
span.connectinggreen{
	background-color: #00CC33;
}
span.connectingred{
	background-color: red;
}
p.connecting circle.timerouter, p.connecting circle.upperedge, p.synchronising circle.timerouter, p.synchronising circle.upperedge{
	stroke-width: 10;
}
div.editquestion p{
	margin-bottom: 0px;
}
#createevent a.editbutton.removeitem{
	margin-left: 8px;
}
#createevent a.editbutton.notes{
	margin-left: auto;
}
p.prizecodecont{
	width: 25%;
	margin-left: 10px;
}
div.playerinfo{
	height: auto;
	width: auto;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}
div.streamerror{
	display: block;
	left: 50%;
	top: 2%;
	transform: translate(-50%);
	padding: 5px;
}

.hidden, div.hidden{
	display: none !important;
}
div.runningorderitem span.resulticon{
	width: 25px;
	fill: rgb(135, 231, 135);
}
input.qtimer{
	width: auto;
}
div.qtimerbox{
	display: inline-block;
	margin-left: 15px;
}
div.winners{
	max-height: 150px;
	overflow-y: auto;
}
div.winners p{
	display: inline-block;
	margin-right: 10px;
}
div.winners p .un{
	font-weight: bold;
}
p.jackpot{
	box-shadow: 0px 0px 5px black;
	margin-top: 5px;
}
div.playerslist input{
	clear: none;
	width: 50%;
}
span.approvednames span.approvenames{
	display: none;
}
.normalpriority .namestate{
	background-color: yellow;
}
.approvednames .namestate{
	background-color: #00CC33;
}
.highpriority .namestate{
	background-color: red;
}
.renamediv button{
	margin: 0px;
	display: inline-block;
	border: none;
	background:	#007fbd;
	padding: 5px;
	color: white;
	font-weight: bold;
}
.chatun{
	font-weight: bold;
}
input.intermissionlength{
	clear: none;
	width: 50%;
}
div.intermissiondetails{
	display: flex;
	align-items: center;
}
div.teamanswerchosenrow{
	display: flex;
	margin-bottom: 10px;
}
div.teamanswername{
	width: 25%;
}
div.teamanswerscont{
	justify-content: center;
	width: 50%;
	display: flex;
}
div.teamanswers{
	width: 50%;
	display: flex;
	justify-content: space-evenly;
}
svg.spinnergrey{
	fill: grey;
}
h3{
	margin: 10px 0px;
}
h4{margin: 5px 0px;}
table table{
	margin: auto;
	width: 100%;
}
.playernamescont{
	margin-bottom: 10px;
}
#questionsearch .inputname{
	width: auto;
	margin-right: 10px;
}
#questionsearch{
	display: flex;
}
div.timercont{
	margin:0px auto;
	text-align: center;
}
@media(max-width: 480px){
	p.inputdesc{

		text-align: center;
		padding-bottom: 5px;
	}
	div.inputcont{
		flex-wrap: wrap;
	}
	input{
		width: 100%;
	}
	ul.mainmenu li{
		flex-basis: 100%;
	}
	
	form#registerform{
		width: 100%;
	}
	div.eventlist{
		flex-direction: column;
	}
	a.editbutton{
		width: 80%;
	}

	div.menueventsec{
		padding: 10px 0px;
	}
	div.tutorial, div.infopopup{
		width: 90%;
	}
	button.tutorial{
		width: auto;
	}
	div.inputcont.event_fee{
		width: 50%;
	}
	p.packlength{
		margin-left: auto;
	}
	button.add{
		margin-bottom: 10px;
	}
	div.questionitem{
		flex-wrap: wrap;
	}
	div.questionbitscont img{
		width: 100%;
		float: none;
	}
		div.questionbitscont{
		max-width: 84%;
		display: flex;
		align-items: center;
	}
	div.questionpackpreview div.questionbitscont{
		max-width: 87%;
	}
	input.roundname{
		width: calc(100% - 82.5px - 42px);
	}
	div.runningorderitem div.qno{
		margin-right: 5px;
		font-size: 16px;
		line-height: 43px;
	}
	div.runningorderitem{
		position: relative;
	}

	input.incq{    
		position: absolute;
	    top: 13px;
	    right: 5%;
	    height: 25px;
	    width: 25px;
	}
	a.editbutton{
		width: auto;
	}
	div.editquestion{
		margin-left: 0px;
	}
	p.removequestion{
		display: none;
	}
	div.editquestioncircle{
		border: 3px solid white;
	}
	.remove-icon{
		width: 18px;
		height: 25px;
	}
	div.runningorderitem div.editquestion{
		position: absolute;
		top: 5px;
		right: 5px;
	}
	div.runningorderitem div.editquestionbutton{
		top: 48px;
	}
	#createquestionpack div.questiondeets{
		width: 85%;
	}
	input.answer{
		width: 93%;
	}
	#createquestionpack div.editquestion img.editorpic{
		width: auto;
	}
	#admin p.removequestion{
		display: block;
	}
	#admin a.editbutton{
		width: 80%;
	}
	div.questionbitscont{
		flex-basis: 83%;
	}
	div.questiondetailsflex{
		flex-basis: 100%;
	}
}

