@charset "UTF-8";
/*-----------------------------------------------------------*/
/*
// +----------------------------------------------------------------------
// | 权所有 2017 牛牛，并保留所有权利
// | 这不是一个自由软件！禁止任何形式的拷贝、修改、发布
// +----------------------------------------------------------------------
// | Author  : Kinglong <125746495@qq.com>
// +----------------------------------------------------------------------
*/

.form.dialog { padding: 0; }
.kl_dialog {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: rgba(0,0,0,0.2);
}
.kl_dialog_box {
	left: 20%;
	top: 20%;
	padding: 30px;
	overflow: hidden;
	position: absolute;
	border-radius: 5px;
	border: 1px solid #eee;
	-webkit-background-clip: padding-box;
	background: padding-box rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.298039) 8px 10px 10px;
}
.kl_dialog_close {
	right: 1px;
	top: 1px;
	width: 45px;
	font-size: 35px;
	position: absolute;
	border-radius: 0 3px 3px 0;/*
	right: 0;
	top: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 auto;
	text-align: center;
	color: #aaa;
	font-family: serif;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	border-radius: 0 5px 0 0;
	*/
}
.kl_dialog_close:hover {
	background: #0e3e90;
	cursor: pointer;
	color: #fff;
}
/*-----------------------------------------------------------*/
.kl_dialog_box h1.title {
	height: 1.1em;
	line-height: 1.1em;
}
.kl_dialog_box input { width: 400px; }
.kl_dialog_box select { width: 424px; }
.kl_dialog_box input.btn { width: 424px; }
.kl_dialog_box .form { width: 100%; }
.kl_dialog_box .form li {
	float: left;
	width: 290px;
	padding-right: 20px;
}
.kl_dialog_box .form li:nth-child(2n) { padding-right: 0; }
.kl_dialog_box .form input { width: 265px; }
.kl_dialog_box .form input.file { width: 200px; }
.kl_dialog_box .form select { width: 289px; }
.kl_dialog_box .form li.none {
	font-size: 16px;
	font-weight: normal;
}
.kl_dialog_box .form li.none a:hover { text-decoration: underline; }
.kl_dialog_box input.btn {
	width: 100px;
	position: absolute;
	top: 1px;
	right: 47px;
	font-size: 17px;
	line-height: 40px;
	border-radius: 0;
}
.kl_dialog_box input.b1 {
	right: 148px;
	width: 200px;
}
.kl_dialog_box input.btn:hover { background: #efbe2c; }
.kl_dialog_box .form ol {
	width: 100%;
	display: table;
}
.kl_dialog_box .form ol li { padding-right: 12px; }
.kl_dialog_box .form ol li:nth-child(2n) { padding-right: 12px; }
.kl_dialog_box .form ol li:nth-child(3n) { padding-right: 0; }
/*-----------------------------------------------------------*/

.kl_dialog_box a.file {
	width: 40px;
	height: 30px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	padding: 5px;
	border: #999 2px solid;
	border-radius: 3px;
	background: #ddd;
	margin-right: 1px;
}
.kl_dialog_box a.file:hover { border-color: #0e3e90; }
.kl_dialog_box a.file input {
	width: 1000%;
	height: 40px;
	position: absolute;
	right: -2px;
	top: -2px;
	cursor: pointer;
}
/*-----------------------------------------------------------*/

.kl_dialog_box table.list {
	width:100%;
	margin-top:20px;
}
.kl_dialog_box table.list th,
.kl_dialog_box table.list td {
	padding:10px;
	border:#ccc 1px solid;
}
.kl_dialog_box table.list th {
	font-size:14px;
}
.kl_dialog_box table.list td {
	font-size:14px;
}
