@charset "UTF-8";
html ::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
html, body {
	margin:0;
	padding: 0;
	/* padding:0 5px; */
}

body {
    line-height: 1.6;
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", 黑体, Arial, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 14px;
}
.main {
	background: #ffe;
}
label {
	font-weight: normal;
}
@media (min-width: 1200px){
	.container {
	    max-width: 1366px;
	}
}
.page-content {
	background: #fff;
 	margin-top: 40px;
	width: 100%;
	display: table;
}
.page-content-i {
	padding: 0 10px 60px;
}
.main-iframe {
	display: table-cell;
    vertical-align: top;
    width: 100%;
    min-height: 600px;
    height: 100%;
    overflow-y: scroll;
    float: none;
}
.page-content #iframe {
	padding-left: 2px;
    width: 100%;
    height: 99%;
}
.page-container {
	padding: 0;
	margin: 0;
	position: relative;
}
.form {
	max-width: 760px;
	margin: 5px auto 0;
	padding: 15px 40px;;
	border: 1px dashed #ddd;
}
.view-form {
	max-width: 960px;
	margin: 10px auto 20px;
	padding: 15px 40px;;
	border: 1px dashed #ddd;
}
.ie-8 .page-container {
	max-width: 1170px;
}

.site-header {
    position: relative;
    text-align: center;
    background-color: #27AE60;
    color: #fff;
    margin-bottom: 0;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
/* nav4 */
@media (max-width: 767px){
	.nav-bottom {
	    display: -webkit-box!important;
    	display: -moz-box!important;
	}
}
ul.nav-bottom {
	position: fixed;
    z-index: 200;
    bottom: 0;
    left: 0;
    width: 100%;
	display: none;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin-bottom: 0 !important;
}
.nav-bottom li{
  	border: 1px solid rgba(190,190,190,1);
    height: 45px;
    border-bottom: 0;
    border-right: 0;
    position: relative;
    -webkit-box-shadow: inset 0 0 3px #fff;
}
.nav-bottom > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.nav-bottom li:nth-of-type(1){border-left;0;}
.nav-bottom li>a {
	color: #000;
  font-size:15px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  /*border:1px solid #f9f8f9;*/
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  border-bottom:0;
  display:block;
  line-height:45px;
  text-align:center;
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );
}
.nav-bottom li>a:only-child span{
  background:none;
  padding-left:0;
  white-space:nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-bottom li>a.on + dl{
  display: block;
}
.nav-bottom li>a span{
  color: #4f4d4f;
  display: inline-block;
  padding-left: 15px;
  -webkit-background-size: 9px auto;
  text-shadow:0px 1px 0px #ffffff;
}
/***********************/
.nav-bottom dl {
  display: none;
  position: absolute;
  z-index: 220;
  bottom: 25px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  background: red;
  /* min-height: 100px; */
  background: #fff;
  border: 1px solid #afaeaf;
  /* border-radius: 5px; */
  -webkit-box-shadow: inset 0 0 3px #fff;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.nav-bottom dl dd{
  line-height:45px;
  text-align:center;
  background:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(194,194,194,0.8)), to(rgba(194,194,194,0.8)), color-stop(50%, rgba(194,194,194,0.8)));
  background-size:80% 1px;
  background-repeat:no-repeat;
  background-position: center bottom;
  /*background: url(imgs/3.svg#4) no-repeat center bottom;
  -webkit-background-size:100px 1px;*/
}
.nav-bottom dl dd:last-of-type{
  background:none;
}
.nav-bottom dl dd a{
  font-size: 15px;
  display:block;
  color:#4f4d4f;
  text-shadow:0px 1px 0px #ffffff;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.masklayer_div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 180;
  background: rgba(0,0,0,0);
}
.masklayer_div.on{display: block;}

/** 内页 */
.breadcrumb {
	margin-bottom: 0px;
	border-bottom: 1px solid #d29e6f;
	border-radius: 0;
}

