/* arkusz stylów */
body{
	font-family:Arial, Sans-Serif;
}
a{
	text-decoration:none;
}
#dropArea{
	width:100%;
	height:300px;
	line-height:300px;
    background-color:#000;
	color:#FFF;
	text-align:center;
}
#dropArea.hover{
    background-color:#CCC;
	color:#000;
}
.uploading{
    background:#EEE url(images/loading.gif) center center no-repeat;
}
.info{
	background-color:#EEE;
	/* min-height:300px; */
	position:relative;
	width:100%;
	display:inline-block;
}
#attach{
	width:50%;
	margin-top:10px;
	color:#FFF;
	background:#000;
	padding: 10px;
    box-sizing: border-box;
}
#result{
	margin-top:10px;
}
#result > div{
	font-size:12px;
	margin:10px;
	padding:10px;
}
#result .s{
	background-color:#000;
	color:#FFF;
}
#result .s a{
	color:#FFF;
}
#result .f, #result .e{
	background-color:#FFF;
	color:#000;
}
#convert_button{
	background:#F00;
	color:#FFF;
	display:none;
	padding:5px;
	text-transform:uppercase;
	width:100px;
	margin:10px auto;
}
canvas.postep{
	margin:0 auto;
	display:block;
}
#conv_done{
	float:right;
	width:50%;
	min-height:300px;
}
#conv_done.loading{
	background:url(images/loading.gif) center center no-repeat;
}
#conv_done a{
	background:#F00;
	color:#FFF;
	padding:5px;
	display:inline-block;
	margin:5px;
	overflow: hidden;
    word-break: break-all;
}
#conv_done span{
	padding:5px;
	display:inline-block;
	margin:5px;
	border:1px solid black;
	font-size:11px;
}
#kolejka{
	text-align:center;
	margin-top:5px;
}
#title{
	text-align:center;
	margin:10px;
}
#title span{
	text-transform:uppercase;
	font-weight:bold;
}
#title-desc{
	font-size:12px;
	margin-bottom:20px;
}
.left{
	float:left;
	width:50%;
}
.upload_form_cont{
	display:inline-block;
	width:100%;
}
#footer{
	margin-top:30px;
	text-align:right;
	display:inline-block;
	width:100%;
}
#footer a{
	color:#000;
	font-size:14px;
	line-height:30px;
    display: inline-block;
}
#footer img{
	height:30px;
	float:right;
	margin-left:5px;
}

@media(max-width:767px){
	#dropArea{
		display:none;
	}
	#conv_done{
		width:100%;
		min-height:initial;
	}
	.left, #attach{
		width:100%;
	}
	#loginform input[type="text"], #loginform input[type="password"]{
		width:100%;
		margin-bottom:10px;
	}
}