/* non qq but for the qq file listings */
/*.qq-flx {
	-ms-align-items: stretch;
	align-items: stretch;
	display: flex;
	margin-bottom: 10px;
}*/

.qq-grid {
	display: grid;
	margin-bottom: 10px;
	grid-auto-flow: dense;
	grid-gap: 5px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.qq-uploaded-remove {
	background: #E7380D;
	border-radius: 50%;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}
.qq-uploaded-remove:hover {
	opacity: 0.7;
}

.qq-uploaded-image-margin {
	margin: 5px 5px 0 0;
}

/* fine uploader override styles */
.qq-uploader {
	position: relative;
	min-height: 0; /* override */
	max-height: unset;
	overflow-y: hidden;
	width: 690px;
	border-radius: 6px;
	background-color: #FDFDFD;
	border: 1px dashed #CCCCCC;
	padding: 20px;
}

.qq-uploader:before {
	top: 25%;
	font-size: 150%;
	width: 85%;
	padding-right: 5px;
	text-align: right;
}

@media all and (-ms-high-contrast:none) {
	.qq-uploader:before {
		top: auto;
		font-size: 70%;
	}
}

.qq-upload-button {
    padding: 0.4em 1em;
    border-radius: 2em;
    background: #E7380D;
    color: #fff;
    font-size: 112.5%;
	padding-left: 40px;
	position: relative;
	border: unset;
	width: 30%; /* for IE11 */
	box-shadow: unset;
	margin-bottom: unset;
}

.qq-upload-button:before {
	display: inline-block;
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background: white;
    transform: rotate(90deg);
    top: 49%;
    left: 17px;
}
.qq-upload-button:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: white;
    transform: rotate(0deg);
    top: 49%;
    left: 17px;
}

.qq-upload-list {
	max-height: none;
}

.qq-upload-file {
	font-size: 12px;
}

.qq-alert-dialog-selector {
	position: fixed;
	top: 50%;
	margin: 0 auto;
	padding: 20px;
	border: 4px solid #ff8181;
	color: #efefef;
	border-radius: 5px;
}
.qq-uploader DIALOG .qq-dialog-message-selector {
	color: red;
}
.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
	color: #e60012;
	background: #eee;
	width: 140px;
	height: 40px;
	margin: 10px 5px 5px;
	line-height: 40px;
	border-radius: 5px;
	box-shadow: 0 0 3px 2px rgba(0,0,0,.2);
	font-size: 120%;
	font-weight: 600;
	transition: .7s;
}
.qq-uploader DIALOG .qq-dialog-buttons BUTTON:hover {
	box-shadow: 0 0 1px 1px #032c66;
}

/* .qq-confirm {
} */
.qq-txt {
	font-size: 80%;
}

@media screen and (max-width: 1000px) {
	.qq-uploader {
		width: 90%;
	}
}

@media screen and (max-width: 660px) {
	.qq-grid {
		display: flex;
		flex-direction: column;
	}

	.qq-uploader {
		width: 100%;
		min-height: 150px;
	}

	.qq-upload-file {
		width: 220px;
		font-size: 100%;
		height: auto;
	}

	.qq-uploader:before {
		top: 40%;
		font-size: 120%;
		/* This below stopped the lowest upload to be deleted */
		/* bottom: 0; */
	}

	.qq-edit-filename {
		width: 10%;
	}

	.qq-upload-button {
		width: 80%;
	}

	.qq-upload-list li {
		font-size: inherit;
		line-height: 1.5em;
	}

	.qq-upload-size, .qq-upload-cancel, .qq-upload-retry,
	.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
		font-size: 100%;
	}
}