div.bar {
	/* margin: 0px -10px 0px; */
	/* padding: 10px; */
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
div.bar .clear {clear:both;}
div.bar .item {
	float: left;
	margin: 5px 3px;
}
div.bar .item .form-control {max-width:220px}
div.bar .item .input-group {max-width:300px}
div.bar .searchTime input[type=text] {
	display: inline;
}
div.bar .searchTime {
	/* display: inline; */
	padding: 0px 0px;
}
div.bar .searchTime input {
	width: 155px;
	height: 32px;
	line-height: 32px;
}
div.bar .searchTime button {
    position: relative;
    margin: 0px 0px 0px -1px;
    padding: 0px 8px 0px 26px;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: 1px 1px #ffffff;
	height: 26px;
	cursor: pointer;
	border: 1px solid #b7c8d9;
    background: url(../images/common.gif) 0px 0px repeat-x;
}
div.bar .searchTime button:hover{
	color: #222222;
	background-position: 0px -30px;
}
div.quick-date {
	display: inline;
    height: 32px;
    padding-left: 2px;
    margin-right: 10px;
}
div.quick-date button {
	color: #000;
	text-shadow: none;
	background: #cedde6;
    border: 1px solid #9ca5a9;
}
div.quick-date button.active, div.quick-date button:active, div.quick-date button:hover {
	color: #fff;
	border: 1px solid #E6B272;
	background: #E6B272;
}
.table {
    font-size: 13px;
}
table.table th a.sort {
	color: #e8bf23;
	font-weight: bold;
}
table.table .asc:after, table.table .asc:hover:after {
	font-family: ZenIcon;
    content: "\e6b9";
    position: relative;
    right: -5px;
}
table.table .desc:after, table.table .desc:hover:after {
	font-family: ZenIcon;
    content: "\e6b8";
    position: relative;
    right: -5px;
}
/* 筛选*/
.filterOption li {
	padding: 0 10px;
}
.filterOption li.dropdown-header {
	color: #bbb;
}
.filterOption a.checked, #pageSizeOption a.current, #search a.current {
    color: #2b2b2b;
    font-weight: bold;
}
.filterOption a.checked:before, #pageSizeOption a.current:before, #search a.current:before {
	position: relative;
    left: -10px;
	color: green;
	font-family: ZenIcon;
    font-size: 13px;
	content: '\e60d';
}
.center {text-align: center;}
.pagination {text-align: right; margin-right: 20px; }
.pager {margin-top: 5px;}
table.list th a {
	color: #555;
	font-weight: normal;
}
table.list th a.sort {
	color: #000;
	font-weight: bold;
}
table.list .asc:after, table.list .asc:hover:after {
	font-family: ZenIcon;
    content: "\e6b9";
    position: relative;
    right: -5px;
}
table.list .desc:after, table.list .desc:hover:after {
	font-family: ZenIcon;
    content: "\e6b8";
    position: relative;
    right: -5px;
}

table.list td i {
	margin: 0 3px;
	font-size: 18px;
}

table.list td i.icon-trash {
	color: red;
}
span.requiredField {
	padding-right: 3px;
	color: #ff6d6d;
	font-size: 10px;
}
input.fieldError {
	border: 1px solid #ffb042;
	background-color: #fffbf5;
}

select.fieldError {
	border: 1px solid #ffb042;
	background-color: #fffbf5;
}

label.fieldError {
	line-height: 23px;
	color: #ffb042;
	padding-left: 6px;
}
table.input th, table.view th {
	line-height: 25px;
	padding: 5px 10px 5px 0px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom: 1px solid #eaeaea;
    background-color: #f9f9f9;
}
table.input th {
	width: 150px;
}
span.tips {
	line-height: 30px;
	padding: 5px 6px;
	color: #6a6a6a;
	background-color: #fffde2;
}

.form-control-inline {
    display: inline;
    width: 140px;
    height: 32px;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1.53846154;
    color: #222;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-right: 10px;
}
div.header .logo {
	height: 60px;
	overflow: hidden;
}
.header .logo img {
	height: 60px;
}
#footer {
    padding: 20px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ddd;
    color: #fff;
    background-color: rgba(101, 101, 101, .9);
    border: solid #ddd 1px;
    border-radius: 3px;
    width: 100%;
}

#footer a{color: #d29e6f; cursor: point;}

@media (min-width: 1200px){
	.form-control-inline {
		width: 200px;
	}
}
@media (min-width: 992px){
	
}
@media (min-width: 768px){
	
}
@media (max-width: 768px){
	.container {
	    padding-right: 5px;
	    padding-left: 5px;
	}
	.page-content {
		padding-bottom: 45px;
	}
	table.input th {
		width: 100px;
	}
	div.bar .searchTime {
		margin-bottom: 5px;
	}
	.form-control-inline {
		width: 100%;
	}
}
/** login */
.captcha-image {
	text-align: left;
}
.captcha-image img {height: 42px;}
.right {text-align: right;}
.bottom {position: absolute; bottom: 0px;}

