/*
ci4.sellweb.de
Version 1.0
COPYRIGHT NORDSUED Gesellschaft für Kommunikation und Technologie mbH
File: plupload.override.css
Author: pmoncken
Datum: 07.09.2022
Uhrzeit: 12:53:11
*/
/* 
    Created on : 07.09.2022, 12:53:11
    Author     : pmoncken
*/
.plupload_container .plupload_header {
	display: none;
}
.plupload_container {
	padding: 0;
}
.plupload_header {
    background: #212529 none;
}
.plupload_content {
	top: 0;
	height: 300px;
}
.plupload_filelist_footer {
	top: 218px;
}