body {
	height: 520px;
	max-height: 520px;
	overflow: hidden;
}

body, #main {
	background: black;
}

#main {
	height: 400px;
}

.loader-wrapper {
	width: 400px;
	text-align:center;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #215e86; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 140px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#Progress {
  width: 200px;
  background-color: grey;
}

#Bar {
  width: 1%;
  height: 30px;
  background-color: rgb(43, 63, 180);
}

.canvas-wrapper {
	display: inline-block;
	vertical-align: top;
}

canvas#canvas_objects {
	background: rgba(8,65,115,1);
	background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(8,65,115,1) 45%, rgba(2,0,36,1) 100%);
}

video#video {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	visibility: hidden;
	width: auto;
	height: auto;
}

div.controls {
	width: 400px;
	padding: 0;
	margin: 3px 0 0 0;
	border: none;
	
	
}

#form1 {
	display: inline-block;
	float:right;
}

div.controls label {
	margin: 0;
	padding: 0;
	border: none;
	display: inline-block;
}

div.controls label select {
	width: 100%;
	border: 1px solid #fff;
	margin-bottom: 0;
}

div.controls label select:active,
div.controls label select:focus {
	border: 1px solid #fff!important;	
}

div.controls label select option {
	font-family: "ropa-sans-pro", Arial, sans-serif!important;
}

label {
	display:inline-block;
	width: auto;
	color: #fff;
}

div#stats {
	display:inline-block;
	width: auto;
	color: #fff;
	font-size: 0.7rem;
	padding: 12px 20px 0 20px;
}

#select-contribution {
	width: 296px;
}

#select-room {
	width: 100px;	
}

button.button {
	height: 50px;
	width: 70px;
	margin: 0;
	border-radius: 0;
	border: none;
	vertical-align: top;
	line-height: 1;
	padding: 5px 15px;
	font-size: 40px;
}

button#btPlay {
	background: green;
	padding-top: 9px;
	font-size: 28px;
}

button#btStop {
	background: red;
	padding-top: 0px;
	font-size: 38px;
	line-height:43px;
}

#lights {
	background: rgba(8,65,115,1);
	float: right;
}

select#Server {
	height: 50px;
	width: 50px;
	font-size: 42px;
	float: right;
	padding: 0 5px;
	line-height: 1;
	cursor: pointer;
	display: inline-block;
}
select#Server option {
}