﻿.fixed-td td,
.fixed-td th {
    word-break: keep-all;
    white-space: nowrap;
}

/*****树控件*****/

.tree-sel {
    background: rgba(0, 0, 0, 0) url("/Assets/images/icon99.png") no-repeat scroll right center;
    /*border: 1px solid #999;
    border-radius: 15px;
    height: 31px;
    text-indent: 5px;
    cursor: pointer;
    width: 186px;*/
}

.tree-container {
    z-index: 2147483647;
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
}

    .tree-container .btn {
        border: 1px solid #ccc;
        margin: 2px 4px 2px auto;
        width: 45px;
    }

    .tree-container .control {
        border: 1px solid #d3d8c9;
        margin-top: -1px;
        padding: 6px 0;
        text-align: right;
        background-color: #f0f6e4;
    }

.curor-pointer {
    cursor: pointer;
}

/*验证*/

.has-success .validate-inline.ok {
    background: url(/Assets/images/icon66.png) no-repeat;
    padding: 0 0 0 18px;
    /*margin: 0 0 0 8px;*/
    font-size: 14px;
    font-weight: normal;
}

.has-error .validate-inline {
    background: url(/Assets/images/icon67.png) no-repeat;
    padding: 0 0 0 18px;
    /*margin: 0 0 0 8px;*/
    font-size: 14px;
    font-weight: normal;
}

/*jqadmin导致layui不正常的样式*/

.layui-form-radio > i:hover,
.layui-form-radioed > i {
    color: #5FB878;
}

.layui-form-select dl {
    z-index: 1001;
}

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
    padding: 1px 0;
}

.layui-table td,
.layui-table th {
    min-height: 16px;
    line-height: 16px;
}

.layui-table-cell {
    padding: 0 3px;
    padding-left: 2px;
    padding-right: 2px;
}
.layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
    padding-left: 2px;
    padding-right: 2px;
}
.layui-table-view .layui-table[lay-size=md] .layui-table-cell {
    padding-left: 2px;
    padding-right: 2px;
}
.layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
    padding-left: 2px;
    padding-right: 2px;
}
/*.layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
    height: 25px;
    line-height: 25px;
} */

.layui-btn + .layui-btn {
    margin-left: 3px;
}

/*.layui-btn + .layui-btn {
    margin-left: 10px;
}*/

/*分页控件始终显示在底部*/

/*.layui-table-page {
    background-color: white;
    position: fixed;
    bottom: 0;
    z-index: 110;
}*/

/*.layui-table-box {
    margin-bottom: 30px;
}
*/
/*分页控件始终显示在底部*/

/*表头字体加粗*/

.layui-table th {
    font-weight: bold;
}

/*ckeditor*/
/*设定编辑框最小高度，要不只有一行*/
.ck-editor__editable {
    min-height: 400px;
}
/*设置边框样式*/
.document-editor {
    border: 1px solid #DFE4E6;
    border-bottom-color: #cdd0d2;
    border-right-color: #cdd0d2;
    border-radius: 2px;
    max-height: 700px;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}


.layui-card {
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.layui-card-body {
    position: relative;
    padding: 0px;
    line-height: 24px;
}
/*layui form */
.layui-form .layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 100px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.layui-form .layui-input-block {
    margin-left: 130px;
    min-height: 36px;
}

.layui-table tr {
    height: 28px !important;
    line-height: 28px !important;
}
.layui-table-cell {
    height: 28px !important;
    line-height: 28px !important;
}