/*-common-*/


.floatleft{float:left;display:inline} 
.floatright{float:right;display:inline} 
.blockcenter{margin-left:auto;margin-right:auto;} 


.clearleft{clear:left} 
.clearright{clear:right} 
.clearboth{clear:both} 
.clearfix:after, .row:after, .datagrid-toolbar:after, .dialog-button:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;} 
.clearfix, .row, .datagrid-toolbar, .dialog-button{*zoom: 1;}
.row{margin-bottom: 20px;}


.verticlealigntop{vertical-align:top}
.verticlealignmiddle{vertical-align:middle}
.verticlealignbottom{vertical-align:bottom}


.positionrelative{position:relative} 
.positionabsolute{position:absolute} 
.abs-right{position:absolute;right:0} 
/*IE haslayout*/ 
.zoom{zoom:1}

 /*display*/ 
.hidden{visibility:hidden} 
.displaynone{display:none} 
.displayblock{display:block} 


.sep {
	float: left;
	margin-left: -10px;
	width: 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/* .l-btn { */
/* 	float: left; */
/* } */

/* * + .l-btn { */
/* 	margin-left: 10px; */
/* } */




.validatebox-invalid{
    border: 1px solid #ccc;
    border-color: #c1deee;
    background-color: #fff;
    border-bottom-color: #ff9898;
    color: #000;
}

.textbox-invalid{
    border: 1px solid #ccc;
    border-color: #ccc;
    background-color: #fff;
    border-bottom-color: #ff9898;
    color: #000;

}
.aac{
	background: url("images2/commonJob.png") no-repeat top left;
}
.example{
	background: url("images2/example.png") no-repeat top left;
}
.systemManger{
	background: url("images2/systemManger.png") no-repeat top left;
}
.paramer{
	background: url("images2/paramer.png") no-repeat top left;
}
.register{
	background: url("images2/register.png") no-repeat top left;
}
.commonJob{
	background: url("images2/commonJob.png") no-repeat top left;
}
.statis{
	background: url("images2/statis.png") no-repeat top left;
}
.acceptRegister{
	background: url("images2/acceptRegister.png") no-repeat top left;
}
.licence{
	background: url("images2/licence.png") no-repeat top left;
}
.excel{
	background: url("images2/excel.png") no-repeat top left;
}
.lockMenu{
	background: url("images2/lockMenu.png") no-repeat center left;
}
.desktop{
	background: url("images2/desktop.png") no-repeat top left;
}

.accordion{
	background: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#c6cad5));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f5f5f5,endcolorstr=#c6cad5,gradientType=0);
}

/* .tabs li.tabs-selected a.tabs-inner{
	background:#3c917b;
	border-bottom:1px solid #3c917b;
}
.tabs li a.tabs-inner{
	border-color:#c1deee;
	background:#c1deee;
} */
.layout-split-west{
	border-right:0px solid #eee;
	
}
.panel-tool a{
	width:20px;
}


textarea{
    font: 13.3333px Arial;
}



.st-form{
	padding:10px;
}

.st-form-title {
    font-size: 14px;
    font-weight: bold;
    color: #777;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}

.st-form-row{
	text-align:center;
}

.st-toolbar-fixed{
    position: fixed;
    z-index: 999;
    width: 100%;
}


/* .datagrid-row-selected .datagrid-cell .st-link{
	    color: white !important;
} */

.st-upload-file{
	display: inline;
    height: 0px;
    width: 0px;
    border: none;
    position: fixed;
    left: -1000px;
}
.st-ifull{
	position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
}

		.combo-arrow ,.combo-arrow:hover ,.datagrid-cell  .combo a:hover{
		    background: url(images/combo_arrow.png) no-repeat center center !important;
		}
		
 	.img-item{
	width: 100px;
    height: 100px;
    float: left;
    margin: 9px;
    cursor: pointer;
	}
	
	.tree-node-selected {
	    background: #c0deff !important;
	    color: #3c3c3c;
	}
	.easyui-tree{
	width:max-content;
	}