/* ---------- Message ---------- */
div.xxMessage {
	padding: 6px 25px;
	display: none;
	border-radius: 15px;
	position: fixed;
	_position: absolute;
	top: 10%;
	right: 46%;
	_top: expression(( document.documentElement.scrollTop || 
		document.body.scrollTop)+ Math.round(25* (document.documentElement.offsetHeight||
		 document.body.clientHeight)/100)+ "px");
	z-index: 100;
	overflow: hidden;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,
		direction=0, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,
		direction=90, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,
		direction=180, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,
		direction=270, strength=3);
	border: 1px solid #999;
	background-color: #fff;
}

div.xxMessage .messageContent {
	line-height: 24px;
	padding: 0px;
	color: #666666;
	font-size: 14px;
}

div.xxMessage .icon {font-size: 16px;}
div.xxMessage i.success {
	color: green;
}
div.xxMessage i.warn {
	color: orange;
}
div.xxMessage i.error {
	color: red;
}

div.xxMessage .messageIframe {
	width: 2000px;
	height: 2000px;
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -1;
}

/***          theme: navbar           **/
#navbar{
	background-color: #27b92b;
    border-color: #1c631b;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #E6B272;
}
.nav>li>a:focus, .nav>li>a:hover {
	/* border: 1px solid #4caf50; */
    color: #fff;
    text-decoration: none;
    background-color: #4caf50;
}

.menu>.nav>li>.nav>li>a:hover>[class*=icon-],.menu>.nav>li>.nav>li>a:focus>[class*=icon-],
 .menu>.nav>li>a:hover>[class*=icon-],.menu>.nav>li>a:focus>[class*=icon-] {
    color: #fff;
}

/** left menu */
.menu .title {
	text-align: center;
	background: #27b92b;
	padding: 5px 0;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.left-menu {
	display: table-cell;
    vertical-align: top;
    height: 100%;
	background: #fff;
	padding: 2px;
	border-right: 1px solid #eee;
	min-height: 600px;
	overflow-y: scroll;
	width: 200px;
}
.left-menu::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.menu>.nav>li>.nav>li>a:focus, .menu>.nav>li>.nav>li>a:hover {
    background-color: #27b92b;
}
.menu>.nav>li>.nav>li.active>a, .menu>.nav>li>.nav>li.active>a:focus, .menu>.nav>li>.nav>li.active>a:hover {
    color: #fff;
    background-color: #27b92b;
    border-color: #27b92b;
}
.menu>.nav>li>.nav>li>a {
    padding-left: 45px;
    margin-top: -1px;
    border: 1px solid #ddd;
}
.menu>.nav>li>.nav {
    display: none;
    background-color: #f6f6f6;
}
.form .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
}

/* ---------- Loading ---------- */
span.loadingIcon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}
/* ---------- Dialog ---------- */
div.xxDialog {
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	_top: expression(( document.documentElement.scrollTop || 
		document.body.scrollTop)+ Math.round(25* (document.documentElement.offsetHeight||
		 document.body.clientHeight)/100)+ "px");
	left: 50%;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 6px #999999;
	-moz-box-shadow: 1px 1px 6px #999999;
	box-shadow: 1px 1px 6px #999999;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,
		direction=0, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,
		direction=90, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,
		direction=180, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,
		direction=270, strength=3);
	*filter: none;
	border: 1px solid rgb(123, 123, 123);
	background: #fefefe;
}

