@CHARSET "UTF-8";

.module3.war_desc_viewer .dbtn {
	background: transparent;
	border: 2px solid white;
	color: white;
}

.module3.war_desc_viewer .dbtn.hover:hover {
	text-decoration: underline;
}

.module3.war_desc_viewer {
	display: none;
	z-index: 10;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.module3.war_desc_viewer .close-info {
	position: absolute;
	width: 100%;
		font-size: 12px;
		color: white;
		text-align: center;
		top: 15px;
	}

	.module3.war_desc_viewer .viewer {
		box-sizing: border-box;
		padding: 5%;
		width: 100%;
		height: 100%;
		display: table-cell;
		vertical-align: middle;
	}

	.module3.war_desc_viewer .viewer .center {
		width: 100%;
		display: inline;
	}

	.module3.war_desc_viewer .viewer .center > div {
		vertical-align: middle;
		text-align: center;
	}

	.module3.war_desc_viewer .viewer .center img {
		width: auto;
		height: auto;
		max-width: 100% !important;
		max-height: 100% !important;
		border: 3px solid white;
	}

	.module3.war_desc_viewer .console {
		box-sizing: border-box;
		position: absolute;
		display: inline-block;
		bottom: 10%;
		left: 50%;
		margin-left: -150px;
		width: 300px;
		z-index: 11;
		overflow: hidden;
	}

	.module3.war_desc_viewer .console .navigator {
		height: 50px;
	}

	.module3.war_desc_viewer .console .navigator .input {
		box-sizing: border-box;
		background: black;
		color: #39a5ff;
	}

	.module3.war_desc_viewer .console .navigator .input.before {
		float: left;
		width: 50px;
		height: 50px;
	}

	.module3.war_desc_viewer .console .navigator .input.next {
		float: right;
		width: 50px;
		height: 50px;
	}

	.module3.war_desc_viewer .console .navigator .input.progress {
		border: 3px solid #39a5ff;
		margin-left: 60px;
		margin-right: 60px;
		text-align: center;
		height: 50px;
	}

	.module3.war_desc_viewer .console .navigator .input.progress > span {
		font-size: 23px;
		height: 50px;
		line-height: 50px;
	}

	.module3.war_desc_viewer .console .navigator .input.progress .current {
		color: white;
	}

	.module3.war_desc_viewer .console .navigator .input.progress .total {
		color: #39a5ff;
	}

	@media ( max-width: 600px) {
		.module3.war_desc_viewer .submit {
			position: absolute;
			box-sizing: border-box;
			width: 300px;
			top: 10%;
			left: 50%;
			margin-left: -150px;
		background: rgba(180, 180, 180, 0.9);
		padding: 10px;
	}
}

@media ( min-width: 600px) {
	.module3.war_desc_viewer .submit {
		position: absolute;
		box-sizing: border-box;
		width: 300px;
		top: 10%;
		right: 10%;
		background: rgba(180, 180, 180, 0.9);
		padding: 10px;
	}
}

.module3.war_desc_viewer .submit {
	outline: 2px solid white;
}

.module3.war_desc_viewer .submit .box {
	position: relative;
	width: 100%;
	height: 100%;
}

.module3.war_desc_viewer .submit .box .title {
	text-align: center;
	font-size: 16px;
}

.module3.war_desc_viewer .submit .box .container {
	height: 150px;
	overflow-y: auto;
	border: 2px solid white;
	padding: 3px;
}

.module3.war_desc_viewer .submit .box .container .empty {
	display: none;
	height: 100%;
}

.module3.war_desc_viewer .submit .box .container .list {
	display: inherit;
}

.module3.war_desc_viewer .submit .box .container.empty .empty {
	display: inherit;
}

.module3.war_desc_viewer .submit .box .container.empty .list {
	display: none;
	padding: 5px;
}

.module3.war_desc_viewer .submit .box .container.empty .center {
	display: table;
	width: 100%;
	height: 100%;
}

.module3.war_desc_viewer .submit .box .container.empty .center > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-size: 13PX;
}

.module3.war_desc_viewer .submit .box .container .list .item {
	overflow: hidden;
	padding-bottom: 6px;
}

.module3.war_desc_viewer .submit .box .container .list .item:after {
	clear: both;
}

.module3.war_desc_viewer .submit .box .container .list .item .delete {
	float: right;
}

.module3.war_desc_viewer .submit .box .container .list .item .text {
	display: block;
	margin-right: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	margin-top: 3px;
	color: white;
}

.module3.war_desc_viewer .submit .box .addfile {
	text-align: right;
	margin-top: 10px;
}

.module3.war_desc_viewer .submit .box .input {
	margin-top: 10px;
}

.module3.war_desc_viewer .submit .box .input textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
}

.module3.war_desc_viewer .submit .box .input .button {
	box-sizing: border-box;
	width: 48%;
	height: 40px;
	background: black;
	border: 3px solid #39a5ff;
	color: #39a5ff;
	margin-top: 5px;
}

.module3.war_desc_viewer .submit .box .input .button:active {
	background: rgb(60, 60, 60)
}