html,body{
	width: 100%;
	height: 100%;
}
.content{
/* 	width: 100%;
	height: 100%; */
	padding: 5px;
	display: flex;
	flex-direction: column;
}
.search-bar{
	vertical-align: middle
}
.toolbar_btn {
    padding-left: 20px;
    margin-right: 10px;
}
.z-toolbar {
    padding: 3px;
    border: 1px solid #E5E5E5;
    margin-bottom: 2px;
    background-color: #E5E5E5;
    box-sizing: border-box;
    width: 100% !important;
}
a.l-btn-disabled {
    color: #333;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}
.z-txt {
    margin: 0;
    padding: 0 3px;
    width: 122px;
    line-height: 20px;
    height: 20px;
    border: 1px solid #a4bed4;
    font-size: 9pt;
    display: inline-block;
    border-color: #a4bed4!important;
}
.z-txt-select{
    width: 122px;
    line-height: 24px;
    height: 24px;
    margin: 0;
    border-color: #a4bed4!important;
}
.z-txt-select .layui-input{
    border-color: #a4bed4;
}
.layui-table{
    color: #000
}
.lbl {
    color: #7e7789;
}
.lbl, .val {
    margin-top: 2px;
    margin-bottom: 2px;
}
.layui-tab-title{
    height: 30px;
}
.layui-tab-title .layui-this:after{
    height: 26px;
}
.layui-tab-card > .layui-tab-title {
    background: #E5E5E5;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding-top: 2px;
}
.layui-tab-title li{
    height: 27px;
    line-height: 27px;
    color: #0E2D5F;
    background-color: #E0ECFF;
    border-color: #95B8E7;
    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF, endColorstr=#E0ECFF, GradientType=0);
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    margin: 0 4px -1px 0!important;
}

.layui-tab-card>.layui-tab-title .layui-this{
    background-color: #fff;
    color: #0E2D5F;
    background: -webkit-linear-gradient(top,#EFF5FF 0,#fff 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#fff 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#fff 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF, endColorstr=#ffffff, GradientType=0);
}
.layui-tab-content{
    padding: 5px 10px!important;
}
.layui-tab{
    margin: 2px 0;
}
.layui-tab-content{
    border: 1px solid #95B8E7;
    margin-top: -1px;
}
.small-select .xm-select-parent .xm-select-title{
    min-height: 24px;
}
.small-select .xm-input .xm-select{
    height: 25px;
    padding: 0;
    min-height: 25px;
}
.small-select .xm-select-parent .xm-input{
    height: 24px!important;
    line-height: 24px;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-color:#a4bed4;
    border-radius: 0px;
}
.small-select .xm-select-parent .xm-select-title div.xm-select-label > span {
    font-size: 12px;
    padding: 0 17px 0 4px;
    box-sizing: border-box;
}
.small-select .xm-select-parent .xm-select-title div.xm-select-label > span i{
    line-height: 16px;
    margin-left: 5px;
}
.small-select .xm-select-parent .xm-select .xm-select-label{
    padding-left: 5px;
    top: -1px;
}
.small-select .xm-iconfont{
    line-height: 25px;
}
.small-select .xm-select-parent dd > .xm-cz-group {
    margin-right: 30px;
    border-right: 2px solid #ddd;
    height: 25px;
    margin-top: 4px;
    line-height: 25px;
    overflow: hidden;
}
.layui-input{
    border-color: #a4bed4;
}
.layui-form-label{
    color: #7e7789;
}
.layui-select-disabled .layui-disabled{
    background: #f6f6f6;
    border-color: #a4bed4!important;
    color: #666!important;
}
.layui-input-block{
    margin-right: 10%;
}
.required .layui-form-label{
    color: red
}
.disabled .layui-input{
    background: #f6f6f6;
    border-color: #a4bed4!important;
    color: #666!important;
}