﻿.padding-tb-15
{
	padding: 15px 0;
}
.padding-right-25
{
	padding-right:25px;
}
.layui-table-tool
{
	    min-height: 60px;z-index:10;
}
.layui-float-left
{
	float:left;
}
.red
{
    color: red;
}
.ant2-form-item {
    padding-bottom: 0;
    font-size: 12px;
    color: #777;
}
.imgUploadBox img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.formFoot .layui-layer-close {
    position: initial;
}
.hidden {
    display: none;
}
.layui-bg-violet {
    background-color: #9e60e7;
}
input[disabled], select[disabled], .layui-select-disabled input{
    cursor: not-allowed;
    background: #f5f7f9;
}
/*解决fixed: ‘right’重新查询不起作用*/
.layui-table-fixed.layui-hide {
    display: block !important;
}

 .lineBtnGroup .layui-btn
    {
        border: 1px solid #ddd;
        border-right: 0;
    }

    .whiteBack
    {
        color: #000;
        background: #fff;
    }

    .lineBtnGroup .whiteBack:first-child
    {
        border-left: 1px solid #ddd;
    }

    .lineBtnGroup .whiteBack:last-child
    {
        border-right: 1px solid #ddd;
    }

    .whiteBack:hover
    {
        color: #5a8bff;
    }
.layui-table-hover a
{
	color: #5a8bff !important;
}
.layui-table-fixed-r
{
	z-index: 1;
}
.color-black
{
	color:#000 !important;
}
.bg-orange
{
	background: #e4a43c !important;
    color: #fff;
    border-color: #e4a43c;
}
.bg-orange:hover,.bg-green:hover
{
    color: #fff;
}
.bg-green
{
	background: #69d487 !important;
    color: #fff;
    border-color: #69d487;
}
.layui-btn
{
	border-radius:4px;
}
