


#previewImage, .uiElement {
	width: 400px;
}
.menu{
	top:78px;
	position: absolute;
	width: 85%;
	left: 50%;
	transform: translateX(-43%);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


p{
	font-size: 14px;
	line-height: 18px;
}

  .button {
	width: 120px;
	height: 40px;
	border-radius: 40px;
	position: relative;
	text-align: center;
	margin-right: 0;

}

 .button:hover {
	cursor: pointer;
	background-color: rgb(71,176,206);
	border-color: rgb(71,176,206);
}

.buttonText {
	position:relative;
	top:5px;
	left:0px;
	letter-spacing:1px;
	line-height: 25px;
	color: #fff;
}

.info {
	border-radius: 50%;
	behavior: url(PIE.htc);/* IE8 */
	width: 18px;
	height: 18px;
	padding: 0px;
	background-color: #6c6c6c;
	border: 0px solid;
	color: #000;
	text-align: center;
	line-height: 18px;
	position:relative;
}

label.label_left {
	float: left;
	width: 150px;
	text-align: left;
	font-family: 14px;
	color: #fff;
	height: 25px;
	padding: 0px;
	margin: 5px;
	display: inline-block;

}

input.input_right {
	width: 131px;
	text-align: left;
	height: 25px;
	line-height: 24px;
	padding: 0px;
	margin: 5px;
	border: 1px solid transparent;
	display: inline-block;
}


input#numFrames.input_right {
	display: inline-block;
	/* margin:  10px; */
}

input#numFrames.input_right[type=text]:focus {
	padding: 0px;
	margin: 5px;
	border: 1px solid rgba(25, 220, 203, 1);
	display: inline-block;
}

input#ticksPerFrame.uiValues, input#brightness.uiValues {
	width: 45px;
	line-height: 24px;
	height: 25px;
	padding-left: 5px;
	margin: 5px;
}

input#ticksPerFrame.input_right.uiValues[type=text]:focus, input#brightness.uiValues[type=text]:focus {
	width: 45px;
	line-height: 24px;
	height: 25px;
	margin: 5px;
}

#live_canvas {
	display: none;
}

div.button input {
	display: block !important;
	width: 135px !important;
	height: 45px ;
	opacity: 0 !important;
	overflow: hidden !important;
	z-index: 100;
	transform: translateY(-28px);
	cursor: pointer;
}


.show {
	position: relative;
	top: 0px;
	line-height: 14px;
	font-size: 10px;
	width : 300px;
	padding-top: 4px;
	color: #fff;
}

.hide {
	display: none;
}

#previewImage {
	margin: 25px 0; 
	padding: 5px;
	background-color: #333;
	height: 274.5px;
	position: relative;
}

img.thumb {
	max-height: 95%;
	margin: 5px;
	max-width: 95%;
}

div.buttonItemsContainer {
	display:inline-block;
	position:relative;
	height:45px;
	position: absolute;
	padding:0 0px 0 30px;
	top:0;
	left:0;
}


#loadedImage {
	position: absolute;
	z-index: 0;
}

/*progress bar */
#progress_bar {
	margin: 10px 0;
	padding: 3px;
	border: 1px solid #6c6c6c;
	clear: both;
	opacity: 0;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
	z-index: 10;
	position: absolute;
	top:0;
	width: 96%;
}
#progress_bar.loading {
	opacity: 1.0;
	z-index: 10;
}

#progress_bar .percent {
	background-color: rgba(25, 220, 203, .7);
	height: auto;
	width: 0;
	z-index: 10;
	color: black;
}

/*abort button */
#abortButton {
	opacity: 0;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
	z-index: 10;
	position: absolute;
	background: rgba(25, 220, 203, 1);
	height: 40px;
	width: 135px;
	top: 50px;
	left: 12px;
	padding:0;
	border: none;
	outline: none;
}

#abortButton.loading {
	height: 40px;
	width: 135px;
	top: 50px;
	background: rgba(25, 220, 203, 1);
	opacity: 1.0;
}

#abortButton.loading:hover {
	cursor: pointer;
	background-color: rgba(25, 220, 203, .7);
}

img.cancel, #abortButton.loading img.cancel:hover {
	left:-12px;
	top:10px;
	display: inline-block;
	position: relative;
	width: 20px;
}

/* should be shared */
.preview {
	z-index: 10;
    padding-bottom: 300px; 
  
}

body {
	background: #000;
}

@media only screen and (max-width: 1024px){
 	
	#previewImage, .uiElement {
	width: 300px;
}

}


@media only screen and (max-width: 768px){
	#previewImage, .uiElement {
	width: 400px;
	padding: 0 20px;
}

	.preview{
		order: -1;
		padding-bottom: 40px;
	}

 	.menu{
 		top: 50px;
 		flex-wrap: wrap;
 		justify-content: center;
 	}
	

	#content{
		position: relative;
		height: 100%;
	}

}




