@charset "utf-8";

#file-preview {
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	object-fit: contain;
	width: 356px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#file-preview img,
#file-preview video {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.media-close {
	background-image: url('../img/close.png');
	background-size:contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
}

input[type=file] {
	height: 0px;
	visibility: hidden;
	position: absolute;
}

.upload-progress-container {
	width: 160px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	opacity: 0;
	display: none;
}

#data-list .gray {
	padding: 0px;
}

#data-list .gray img,
#data-list .gray video {
	/*
	object-fit: contain;
	width: 120px;
	height: 75px;
	*/
}

.btnmode {
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;

	cursor: pointer;
}
img.btnmode:hover {
	opacity:0.8;
}

.require {
	color: #ff0000;
}

.error {
	 background-color: #ffd9d9;
}

.file-error {
	 background-color: #cf3d3d;
}

.error-message {
	color: #ff0000;
	text-align: center;
	margin-bottom: 50px;
}

.login-message {
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}

.caption {
	font-size: 12px;
	color: white;
}
