html {
    background-color: rgb(242, 242, 242);
    color: rgb(102, 102, 102);
}

.color-red {
    color: #FF5722;
}
.color-orange {
    color: #FFB800;
}
.color-green {
    color: #009688;
}
.color-green-light {
    color: #5FB878;
}

.layui-color-red {
    color: #FF5722;
}

.layui-color-orange {
    color: #FFB800
}

.layui-color-blue {
    color: #01AAED
}

.layui-color-green {
    color: #009688
}

.layui-table-cell .layui-btn + .layui-btn {
    margin-left: 0
}
.layui-table-fixed .layui-table-body tbody tr .layui-table-cell:last-of-type{
    padding-left: 10px;
}

.layui-table-view .layui-table-cell {
    /*font-size: 14px;*/
    /*padding: 0 4px;*/
    padding: 0 6px;
    /*height: auto;*/
    /*overflow: visible;*/
    /*text-overflow: inherit;*/
    /*white-space: normal;*/
    /*word-break: break-all;*/
}

.table-not-auto .layui-table-fixed .layui-table-body tbody tr .layui-table-cell {
    min-height: 28px;
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
}

.table-not-auto .layui-table-view .layui-table-cell {
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.layui-table-view .layui-table-header .layui-table-cell, .layui-table-view .layui-table-total .layui-table-cell {*/
/*    text-align: center;*/
/*}*/

textarea.layui-textarea.layui-table-edit {
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
}

xm-select > .xm-label .xm-label-block.disabled > i.xm-icon-close{
    display: none;
}
xm-select > .xm-label .xm-label-block.disabled > span{
    width: 100% !important;
}

.text-center {
    text-align: center;
}

/*增加内容宽度*/
.extend .layui-form-label {
    padding: 9px 10px 9px 0;
    width: 110px;
}
.extend .layui-input-block {
    margin-left: 120px;
}
.extend{
    line-height: normal;
}

/*必填标记*/
.dotRed:after {
    content: '*';
    color: #ff3100;
    margin-left: 2px;
}
.dotRedL:before {
    content: '*';
    color: #ff3100;
    margin-left: 2px;
}

.inline-block {
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
    display: inline-block;
}


.half {
    width: 50%;
    font-size: 14px;
}
.width-250 .layui-form-item .layui-input-inline {
    width: 250px;
}

.width-120 {
    width: 120px !important;
}

.width-100 {
    width: 100px !important;
}

.label-auto, .label-auto .layui-form-label {
    padding: 9px 15px !important;
    width: auto !important;
}

.form-tip {
    color: #bbbbbb;
}

.tip-bottom {
    color: #FF5722;
    /*padding: 0 20px 15px;*/
    padding: 15px 10px;
    background-color: wheat;
}

.border-red, .border-red:hover {
    border: 1px solid red !important;
    color: red !important;
}
.border-yellow, .border-yellow:hover {
    border: 1px solid #ffff33 !important;
    color: #ffff33 !important;
}

.adaptive-search label {
    float: none;
    display: inline-block;
}
.adaptive-search .layui-form-item{
    margin-bottom: 0;
}
.adaptive-search .layui-form-item .layui-input-inline {
    float: none;
}

.adaptive-search .layui-form-item:first-of-type > .inline-block:last-of-type {
    margin-bottom: 6px;
    line-height: 32px!important;
}
.adaptive-search .layui-form-item:first-of-type > .inline-block:last-of-type a{
    float: left;
}
.item-type {
    background-color: #6699CC;
    padding: 0 6px;
    border-radius: 2px;
    color: white;
    margin-left: 5px;
    font-size: 12px;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    display: inline-block;
}

/*自定义样式*/
.layui-elem-quote{
    margin: 20px 10px;
    border-left:5px solid #066FD7;
    background: #FFFFFF;
    padding: 0 15px;
}
.layui-card .layui-form .layui-form-item .layui-form-label {
    width: 100px;
    text-align: right;
}
.layui-card .layui-card-header .layui-form-item .layui-form-label:first-child {
    width: 100px;
    text-align: right;
}
.hrLine {
    background-color: #f6f6f6;
}
.layui-nav .layui-nav-item a {
    /*display: block;*/
    padding-left: 20px !important;
}
.layui-laydate .layui-this{
    background-color:#066FD7 !important;
}
.layui-laydate-header span:hover {
    color: #066FD7 !important;
}



