﻿/*
=============================================
 Author:	wn
 Create date: 	2018-2-28
 Description:	产品界面基础布局样式
==========修改记录===========================
 ============================================
*/
/*#region***宽高布局*********************/
.width-auto {
    width: auto;
}

.width-per10 {
    width: 10%;
}

.width-per15 {
    width: 15%;
}

.width-per20 {
    width: 20%;
}

.width-per25 {
    width: 25%;
}

.width-per35 {
    width: 35%;
}

.width-per50 {
    width: 50%;
}

.width-per80 {
    width: 80%;
}

.width-per100 {
    width: 100%;
}

.width-number,
.width-fix60 {
    width: 60px;
}

.width-check {
    width: 40px;
    text-align: center;
}

    .width-check input {
        margin-left: auto;
        margin-right: auto;
    }

.width-number {
    width: 40px;
    text-align: center;
}

.width-fixed120 {
    width: 120px;
}

.width-fixed150 {
    width: 150px;
}
/**单选复选样式展现**********************/
.form-check.lzicon {
    display: inline-block !important;
    width: 16px;
    height: 16px;
    font-size: 10px !important;
    line-height: 14px;
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fff;
    color: transparent;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

    .form-check.lzicon:before {
        font-family: 'buttonIco';
        background: inherit;
        width: 14px;
        height: 14px;
        line-height: 14px;
        vertical-align: top;
    }

.form-check.active {
    border-color: #279bf1;
    background-color: #279bf1;
    color: #fff;
}

.form-check.input-checkbox {
    border-radius: 2px;
    font-style: normal;
}

    .form-check.input-checkbox:before {
        content: "\f00c";
    }

.form-check.input-radio {
    border-radius: 150%;
}

    .form-check.input-radio:before {
        content: "\f00c";
    }

.form-check.sel_part:before {
    content: "\f068";
}

.radio,
.radio-inline,
.checkbox-inline,
.checkbox {
    padding-left: 18px;
    font-weight: normal;
}


    /*单复选框*/
    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;
        margin-top: -9px;
        top: 50%;
        line-height: 0;
        display: inline-block;
        left: 0;
        margin-left: 0;
        height: 20px;
        vertical-align: middle;
    }

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    min-height: 30px;
}

.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
    padding-top: 0;
    margin-top: 6px;
    min-height: 20px;
}


/**数字与选择的控件***************************/
.form-view-check {
    position: relative;
    display: inline-block;
    min-width: 16px;
    text-align: center;
    font-weight: normal;
}

    .form-view-check > span.number {
        color: #999;
    }

    .form-view-check > input[type=checkbox],
    .form-view-check > input[type=radio] {
        margin: 0 auto;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
        visibility: hidden;
        vertical-align: top;
        height: auto;
        background: #fff;
    }

    .form-view-check:hover > input[type=checkbox],
    .form-view-check:hover > input[type=radio],
    .form-view-check.active > input {
        display: inline-block !important;
        visibility: visible !important;
    }

    .form-view-check:hover > span.number,
    .form-view-check.active > span.number {
        color: transparent !important;
        display: none;
    }
/*表单控件**/
.lz-form-pd {
    padding: 15px 25px;
}

    .lz-form-pd .form-group,
    .form-inline .form-group {
        margin-left: 0;
        margin-right: 0;
        display: box; /* OLD - Android 4.4- */
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

.control-label {
    padding-right: 0;
    font-weight: normal;
    font-size: inherit;
    color: #6f727c;
    min-width: 75px;
    line-height: 20px;
}

    .control-label label {
        font-weight: normal;
    }

    .control-label.width-auto {
        min-width: 0;
    }

.form-horizontal .control-label {
    text-align: left;
    padding-top: 6px;
}

.label-required {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: inherit;
    line-height: inherit;
}

.control-view {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    width: 0; /*width:0;元素设置不换行时宽度不撑开*/
}

.form-desc {
    color: #9a9a9a;
    font-size: 12px;
}

.form-group-txt {
    margin-top: 6px;
}

.form-group.fluid {
    margin-left: 0;
    margin-right: 0;
}
/*多行文本**/
textarea.form-control {
    height: auto;
    line-height: 20px;
}

.form-control.text-row5 {
    height: 100px;
}

/*#endregion*/
/**#region通用左右布局模式*/
.layout-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}

