@media only screen and (min-width: 800px) {
	.container {
		width: 800px !important;
		position: relative !important;
	}
}
@media only screen and (max-height: 200px) {
	.container {
		min-height: 188px;
		margin: 0 auto;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}
@media only screen and (min-height: 200px) and (max-height: 630px) {
	.container {
		min-height: 96vh;
		margin: 0 auto;
		margin-top: 2vh;
		margin-bottom: 2vh;
	}
}
@media only screen and (min-height: 630px) {
	.container {
		min-height: 605px;
		margin: 0 auto;
		margin-top: 12px;
		margin-bottom: 12px;
	}
}

html, body {
	background: #3C7305;
}

.container {
	background: whiteSmoke;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #222;
}

#divBrowse {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}

#divName {
	margin-bottom: 10px;
}

#divFabric {
	margin: 0 auto;
	resize: both;
	overflow: hidden;
}

.c1-container {
	display: block;
	margin: 0px auto;
	border: 1px solid #444;
}

#divDrawFooter {
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
