
/*框架边框*/
.edit_form .main_panel{
    width: calc(100% - 40px);
    height: 100%;
    padding: 20px;
    padding-bottom: 50px;
    overflow: auto;
}

/*高级搜索*/
.form_search_box{
    float: right;
}
.list_search_div{
    float: right;
    width: 50%;
}
.list_search_div > button{
    width: 50px;
    height: 34px;
    margin-left: 10px;
    position:relative;
    float: right;
    margin-top: 4px;
}
.list_search_div > div{
    width: 70%;float: right;margin-top: 5px;
}
.list_search_div > div > input{
    height: 34px;
}
.list_search_more_div{
    float: right;
    width: 18%;
}
.list_search_more_div dl{
    width: 350px;
}
.list_search_more_div .search_more{
    width: 88%;
    min-height: 200px;
    height: 300px;
    padding: 20px 20px;
    overflow: auto;
}
.list_search_more_div .search_more > div > label{
    color: #000;
}
.list_search_more_div .search_more .search_name{
    width: 90%;
}
.edit_form{
    width:100%;
    height: calc(100% - 65px);
}
.edit_form .edit_column{
    float: left;
    width: 50%;
}

.edit_form .edit_one_line{
    width: 100%;
}

/*图片上传*/
.layui-upload-img{
    width: 125px; height: 100px; margin: 0 10px 10px 0;
}

.edit_form .form_footer{
    position: fixed;
    left: 0;
    width:100%;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    z-index: 1050;
    background-color: #F8F8F8;
    border-top: 1px solid #eee;
    text-align: center;
}

.edit_form .form_footer > div {
    margin-left: 0;
}
.edit_form .disabled {
    display: none;
}
.layui-tree-txt{
    text-decoration: none!important;
}

.view-editor {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: #e6e6e6;
    min-height: 150px;
}




.tancUL {
    position: absolute;
    background: #FFF;
    border: solid 1px #cccccc;
    left: -15px;
    top: 28px;
    font-size: 12px;
    color: #333333;
    /*padding: 10px 0;*/
    z-index: 999;
    display: none;
    list-style: none;
}

.tancUL li {
    line-height: 32px !important;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e5e5e5;
    /*padding-bottom: 5px;*/
    padding-right: 15px;
    padding-left: 15px;
}

.tancUL li:last-child {
    border-bottom-width: 0;
}

.tancUL li:hover {
    background-color: #f2f2f2;
}

.tancUL li em {
    height: 2px;
    width: 2px;
    border: 1px solid #666666;
    vertical-align: 10%;
    display: inline-block;
    border-radius: 100px;
    margin-right: 4px;
}

.btn-group:hover .tancUL{
    display: block;
}


a:hover .op_div {
    display: block;
}
.table-operate .layui-form td:last-child .layui-table-cell{
    overflow: inherit;
}
/*div[lay-id="activeInfo-table"] td[data-field="id"] .layui-table-cell:hover .tancUL{*/
    /*display: block;*/
/*}*/
/*.tancUL:hover{display: block}*/

/*控件父容器*/
.layui-form-help-item {
    position: relative;
}

/*帮助图标前的控件*/
.layui-input-help-block {
    margin-right: 20px;
}

/*帮助图标*/
.layui-form-help-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
}
.file_upload_msg{
    float: right;
    margin-right: 10px;
}

/* for list.html start */
.hide {
    display: none
}
.search-form{
    /*border: 1px solid rgb(230, 230, 230);*/
    /*padding: 10px 2px;*/
}
.search-form > .layui-inline {
    padding: 5px 0;
}
.search-form > .search-btn {
    padding-left: 20px;
}
/* for list.html end */

.layui-form-label {
    width: 110px;
}

.layui-input-block {
    margin-left: 140px;
}

.required:before {
    content: "*";
    color: #ff4949;
    margin-right: 4px;
}

.require-on:before {
    content: "*";
    color: #9C9C9C;
    margin-right: 4px;
}