/*.borderbox{
	width: 100%;
	height: 100%;
	position: relative;
}
.bordergrid{
	width: 100%;
	padding-right: 10px!important;
	margin: 0!important;
}
.bordergrid .column{
	height: 100%;
	padding: 10px 0 0 10px!important;

}
.bordergrid .column .columnborder{
	height: 100%;
	overflow: hidden;
	border:1px solid #ccc;
}*/
/*::-webkit-scrollbar{width:16px; height: 10px}*/

::-webkit-scrollbar{
	width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button{
	display: none;
}
::-webkit-scrollbar-button{
	background-color:#f5f5f6;
}
::-webkit-scrollbar-track{background-color:#f5f5f6;}
::-webkit-scrollbar-thumb{
    cursor: pointer;
    border-radius: 3px;
    background: rgba(0,0,0,.25);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
::-webkit-scrollbar-thumb:hover {background-color:#424558}
::-webkit-scrollbar-thumb:active {background-color:#424558}

.dragger *[act]{
	cursor: pointer!important;
}
.dragger *[act]:not([nounderline]):hover{
	text-decoration: underline!important;
}

.dragger .boardgrid_hand{
	width: 10px;
	position: absolute;
	left: 100%;
	margin-left: -10px;
	top: 0;
	height:28px;
	cursor: col-resize;
	background: none;
}
body{
	background: white;
}
.boardTab{
	position: fixed;
	height: 30px;
	min-height: 30px!important;
	left: 190px;
	bottom: 10px;
	width: auto;
	z-index:56005;
	border: none!important;
	box-shadow: none!important;
	margin: 0!important;
	background: none!important;
}
.boardTab .item:before{
	width: 0!important;
}
.boardTab .item.active,.boardTab .item:hover,.boardTab .item.first{
	background: #656565!important;
	color: white!important;
}
.boardTab .item{
	opacity: 0.5;
	display: none!important;	
	padding: 0!important;
	margin: 0;
	height: 30px;
	width: 30px;
	line-height: 28px!important;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 100% !important;
	cursor: pointer;
	background:white!important;
}
.ui.menu.boardTab>.item:first-child{
	border-radius: 100%!important;
}
.boardTab .item i{
	margin: 0!important;
}
.boardTab:hover .item{
	opacity: 1;
}
.boardTab .item.first,.boardTab:hover .item{
	display: inline-block!important;
}
.headerTab{
	position: relative!important;
	z-index: 10005;
}

.headerTab .menu{
	position: absolute;
	top:30px;
	padding-top:0px;
	left:-2px;
	z-index: 10005;
	display: none;
}
.flow.menu .headerTab .menu{
	top:20px;
}
.headerTab:hover .menu{
	display: block;
}
.headerTab .menu .item:first-child{
	border-top-left-radius:4px ;
	border-top-right-radius:4px ;
	border-top: 1px solid #ccc!important;
}

.headerTab .menu .item:last-child{
	border-bottom-left-radius:4px ;
	border-bottom-right-radius:4px ;
	border-bottom: 1px solid #ccc!important;
}
.headerTab .menu .item{
	border-left: 1px solid #ccc!important;
	border-right: 1px solid #ccc!important;
	display: block!important;
	padding: 0!important;
	width: 16px!important;
	min-width: 16px!important;
	height: 16px!important;
	min-height: 16px!important;
	line-height: 14px!important;
	text-align: center;
	background: none;
	font-size: 12px!important;
	border: 1px solid #ccc!important;
	border-radius:100%!important ;	
	margin-top: 2px;
	background: white;
}
.headerTab .menu .item:hover,.headerTab .menu .item.active{
	background: #656565!important;
	color: white!important;
}
.headerTab:hover i.icon.chevron.down:before{
	opacity: 0.5;
	content:"\f077"!important;
}
.gridsterBox{
	background:#f5f5f6;
}
.gridster *{
	font-size: 12px;
}
.gridster header{
	height: 30px;
	cursor: move;
	background:#f9f9f9;
	border-top-left-radius:6px ;
	border-top-right-radius:6px ;
	border-bottom: 1px #ccc solid;
	z-index: 17006!important;
}
.gridster header .ui.menu{
	border-radius: 0;
	height: 30px;
	min-height: 30px;
	border: none;
	box-shadow: none;
	background: none;
	border-radius:8px ;
}
.gridster header .ui.menu .item{
	font-size: 12px!important;
	overflow: visible!important;
	white-space: nowrap;
	padding: 0!important;
	border: none;
	box-shadow: none;
	height: 30px!important;
}
.gridster header .ui.menu .menu .item .menu .item{
	width: 30px!important;
	line-height: 28px!important;

}
.gridster header .ui.menu .item:first-child{
	font-weight: bold;
	font-size: 12px;
}
.gridster header .ui.menu .item i{
	margin: 0;
}
.gridster header .ui.menu .item:before{
	width: 0;
}
.gridster li{
	position: relative;
	border: 1px solid #ccc;
	border-radius:6px;
	/*overflow: hidden;*/
/*	border-top: 2px solid rgba(0,0,0,.5);*/
}
.gridster li.hideheader{
	
}
.gridster li.hideheader:hover>header{
	display: block;
}
.gridster li.hideheader:hover>.parameter{
	top: 30px;
}
.gridster li.hideheader:hover>.content{
	margin-top: 30px;
}
.gridster li.hideheader header{
	display: none;
}
.gridster li.hideheader .parameter{
	top: 0;
}
.gridster ul{
	width: 100%!important;
}
.gridster li .gs-resize-handle-both{
	z-index: 1005;
	color: white;
	stroke:white;
	fill:white;
}
.gridster li .flow.menu{
	position: absolute;
    width: auto;
    height: 30px;
    right: 0;
    top: 0;
  /*  overflow: hidden;*/
    display: none; 
    z-index: 10005;
	
}
.gridster li .flow.menu .item{
	display: inline-block;
    color: #333;
    height: 30px;
    line-height: 20px;
    padding: 5px 4px;   
    cursor: pointer;
}
.gridster li[showflowmenu="true"] header{
	opacity: 0;
}
.gridster li[showflowmenu="true"]:hover .flow.menu{
	display: block;
}
/*roll*/
.gridster li[type="roll"]{
	/*height: 40px!important;*/
	padding: 0!important;
	min-height: 40px!important;
	border: none;
	background:white;
	border: 1px #ccc solid;
}
li[type="roll"]>.drag_head{
	height: 10px;
}
.gridster li[type="roll"] .content{
	width: 100%;
	height: 100%;
	top: 0!important;
	left:0!important;	
	position: relative!important;
	overflow: visible;
}
.gridster li[type="echart"]{
	overflow: hidden;
}
.gridster li[type="echart"] .content{
	/*padding: 10px!important;*/
	overflow: hidden!important;
}
.gridster li[type="roll"] .gs-resize-handle.gs-resize-handle-both{
	
}
.gridster li[type="roll"] .rollbox{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	height:40px;	
}
.gridster li[type="roll"]:hover .right.menu{
	display: block;
}
.gridster li[type="roll"] .right.menu{
	position: absolute;
	width: auto;
	right: 0;
	top: 0;
	display: none;
	z-index: 5005;
	
}
.gridster li[type="roll"] .right.menu .item{
	color: #333;
	cursor: pointer;
}
.gridster li[type="roll"] .rollbox ul{
	width: auto!important;
	white-space:nowrap;
	display: block;
	margin: auto 0;
}
.gridster li[type="roll"] .rollbox ul li{
	height: 40px;
	line-height:40px;
	border: none;
	padding: 0!important;
	background: none;
	list-style: none;
	display: inline-block;
	margin-left: 40px;
	font-weight: normal;
	font-weight: bold;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #111219;
	/*cursor: pointer;*/
}
.gridster li[type="roll"] .rollbox ul li span{
	height: 40px;
	line-height:40px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #111219;
	cursor: pointer;
	font-weight: normal;
}
.gridster li[type="roll"] .rollbox.vertical{
	height: 100%;
	top: 0;
	margin: 0;
	padding: 0 10px;
}
.gridster li[type="roll"] .rollbox.vertical ul li{
	margin: 0;
	display: block;
	height: auto;
	line-height:1.2;
	white-space:normal;
	margin-bottom: 10px;
}
.gridster li[type="roll"] .loadingbox{
	top: 0;
}
.gridster li[type="roll"] .loadingbox .spinner.loading.icon{
	font-size: 24px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

.gridster li .rollinnerbox{

}
.gridster li .rollinnerbox .scrollstr{
	padding:0!important;
	border:none!important;
}
/*widget*/
.gridster li[type="widget"] .loadingbox{
	top: 0;
}
.gridster li[type="widget"] .loadingbox .spinner.loading.icon{
	font-size: 24px;
	width: 30px;
	height: 30px;
}
.gridster li[type="widget"]{
	display: block;
	border: none;
	background:#f9f9f9;
	justify-content:space-between;
	padding:0!important;
	flex-wrap: wrap;	
}
.gridster li[type="widget"].showctrl{
	padding: 0 30px;
}
.gridster li[type="widget"] .widgetright{
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
	font-size: 20px;
	line-height: 40px;
	height:40px;
	width: 30px;
	cursor: pointer;
	z-index: 7005;
	
}

.gridster li[type="widget"] .widgetleft{
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 20px;
	line-height: 40px;
	margin-top: -20px;
	height:40px;
	width: 30px;
	cursor:pointer;
	z-index: 7005;
}
.gridster li[type="widget"].showctrl .widgetleft.disabled,.gridster li[type="widget"].showctrl .widgetright.disabled{
	opacity: 0.4;
	pointer-events: none;
}
.gridster li[type="widget"].showctrl .widgetleft,.gridster li[type="widget"].showctrl .widgetright{
	display: block;
}
.gridster li[type="widget"] .widgetright i,.gridster li[type="widget"] .widgetleft i{
	width: 30px;
	height: 40px;
	color: #a5a5a5;
}
.gridster li[type="widget"] .drag_head{
	height: 20px;
}
.gridster li[type="widget"] .content{
	overflow: hidden!important;
	position: relative!important;
	white-space: nowrap;
	top: 0!important;
	left:0!important;
	height: 100%;
	box-shadow: none!important;
	
}
.gridster li[type="widget"] .content>.item{
	display: inline-block;
	height: 100%;
	width:180px!important;
	position: relative;
	padding: 10px;
}

.gridster li[type="widget"] .content>.item .buttons{
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	border: none;
	height: 90px;
	margin: 0;
	margin-top: -30px;
	box-shadow: none;
	width: 22px;
	background: none;
	overflow: hidden;
}
.gridster li[type="widget"] .content>.item .buttons .item{
	display: inline-block;
	width: 22px;
	height: 22px;
	float: left;
	cursor: pointer;
	background: none;
	color: white;
}
.gridster li[type="widget"] .content>.item:hover .buttons{
	display: block;
}
.gridster li[type="widget"] .content>.item .buttons .item:before{
	width: 0;
}
.gridster li[type="widget"] .content>.item .buttons .item{
	padding: 2px;
}
.gridster li[type="widget"] .content>.item .loading_top{
	position: absolute;
	top: 0;
	left:10px;
	right: 10px;
	height: 2px;
	/*animation: widgetloading 3s infinite ease;*/	
	border-radius: 2px;
	margin: 0;
	background: #fb874f;
	overflow: hidden;
	display: none;
}
.gridster li[type="widget"] .content>.item .loading_top span{
		display:block;
		width: 100%;
		height: 100%;
		border-radius: 2px;
		background: #ff0000;
		-webkit-animation: changePosition 4s linear infinite;
}
@-webkit-keyframes changePosition{
		0%{
			-webkit-transform: translate(-180px);
		}
		50%{
			-webkit-transform: translate(0);
		}
		100%{
			-webkit-transform: translate(180px);
		}
	}
.gridster li[type="widget"] .content>.item:first-child{
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}
.gridster li[type="widget"] .content>.item>i{
	display: block;
	position: absolute;
	top: 50%;
	font-size: 36px;
	margin-top: -30px;
	left: 10px;
	width: 60px;
	height: 60px;
	line-height:60px;
}
.gridster li[type="widget"] .content>.item .detail{
	position: absolute;
    bottom: 5px;
    width: auto;
   max-width: 100px;
   overflow: hidden;
   text-overflow: ellipsis;
   	right: 20px;
   	left: 90px;
    height: 20px;
    top: 50%;
	margin-top: 5px;
    text-align: left;
}
.gridster li[type="widget"] .content>.item .numbox:hover{
	text-decoration: underline;
}
.gridster li[type="widget"] .content>.item .numbox{
	display: block;
    position: absolute;
    font-weight: normal;
    top: 50%;
    font-size: 14px;
    margin-top: -30px;
    left: 90px;
    right: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    font-family: "times new roman";
    cursor: pointer;
    text-align:left;
}

.gridster li .content{
	overflow: hidden;
	width: 100%;
	position: absolute;
	overflow-y: hidden;
	top: 30px;
	bottom:40px;
}
.gridster li:hover .content{
	overflow-y: auto;
}
.gridster li .content.notab{
	bottom:0;
}
.gridster li .parameter{
	margin: 0;
	position: absolute;
	top: 30px;
	min-height: 30px;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	z-index: 7006;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: white;
	box-sizing: border-box;
	/* overflow: hidden; */
	border-top-left-radius:6px;
	border-top-right-radius:6px ;
}

.gridster li .parameter>.item{
/*	overflow: hidden;*/
	/*float: left;*/
	display: flex;
	height: 30px;
	/* padding: 0 5px  0 0; */
	padding:0;
	margin: 5px 0 5px 5px;	
}
.gridster li .parameter>.item.button{
	margin-left:10px;
}
/*checkbox*/
.gridster li .parameter .ui.checkbox{
	height: 30px;
	padding-left: 5px;
	width:auto;
}
.gridster li .parameter .ui.checkbox label{
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}
.gridster li .parameter .ui.checkbox input{
	top: 6px;
	left: 5px;
}
.gridster li .parameter .ui.checkbox label:before{
	top: 6px;
	
}
/*dropdown*/
.gridster li .parameter .item .ui.dropdown{
	padding: 0px!important;
	overflow: visible!important;
	white-space:nowrap;
	height: 30px;
	min-height:30px;
	line-height: 30px;
	min-width: 100px;
	width: 100px;
	border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
}
.gridster li .parameter .item .ui.dropdown i.dropdown{
	position: absolute;
	top: 6px;
	right: 4px;
}
.gridster li .parameter .item .ui.dropdown .text{
	padding:0 0 0 10px;
	
}
.gridster li .parameter .item .ui.dropdown .menu{
	width: 100%;
}
.gridster li .parameter .item .ui.dropdown .menu .item{
	padding: 10px!important;
}
.gridster li .parameter .item>span{
	display: inline-block;
	height: 30px;
	width: auto;
	min-width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 30px;
	padding:0 5px;
}

.gridster li .parameter .ui.dropdown input{
	min-height: 30px;
	padding: 0 0 0 5px!important;
	height: 30px;
}
/*uiinput*/
.gridster li .parameter .ui.input{
}
.gridster li .parameter .ui.input.laydate{

}
.gridster li .parameter .ui.input label{
	line-height: 30px;
	display: inline-block;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	max-width: 80px;
}
.gridster li .parameter .ui.input input{
	min-height: 30px;
	font-size: 12px;
	padding: 0 5px;
	height: 30px;
	max-width: 100px;
	min-width: 100px;
	width: 100px;

}
.gridster li .parameter .ui.input.laydate input{
	max-width: 130px;
	min-width: 130px;
	width: 130px;
}
/*button*/
.gridster li .parameter .item.button{
	align-self: flex-end;
	width: auto;
	padding: 0;
	text-align: center;
}
.gridster li .parameter .item.button button{
	height: 30px;
	width: 48px;
	padding: 0 10px;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
	white-space:nowrap;
	color: #333;
	background:none;
	text-align: center;
	border: 1px solid rgba(34,36,38,.15);
}
.gridster li .parameter .item.button button i{
	margin: 0;
}
.gridster li .parameter .item.button button:hover{
	background: #eee;
}

.displaynone{
	display: none!important;
}
.gridster li .loadingbox{
	position: absolute;
	 top: 30px;
	 left: 0;
	 right: 0;
	 bottom: 0px;
	 background: none;
	 z-index: 11000;
}
.gridster li .loadingbox .spinner.loading.icon{
	font-size: 40px;
    width: 48px;
    height: 40px;
    position: absolute;
    color: #333;
    display: block;
    z-index: 13000;
    top: 50%;
    margin-top:-20px;
    left: 50%;
    margin-left: -24px;
	
}
.gridster li .content .loadingheader{
	
}


.gridster .echartgridbox{
	overflow:auto;
	position:absolute;
	left:0;top:0; 
	bottom:40px;
	right:0;width:100%; 
	/*display:flex;flex-wrap:wrap;
	justify-content:space-between ;*/
}
.gridster .griditem{
	float: left;
	text-align: center;
    line-height: 20px;
    font-size: 14px;
    width:25%;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    height:60px;
}

.gridster .labelitem{
	text-align:left;
	/* border-bottom: 1px solid #ccc; */
	background: #fff;
	line-height:30px;
	font-size: 14px;
	width:100%;
	height: 30px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
.gridster .labelitem:nth-child(even) {
    /* border: none; */
    background: #f5f5f6;
}

.gridster .labelitem:last-child{
	/* border-bottom: none; */
}

.gridster .labelitem .labelname{
	position:absolute;
	left:0;
	top:0;
	line-height:30px;
	padding:0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 67%!important;
    max-width: 67%!important;
}
.gridster .labelitem .labelvalue{
	line-height:30px;
	padding:0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
	width:33%;
	position: absolute;
    right: 0;
}
.gridster .tablehead tbody{
	display: none!important;
}
.gridster .tablehead table{
	border: none;
}
.gridster .tablehead{
	background: #f9fafb;
	position: relative;
	z-index: 7005;
	/*border-top: 1px solid #ccc;*/
	
	/*border-top:1px red solid ;*/
	/*border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
}
.gridster .content>.tablehead{
	/*overflow-y: scroll;*/
	/*padding-right: 17px;*/
}

.gridster table thead th,.gridster table tbody td,.gridster table tfoot th{
	padding: 0px 10px!important;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	font-family: "微软雅黑";
	height: 30px;
	line-height: 30px;
	font-weight: normal!important;
}
.gridster table{
	table-layout: fixed;
	margin: 0;
}
.gridster table tbody td .ui.label{
	padding: 5px 10px;
	font-size:12px!important;
}
.gridster table tbody td .ui.label.tag{
	padding: 7px 18px;
	font-size:12px!important;
}


.gridster .tablebody {
	position: absolute;
	top: 30px;
	bottom:0px;
	left: 0;
	right:0px;
/*	overflow: auto;*/
	overflow: hidden;
	/*overflow:auto;*/
	z-index: 6005;
	border-top:1px solid #ccc;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.gridster .tablebody:hover{
	overflow: auto;
	padding-right:0!important;
	/*margin-right: 10px;*/
}
.gridster .tablebody.hasfoot{
	bottom:26px;
}
.gridster .tablefoot{
	position: absolute;
	bottom:0px;
	left: 0;
	right:0px;
	overflow:hidden;
	height: 26px;
	border-top:1px solid #ccc;
	background: #f9fafb;
	/*border-bottom-left-radius:6px;*/
	/*border-bottom-right-radius:6px;*/
}
.gridster .tablefoot .ui.table{
	margin-top: -30px;
	border: none;
	/*background: #f7f7f7;*/
}
.gridster .tablefoot thead{
	height: 30px;
}
.gridster .tablefoot tbody{
	display: none;
}
.gridster .tablefoot .ui.table .tfoot{
	height: 26px;
}
.gridster .tablefoot tfoot tr th{
	margin: 0;
	/*background: #f7f7f7;*/
	/*border-right: 1px solid #ccc;*/
	border: none;
	height: 26px!important;
	padding: 0 10px!important;
	line-height: 26px;
}
.gridster .tablebody table{
	border:none ;
	border-radius:0;
	margin-top:-30px!important;
	/*border-bottom: 1px solid #ccc;*/
}
.gridster .tablebody thead{
	/*display: none!important;*/
	height: 30px!important;
	min-height: 30px!important;
}

.gridster .tablebody .table tr:nth-child(odd) td  {
    background-color: #EEE;
}
.gridster .tablebody .table tr.sumTd td,
.gridster .tablefoot.sumTable .ui.table tfoot th{
	background-color: #d0e5f5!important;
}
    
.gridster .tablebody.mergeGrid td[rowspan]{
	background:#fff!important;

	
}
.gridster .tablebody.mergeGrid td{
	border-right:1px solid #ccc;	
	border-color: #ccc;
	border-bottom:1px solid #ccc;
	border-top:none;
	
}
.gridster .tablebody.mergeGrid tr td:last-child{
	border-right:none;
}
.gridster .tablebody.mergeGrid tr:last-child td{

}



.Tabs {
	position: absolute;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	bottom: 0px;
	padding: 0 10px 0 30px;
	overflow: hidden;
	width: 100%;
	border-top:1px solid #ccc ;
	-moz-user-select:none
}
.Tabs.showctrl{
	padding: 0 70px 0 30px;
}
.Tabs span {
	display: inline-block;
	height: 38px;
	padding: 0px 10px;
	margin: 0;
	width: auto;
	min-width: 60px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom-left-radius:4px ;	
	background:none;
	border-bottom-right-radius:4px ;	
	color:#333;
}
.Tabs span.active {	
	color:#111219;
	background:none;
	border-top: 1px solid #00235c;

}
.Tabs .tabshow{
	width: 100%;
	height: 40px;
/*	margin-top: -1px;*/
	overflow: hidden;
}
.Tabs .tabshow .tabcontent{
	text-align: center;
	height: 40px;
	width: auto;
	margin: 0 auto;
	white-space: nowrap;
	
}
.Tabs.showctrl  .tabcontent{
	text-align: left;
}
.Tabs .tabLeft,.Tabs .tabRight{
	position: absolute;
	top: 0;
	height: 40px;
	width: 30px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #333;
}
.Tabs .tabLeft.disabled,.Tabs .tabRight.disabled {
	opacity: 0.4;
	pointer-events: none;
	}
.Tabs .tabLeft{
	right: 40px;
}
.Tabs .tabRight{
	right: 10px;
}
.Tabs *::selection,tr::selection{
	background: none!important;
}

.gridster li {
	list-style: none;
	background: white;
}
/*pop*/
.dimmer{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.2);
	z-index: 120001;
}
.pop{
	width: 80%!important;
	height: 80%!important;
	position: fixed!important;
	left: 10%!important;
	top: 10%!important;
	z-index: 120002!important;
}


.ui.modal.modalview{
	background: #F5F5F6;
	padding:50px 10px 10px 10px;
	position: relative;
	width: 800px!important;
	margin-left:-400px!important;
}
/* .ui.modal.modalview:not(.smallGrid) .tablehead table,
.ui.modal.modalview:not(.smallGrid) .tablebody table{
	width:100%!important;
} */

.ui.modal.modalview.smallGrid{
	width: 800px!important;
	margin-left:-400px!important;
}
/* .ui.modal.modalview.smallGrid .modalcontent{
	width:auto;
} */
.modalview *{
	font-size: 12px;
}
.modalview table tr th{
	padding: 0 0 0 10px!important;
	height: 30px!important;
	border:none;
	background: #fff!important;
}
.modalview .tablebody{
	height: 540px;
	overflow: auto;
	border:1px solid #ccc;
	border-top:none;
	
}
.modalview .tablebody  table{
	border: none;
	/* border-right:1px solid #ccc; */
	background:none;
}
.modalview .tablehead table{
	border: none!important;
	/* border-right:1px solid #ccc!important; */
}
.modalview .tablebody  table tbody tr td{
	height: 30px;
	padding: 0 0 0 10px!important;
	background: white;
	position: relative;
	z-index: 2;	
}
.modalview .tablebody .table tr:nth-child(odd) td  {
    background-color: #EEE;
}
.modalview .tablebody table thead{
	/* display: none; */
	opacity: 0;
}
.modalview>header{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 40px;
	line-height: 20px;
	font-size: 16px!important;
	font-size: 12px;	
	color:rgba(0,0,0,.85);
    font-family: "Microsoft YaHei";
	border-bottom: 1px solid #ccc;
	padding: 10px !important;
    background: #fff;
}
.modalview>.modalcontent{	
	  /* border: 1px solid #ccc; */
	  border-top:none ;
	  position: relative;
}
.modalview>.close{
	cursor: pointer;
    position: absolute;
    top: -2.5rem;
    right: -2.5rem;
    z-index: 1;
    opacity: .8;
    font-size: 1.25em;
    color: #fff;
    width: 2.25rem;
    height: 2.25rem;
    padding: .625rem 0 0;
	top: 1px!important;
    right: 2px!important;
    color: #da251d!important;
}
.modalview .tablehead{
	border: 1px solid #ccc;
	border-bottom: none;
	/* background:#fff; */
	/* border-top-left-radius: 4px;
	border-top-right-radius: 4px; */
	overflow:hidden;
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	z-index: 3;
}
.modalview.scroll .tablehead{
	padding-right:10px;
}
.modalview *[act]{
	cursor: pointer!important;
}
.modalview *[act]:hover{
	text-decoration: underline;
}
.modalViewRight{
	height:80px;
	width:80px; 
	position: fixed;
	z-index: 85000;
	right:-40px;
	top:50%;
	margin-top: -40px;
	border-radius: 100%;
	overflow:hidden;
	background: #34495e;
	color:#fff;
}
.modalViewRight .icon{
	top: 50%;
    margin-top: -14px;
    left: 12px;
    display: block;
    position: absolute;
    font-size: 24px;
    height: 28px;
    line-height: 28px;
    width: 24px;
    cursor: pointer;
}