.layout-iconbar {
    width: 64px;
    display: table-cell;
    height: 100%;
    float: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
    z-index: 5;
    position: relative;
}

.layout-viewport {
    width: auto;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
}
/**#region一行导航标题*/
.lz-container {
    width: 100%;
    height: 100%;
}

.lz-navbar {
    height: 50px;
    line-height: 48px;
}

.lz-nav-title {
    line-height: inherit;
    color: inherit;
    font-size: 18px;
}


/*标题导航列表**/
.lz-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .lz-nav-list > li {
        font-size: 14px;
        cursor: pointer;
        line-height: inherit;
        float: left;
        position: relative;
    }

        .lz-nav-list > li > a {
            display: block;
            padding: 0 10px;
            color: inherit;
            text-decoration: none;
        }

        .lz-nav-list > li + li {
            margin-left: 2px;
        }

        .lz-nav-list > li:hover > a {
            background: rgba(0,0,0,0.15);
            color: inherit;
            text-decoration: none;
        }

        .lz-nav-list > li + li:after {
            position: absolute;
            left: -2px;
            width: 2px;
            text-align: center;
            top: 0;
            content: "|";
            content: "\007c";
            color: inherit;
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

/****/
/***#region****通用页面标题区**********************/
.layout-header {
    padding: 8px 15px;
    margin-bottom: 0;
    min-height: 42px;
}

    .layout-header > [class^="col-"],
    .layout-header > [class*=" col-"],
    .layout-control > [class^="col-"],
    .layout-control > [class*=" col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .layout-header .btn-group-sm,
    .layout-control .btn-group-sm {
        margin-top: 5px;
    }

    .layout-header .btn-icon:hover {
        background-color: #fff8d0;
        border-color: #f2dc68;
    }
    /**标题处选项卡****/
    .layout-header > .lz-nav-tabs,
    .layout-header > .lz-nav-subtabs {
        margin-top: -8px;
        margin-bottom: -8px;
        margin-left: -15px;
        height: 100%;
    }



.layout-title {
    line-height: 30px;
    font-size: 16px;
}

    .layout-title:before {
        margin-left: -12px;
        margin-right: 12px;
        height: 18px;
        width: 3px;
        display: inline-block;
        vertical-align: middle;
        content: "";
        background: #5cb2f0;
    }

.title-img > .lz-ellipsis {
    max-width: 85%;
    vertical-align: middle;
}

.layout-control,
.layout-batch {
    padding: 5px;
    margin-bottom: 0;
    min-height: 40px;
}

    .layout-batch > .btn-group-split {
        margin: 0 -6px;
    }

.ui-position {
    position: relative;
}
/**批量编辑*********/
.layout-batch {
    position: absolute;
    left: 0;
    right: auto;
    min-width: 50%;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 5;
}

/*#endregion*/
/**图标上下控制********/
.iconbar-wrap {
    height: 100%;
    overflow-y: hidden;
}

    .iconbar-wrap > .nav-iconbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.iconbar-control {
    position: absolute;
    left: 50%;
    margin-left: -17px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.15);
    color: #fff;
    z-index: 10;
    width: 24px;
    height: 24px;
    display: none;
}

    .iconbar-control:hover {
        background: #5cb2f0;
    }

.iconbar-control-top {
    top: 10px;
}

.iconbar-control-bottom {
    bottom: 10px;
}
/*树布局**/
.lztree-wrap {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.lztree-viewport {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    vertical-align: top;
    width: 0; /*width:0;元素设置不换行时宽度不撑开*/
    overflow: hidden;
}

.lztree-sidebar,
.lztree-viewport {
    vertical-align: top;
    height: 100%;
}

.lztree-sidebar {
    width: 260px;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.35);
    z-index: 5;
    position: relative;
}

.lztree-wrap > [class^="col-"],
.lztree-wrap > [class*=" col-"] {
    float: none;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.35);
    z-index: 5;
    position: relative;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0;
}

