.pane {
	display: inline-block;
	overflow: auto;
	max-height: 75%;
	width: 100%;
}

#total-progress {
	opacity: 0;
	transition: opacity 0.3s linear;
}

#previews .file-row.dz-success .progress {
	opacity: 0;
	transition: opacity 0.3s linear;
}

#previews .file-row .delete {
	display: none;
}

#previews .file-row.dz-success .start, #previews .file-row.dz-success .cancel {
	display: none;
}

#previews .file-row.dz-success .delete {
	display: block;
}

#total-progress {
	width: 100%;
	transition: opacity .25s ease;
}

.progress.flashing {
	opacity: 0.8 !important;
}

.progress-bar {
	transition: background-color .25s ease;
}

.progress-bar.flashing {
	background-color: #0049FF;
}

#errors {
	font-weight: bold;
	color: red;
	margin-top: 10px;
}

#result {
	margin-top: 10px;
}

#actions {
	margin-bottom: 10px;
}

.dz-error > td > .preview > img {
	display: none;
}

.btn-group .btn.active {
	background-color: #1E90FF !important;
    border-color: #1E90FF !important;
    color: #FFF !important;
    box-shadow: none !important;
}

#autoRotateCheckboxContainer label .toggle{
	margin-left: 0;   
}

#autoRotateCheckboxContainer .toggle-handle {
	background-color: #E7AC10;
}