div.xxDialog .dialogTitle {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	cursor: move;
	background-image: -moz-linear-gradient(top,#27b92b 0,#27b92b 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#27b92b),to(#27b92b));
    background-image: -webkit-linear-gradient(top,#27b92b 0,#27b92b 100%);
    background-image: -o-linear-gradient(top,#27b92b 0,#27b92b 100%);
    background-image: linear-gradient(to bottom,#27b92b 0,#27b92b 100%);
}

div.xxDialog .dialogClose {
	width: 35px;
	height: 26px;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background: #27b92b;
	border: 1px solid #189c18;
	border-top-width: 0px;
}
div.xxDialog .dialogClose [class^=icon-] {
	color: rgba(255,255,255,0.9);
	font-size: 20px;
	line-height: 26px;
}

div.xxDialog .dialogClose [class^=icon-]:hover{
	/* color: rgba(235,235,235,0.9); */
	font-size: 21px;
}

div.xxDialog .dialogwarnIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.gif) -60px -360px no-repeat;
}

div.xxDialog .dialogsuccessIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.gif) -30px -390px no-repeat;
}

div.xxDialog .dialogerrorIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.gif) 0px -420px no-repeat;
}

div.xxDialog .dialoginputIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.gif) -60px -360px no-repeat;
}

div.xxDialog .dialogBottom {
	height: 34px;
	padding-top: 6px;
	text-align: center;
	background: url(../images/common.gif) 0px -270px repeat-x #ffffff;
}

div.xxDialog .dialogIframe {
	width: 2000px;
	height: 2000px;
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -1;
}
div.xxDialog .browserBar .btn {
	float: left;
	margin-right: 5px;
}
div.xxDialog .browserBar form {
	padding: 0px;
    margin: 0px;
    border: 0px;
    outline: 0px;
}

.dialogOverlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight - 
		this.offsetHeight);
	left: 0px;
	z-index: 99;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	zoom: 1;
	background: rgb(0,0,0);
}
/* ---------- Browser ---------- */
div.xxBrowser {
	padding: 4px;
}

div.xxBrowser .browserBar {
	height: 30px;
	line-height: 30px;
	margin-bottom: 4px;
}

div.xxBrowser .browserUploadButton {
	position: relative;
	overflow: hidden;
	filter: alpha(opacity = 100);
	*filter: none;
}

div.xxBrowser .browserUploadButton input {
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;
	outline: none;
	blr: expression(this.hideFocus = true);
	cursor: pointer;
	border: none;
}

div.xxBrowser .browserOrderType {
	margin-right: 6px;
}

div.xxBrowser .browserList {
	height: 260px;
	overflow-y: scroll;
	border: 1px solid #dddddd;
}

div.xxBrowser .browserItem {
	width: 100px;
	height: 120px;
	float: left;
	margin: 4px;
}

div.xxBrowser .browserItem img {
	width: 90px;
	height: 90px;
	clear: both;
	padding: 4px;
	cursor: pointer;
	border: 1px solid #dddddd;
}

div.xxBrowser .browserItem img:hover {
	border: 1px solid #5690d2;
	background-color: #e9eff6;
}

div.xxBrowser .browserItem div {
	width: 100px;
	height: 20px;
	line-height: 20px;
	clear: both;
	text-align: center;
	overflow: hidden;
}

