@CHARSET "utf-8";

html, body {
	margin: 0px !important;
	padding: 0px !important;
	height: 100%;
	width: 100%;
	border: none;
    font-size: 14px;
}

@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
  (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
  (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
  :root,html,body {
    font-size: 14px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
  (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
  (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
  :root,html,body {
    font-size: 13px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
  (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
  (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
  :root,html,body {
    font-size: 12px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
  (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
  (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  :root,html,body {
    font-size: 10px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
  (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
  (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
  :root,html,body {
    font-size: 9px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
  (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
  (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
  :root,html,body {
    font-size: 8px;
  }
}
a, input, label, select, textarea, span, div, p, h1, h2, h3, button {
	font-family: 微软雅黑;
	font-size: 1rem;
}

a {
	text-decoration: none;
	outline: none;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

a:HOVER {
	text-decoration: none;
	outline: none;
}

a:FOCUS {
	text-decoration: none;
	outline: none;
}

a:ACTIVE {
	text-decoration: none;
	outline: none;
}

a:LINK {
	text-decoration: none;
	outline: none;
}

a:HOVER {
	text-decoration: none;
	outline: none;
}

a:VISITED {
	text-decoration: none;
	outline: none;
}

.top {
	height: 80px;
	line-height: 75px; background : #10151b;
	color: #fff;
	background: #10151b;
}

.top .logo {
	font-size: 30px;
	font-weight: bold;
	word-spacing: 10px;
	letter-spacing: 10px;
}

.top .logo span {
	font-size: 3.2rem;
	font-weight: bold;
	position: relative;
	top: 2px;
	word-spacing: 8px;
	letter-spacing: 5px;
}

.top .logo-nav {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	background: #606060;
	position: relative;
	top: 10px;
	margin-left: 10px;
	width: 2px;
}

.top .system-name {
	font-size: 2,6rem;
	margin-left: 10px;
	word-spacing: 8px;
	letter-spacing: 8px;
}

.content .panel{
	width: 450px;
	height:400px;
	border: 1px solid #d2d2d2;	
}
.content .panel .title{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #d2d2d2;
	height: 60px;
	line-height: 60px;
}
.content .panel form{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
}
.content .panel .login-line{
	height: 100px;
}
.content .panel .btns{
	text-align: center;
}
.content .panel .btn-info{
	width: 200px;
	text-align: center;
}

.footer {
	height: 100px;
	background: transparent;
	border: 1px solid #d2d2d2;
}

.footer .line {
	margin-top: 20px;
	line-height: 20px;
	text-align: center;
}

.footer .line:FIRST-CHILD {
	margin-top: 30px;
}


.col-md-6{
	float: left;	
	width: 50%;
}

.error-page {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
}

.error-page .error-label{
	font-size: 18px;
	height: 60px;
	line-height: 60px;
}

.error-page .error-label span{
	position: relative;
	top: 5px;
	margin-left: 10px;
}

.error-page .error-icon{
	text-align: center;
	padding-top: 20px;
}

.error-page .error-btns{
	height: 50px;
	margin-top: 30px;
}

.error-page .error-btns .error-btn{
	display: inline-block;
	text-align:center;
	color:#fff;
	height:30px;
	line-height:30px;
	width:110px;
	background: url("/static/images/btn-confirm.png");
	cursor: pointer;
}

.error-page .error-btns .error-btn:HOVER{
	background: url("/static/images/btn-confirm-click.png");
}

.search {
	min-height: auto;
	background: #f7f7f7;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}

.search form{
	margin-bottom: 0px;
}

.search-item {
	float: left;
	height: 60px;
	line-height: 60px;
	margin-right: 32px;
}

.search-item label {
	font-size: 14px;
	color: #595959;
	font-weight: normal;
}

.search-item input {
	height: 30px;
	line-height: 30px;
	width: 180px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background: #fff;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
}

.search-item select {
	width: 180px;
	height: 30px;
/* 	padding-left: 5px; */
/* 	padding-right: 5px; */
	line-height: 30px;
	border: 1px solid #e6e6e6;
	font-size: 14px;
}

.search-tree-item label{
	float: left;
} 

.search-tree-item .input-append{
	float: left;
	width: 180px;
	margin-left: 15px;
} 
.search-tree-item .input-append input{
	width: 120px;
	margin-left: 0px;
} 

.search-tree-item .input-append .tree-btn{
	height: 30px;
    line-height: 18px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    margin-left: -6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: -3px;
    width: 40px;
    text-align: center;
    padding-left: 7px;
    font-size: 12px;
}

.search-btns {
	margin-left: 23px;
	padding-top: 14px;
}

.search-item-time-span{
	display: inline-block;
    text-align: center;
    width: 61px;
}

.btn-search {
	display: inline-block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: url("/static/images/btn-confirm.png");
	cursor: pointer;
}

.btn-search:HOVER {
	background: url("/static/images/btn-confirm-click.png");
	text-decoration: none;
	color: #fff;
}

.btn-search i {
	position: relative;
	top: 2px;
}

.btn-search span {
	margin-left: 11px;
}

.btns {
	margin-top: 17px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff !important;
	clear: both;
}

.btns .btn-add {
	display: inline-block;
	width: 110px;
	height: 30px;
	background: url("/static/images/btn-add.png");
}

.btns .btn-add:HOVER {
	background: url("/static/images/btn-add-click.png");
}

.btns .btn-chart {
	display: inline-block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff !important;
	background: url("/static/images/btn-confirm.png");
}

.btns .btn-chart i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.btns .btn-chart:HOVER {
	background: url("/static/images/btn-confirm-click.png");
}

.btns .btn-list {
	display: inline-block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff !important;
	background: url("/static/images/btn-confirm.png");
}

.btns .btn-list i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.btns .btn-list:HOVER {
	background: url("/static/images/btn-confirm-click.png");
}
.btns .btn-chart-stage {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff !important;
	background: #009688;
	margin-left: -4px;
	border: 1px solid #06887c;
	border-left:none;
	cursor: pointer;
}

.btn-chart-stage-frist{
/* 	border-top-left-radius:3px;	 */
/* 	border-bottom-left-radius:3px;	 */
}

.btn-chart-stage-last{
/* 	border-top-right-radius:3px;	 */
/* 	border-bottom-right-radius:3px;	 */
}

/* .btns .btn-chart-stage-current { */
/* /* 	background: #18aee1; */ */
/* 	background: #f62834; */
/* 	border: 1px solid #f62834; */
/* } */

.btns .btn-chart-stage:FIRST-CHILD {
	border: 1px solid #009688;
	border-left:1px solid #009688;
}

.btns .btn-chart-stage:HOVER {
	background: #009688;
}
.btns .btn-chart-stage span{
	position: relative;
	top: -1px;
}

.btns .btn-chart-stage-select{
	color: #333 !important;
	height: 30px;
	width: 110px;
}

.btns .disabled {
	color: #dedede !important;
}
.btns .disabled:HOVER {
	background: #009688 !important;
}

.table {
/* 	margin-top: 15px; */
/* 	border: 1px solid #efefef; */
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

.table-content {
	width: 100%;
	table-layout: fixed;
}

.table-content tr {
	border-bottom: 1px solid #f0f0f0;
}

.table-content th {
	font-size: 14px;
	font-weight: bold;
	color: #595959;
	height: 37px;
	line-height: 37px;
	background: #f6f6f6;
	padding-left: 5px;
	padding-right: 5px;
}

.table-content .header .id {
	width: 70px;
}

.table-content .header .time {
	width: 120px;
}

.table-content .header .used {
	width: 120px;
}

.table-content .header .op {
	width: 110px;
	text-align: center;
}

.table-content .header .ip {
	width: 150px;
}

.table-content .header .process {
	width: 110px;
}

.table-content .header .port {
	width: 80px;
}

.table-content .header .createdate {
	width: 150px;
}

.table-content .header .username {
	width: 150px;
}

.table-content .header .size {
	width: 100px;
}

.table-content .header .status {
	width: 100px;
}

.table-content .header .key{
	width: 130px;
}

.table-content .header .value{
	width: 150px;
}

.table-content .header .sort{
	width: 60px;
}

.table-content .header .isHide{
	width: 100px;
}

.table-content .header .parent{
	width: 100px;
}

.table-content .header .target-classfi{
	width: 120px;
}

.table-content .header .target-parent{
	width: 200px;
}

.table-content .header .target-type{
	width: 70px;
}

.table-content .header .target-code{
	width: 100px;
}

.table-content .header .target-company{
	width: 60px;
}

.table-content .header .target-valuetype{
	width: 70px;
}

.table-content .header .target-value{
	width: 60px;
}

.table-content .header .target-cannull{
	width: 70px;
}

.table-content .header .target-canzero{
	width: 70px;
}

.table-content .header .target-isHide{
	width: 70px;
}

.table-content .header .target-defaultValue{
	width: 120px;
}

.table-content .header .industry-parent{
	width: 200px;
}

.table-content tr:nth-child(odd) {
	background: #f5f5f5;
}

.table-content tr:HOVER {
	background: #edf8f5;
}

.table-content td {
	font-size: 14px;
	color: #777;
	height: 36px;
	width:100%;
	line-height: 36px;
	padding-left: 5px;
	padding-right: 5px;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

.table-content td .table-btn {
	cursor: pointer;
}

.table-content td .table-btn-edit {
	color: #009688;
}

.table-content td .table-btn-delete {
	color: #f12711;
}

.table-empty {
	text-align: center;
	color: #777;
	line-height: 36px;
	height: 36px;
	border-bottom: 1px solid #f0f0f0;
}

.table-page {
	height: 37px;
	line-height: 37px;
	padding-left: 11px;
}

.table-page .infos {
	color: #595959;
	float: left;
}

.table-page .btns {
	float: right;
	height: 37px;
	line-height: 37px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 25px;
}

.table-page .btns .infos {
	float: left;
	color: #595959;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: -7px;
	margin-left: 10px;
}

.table-page .btns .table-page-btn {
	float: left;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #595959;
	font-size: 12px;
}

.table-page .btns .table-page-btn:HOVER {
	background: #3a94ec;
	border: 1px solid #3a94ec;
	color: #fff;
	text-decoration: none;
}

.table-page .btns .disable {
	background: #fff !important;
	border: 1px solid #e0e0e0 !important;
	color: #595959 !important;
}

.table-page .btns .disable:HOVER {
	background: #fff !important;
	border: 1px solid #e0e0e0 !important;
	color: #595959 !important;
	text-decoration: none !important;
}

.table-page .btns .op {
	float: left;
	margin-left: 30px;
	position: relative;
	top: -8px;
}

.table-page .btns .table-page-no {
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #d4d4d4;
	color: #333 !important;
}

.table-page .btns .table-page-no:FOCUS {
	border: 1px solid #a0d0ff;
	color: #a0d0ff !important;
}

.table-page .btns .btn-to-page {
	display: inline-block;
	width: 40px;
	height: 20px;
	line-height: 19px;
	background: #009688;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #009688;
	margin-left: 5px;
}

.table-page .btns .btn-to-page:HOVER {
	border: 1px solid #44c390;
	background: #44c390;
	text-decoration: none;
}

.form-title{
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	height: 60px;
	line-height: 60px;
	color: #666
}

.form-content,.info-content{
	overflow: auto;
}

.form-item {
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	clear: both;
}

.form-item-textarea {
	height: 120px;
	line-height: 30px;
	margin-top: 15px;
}

.form-item-textarea label {
	position: relative;
/* 	top: -76px; */
}

.form-item label {
    color: #676767;
	width: 100px;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
}

.form-item input {
	width: 310px;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 40px;
/* 	border: none; */
/* 	background: url("/static/images/input.png"); */
	font-size: 14px;
}

.form-item input:FOCUS {
/* 	background: url("/static/images/input-focus.png"); */
}

.form-item input.error {
	background: #ffd0d0;
    border: 1px solid #f1b9b9;
    border-radius: 3px;
}

.form-item input[type="radio"] {
	background: transparent;
}
.form-item input[type="radio"]:FOCUS {
	background: transparent;
}

.form-item .treeselect-input{
	width: 251px;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 40px;
/* 	border: none; */
/* 	background: url("/static/images/input-tree-select.png"); */
	font-size: 14px;
}

.form-item .treeselect-input:FOCUS{
/* 	background: url("/static/images/input-tree-select-focus.png"); */
}

.form-item .tree-btn{
	height: 40px;
    line-height: 27px;
    background: #f2f2f2;
    border: 1px solid #d2d2d2;
    margin-left: -6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: -2px;
    width: 60px;
}
   

.form-item textarea {
	width: 500px;
	height: 101px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
/* 	border: none; */
/* 	background: url("/static/images/textarea.png"); */
	font-size: 14px;
	resize: none;
}

.form-item textarea:FOCUS {
/* 	background: url("/static/images/textarea-focus.png"); */
}

.form-item select {
	width: 310px;
	height: 40px;
/* 	padding-left: 5px; */
/* 	padding-right: 5px; */
	line-height: 40px;
/* /* 	border: none; */ */
/* 	background: url("/static/images/input.png"); */
	font-size: 14px;
}

.form-item select:FOCUS {
/* 	background: url("/static/images/input-focus.png"); */
}

.form-item .input-item {
	float: left;
}

.form-item .input-item i{
	color: #999
}

.form-item .alert-info {
	float: left;
	background: #fff;
	margin-left: 15px;
	color: #999;
	max-width: 250px;
}

.form-item .alert-info i {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.form-item .alert-info span {
	line-height: 0px;
}
.form-item .alert-info.error{
	color: #e91e63
}

.form-actions {
	height: 80px;
	line-height: 80px;
	clear: both;
	text-align: center;
	background: #fff;
	border-top: 1px solid #eaeaea;
	padding-left: 0px;
}

.form-actions .btn-item {
	display: inline-block;
	width: 110px;
	height: 30px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-right: 30px;
    margin-top: 25px;
}

.form-actions #btnSubmit {
	background: url("/static/images/btn-confirm.png");
	color: #fff !important;
}

.form-actions #btnSubmit:HOVER {
	background: url("/static/images/btn-confirm-click.png");
	text-decoration: none;
}

.form-actions #btnCancel {
	background: url("/static/images/cacel-btn.png");
	color: #fff !important;
}

.form-actions #btnCancel:HOVER {
	background: url("/static/images/cacel-btn-hover.png");
	text-decoration: none;
}

.message{
	display: none;
}

.Wdate {
    background: #fff url(/static/lib/My97DatePicker/skin/datePicker.gif) no-repeat right !important;
}

.btn-chart-add{
	display: inline-block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff !important;
	background: url("/static/images/btn-confirm.png");
}

.btn-chart-add i {
	display: inline-block;
	position: relative;
    top: 2px;
    margin-right: 3px;
}

.btn-chart-add:HOVER {
	background: url("/static/images/btn-confirm-click.png");
}

.tree-selected-item label{
	float: left;
}
.tree-selected-item .input-append{
	float: left;
	margin-left: 5px;
}

.radio-input-item .label_{
	float: left;
	display: inline-block;
    height: 65px;
    line-height: 65px;
}

.radio-input-item .radio-item{
	float: left;
}

.radio-input-item input{
	width: 18px;
	height: 18px;
	float: left;
	cursor: pointer;
	position: relative;
	top: 20px;
	margin-left: 5px;
}

.radio-input-item .radio-item label{
	float: left;
	width: 133px;
	text-align: left;
	padding-left: 10px;
	cursor: pointer;
}

.form-group{
	clear: both;
	height: 40px;
	line-height:40px;
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 0px;
}
.form-group label{
	font-size: 14px;
}

.tree-search input {
	height: 30px;
    line-height: 30px;
    width: 340px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    background: #fff;
    padding: 5px;
}

.tree-search .btn-tree-search{
	height: 30px;
    border: 1px solid #d2d2d2;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: -5px;
    margin-top: -3px;
    background: #f5f5f5;
}

.tree span{
	font-size: 14px;
}

.ztree li span.button.chk.checkbox_false_full{
	background: url("/static/images/btn-check.png") 0 0;
	width: 14px;
	height: 14px;
}
.ztree li span.button.chk.checkbox_true_full{
	background: url("/static/images/btn-check-click.png") 0 0;
	width: 14px;
	height: 14px;
}
.ztree li span.button.chk.checkbox_true_part{
	background: url("/static/images/btn-check-click.png") 0 0;
	width: 14px;
	height: 14px;
}
.ztree li span.button.chk.checkbox_true_full_focus{
	background: url("/static/images/btn-check-click.png") 0 0;
	width: 14px;
	height: 14px;
}
.ztree li span.button.chk.checkbox_false_full_focus{
	background: url("/static/images/btn-check-half-click.png") 0 0;
	width: 14px;
	height: 14px;
}

.ztree li span.button.chk.radio_false_full{
	background: url("/static/images/btn-check.png") 0 0;
	width: 14px;
	height: 14px;
	position: relative;
    top: 2px;
}
.ztree li span.button.chk.radio_true_full{
	background: url("/static/images/btn-check-click.png") 0 0;
	width: 14px;
	height: 14px;
	position: relative;
    top: 2px;
}
.ztree li span.button.chk.radio_true_part{
	background: url("/static/images/btn-check-click.png") 0 0;
	width: 14px;
	height: 14px;
	position: relative;
    top: 2px;
}
.ztree li span.button.chk.radio_false_part{
	background: url("/static/images/btn-check-half-click.png") 0 0;
	width: 14px;
	height: 14px;
	position: relative;
    top: 2px;
}
.ztree li span.button.chk.radio_true_full_focus{
	background: url("/static/images/btn-check-click.png") 0 0;
	width: 14px;
	height: 14px;
	position: relative;
    top: 2px;
}
.ztree li span.button.chk.radio_false_part_focus{
	background: url("/static/images/btn-check-half-click.png") 0 0;
	width: 14px;
	height: 14px;
	position: relative;
    top: 2px;
}
.ztree li span.button.chk.radio_false_full_focus{
	background: url("/static/images/btn-check-half-click.png") 0 0;
	width: 14px;
	height: 14px;
	position: relative;
    top: 2px;
}

/* .ztree li span.button.chk.radio_false_full{ */
/* 	position: relative !important; */
/* 	top: 2px !important; */
/* /* 	vertical-align: baseline !important; */ */
/* } */
/* .ztree li span.button.chk.radio_true_full{ */
/* 	position: relative !important; */
/* 	top: 2px !important; */
/* /* 	vertical-align: baseline !important; */ */
/* } */
/* .ztree li span.button.chk.radio_false_full_focus{ */
/* 	position: relative !important; */
/* 	top: 2px !important; */
/* /* 	vertical-align: baseline !important; */ */
/* } */
/* .ztree li span.button.chk.radio_true_full_focus{ */
/* 	position: relative !important; */
/* 	top: 2px !important; */
/* /* 	vertical-align: baseline !important; */ */
/* } */

.ztree li span.button.chk{
	width: 14px;
	height: 14px;
}
.ztree li a.curSelectedNode{
	border: none !important;
	padding-top:1px !important;
}
.ztree li span.button.noline_open{
	position: relative;
    top: 4px;
}
.ztree li a{
	padding: 0px;
}
.tree_table .default_active_node{
	top: 3px;
    position: relative;
}
.icons{
	position: absolute;
	left: 0px;
	top: 52px;
	width: 850px;
	height: 400px;
	border: 1px solid #d2d2d2;
	padding: 10px;
	background: #fff;
	overflow: auto;
}
.icons .item{
	float: left;
	width: 200px;
	cursor: pointer;
	height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.icons .item i{
	position: relative;
	top: 4px;
	margin-right: 10px;
}
.icons .item-selected{
	color: #538fcc;
}
.icons .item:HOVER{
	color: #538fcc;
}

.ok{
	color: #41cf95;
}
.no{
	color: #f85a52;
}

.errors{
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 30px;
	line-height: 30px;
	padding: 10px;
/* 	border: 1px solid #d2d2d2; */
/* 	background: #e7c3c3; */
/* 	border-color: #dca7a7; */
	left: 0px;
	top: 0px;
	display: none;
	z-index: 787878;
}

.errors .close{
	width: 20px;
	height: 20px;
	right: 0px;
	top:5px;
	z-index: 787879;
	position: absolute;
	cursor: pointer;
	font-size: 14px;
}

.info{
	line-height: 30px;
	border: 1px dotted #dcdcdc; 
	background: #f6f6f6;
	padding: 5px;
}
.info i{
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.info span{
	color: #666;
}

.simditor .simditor-toolbar > ul > li > .toolbar-item span.fa{
	position: relative;
    top: 10px;
}

.ok-label{
	color: #41cf95;
}

.error-label{
	color: #f86a52;
}

.ok-label-1{
	color: #00b0d9;
}

.error-label-1{
	color: #ff9000;
}

.search-item-small{
	margin-right: 10px;
}

.search-item-small input{
	margin-left: 5px;
	width: 150px;
}
.search-item-small select{
    width: 151px;	
}
.search-item-lower{
	margin-right: 20px;
}
.search-item-lower input{
	width: 150px !important;
}
.search-item-lower select{
	width: 151px !important;
}
.btn-item i{
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.btn-s i{
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.placeholder-text-element{
	position: absolute;
	left: 20px;top: 13px;height: 30px;line-height: 30px;
	display: none;
}
.search-item-lower{
	height: 40px;
	line-height: 40px;
}
.search-item-line-div-lower{
	height: 40px;
	line-height: 40px;
}
.search-item-line-div-lower .search-btns{
	padding-top: 5px;
}
.search-btns-lower{
	padding-top: 5px !important;
}
.search-btns-lower .btn-search{
	margin-top: 0px !important;
}
.chartSuccessPrintTable th,.chartSuccessPrintTable td{
	font-size: 14px;
}

.time-placeholder-div{
	float: left;
	position: relative;
	margin-top: 15px;
}
.time-placeholder-div input{
}
.time-placeholder-div span{
	position: absolute;
	font-family: 微软雅黑;
	font-size: 13px;
	color: #999;
	top: 0px;
	left: 5px;
	top: -14px;
	padding-left: 0px;
}
.search-item-lower .time-placeholder-div{
	margin-top: 5px;
}
.search-item-lower .time-placeholder-div span{
	top: -5px;
}

.modal-open .modal {
    z-index: 300146;
}

.modal-dialog{
	z-index: 300145;
}

.form-actions-small{
/* 	height: 60px !important; */
/* 	line-height:60px !important; */
/* 	padding-top: 15px !important; */
}

.form-actions-small div{
	line-height:1 !important;
}

.form-actions-small div a{
	margin-top: 0px !important;
}
.filter-btn{
	float: right;
	top: 7px;
   	position: relative;
   	cursor: pointer;
}
.filter-item{
	height:30px;line-height:30px;cursor: pointer;	
    padding-left: 5px;
}
.filter-item:HOVER{
	background: #cecece;
}
.sysAlert{
	padding: 10px 13px;
	margin-bottom: 18px;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #8a6d3b;
	background-color: rgba(248, 239, 192, 0.93);
	border-color: #f5e79e;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    line-height: 35px;
    text-align: center;
}
.sysAlert button{
	right:0px !important;
}
.cost-alert-btn:HOVER{
	text-decoration:underline; 
}
a{
	color: #009688
}
a:hover, a:focus{
	color: #009688
}
.form-content .layui-form{
	padding-top: 20px;
	padding-left: 10px;
}
.layui-form-item{
	margin-bottom: 0px;
}
.layui-form-item {
    margin-bottom: 15px;
    clear: both;
    *zoom:1
}
.btn_fullscreen{
	background: #f5f5f5;;
	position: absolute;
	top:50px;
	right:50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #d9d9d9;
	border-radius:100%;
	line-height: 100px;
	font-size: 40px;
	cursor: pointer;
}