/**垂直布局*/
.lztree-wrap.layout-v {
    -ms-flex-direction: column;
    flex-direction: column;
}


    .lztree-wrap.layout-v > .lztree-viewport {
        height: calc(100% -44px);
    }

.lztree-control {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    border: 0;
    background: #d0d0d0;
    height: 60px;
    width: 7px;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 5;
}

    .lztree-control:before {
        display: block;
        content: "";
        position: absolute;
        top: -10px;
        right: 0;
        border: 10px solid rgba(255,255,255,0);
        border-right-color: #fff;
    }

    .lztree-control:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -10px;
        right: 0;
        border: 10px solid rgba(255,255,255,0);
        border-right-color: #fff;
    }

    .lztree-control:hover {
        background: #888;
    }

.lztree-control-drap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid transparent;
    z-index: 36;
    cursor: w-resize;
    width: 6px;
    visibility: visible;
}

.treebar-title {
    font-size: 15px;
}

.title-txt,
.control-desc {
    line-height: 30px;
}

.lztree-header {
    padding: 0 12px;
}

/**头部列表**/
.treebar-header {
    height: 40px;
}

/*#endregion*/
/***#region***通用图标列表*******************/
.nav-iconbar > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #888;
    text-align: center;
    font-size: 14px;
    border-color: transparent;
    cursor: pointer;
    padding: 15px 0;
}


    .nav-iconbar > li > a > i {
        font-size: 24px;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .nav-iconbar > li > a:focus {
        background: none;
    }

    .nav-iconbar > li > a:hover {
        background: #f5f7f9;
        border-color: #f5f7f9;
    }

.nav-iconbar > li.active > a,
.nav-iconbar > li.active > a:hover {
    background: #f5f7f9;
    border-color: #f5f7f9;
    color: #008bf0;
}


.layout-iconbar .nav-iconbar > li > a:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: block;
    content: "";
    border: 10px solid transparent;
    border-left-color: inherit;
}

.layout-iconbar .nav-iconbar > li.active > a:after {
    color: #e8f6ff;
    right: -20px;
}

/*#endregion*/


.lz-nav-subtabs {
    padding: 8px 0;
}

    .lz-nav-subtabs > li {
        float: left;
        margin: 0 1px;
    }

        .lz-nav-subtabs > li > a {
            padding: 5px 15px;
            display: block;
            color: inherit;
            border-radius: 1px;
            line-height: 20px;
        }

            .lz-nav-subtabs > li.active > a,
            .lz-nav-subtabs > li > a:hover {
                color: #008bf0;
                text-decoration: none;
                background: #e8f6ff;
            }
