body,html {
	-webkit-user-select: none;
 /* Chrome/Safari/Opera */
	-moz-user-select: none;
 /* Firefox */
	-ms-user-select: none;
 /* IE10+ */
	user-select: none;
 /* 标准语法
*/
 cursor:default;

}
.success-tooltip{--ct-tooltip-bg:var(--ct-success)!important}
.daterangepicker {
    z-index: 10000;
}
.loading{
	width: 100%;
	height: 100%;
	margin: 0;
	position: fixed;
    left: 0;
    top: 0;
    font-size: 18px;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    text-align: center;
}
.select2-results__option--selected{
	display: none;	
}
.hide{
	display: none;	
}
#gscopyvalbox {
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.gs-tabc {
	text-align: center;
}
.gs-tabr {
	text-align: right;
}
.gs-wfs5{
	width:120px}
.gs-w-50vw{
	width:50vw;
}
.gs-h-50vh{
	height:50vh;
}
.gs-h-80vh{
	height:80vh;
}
.gs-h-100vh{
	height:100vh;
}
.gs-height-add{
	
	height:calc(100vh - 250px);
}
.gs-height-view{
	
	height:calc(100vh - 120px);
}
.gs-height-load{
	
	height:calc(100vh - 250px);
}
.gcss-uploader__input-box{
	Wfloat:left;
	position:relative;
	margin-right:9px;
	margin-bottom:9px;
	width:77px;
	height:77px;
	border:1px dotted #D9D9D9;
	color: #D9D9D9;
	font-size: 64px;
	line-height: 64px;
	text-align: center;
	font-weight: lighter;
	user-select:none
}
.gs-canvastop-h{
	height:calc(70vh - 40px);
	overflow: auto;
}
.gs-icon-200{
	font-size: 200px;
	width:200px;
	height:200px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	line-height: 200px;
	overflow: hidden;
}
.weui-uploader__hd{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  padding-bottom:10px;
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
}
.weui-uploader__title{
  -webkit-box-flex:1;
  -webkit-flex:1;
          flex:1;
}
.weui-uploader__info{
  color:#B2B2B2;
}
.weui-uploader__bd{
  margin-bottom:-4px;
  margin-right:-9px;
  overflow:hidden;
}
.weui-uploader__files{
	list-style:none;
	margin: 0px;
	padding: 0px;
	cursor: move;
}
.weui-uploader__file{
  float:left;
  margin-right:9px;
  margin-bottom:9px;
  width:79px;
  height:79px;
  background:no-repeat center center;
  background-size:cover;
}
.weui-uploader__file_status{
  position:relative;
}
.weui-uploader__file_status:before{
  content:" ";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:rgba(0, 0, 0, 0.5);
}
.weui-uploader__file_status .weui-uploader__file-content{
  display:block;
}
.weui-uploader__file-content{
  display:none;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
  color:#FFFFFF;
}
.weui-uploader__file-content .weui-icon-warn{
  display:inline-block;
}
/*.weui-uploader__input-box,.wx2pcpic,.pcphoto{
	float:left;
	position:relative;
	margin-right:9px;
	margin-bottom:9px;
	width:77px;
	height:77px;
	border:1px solid #D9D9D9;
	color: #D9D9D9;
}

.wx2pcpic i,.pcphoto i{
	font-size: 36px;
	line-height: 77px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}*/
.weui-uploader__input-box:before,
.weui-uploader__input-box:after{
  content:" ";
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
  background-color:#D9D9D9;
}
.weui-uploader__input-box:before{
  width:2px;
  height:39.5px;
}
.weui-uploader__input-box:after{
  width:39.5px;
  height:2px;
}
.weui-uploader__input-box:active,.wx2pcpic:active{
  border-color:#999999;color: #999999;
}
.weui-uploader__input-box:active:before,
.weui-uploader__input-box:active:after{
  background-color:#999999;
}
.weui-uploader__input{
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.uploader_del {
    line-height: 24px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    float: right;
    height: 24px;
    width: 24px;
}
a.uploader_del {
    line-height: 24px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    float: right;
    height: 24px;
    width: 24px;
}
.uploader_del:hover {

    color: #FFFF00;
    
}
.loadbody{
	height:100%
}
/*打印页*/
#printdiv2,#printdiv{
	background-color: #FFFFFF;
	padding: 20px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;	
}
#printdiv table{
	border-collapse:separate;border-spacing:1px;
}
.winContent {
	height: 80%;
	overflow: auto;
}
.printbtnbox {
	_height: 20vh;
}

.titdq{
	text-align-last:justify;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
/*打印页END*/


.gscolor,.gscolor option{/*text-shadow: -1px 1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5),-1px -1px 0 rgba(0,0,0,0.5);color:#FFF*/ }


/*地图搜索*/
#myPageTop {
	position: absolute;
	top: 5px;
	left: 20px;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding:6px;
	z-index: 10;
	font-family: "Microsoft Yahei", "微软雅黑", "Pinghei";
	font-size: 14px;
	background-attachment: scroll;
	background-color:rgba(255,255,255,0.5);
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#myPageTop label {
	margin: 0 20px 0 0;
	color: #666666;
	font-weight: normal;
}
#myPageTop input {
	width: 170px;
}
#myPageTop .column2{
	padding-left: 25px;
}
.tree {
	height: 300px;
	overflow: auto;    
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
 
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
.thisexceldata {
	background-color: #FFFFCC;
	animation: fade 600ms infinite;
    -webkit-animation: fade 600ms infinite;
}
@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

.side-nav i{
	text-align: center;  margin-right: 0; margin-left: 0;
}
.page-title samp ,.side-nav samp {
	display:none
}
body[data-leftbar-compact-mode=condensed] .side-nav .side-nav-item   {
	min-height:70px
}
body[data-leftbar-compact-mode=condensed] .side-nav samp{
	display: block;
	clear: both;

	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: -3px
}
body[data-leftbar-compact-mode=condensed] .side-nav-item:hover samp {
	display:none
}

body[data-leftbar-compact-mode=condensed]:not(.authentication-bg) {
     min-height: 100vh; 
}
body[data-leftbar-compact-mode=condensed] #leftside-menu-container .simplebar-wrapper {
    overflow: visible;
	
    min-width: 70px;
    margin-top:70px;
	position: fixed;
    
}