@charset "UTF-8";
.tree-height{
            height: -webkit-calc(100vh - 28px);
            height: -moz-calc(100vh - 28px);
            height: calc(100vh - 28px);
            width: 260px;
            overflow: auto;
}
.panlebg
{
	background-color: #f2f2f270;
}
.rowscroll
{
	overflow-y:scroll;
    overflow-x:hidden;
	height: -webkit-calc(100vh - 0px);
    height: -moz-calc(100vh - 0px);
    height: calc(100vh - 0px);
}
.big-font
{
	font-size:20px;
}
.info_title {
    background: #e7f4f3;
    float: left;
    width: auto;
    text-align: left;
    border-radius: 0 15px 0 0;
    margin: 0px 20px 0px 10px;
    color: #0f9386;
}
.eidtbg
{
	background-color: #f2f2f270;
}
.linbottom
{
	padding-bottom:0px;
}
.left-title
{
	height:20px;
	background-color: #f2f2f2;
	font-weight:bold;
	text-align: left;
	padding-left:10px;
}
.colfontred
{
	color:#FF5722 !important;
}
.colfontorange
{
	color:#FFB800 !important;
}
.colfontgreen
{
    color:#009688!important;
}
.titleselect
{
	float: right;
    margin-top: 5px;
    border: 0px;
    background-color: #f2f2f270;
    color:#333;
}
/*重写layui样式*/
.layui-card-header {
    position: relative;
    height: 21px;
    line-height: 21px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}
.layui-treeside4edit {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	width: 260px;
	overflow-x: hidden
}
.layui-tree4editbody {
	position: absolute;
	left: 265px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 998;
	width: auto;
	overflow-y: auto;
	box-sizing: border-box
}
.layui-querytreeside {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 200px;
	overflow-x: hidden;
}
.layui-querytreebody {
	position: absolute;
	left: 205px;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	overflow-y: auto;
	box-sizing: border-box;
}
.layui-querybody {
	position: absolute;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	overflow-y: auto;
	box-sizing: border-box;
	margin-top: 40px;
}
 .layui-table, .layui-table-view {
	margin: 0px 0
}
.layui-table-tool-self {
	position: absolute;
	right: 2px;
	top: 2px
}
.layui-table-tool {
	position: relative;
	z-index: 890;
	width: 100%;
	min-height: 35px;
	line-height: 30px;
	padding: 3px 15px;
	border-width: 0 0 1px
}
.layui-card-header {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 3px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}
.layui-quote-nm
{
	border-color: #f2f2f270;
}
.layui-elem-quote {
    margin-bottom: 3px;
    padding: 15px;
    line-height: 22px;
    border-radius: 0 2px 2px 0;
}
.layui-form-label {
    float: left;
    display: block;
    padding: 10px 6px;
    width: 56px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.layui-form-item .layui-inline {
    margin-bottom: 5px;
    margin-right: 10px;
}
.layui-form-item .layui-input-inline
{
	float: left;
    width: 190px;
    margin-right: 5px;
}
 .layui-layout-admin .layui-footer {
   /* position: fixed;
    left: 0px;
    right: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    background-color: #eee;*/
}
/*.layui-layer-title {
    padding: 0 80px 0 5px;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
.layui-card-header {
	background-color:#f2f2f270;
	position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}
.layui-card-body {
    position: relative;
    padding: 10px 15px;
    line-height: 24px;
    border: 1px solid #f6f6f6;
}*/
.layui-querytreeside::-webkit-scrollbar { /*滚动条整体样式*/
	width: 2px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.layui-querytreeside::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	background: #535353;
}

.layui-querytreeside::-webkit-scrollbar-track { /*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #EDEDED;
}


/**必填字段*/
.required:after {
	content: '*';
	color: red;
	position: absolute;
	margin-left: 4px;
	font-weight: bold;
	line-height: 1.8em;
	top: 6px;
	right: 5px;
}

/**辅助分割线*/
.layui-elem-field legend {
	margin-left: 20px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #0C0C0C;
}

/**主框内容*/
.layui-main {
	margin: 10px 10px 10px 10px;
}

/**表单间隔*/
.layui-form-item-margin0 {
	/* margin-bottom: 15px; */
	clear: both;
	*zoom: 1;
}