html,body{font-family:Microsoft YaHei,"黑体","宋体","幼圆",Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;}
body{padding: 0 10px;}
/* .pageContainer{padding: 10px;} */
.box{margin-top: 10px;}
/* 消息提示 */
.ui_maskLayer {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 900;
	width:100%;
	height:100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 300001; 
 }
.els-tip.ui_maskLayer {
    z-index: 300002;
}
.tip-box {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 8px #000000;
    position: absolute;
    display: block;
    width: 320px;
    z-index: 300002;
    left: 50%;
    top: 50%;
    /*min-height: 120px;*/
    margin: -120px 0 0 -160px;
    color: #555;
}
/* 按钮组 */
.btn-box{
	padding: 10px 10px;
	/* background-color: #F0F0F0 */
}
/* 表单组 */
.form-box{
	/*border: 1px solid #ddd;*/
	/*background-color: #F1F1F2;
	padding: 10px;*/
}
.form-group{
	margin-right:7px;
}

.ms-choice{
	border-radius: 2px;
	border-color: #e8e8e8;
}
.ms-drop{
	border-color: #e8e8e8;
}
.ms-drop ul li .layui-form-checkbox{
	display: none;
}
.ms-drop input[type="checkbox"] {
    margin: 0 5px;
}
.ms-search input{
	border-color: #e8e8e8;
	background-image: none;
	line-height: 28px;
}

.search-input-icon{
	position: absolute;
	top: 12px;
	right: 5px;
	cursor: pointer;
	font-size: 15px;
	color: #aaa;
}
#queryForm .ms-parent{
	width:100% !important;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]{
	margin-left:-20px;
}
.required-border-color{
	border-color: #ffc4c4
}
/* 表格头 */
/* 表格 */
.nav-tabs {
    background: #F1F1F2;
}
.nav>li>a{
	padding: 8px 15px;
	font-size: 13px;
}
.edit-box-wrap{
	margin: 10px;
}
.edit-box-wrap .btn-default{
	margin-right: 5px;
	padding: 6px 12px;
}
.edit-box-wrap .ms-parent{
	width: 196px !important;
    margin: 0 10px;
}
.tab-wrap{
	margin:0px;
	padding:0;
	font-size:12px;
	border:1px solid #ddd;
}
.mmGrid{
	border:none;
}
.mmGrid .mmg-headWrapper{
	border-bottom: 1px solid #ddd;
}
.mmGrid .mmg-head thead{
	background-color: #eee;
}
.mmGrid .mmg-headWrapper .mmg-head th{
	border-right: 1px solid #ddd;
	padding: 0;
}
.mmGrid .mmg-headWrapper .mmg-head th .mmg-titleWrapper{height:auto;}
.mmGrid .mmg-headWrapper .mmg-head th .mmg-titleWrapper .mmg-colResize{right:0;}
/* mmPaginator 分页*/
.mmPaginator{
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #C2D5E8;
	background-color: #f9f9f9;
}
.mmPaginator .limit select{
	height: 24px;
	width: 80px;
	padding: 0;
}
.mmg-filter{
	cursor:pointer;
}
.mmg-filter:hover{
	color: #3280fc;
}
/* 表格内表单 */
.mmGrid .mmg-bodyWrapper .mmg-body td span input[type="text"] {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  min-height: 30px;		/*ie下height:100%时，父容器高度必须有固定值*/
  border: 0;
  /*background: transparent url(../../com/mmGrid/img/arrow_down.png) no-repeat -10px -10px;*/
  outline: none;
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size:12px;
}
.mmGrid .mmg-bodyWrapper .mmg-body td span select {
  outline: none;
  border: 0;
  background: transparent;
  height: 100%;
  min-height: 30px;
  box-sizing: border-box;
  padding: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

/* 窗口 */
#mask{
	width:100%; 
	height:100%; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:1999;
	background:#000; 
	filter: alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity:0.5;
}
#maskTop{
	position: fixed; 
	top: 50%; 
	left: 50%;
	background: #fff; 
	color: #333; 
	z-index: 2999; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4); 
	-moz-box-shadow: 2px 2px 10px #909090; 
	-webkit-box-shadow: 2px 2px 10px #909090; 
	box-shadow: 2px 2px 10px #909090;
}
#maskTitle{
	position: relative;
	font-family: Microsoft Yahei; 
	font-size: 13px;
	color: #fff; 
	padding: 5px 0 5px 10px; 
	background: #6b6b6b url(../images/bg_a.png) repeat-x 0 0; 
	border-bottom: 1px solid #7b7b7b; 	
}
.closeWindow{
	position:absolute;
	top:7px;
	right:5px;
	cursor:pointer
}
.closeWindow:hover{
	color: #1ADDFF;
}
.ui-autocomplete {
        max-height: 200px;        
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }

/*.CodeMirror { height: auto; border: 1px solid #ddd; }
.CodeMirror-scroll {height: 600px; }*/