#covverall {
	display: none;
}

#postingbox {
	position: relative;
}
#covverall .dropzone {
	border: 5px dashed #536482;
	height: 95%;
	vertical-align: middle;
	font-size: 35pt;
}

#covverall.in {
	position: absolute;
	background-color: #f7f7f7;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 99%;
	display: block;
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
	font-size: 15pt;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

#covverall.hover .dropzone {
	background-color: rgba(43, 194, 83, 0.12);
	border-color: #2bc253;
}

#covverall.fade {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
}

.uploadImage {
	padding: 4px;
	background-color: #ECF1F3;
	box-sizing: border-box;
	min-width: 0;
}

.containuploads {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 8px;
}

.uploadImage .preview {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 80px;
	padding: 3%;
}

.uploadImage .preview img {
	margin: auto;
	max-height: 200px;
	max-width: 200px;
}

.uploadImage .info {
	padding: 0 3% 3%;
}

.uploadImage .info .name {
	display: inline;
	font-size: 8pt;
	color: #105289;
	overflow-wrap: anywhere;
	overflow: hidden;
}

.gallery-quick-upload-error {
	color: #BC2A4D;
	font-weight: bold;
	margin: 4px 0;
}

.gallery-quick-upload-cancel {
	margin-top: 4px;
}

.gallery-quick-upload-complete {
	border: 1px solid rgba(43, 194, 83, 0.45);
}

.gallery-quick-upload-failed {
	border: 1px solid rgba(188, 42, 77, 0.45);
}

.meter {
	height: 20px;  /* Can be anything */
	position: relative;
	/*background: #12A3EB;*/
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow:
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.gallery-quick-upload-progress-label {
	display: block;
	margin-top: 2px;
	text-align: center;
	color: #115098;
	font-weight: bold;
}

.gallery_palbum-icon {
	background-image: url("./images/icon_contact_gallery.png");
}
