@charset "utf-8";
	/* CSS Document */

/*弹出层*/
.popup {
	box-shadow:rgb(136,136,136) 0px 0px 6px;
	position:absolute;
	min-width:200px;
	z-index:1060;
	top:50%;
	left:50%;
	display:none;
	opacity:0;
	border-radius:6px;
}
.popup_box {
	position:relative;
	border:1px solid #999;
	min-height:30px;
	background:#fff;
	z-index:1050;
	-line-height:26px;
	border-radius:6px;
}
.popup .fade {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:#333;
	opacity:.3;
	filter:alpha(opacity=30);
}
.popup_top {
	padding:6px 8px;
	border-bottom:1px solid #e5e5e5;
	font-size:18px;
	color:#333;
	font-size:15px;
	/* background:url(../images/pop_top_bg.png) repeat-x 0 0; */
	line-height:22px;
	cursor:move;
}
.popup_top_orange {
	padding:6px 8px;
	border-bottom:1px solid #e5e5e5;
	font-size:18px;
	color:#f6ab00;
	font-size:15px;
	font-weight:bold;
	/* background:url(../images/pop_top_bg.png) repeat-x 0 0; */
	line-height:22px;
	cursor:move;
}
.popup_main {
	padding:15px;
	color:#333;
	overflow-y:auto;
}
.popup_foot {
	padding:15px;
	text-align:right;
}
.popup_confirmg {
	width:400px;
	margin-left:-200px;
	left:50%;
}
.popup_alert {
	width:335px;
	margin-left:-170px;
	left:50%;
}
.popup_dialog {
	width:100%;
	height:500px;
}
.pop_top_icon {
	color:#feca27;
	font-size:22px;
	margin-right:8px;
}
.pop_top_confirm_icon {
	color:#629b58;
	font-size:22px;
	margin-right:8px;
}
.horizontal_nav_icon {
	margin-right:6px;
}
/*自动以dialog高度class*/

/*按钮*/
.popup .btn {
	/* float:inherit!important;
	width:auto!important;
	height:auto!important;
	margin-right:4px;
	display:inline-block;
	color:#FFF!important;
	text-shadow:0 -1px 0 rgba(0,0,0,.25)!important;
	background-image:none!important;
	border-radius:0;
	box-shadow:none!important;
	-webkit-transition:all ease .15s;
	-o-transition:all ease .15s;
	transition:all ease .15s;
	cursor:pointer;
	vertical-align:middle;
	position:relative;
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	padding:0px 10px;
	font-size:12px;
	line-height:1.42857143;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	border-width:5px;
	text-decoration:none;
	*/
	margin-left:10px;
}
.grant_box {
	width:80px;
	float:left;
	padding:100px 13px;
}
.btn-default {
	background-color:#abbac3!important;
	border-color:#abbac3!important;
}
.btn-default:hover {
	background-color:#8b9aa3!important;
	border-color:#adadad;
}
.btn-primary {
	background-color:#428bca!important;
	border-color:#428bca;
}
.btn-primary:hover {
	background-color:#1b6aaa!important;
	border-color:#428bca;
}
.btn-green {
	background-color:#87b87f!important;
	border-color:#87b87f;
}
.btn-green:hover {
	background-color:#629b58!important;
	border-color:#87b87f;
}
.btn-purple {
	background-color:#9585bf!important;
	border-color:#9585bf;
}
.btn-purple:hover {
	background-color:#7461aa!important;
	border-color:#9585bf;
}
.btn-shut {
	background-color:#abbac3!important;
	border-color:#abbac3!important;
}
.btn-shut:hover {
	background-color:#abbac3!important;
	border-color:#abbac3!important;
}
.btn-orange {
	background-color:#f6ab00!important;
	border-color:#f6ab00;
}
.btn-orange:hover {
	background-color:#f79100!important;
	border-color:#f6ab00;
}