/*#endregion*/
/***#region***通用左侧列表*******************/
.list-nostyle {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-treebar {
    color: #8a8a8a;
}

.tree-node {
    padding: 6px 12px;
    line-height: 20px;
    display: block;
    cursor: pointer;
    color: inherit;
}

    .tree-node > .checkbox-custom,
    .tree-node > .radio-custom {
        margin: -6px 0;
        padding-top: inherit;
        padding-bottom: inherit;
    }

a.tree-node {
    text-decoration: none;
    color: inherit !important;
}

.nav-treebar .list-group {
    margin: 0;
}

    .nav-treebar .list-group > a > .pull-right {
        margin-top: 6px;
    }



.lzicon-circle {
    display: inline-block;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    border: 4px solid rgba(0,0,0,0.15);
    line-height: 0;
    vertical-align: middle;
}

.icon-switch {
    display: inline-block;
    width: 12px;
}

.dropup .icon-switch:before {
    content: "\f0da";
}
/*#endregion*/


.lz-viewfield > dt.label-border {
    height: 20px;
    margin-top: 4px;
    vertical-align: top;
    float: left;
    margin-right: 5px;
    max-width: 120px;
}

.lz-viewfield > dd {
    display: block;
    vertical-align: top;
    width: auto;
    line-height: 28px;
    min-height: 28px;
}

/*用户列表*无头像*/
.lz-user-list {
    margin-left: -15px;
    margin-right: -15px;
}

    .lz-user-list.list-inline > li {
        padding: 5px;
        width: 16.6%;
        min-width: 100px;
    }

.lz-user-item {
    position: relative;
    padding: 5px;
    margin: 0;
}

    .lz-user-item span {
        line-height: 20px;
    }

    .lz-user-item > .close {
        position: absolute;
        float: right;
        top: 5px;
        line-height: 1;
        width: 16px;
        height: 16px;
        text-align: center;
    }

    .lz-user-item .user-txt:before {
        font-family: 'buttonIco' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        content: "\e98f";
        margin-right: 5px;
    }

.list-inline.list-label {
    margin: 0;
}

.list-inline > li.label {
    padding: 0 5px;
    margin: 1px 2px;
    line-height: 22px;
    vertical-align: top;
}

    .list-inline > li.label > i {
        vertical-align: middle;
    }

.list-area.list-inline > li.col-xs-3 {
    white-space: nowrap;
    width: auto;
    min-width: 25%;
    padding-top: 5px;
}

.list-area.list-inline > li.col-xs-2 {
    white-space: nowrap;
    width: auto;
    min-width: 16.66666667%;
    padding-top: 5px;
}

/*#endregion*/

/***#region****面包屑路径**********************/
.layout-control .breadcrumb {
    padding-left: 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 4px;
    line-height: 20px;
}

    .breadcrumb > li {
        padding: 5px 0;
        max-width: 120px;
        overflow: hidden;
        line-height: inherit;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: top;
    }

        .breadcrumb > li > a {
            vertical-align: top;
            color: #99a1bc;
        }

        .breadcrumb > li + li:before {
            display: inline-block;
            width: 20px;
            text-align: center;
            padding: 0 5px;
        }
/*#endregion*/
/***#region****通用搜索框**********************/
.lz-search-group {
    display: table;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    height: 28px;
    overflow: hidden;
}

    .lz-search-group.bg-gray {
        background-color: #f5f5f5;
        border-color: #f0f0f0;
    }

    .lz-search-group > .input-group-btn > .btn {
        border: 0 !important;
        overflow: hidden;
    }

    .lz-search-group > .form-control {
        border: 0 !important;
        box-shadow: none !important;
        background-color: inherit;
        height: 26px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .lz-search-group > .input-group-addon {
        background: inherit;
        border: 0;
        padding: 0 10px;
    }

    .lz-search-group > .input-group-btn > .btn {
        border: 0;
    }

.form-inline > .lz-search-group {
    width: 180px;
}
/*#endregion*/
/**#region***下拉框最大高度******************/
.dropdown-menu > li {
    cursor: pointer;
}

    .dropdown-menu > li > a {
        text-decoration: none;
        border: 0;
        padding: 6px 15px;
        color: inherit !important;
        overflow: hidden;
        text-overflow: ellipsis;
        background: none !important;
    }

        .dropdown-menu > li > a > * {
            vertical-align: middle;
        }

        .dropdown-menu > li > a > .lzicon {
            margin-right: 5px;
        }



    .dropdown-menu > li.active > a,
    .dropdown-menu > li.active > a:hover {
        color: inherit;
        background: inherit;
    }

    .dropdown-menu > li .sign-active {
        visibility: hidden;
    }

    .dropdown-menu > li.active .sign-active {
        visibility: visible;
    }


.dropdown-max-height {
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-menu {
    font-size: 12px;
    color: #646464;
}

.dropdown-version {
    width: 300px;
}


.dropdown-menu > .dropdown-menu,
.dropdown-fixed > .dropdown-menu {
    display: block;
    margin: -5px 0;
    box-shadow: none;
    background: none;
    border: none;
    position: relative;
    float: none;
}

.dropdown-fixed {
    position: fixed;
    border: 0;
    height: auto;
    z-index: 9999;
    margin: 0;
}

.dropdown-menu-iframe {
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0):;
}

.dropdwon-select > .dropdown-menu {
    width: 100%;
}

.dropdown-fullwidth {
    width: 100%;
}

/*#endregion*/
/*#region*********列表标签**************************/
.lzlist-tags .tags-item {
    border: 1px solid rgba(0,0,0,0.06);
    background: #eef6fd;
    color: #333;
    border-radius: 13px;
    margin: 2px;
    line-height: 24px;
    padding: 0 5px 0 8px;
}

    .lzlist-tags .tags-item > i {
        opacity: 0.3;
        filter: alpha(opacity=30);
        line-height: inherit;
        vertical-align: middle;
    }

    .lzlist-tags .tags-item .close {
        visibility: hidden;
    }

.lzlist-tags .tags-name {
    max-width: 100px;
    vertical-align: middle;
}

.lzlist-tags .tags-item:hover .close {
    visibility: visible;
    color: #ff0000;
}
/***#region***弹层********************************************/
.modal-upload {
    position: fixed;
    margin: 0;
    bottom: 0;
    right: auto;
    left: 50%;
    margin-left: -300px;
    top: auto;
    display: none;
    width: 600px;
    height: auto;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

    .modal-upload > .modal-dialog {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .modal-upload + .modal-backdrop {
        display: none !important;
        position: fixed;
        width: 0;
        height: 0;
    }

    .modal-upload .modal-body {
        max-height: 300px;
        overflow-y: auto;
    }

.modal-upload-min {
    width: 200px;
    margin-left: -100px;
    height: 40px;
    overflow: hidden;
}

.modal-content {
    box-shadow: 0 1px 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
    border-radius: 1px;
}

.modal-header,
.modal-footer {
    border: 0;
    padding: 6px 12px;
}

    .modal-footer > .btn {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 13px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .modal-footer > .btn-icon {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-header > .close {
        line-height: 34px;
    }

.modal-body {
    padding: 0 12px;
}

.modal-title {
    line-height: 34px;
    font-size: 18px;
}

.modal > .modal-center {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 320px;
    max-height: 100%;
    overflow-y: auto;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.modal-backdrop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}

.modal-dialog {
    z-index: 5;
}
/*弹层尺寸***/
.modal-xs {
    width: 100%;
    max-width: 350px;
}

.modal-md {
    width: 100%;
    max-width: 600px;
}

.modal-sm {
    width: 100%;
    max-width: 450px;
}
/*#endregion*/

/***#region***通用底部按钮****/
.footer-btnfull {
    padding: 0;
}

    .footer-btnfull > .btn {
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        border-color: #ddd;
    }


        .footer-btnfull > .btn + .btn {
            border-left: 1px solid #ddd;
            margin: 0;
        }
/*#endregion*/
/***#通用页面控件**********************************************************/
/*#region*********通用开关*********************/
.lz-switch {
    display: inline-block;
    vertical-align: top;
    min-width: 34px;
    height: 14px;
    background: #e0e0e0 !important;
    cursor: pointer;
    border-color: #ddd;
    position: relative;
    margin: 2px;
    border-radius: 18px;
    line-height: 0;
    text-align: right;
    padding: 0 10px 0 20px;
    font-size: 12px;
    color: #333;
}

    .lz-switch:before {
        content: "";
        font-size: 10px;
        line-height: 16px;
        position: absolute;
        display: inline-block;
        text-align: center;
        color: #ddd;
        left: -1px;
        top: -2px;
        width: 18px;
        height: 18px;
        background: #fff;
        border-radius: 150%;
        border: 1px solid #ddd;
        border-color: inherit;
    }

    .lz-switch.on {
        background-color: #279bf1 !important;
        color: #fff;
        padding-right: 20px;
        padding-left: 10px;
    }

        .lz-switch.on:before {
            right: -1px;
            left: auto;
        }

.form-switch {
    margin-top: 7px;
}
/*#endregion**/
/*#region控件下拉**/
.lzdropdown-selicon {
    width: 230px;
    padding: 10px 15px;
}
/*#endregion**/
/*#region控件图标列表**/
.lz-widgeticon {
    background: none;
    border-width: 0;
}

    .lz-widgeticon > li {
        vertical-align: top;
        padding: 5px;
        text-align: center;
        border-width: 0;
        border-style: solid;
        border-radius: 1px;
        border-color: none;
    }

        .lz-widgeticon > li > .lzicon {
            width: 20px;
            height: 20px;
            line-height: 20px;
            display: inline-block;
            margin: 0 auto;
            font-size: 16px;
        }

        .lz-widgeticon > li:hover {
            background: #ecfaff;
            border-color: inherit;
        }
/**控件图标颜色*/
.lz-widgetcolor > li {
    padding: 5px;
    position: relative;
}

    .lz-widgetcolor > li > span {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

    .lz-widgetcolor > li > i.lzicon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
        color: transparent;
        width: 20px;
        height: 20px;
        text-align: center;
    }

    .lz-widgetcolor > li.active > i.lzicon {
        color: #fff;
    }

    .lz-widgetcolor > li.active {
        border: 0;
        background: none;
    }
/*#endregion**/
/*#region控件input viewdrop下拉**/
.lz-form-viewicon {
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    padding: 2px 34px 2px 2px;
    position: relative;
}

    .lz-form-viewicon > .pull-right {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -10px;
        line-height: 20px;
        color: #9a9a9a;
    }


    .lz-form-viewicon > input {
        max-width: 80%;
        height: 24px;
        line-height: 24px;
        border: 0;
    }

    .lz-form-viewicon .item-view {
        height: 24px;
        line-height: 24px;
        padding: 0 5px;
    }

        .lz-form-viewicon .item-view.bg {
            background: #ecfaff;
            color: #4cb3ff;
        }

    .lz-form-viewicon > .list-label {
        margin: 0;
        padding: 0;
        min-height: 24px;
    }
/*#endregion**/
/***#end通用页面控件**********************************************************/
/*#redigon**表格列表***********/
.lztable-style,
.lztable-fixed {
    table-layout: fixed;
}

.lztable {
    width: 100%;
}

    .lztable .thhead,
    .lztable .tdcont {
        padding: 8px 10px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }
/***列表全部不换行*****/
.lztable-nowrap td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
/*#endregion**/
/***#region***通用面板********************************************/
.panel {
    margin-bottom: 10px;
}

.panel-heading {
    padding: 6px 12px;
}

.panel-default {
    border-color: rgba(0,0,0,0.08);
}

    .panel-default > .panel-heading {
        border-color: rgba(0,0,0,0.08);
    }

        .panel-default > .panel-heading:not(.bg-panel-heading) {
            background-color: #fff;
        }

.bg-panel-heading {
    background: #f5f6f9;
}

.panel-title {
    font-size: 16px;
    line-height: 30px;
}

    .panel-title > .title-img {
        margin-left: -12px;
        margin-right: 12px;
        height: 18px;
        width: 3px;
        display: inline-block;
        vertical-align: middle;
        content: "";
    }


.panel-sm > .panel-heading,
.panel-sm > .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

/*#endregion*/
.lz-form-row .col {
    padding: 5px 8px;
    display: flex;
    flex-wrap: wrap
}

    .lz-form-row .col > label {
        margin-top: auto;
        margin-bottom: auto;
    }

.lz-form-row > .col:last-child {
    border-right: 0;
}

.lz-form-table-content .lz-form-row:last-child > .col {
    border-bottom: 0;
}

.lz-form-border .col {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