/*** weixin-dialog */
.dialog_wrp {
    position: fixed;
    top: 0;
    left: 50%;
    width: 726px;
    z-index: 9999;
}
.dialog {
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0px solid #ccc;
}
.dialog_hd {
    line-height: 52px;
    height: 52px;
    border-bottom-width: 0;
}
.dialog_hd {
    position: relative;
    padding: 0 20px;
    line-height: 38px;
    height: 38px;
    background-color: #f4f5f9;
    background-image: -moz-linear-gradient(top,#f4f5f9 0,#f4f5f9 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f4f5f9),to(#f4f5f9));
    background-image: -webkit-linear-gradient(top,#f4f5f9 0,#f4f5f9 100%);
    background-image: -o-linear-gradient(top,#f4f5f9 0,#f4f5f9 100%);
    background-image: linear-gradient(to bottom,#f4f5f9 0,#f4f5f9 100%);
    border-bottom: 1px solid #e7e7eb;
}
.dialog_hd h3{
	line-height: 38px;
}
.screen_small .dialog_bd {
    max-height: 485px;
    overflow-y: auto;
}
.pop_closed {
    background: url(../images/base_z.png) 0 -2833px no-repeat;
}
.pop_closed {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 16px;
    height: 16px;
    line-height: 999em;
    overflow: hidden;
}
.pop_closed {
    background: url(../images/base_z.png) 0 -2781px no-repeat;
}

.dialog_wrp.align_edge .dialog_bd {
    padding: 0;
}
.screen_small .dialog_bd {
    max-height: 485px;
    overflow: hidden;
}
.dialog_bd {
    padding: 10px 45px 10px;
    overflow-y: auto;
}
.appmsg_media_dialog {
    height: auto;
}
.dialog_media_container {
    position: relative;
    height: 490px;
}
.sub_title_bar.in_dialog {
    background-color: #fff;
    padding: 0 20px;
    border-bottom: 1px solid #e7e7eb;
}
.sub_title_bar {
    padding: 0 30px;
    line-height: 55px;
}
.sub_title_bar {
    line-height: 38px;
    padding: 0 20px;
}
.dialog_media_container .search_bar {
    float: left;
    line-height: 1.6;
    margin-top: 13px;
}

.appmsg_media_dialog .dialog_media_inner {
    height: 453px;
    position: relative;
}
.appmsg_media_dialog .dialog_media_inner .loading {
	width: 770px;
	text-align: center;
    top: 48%;
    position: fixed;
}
.media_dialog.appmsg_list {
    position: relative;
    padding: 28px 40px 0;
    height: 495px;
    margin: 0;
    overflow-y: auto;
}
.appmsg_list {
    text-align: justify;
    text-justify: distribute-all-lines;
    font-size: 0;
    margin: 0 30px;
    letter-spacing: -4px;
}
.media_dialog .appmsg_col {
    width: 50%;
    padding: 0 10px;
}
.appmsg_col {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: left;
    font-size: 14px;
    letter-spacing: normal;
}
.appmsg {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e7e7eb;
    background-color: #fff;
    color: #666;
}
.edit_mask.appmsg_mask {
    display: none;
}
.appmsg:hover .appmsg_mask {
    display: block;
}
.appmsg.selected .appmsg_mask {
    display: block;
}
.dialog_wrp .appmsg:hover {
    cursor: pointer;
}
.multi .appmsg_content {
    padding: 0;
}
.appmsg_content {
    position: relative;
}

.appmsg_desc {
    padding: 5px 0 10px;
    word-wrap: break-word;
    word-break: break-all;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.appmsg_info {
    font-size: 13px;
    line-height: 20px;
    margin: 0 14px;
    padding: 12px 0;
    border-bottom: 1px solid #e7e7eb;
}

.appmsg_date {
    font-weight: 400;
    font-style: normal;
}

.has_first_cover .cover_appmsg_item {
    margin: 12px 14px 12px;
}
.cover_appmsg_item {
    position: relative;
    margin: 12px 14px;
}
/* .has_first_cover .cover_appmsg_item .appmsg_title {
    font-size: 14px;
    padding-top: 0;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endcolorstr = '#99000000');
} */

.appmsg_title {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    /* max-height: 3.2; */
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    color: #222;
}

.pagination_wrp {
    background-color: #fff;
    padding: 25px 20px 0;
}
.pagination_wrp {
    text-align: right;
}


.dialog_ft {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #ccc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.dialog_ft button {
	margin: 0 10px;
}
.appmsg .icon_card_selected {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    line-height: 999em;
    overflow: hidden;
    z-index: 1;
}
.icon_card_selected {
    background: url(../images/base_z.png) 0 -6551px no-repeat;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    display: inline-block;
}
.mask {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity = 75);
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
    background-color: #000;
    z-index: 9998;
}
form .Wdate {
    height: 32px;
}
.area-select, .short-form-control{
	display: inline-block;
    width: 30%;
    height: 32px;
    font-size: 13px;
    line-height: 1.53846;
    color: rgb(34, 34, 34);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    padding: 5px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.cards .card .card-btn {
	display: none;
	position: absolute;
    right: 6px;
    top: 6px;
}
.cards .card:hover .card-btn {
	display: block;
}
.cards .card .card-btn i {
	color: orange;
    font-size: 22px;
}

.cards .card .card-btn i:hover {
	color: #bbb;
    top: 5px;
}

.cards .card-btn {text-align: center;}
.cards .card-btn a {color: #921f1f;cursor:pointer;}

span.state-check {
	color: #aaa;
}
span.state-check-true, .text-green, .status-success {
	color: green;
}
span.state-check-false, .text-red, .status-wait {
	color: red;
	font-weight: bold;
}

.form-group .help-block {
    color: #aaa;
}
.form .form-nav {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
span.text-del {text-decoration:line-through}