

/* Padding for spacing */
.inner {
	padding: 30px;
}

.pt30 {
	padding-top: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt15 {
	padding-top: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pt5 {
	padding-top: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.m20 {
	margin: 20px;
}

.m15 {
	margin: 15px;
}

.m10 {
	margin: 10px;
}


.with-legend-1,
.with-legend-2 {
	border: #c0c0c0 1px solid;
	border-radius: 3px;
	position: relative;
	padding-top: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

	.with-legend-1 h1,
	.with-legend-2 h1 {
		display: inline-block;
		padding-left: 5px;
		background: #fff;
		position: absolute;
		top: -11px;
		left: 5px;
		font-size: 16px;
	}

	.with-legend-1 h1,
	.with-legend-2 h1 {
		width: fit-content;
		padding-right: 7px;
	}

#file-dropper {
	width: 70%;
	min-height: 11.57895em;
	margin: 50px auto;
	padding: 75px 20px 20px 20px;
	text-align: center;
	border: dashed 3px #C1C3C5;
}

	#file-dropper.hover {
		border: 10px dashed #333;
	}

.upload-text {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #b1b3b7;
}

.button-container {
	margin: 15px 0;
}

.button {
	border-radius: 0;
	background-color: #FFF;
	border: thin solid #ddd;
	padding: 6px;
	color: #666;
}

	.button:disabled {
		background-color: #bbb;
	}

.input-preview, .output-preview {
	width: 50%;
	margin: 0 auto;
}

.img-wrapper {
	display: inline-block;
	width: fit-content;
	background-color: var(--checker-color-2);
	background-image: var(--checker-gradient), var(--checker-gradient);
	background-position: 0 0, var(--checker-size) var(--checker-size);
	background-size: calc(var(--checker-size) * 2) calc(var(--checker-size) * 2);
}
#input-img, #output-img {
	width: 100%;
}


#control-panel {
	width: 50%;
	margin: 20px auto;
}

.control {
	margin: 10px;
}

#output {
	border: thin solid #bbb;
	padding: 10px;
	margin-top: 5px;
}

.compress-text {
	font-size: 30px;
	font-weight: 600;
	color: #aaa;
	text-align: center;
	margin: 20px 0px;
}

.refresh-container {
	display: block;
	text-align: center;
	margin: 20px 0px;
}

#waiting-engine {
	display:inline-block;
	position: relative;
	top: 0;
	left: 0;
	width: fit-content;
	height: fit-content;
	background: #c0c0c0;
}

.subtext {
	font-size: 14px;
	color: #cc2c38
}

.alert-finished {
	background: #0a860a;
	color: #fed;
	padding:4px;
	border-radius:3px;
	text-align:center;
}


.ua-container {
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	padding: 20px;
	width: 720px;
	margin: 0 auto;
}


.spacer5, .spacer10, .spacer15, .spacer20, .spacer25, .spacer30, .spacer35,
.spacer40, .spacer44, .spacer45, .spacer50, .spacer60, .spacer54, .spacer70,
.spacer75, .spacer80, .spacer85, .spacer90, .spacer100, .spacer200 {
	width: 100%;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.spacer5 {
	height: 5px;
}

.spacer10 {
	height: 10px;
}

.spacer15 {
	height: 15px;
}

.spacer20 {
	height: 20px;
}

.spacer25 {
	height: 25px;
}

.spacer30 {
	height: 30px;
}

.spacer35 {
	height: 35px;
}

.spacer40 {
	height: 40px;
}

.spacer44 {
	height: 44px;
}

.spacer45 {
	height: 45px;
}

.spacer50 {
	height: 50px;
}

.spacer60 {
	height: 60px;
}

.spacer54 {
	height: 54px;
}

.spacer70 {
	height: 70px;
}

.spacer75 {
	height: 75px;
}

.spacer80 {
	height: 85px;
}

.spacer85 {
	height: 85px;
}

.spacer90 {
	height: 90px;
}

.spacer100 {
	height: 100px;
}

.spacer200 {
	height: 200px;
}

.container,
.col-md-8 {
	padding-left: 0;
	padding-right: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

	.swiper-slide img.file-item-preview {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: .6;
		/*transition: opacity 0.2s ease-out;*/
	}

	.swiper-slide .header img {
		background-color:#fff;
		width:21px;
	}

	.flist-wrapper {
		position: relative;
		background: #f2f2f2;
		border-radius: 6px;
		overflow: hidden;
		padding: 0 10px;
	}

file-item {
	min-width:200px;
}

	


	file-item .card-content {
		position: relative;
		background: #505050;
		border-radius: 6px;
		min-height:280px;
	}

file-item .convert-controls {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

	file-item .convert-controls .header {
		color:#fff;
		font-weight:600;
		font-size:12px;
	}

		file-item .convert-controls .header .col-md-3 {
			padding-left:0;
		}

			file-item .convert-controls .header .col-md-3 button {
				margin-right:-5px;
			}

	file-item .convert-controls .indicators {
		color: #fff;
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
.doc-counter {
	border: 2px solid #fff;
	width: 32px;
	display: inline-block;
	border-radius: 50px;
	float: right;
}

.board {
	margin: 0;
	
}
	.board .board-rows {
		border: 1px solid #f2f2f2;
	}

.radio-inputs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-radius: 0.5rem;
	background-color: #dbdBDB54;
	box-sizing: border-box;
	box-shadow: 0 0 0 1px rgba(0,0,0,.06);
	padding: 6px 8px;
	width: 300px;
	font-size: 14px;
	margin: 20px auto;
}

	.radio-inputs .radio {
		flex: 1 1 auto;
		text-align: center;
	}