@charset "UTF-8";

#xmlxSelect option {
	line-height: 20px;
}
/* 向右箭头 */
.arrow-container {
	width: 20px;
	height: 20px;
	position: relative;
	display: inline-block;
}

.arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid #31d2f2;
	position: absolute;
	top: 70%;
	left: 85%;
	transform: translate(-50%, -50%) rotate(90deg);
}

.filePickerDiv {
	border-top: 1px solid rgba(255, 193, 7, 0.3);
	border-bottom: 1px solid rgba(255, 193, 7, 0.3);
}

.fileicon {
	height: 35px;
	width: 35px;
	background-image: url(img/qtwd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.icon_pdf {
	background-image: url(img/pdf.jpg);
}

.icon_xls, .icon_xlsx {
	background-image: url(img/excel.jpg);
}

.icon_ppt, .icon_pptx {
	background-image: url(img/ppt.jpg);
}

.icon_doc, .icon_docx {
	background-image: url(img/word.png);
}

.icon_rar, .icon_zip {
	background: url(img/zip.jpg) no-repeat center center;
}

.bottom10 {
	padding-bottom: 10px;
}

.modal-header {
	border-bottom: 1px solid rgba(31, 155, 211, 0.9);
}

.modal-footer {
	border-top: 1px solid rgba(31, 155, 211, 0.9);
}

.modal-content {
	background-color: rgba(37, 46, 72, 0.7);
	border: 2px solid rgba(31, 155, 211, 0.9);
}

.modal-body label {
	color: #f8f9fa;
}