* {
    padding: 0;
    margin: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif!important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    color: #424242;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-align: none;
    color: #424242;
    cursor: pointer;
    text-decoration: none;
}

.row:after,
.row:before {
    content: '';
    display: block;
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    display: block;
    box-sizing: border-box
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-offset1 {
    margin-left: 8.33333333%
}

.col-xs-offset2 {
    margin-left: 16.66666667%
}

.col-xs-offset3 {
    margin-left: 25%
}

.col-xs-offset4 {
    margin-left: 33.33333333%
}

.col-xs-offset5 {
    margin-left: 41.66666667%
}

.col-xs-offset6 {
    margin-left: 50%
}

.col-xs-offset7 {
    margin-left: 58.33333333%
}

.col-xs-offset8 {
    margin-left: 66.66666667%
}

.col-xs-offset9 {
    margin-left: 75%
}

.col-xs-offset10 {
    margin-left: 83.33333333%
}

.col-xs-offset11 {
    margin-left: 91.66666667%
}

.col-xs-offset12 {
    margin-left: 100%
}

@media screen and (max-width:768px) {
    .hide-xs {
        display: none !important
    }

    .show-xs-block {
        display: block !important
    }

    .show-xs-inline {
        display: inline !important
    }

    .show-xs-inline-block {
        display: inline-block !important
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 750px
    }

    .hide-sm {
        display: none !important
    }

    .show-sm-block {
        display: block !important
    }

    .show-sm-inline {
        display: inline !important
    }

    .show-sm-inline-block {
        display: inline-block !important
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-offset1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset3 {
        margin-left: 25%
    }

    .col-sm-offset4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset6 {
        margin-left: 50%
    }

    .col-sm-offset7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset9 {
        margin-left: 75%
    }

    .col-sm-offset10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset12 {
        margin-left: 100%
    }
}

@media screen and (min-width:992px) {
    .container {
        width: 970px
    }

    .hide-md {
        display: none !important
    }

    .show-md-block {
        display: block !important
    }

    .show-md-inline {
        display: inline !important
    }

    .show-md-inline-block {
        display: inline-block !important
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-offset1 {
        margin-left: 8.33333333%
    }

    .col-md-offset2 {
        margin-left: 16.66666667%
    }

    .col-md-offset3 {
        margin-left: 25%
    }

    .col-md-offset4 {
        margin-left: 33.33333333%
    }

    .col-md-offset5 {
        margin-left: 41.66666667%
    }

    .col-md-offset6 {
        margin-left: 50%
    }

    .col-md-offset7 {
        margin-left: 58.33333333%
    }

    .col-md-offset8 {
        margin-left: 66.66666667%
    }

    .col-md-offset9 {
        margin-left: 75%
    }

    .col-md-offset10 {
        margin-left: 83.33333333%
    }

    .col-md-offset11 {
        margin-left: 91.66666667%
    }

    .col-md-offset12 {
        margin-left: 100%
    }
}

@media screen and (min-width:1200px) {
    .container {
        width: 1170px
    }

    .hide-lg {
        display: none !important
    }

    .show-lg-block {
        display: block !important
    }

    .show-lg-inline {
        display: inline !important
    }

    .show-lg-inline-block {
        display: inline-block !important
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-offset1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset3 {
        margin-left: 25%
    }

    .col-lg-offset4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset6 {
        margin-left: 50%
    }

    .col-lg-offset7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset9 {
        margin-left: 75%
    }

    .col-lg-offset10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset12 {
        margin-left: 100%
    }
}

.col-space1 {
    margin: -.5px
}

.col-space1>* {
    padding: .5px
}

.col-space2 {
    margin: -1px
}

.col-space2>* {
    padding: 1px
}

.col-space4 {
    margin: -2px
}

.col-space4>* {
    padding: 2px
}

.col-space5 {
    margin: -2.5px
}

.col-space5>* {
    padding: 2.5px
}

.col-space6 {
    margin: -3px
}

.col-space6>* {
    padding: 3px
}

.col-space8 {
    margin: -4px
}

.col-space8>* {
    padding: 4px
}

.col-space10 {
    margin: -5px
}

.col-space10>* {
    padding: 5px
}

.col-space12 {
    margin: -6px
}

.col-space12>* {
    padding: 6px
}

.col-space14 {
    margin: -7px
}

.col-space14>* {
    padding: 7px
}

.col-space15 {
    margin: -7.5px
}

.col-space15>* {
    padding: 7.5px
}

.col-space16 {
    margin: -8px
}

.col-space16>* {
    padding: 8px
}

.col-space18 {
    margin: -9px
}

.col-space18>* {
    padding: 9px
}

.col-space20 {
    margin: -10px
}

.col-space20>* {
    padding: 10px
}

.col-space22 {
    margin: -11px
}

.col-space22>* {
    padding: 11px
}

.col-space24 {
    margin: -12px
}

.col-space24>* {
    padding: 12px
}

.col-space25 {
    margin: -12.5px
}

.col-space25>* {
    padding: 12.5px
}

.col-space26 {
    margin: -13px
}

.col-space26>* {
    padding: 13px
}

.col-space28 {
    margin: -14px
}

.col-space28>* {
    padding: 14px
}

.col-space30 {
    margin: -15px
}

.col-space30>* {
    padding: 15px
}

/* basic layout ----- start */
#right-content {
    position: absolute;
    top: 60px;
    left: 220px;
    right: 0;
    bottom: 0;
    z-index: 900;
    width: auto;
    box-sizing: border-box;
    background: #f5f5f5;
    overflow: auto;
}

#right-body {
    background: #f5f5f5;
}

.content-wrapper {
    margin: 15px;
}

/* basic layout ----- end */

/* menu style ----- start */
#lb-left-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 220px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #424242;
}
.lb-menu-header {
    height: 60px;
    width: 220px;
}
.lb-menu-header>.brand {
    display: block;
    height: 50px;
    width: 220px;
    background: #dddddd top center no-repeat;
    background-size: 100% 100%!important;
    padding: 5px 0;
    text-indent: 220px;
    white-space: nowrap;
    overflow: hidden;
}
#lb-menu-panel {
    position: relative;
    width: 219px;
    height: calc(100% - 60px);
    overflow-x: hidden;
}
#lb-menu-panel .active{
    padding: 3px;
    margin: 0;
}
#lb-menu-panel .active a{
    border-radius: 5px;
}
.lb-menu-body .lb-menu-body-item {
    /* font-size: 16px;
    font-weight: 500;
    padding: 10px;
    margin: 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%); */
}
.lb-menu-body .lb-menu-body-item i {
    margin-right: 6px;
}
.lb-menu-body .lb-menu-body-item-header {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.lb-menu-body .lb-menu-body-item-header .lb-menu-body-item-icon {
    margin-right: 6px;
}

.lb-menu-body-item .k-i-arrow-chevron-down{
	position: absolute;
    top: 12px;
    right: 8px;
    left: auto!important;
    margin-top: 0;
    cursor: pointer;
    transition: all .2s;
}
.lb-menu-body-item.open .lb-menu-body-item-header .k-i-arrow-chevron-down{
	transform: rotate(180deg);
}
.lb-menu-body .lb-menu-body-item-children {
    padding: 0;
    margin: 0;
    display: none;
}
.lb-menu-body-item.open .lb-menu-body-item-children {
    display: block;
}
.lb-menu-body .lb-menu-body-item-children .lb-menu-body-item-children-li.active .lb-menu-body-item-children-a,
.lb-menu-body .lb-menu-body-item-children .lb-menu-body-item-children-li.active .lb-menu-body-item-children-a:hover,
.lb-menu-body .lb-menu-body-item-children .lb-menu-body-item-children-li.active .lb-menu-body-item-children-a:focus {
    background-color: #f35800;
    color: #ffffff;
}
.lb-menu-body-item-children-a {
    display: block;
    color: #444444;
    font-size: 12px;
    padding: 10px 20px;
	position: relative;
}
.lb-menu-body dl .lb-menu-body-item-children-a {
    padding: 10px 20px 10px 30px;
}
.lb-menu-body .lb-menu-body-item-children .lb-menu-body-item-children-li .lb-menu-body-item-children-a:hover,
.lb-menu-body .lb-menu-body-item-children .lb-menu-body-item-children-group .lb-menu-body-item-children-a:hover {
    background-color: rgba(0, 0, 0, 0.075);
    color: #222222;
}
.lb-menu-body-item-children-group>dl {
    background-color: rgba(0, 0, 0, 0.075);
    -weikit-box-shadow: inset 0 6px 12px rgba(0,0,0,0.1);
    box-shadow: inset 0 6px 12px rgba(0,0,0,0.1);
    display: none;
}
.lb-menu-body-item-children-group>.lb-menu-body-item-children-a {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lb-menu-body-item-children-group .k-i-arrow-chevron-down{
	position: absolute;
    top: 10px;
    right: 8px;
    left: auto!important;
    margin-top: 0;
    cursor: pointer;
    transition: all .2s;
}
.lb-menu-body-item-children-group.open>.lb-menu-body-item-children-a>.k-i-arrow-chevron-down{
	transform: rotate(180deg);
}
.lb-menu-body-item-children-group.open>dl {
    display: block;
}
/* menu style ----- end */

/* layoutTop style ---- start */
.lb-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 998;
    background-color: #ffffff;
    color: #424242;
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
}

.lb-nav {
    position: relative;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
    height: 100%;
}

.lb-nav * {
    font-size: 16px;
}

.lb-layout-left {
    position: absolute !important;
    left: 220px;
    top: 0;
}

.lb-layout-right {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lb-nav .lb-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    padding: 0 20px;
}

.lb-nav-item>a * {
    line-height: 60px;
}

.lb-nav .lb-nav-item>a {
    display: block;
}

.lb-nav .lb-nav-item[aria-expanded=true]>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f35800;
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none;
}

.lb-nav .lb-nav-item a .badge {
    pointer-events: none;
    position: absolute;
    top: 12px;
    left: 6px;
    min-width: 1px;
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #dc3545;
    color: #ffffff;
}

.lb-nav-item-child {
    position: absolute;
    right: 0;
    min-width: 120px;
    display: none;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0px rgb(0 0 0 / 25%);
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 25%);
}

.lb-nav-item-child .lb-nav-item-child-title {
    line-height: 32px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.lb-nav-item-child .lb-nav-item-child-item {
    line-height: 32px;
    margin: 1px 0;
    position: relative;
}
.lb-nav-item-child-item>a{
    display: block;
    padding: 0 10px;
}
.lb-nav-item-child .lb-nav-item-child-item * {
    font-size: 14px;
}

.lb-nav-item-child-item:hover,
.lb-nav-item-child-item.active {
    background: rgba(0, 0, 0, .08);
}
.ellipsis-itme{
    display: none;
}

@media screen and (max-width: 992px) {
    #lb-left-menu {
        width: 0;
    }
    .lb-layout-left {
        left: 0;
    }
    #right-content {
        left: 0;
    }
    .lb-header .lb-nav .lb-nav-item {
        padding: 0;
    }

    .lb-header .lb-nav .lb-nav-item a {
        padding: 0 20px;
    }
    
    .tenantrootdiv{
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    /* .lb-layout-right::after {
        content: '...';
	    font-size: 14px;
	    width: 30px;
	    position: absolute;
	    height: 30px;
	    right: 15px;
	    top: 15px;
	    font-weight: bold;
	    text-align: center;
    } */
    .ellipsis-itme{
        font-size: 23px;
        line-height: 45px;
        display: inline-block;
    }
    .icon-item{
        position: absolute;
        width: 78px;
        right: 0px;
        background: #fff;
        padding: 0 10px;
        display: none;
    }
    .lb-nav-item-child .lb-nav-item-child-item{
        width: 114px;
        padding: 0;
    }
    /* .lb-layout-right .lb-nav-item {
        display: none;
    } */
}
/* layoutTop style ---- end */


/* form style ---- start */
.lb-form {
    padding: 10px 0;
}

.lb-form .col-space1 {
    margin: 0 -.5px
}

.lb-form .col-space1>* {
    padding: 0 .5px
}

.lb-form .col-space2 {
    margin: 0 -1px
}

.lb-form .col-space2>* {
    padding: 0 1px
}

.lb-form .col-space4 {
    margin: 0 -2px
}

.lb-form .col-space4>* {
    padding: 0 2px
}

.lb-form .col-space6 {
    margin: 0 -3px
}

.lb-form .col-space6>* {
    padding: 0 3px
}

.lb-form .col-space8 {
    margin: 0 -4px
}

.lb-form .col-space8>* {
    padding: 0 4px
}

.lb-form .col-space10 {
    margin: 0 -5px
}

.lb-form .col-space10>* {
    padding: 0 5px
}

.lb-form .col-space12 {
    margin: 0 -6px
}

.lb-form .col-space12>* {
    padding: 0 6px
}

.lb-form .col-space14 {
    margin: 0 -7px
}

.lb-form .col-space14>* {
    padding: 0 7px
}

.lb-form .col-space16 {
    margin: 0 -8px
}

.lb-form .col-space16>* {
    padding: 0 8px
}

.lb-form .col-space18 {
    margin: 0 -9px
}

.lb-form .col-space18>* {
    padding: 0 9px
}

.lb-form .col-space20 {
    margin: 0 -10px
}

.lb-form .col-space20>* {
    padding: 0 10px
}

.lb-form .col-space22 {
    margin: 0 -11px
}

.lb-form .col-space22>* {
    padding: 0 11px
}

.lb-form .col-space24 {
    margin: 0 -12px
}

.lb-form .col-space24>* {
    padding: 0 12px
}

.lb-form .col-space26 {
    margin: 0 -13px
}

.lb-form .col-space26>* {
    padding: 0 13px
}

.lb-form .col-space28 {
    margin: 0 -14px
}

.lb-form .col-space28>* {
    padding: 0 14px
}

.lb-form .col-space30 {
    margin: 0 -15px
}

.lb-form .col-space30>* {
    padding: 0 15px
}

.lb-form-item {
    margin-bottom: 10px;
    clear: both;
    *zoom: 1;
    min-height: 30px;
}

.lb-form-item.required .lb-form-label::before,
.lb-form-inline.required .lb-form-label::before{
    content: "*";
    color: #3f51b5;
    position: absolute;
    right: 4px;
}

.lb-form-label {
    position: relative;
    float: left;
    display: block;
    padding: 5px 15px 5px 0;
    width: 120px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    box-sizing: unset;
}

.lb-form.horizontal .lb-form-label {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-weight: bold;
}

.lb-form-item .lb-form-inline {
    margin-bottom: 10px;
    margin-right: 10px;
}

.lb-form-inline {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.lb-input-block {
    margin-left: 135px;
    min-height: 30px;
}
.lb-input-block-flex {
    margin-left: 135px;
    min-height: 30px;
    display: flex;
}

.lb-form.horizontal .lb-input-block {
    min-height: 30px;
}

.lb-form-item .lb-input-inline {
    float: left;
    width: 150px;
    margin-right: 5px;
}

.lb-input-inline {
    display: inline-block;
    vertical-align: middle;
}

.lb-input-block, .lb-input-inline, 
.lb-input-block-flex {
    position: relative;
}

.lb-form-item.required .k-input,
.lb-form-item.required .k-picker,
.lb-form-inline.required .k-input,
.lb-form-inline.required .k-picker,
.lb-input-required-border>.k-input,
.lb-input-required-border>.k-picker {
    border-color: #3f51b5;
}
.lb-form-item.required .k-input.lb_not_required_input,
.lb-form-item.required .k-picker.lb_not_required_input{
    border-color: rgba(0,0,0,.08)!important;
}

.lb-text-word {
    position: relative;
    display: block;
    padding: 5px 0 !important;
    line-height: 20px;
    margin-right: 10px;
    font-size: 12px;
    margin-left: 135px;
    word-wrap: break-word;
}
.lb-text-word.pre-line {
    white-space: pre-line;
}
.lb-word-aux {
    font-size: 12px;
    padding: 5px 0 !important;
    line-height: 20px;
    margin-right: 5px;
    float: left;
}
.lb-form-item.textarea {
    overflow: hidden;
}
.lb-form-item.textarea .lb-text-word {
    white-space: pre-line;
    word-wrap: break-word;
}

.lb-form-mid {
    position: relative;
    float: left;
    display: block;
    padding: 5px 0!important;
    line-height: 20px;
    margin-right: 5px;
}

.lb-form-pane .lb-form-label {
    border-color: #eee;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    background-color: #fafafa;
}
.lb-form-pane .lb-text-word {
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #eee;
    height: 100%;
    border-radius: 0 2px 2px px 0;
}
.lb-input-block>button{
    float: left;
}

/* grid上的搜索样式 ---- start */
.lb-search-box .lb-form {
    padding: 0;
}

.lb-search-box .lb-form-item {
	margin-bottom: 0;
}

.lb-search-form-hiden {
    display: none;
}

.lb-search-box-btn {
    text-align: right;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}

.lb-search-more-box {
    text-align: center;
}
/* grid上的搜索样式 ---- end */

/* radio ---- start */
.lb-form-item .lb-radio-inline {
    float: left;
    height: 20px;
}
.lb-radio-inline {
    margin-top: 5px;
    display: inline-block;
    margin-right: 5px;
}
.lb-radio-group {
    width: 100%;
    border-width: 0;
    box-sizing: border-box;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    vertical-align: middle;
}

.lb-radio-group>.lb-radio-item {
    border-radius: 4px;
    background-color: #e4e7eb;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 36px;
}

.lb-radio-group>.lb-radio-item:first-child:not(:only-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.lb-radio-group>.lb-radio-item:last-child:not(:only-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

.lb-radio-group>.lb-radio-item:not(:first-child):not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

.lb-radio-group>.lb-radio-item:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.08);
}

.lb-radio {
    display: none;
}

.lb-radio-label {
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    padding: 8px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 90px;
}

.lb-radio:checked + .lb-radio-label {
    /* background-color: #3f51b5; */
    color: #fff;
}
/* radio ---- end */

/* checkbox类似radio ---- start */
.lb-checkbox-group {
    display: inline-block;
}
.lb-checkbox-group>.lb-checkbox-radio-item {
    width: 100%;
    border-width: 0;
    box-sizing: border-box;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,0);
}
.lb-checkbox-radio {
    display: none;
}
.lb-checkbox-radio-label {
    line-height: 20px;
    border-radius: 4px;
    background-color: #e4e7eb;
    padding: 4px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.lb-checkbox-radio-item>.lb-checkbox-radio-label:first-child:not(:only-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.lb-checkbox-radio-item>.lb-checkbox-radio-label:last-child:not(:only-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.lb-checkbox-radio-item>.lb-checkbox-radio-label:not(:first-child):not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.lb-checkbox-radio-item>.lb-checkbox-radio-label:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.08);
}
.lb-checkbox-radio:checked + .lb-checkbox-radio-item>.lb-checkbox-radio-label:nth-of-type(1),
.lb-checkbox-radio + .lb-checkbox-radio-item>.lb-checkbox-radio-label:nth-of-type(2) {
    /* background-color: #3f51b5; */
    color: #fff;
}
.lb-checkbox-radio:checked + .lb-checkbox-radio-item>.lb-checkbox-radio-label:nth-of-type(2){
    background-color: #e4e7eb;
    color: unset;
}
/* checkbox类似radio ---- end */

/* checkbox ---- start */
.lb-form-item .lb-checkbox-inline {
    float: left;
    height: 20px;
}
.lb-checkbox-inline {
    margin-top: 7px;
    display: inline-block;
}
.lb-input-block .lb-checkbox-inline {
    margin-top: 3px;
    margin-right: 5px;
}
.lb-checkbox-item {
    display: inline-block;
}
.lb-checkbox {
    display: none;
}
.lb-checkbox-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 30px;
    background-color: #fff;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    box-sizing: border-box;
}
.lb-checkbox-label * {
    display: inline-block;
    vertical-align: middle;
}
.lb-checkbox-label span {
    padding: 0 10px;
    height: 100%;
    font-size: 14px;
    border-radius: 2px 0 0 2px;
    background-color: #d2d2d2;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lb-checkbox-label i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    box-sizing: unset;
}
.lb-checkbox-label:hover i {
    border-color: #c2c2c2;
    color: #c2c2c2;
}
.lb-checkbox:checked + .lb-checkbox-label span {
    background: #3f51b5;
    color: #fff;
}
.lb-checkbox:checked + .lb-checkbox-label i,
.lb-checkbox:checked:hover + .lb-checkbox-label i {
    border-color: #3f51b5;
    color: #3f51b5;
}
.lb-radio-s-item {
    display: inline-block;
}
.lb-radio-s-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #ced4da;
    background-color: #ffffff;
    color: #424242;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lb-radio:checked + .lb-radio-s-label {
    background: #e9ecf6;
}
.lb-checkbox-s-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #ced4da;
    background-color: #ffffff;
    color: #424242;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lb-checkbox:checked + .lb-checkbox-s-label {
    background: #e9ecf6;
}
/* checkbox ---- end */

/* switch ---- start */
.lb-checkbox-switch {
    width: 56px;
    height: 30px;
    box-sizing: border-box;
    outline: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.lb-checkbox-switch .k-switch-track {
    width: 56px;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    transition: background-color .2s ease-in-out;
}
.lb-checkbox-switch.k-switch-off .k-switch-track {
    border-color: #adb5bd;
    background-color: #fff;
}
.lb-checkbox-switch.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 15px);
}
.lb-checkbox-switch.k-switch-off .k-switch-thumb-wrap {
    left: 15px;
}
.lb-checkbox-switch .k-switch-label-on,
.lb-checkbox-switch .k-switch-label-off {
    text-transform: none;
    display: inline;
    color: #ffffff;
}
.lb-checkbox-switch .k-switch-label-off {
    right: 6px;
}
.lb-checkbox-switch .k-switch-track {
    border-radius: 4px;
}
.lb-checkbox-switch .k-switch-thumb-wrap .k-switch-thumb {
    border-radius: 4px;
    width: 24px;
    height: 24px;
}

/* switch ---- end */

@media screen and (max-width: 768px) {
    .lb-form-item .lb-form-label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .lb-form-item .lb-form-inline {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        clear: both;
    }
    /* .lb-form-item .lb-input-inline+.lb-text-word {
        margin-left: 135px;
        top: -5px;
        padding: 0;
    } */
    .lb-form-item .lb-input-inline {
        display: block;
        float: none;
        left: -3px;
        width: auto!important;
        margin: 0 0 10px 135px;
    }
    .lb-form-item .lb-form-mid {
        margin-left: 135px;
        top: -5px;
        padding: 0!important;
    }
    .lb-form-item .lb-checkbox-inline,
    .lb-form-item .lb-radio-inline {
        display: block;
        float: none;
        margin: 0 0 10px 135px;
    }
    .lb-form-item .lb-input-block .lb-input-inline,
    .lb-form-item .lb-input-block .lb-checkbox-inline,
    .lb-form-item .lb-input-block .lb-radio-inline,
    .lb-form-item .lb-input-block-flex .lb-input-inline,
    .lb-form-item .lb-input-block-flex .lb-checkbox-inline,
    .lb-form-item .lb-input-block-flex .lb-radio-inline {
        margin: 0 0 10px 0;
    }
    .lb-form-item .lb-input-block .lb-form-mid,
    .lb-form-item .lb-input-block-flex .lb-form-mid {
        margin-left: 0;
    }
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .col-md-4 .lb-form-item .lb-form-label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    /* .col-md-4 .lb-form-item .lb-input-inline+.lb-text-word {
        margin-left: 135px;
        top: -5px;
        padding: 0;
    } */
    /* .col-md-4 .lb-form-item .lb-input-inline {
        display: block;
        float: none;
        left: -3px;
        width: auto!important;
        margin: 0 0 10px 135px;
    } */
    .col-md-4 .lb-form-item .lb-form-mid {
        /* margin-left: 135px; */
        top: -5px;
        padding: 0!important;
    }
    .col-md-4 .lb-form-item .lb-checkbox-inline,
    .col-md-4 .lb-form-item .lb-radio-inline {
        display: block;
        float: none;
        margin: 0 0 10px 135px;
    }
    .col-md-4 .lb-form-item .lb-input-block .lb-input-inline,
    .col-md-4 .lb-form-item .lb-input-block .lb-checkbox-inline,
    .col-md-4 .lb-form-item .lb-input-block .lb-radio-inline {
        margin: 0 0 10px 0;
    }
    .col-md-4 .lb-form-item .lb-input-block .lb-form-mid {
        margin-left: 0;
    }
}
@media screen and (min-width:1290px) {
    .lb-form div:not(.lb-form-inline) .lb-input-inline{
        width: 180px;
    }
}
@media screen and (min-width:1920px) {
    .lb-form div:not(.lb-form-inline) .lb-input-inline.double {
        width: 375px;
    }
    .lb-grid-splitter-box-right .lb-form div:not(.lb-form-inline) .lb-input-inline.double {
        width: 180px;
    }
}

@media screen and (min-width:1600px) {
    .container {
        width: 1570px
    }

    .hide-xl {
        display: none !important
    }

    .show-xl-block {
        display: block !important
    }

    .show-xl-inline {
        display: inline !important
    }

    .show-xl-inline-block {
        display: inline-block !important
    }

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-offset1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset3 {
        margin-left: 25%
    }

    .col-xl-offset4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset6 {
        margin-left: 50%
    }

    .col-xl-offset7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset9 {
        margin-left: 75%
    }

    .col-xl-offset10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset11 {
        margin-left: 91.66666667%
    }

    .col-xl-offset12 {
        margin-left: 100%
    }
}

/* form style ---- end */

/* edit style ---- start */
.lb-button-link {
    border: 0;
    background: unset;
    color: #0065ff;
    cursor: pointer;
    box-shadow: unset;
}
.lb-button-link:hover {
    border-color: unset;
    background-color: unset;
}
.lb-button-link.lb-button-link-icon {
    padding-top: 0;
    padding-bottom: 0;
}
.lb-outborder-button {
    color: #0d6efd;
    padding: 4px;
    cursor: pointer;
}
.lb-outborder-button.small {
    font-size: 10px;
}
.lb-outborder-button.border{
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.lb-outborder-button.background{
    background: #e4e7eb;
    border-radius: 4px;
}
.lb-outborder-button:hover {
    opacity: 0.8;
}
/* edit style ---- end */

/* 自定义下拉按钮 style ---- start */
.lb-operator {

}
.lb-operator button {
    border: 0;
    background: unset;
    box-shadow: unset;
}
.lb-operator button:not(:last-child) {
    padding-right: 7px;
    border-right: 1px solid rgba(0,0,0,.08);
}
.lb-operator button:not(:first-child) {
    padding-left: 7px;
}

.lb-operator-more-vertical-box {
    position: relative;
    display: inline-block;
}
.lb-operator-more-vertical-popup {
    position: absolute;
    right: 0;
    padding: 5px 0;
    min-width: 80px;
    display: none;
    z-index: 100;
    background:#fff;
    -webkit-box-shadow: 0 2px 4px 0px rgb(0 0 0 / 25%);
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 25%);
}
.lb-operator-more-vertical-popup::after {
    content: " ";
    position: absolute;
    right: 9px;
    border-width: 6px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    margin-left: -6px;
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.lb-operator-more-vertical-box:hover .lb-operator-more-vertical-popup {
    display: block!important;
}
.lb-operator-more-vertical-box:hover>button {
    background: #0d6efd;
    color: #fff;
}
tbody tr:last-child:nth-of-type(n+3) .lb-operator-more-vertical-popup,
tbody tr:nth-last-child(2):nth-of-type(n+3) .lb-operator-more-vertical-popup {
    bottom: 32px;
}
tbody tr:last-child:nth-of-type(n+3) .lb-operator-more-vertical-popup::after,
tbody tr:nth-last-child(2):nth-of-type(n+3) .lb-operator-more-vertical-popup::after {
    bottom: -6px;
    top: unset;
    border-bottom-width: 0;
    border-top-color: #fff;
    border-top-width: 6px;
}
/* .lb-operator-more-vertical-popup-li {
    padding: 4px 8px;
    cursor: pointer;
} */
.lb-operator-more-vertical-popup-li:hover {
    background: rgba(0, 0, 0, .08);
}
.lb-operator-more-vertical-popup-li>button {
    padding: 4px 8px;
    border: 0;
    background: unset;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    width: 100%;
}
.lb-operator-more-vertical-popup-li>button[disabled] {
    cursor: default;
    opacity: .6;
    -webkit-filter: grayscale(.1);
    filter: grayscale(.1);
    pointer-events: none;
}
/* 自定义下拉按钮 style ---- end */

/* panel style ---- start */
.lb-card {
    margin-bottom: 15px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    position: relative;
}

.lb-card-header {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
    background-color: #fafafa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
}

.lb-collapse-header-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: conic-gradient(from 0deg at 0 100%, #0d6efd 0, #0d6efd 45deg, transparent 45.1deg);
    border-radius: 4px 0 0 0;
    cursor: pointer;
}

.lb-card-body {
    position: relative;
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.lb-collapse-body-btn {
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 50px);
    text-align: center;
    background: #0d6efd;
    color: #fff;
    border-radius: 0 0 4px 4px;
    line-height: 30px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 80%);
    z-index: 1;
}
/* panel style ---- end */

/* window style ---- start */
[role=dialog] .k-window-content,
.lb-window.k-window-content {
    padding: 0;
}

.lb-window-content {
    position: relative;
    overflow: auto;
    height: calc(100% - 51px);
}

.lb-window-btn {
    text-align: right;
    padding: 10px 15px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height: 51px;
}
/* window style ---- end */

/* title style ---- start */
.lb-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.lb-title-text {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}
.lb-title-text-label {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* title style ---- end */

/* timebar style ---- start */
.lb-timebar {
	overflow: auto;
	width: 100%;
}
.lb-timebar.horizontal {
    height: 450px;
    width: unset;
}
.lb-timebar-box {
	padding: 70px 20px 0;
	height: 230px;
	width: 740px;
}
.lb-timebar.horizontal .lb-timebar-box {
	padding: 0;
    height: 450px;
    width: 100%;
}
.lb-timebar-item {
    float: left;
    position: relative;
    width: 132px;
}
.lb-timebar.horizontal .lb-timebar-item {
    float: unset;
	height: 132px;
	width: 100%;
}
.lb-timebar-item .lb-timebar-item-icon{
    color: #9e9e9e;
}
.lb-timebar-item.disabled,
.lb-timebar-item.disabled .lb-timebar-item-icon {
    color: #dcdfe6;
}
.lb-timebar-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 32px;
    top: 16px;
    width: 100px;
    border-top: 2px dashed #9e9e9e;
}
.lb-timebar.horizontal .lb-timebar-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 16px;
    top: 32px;
    height: 100px;
    width: 0;
    border-top: unset;
    border-right: 2px dashed #9e9e9e;
}
.lb-timebar.solid .lb-timebar-item:not(:last-child)::after{
    border-right-style: solid;
    border-top-style: solid;
}
.lb-timebar:not(.nottimeline) .lb-timebar-item.checked::after {
    border-top: 2px solid #f35800;
}
.lb-timebar-item .lb-timebar-item-icon {
    font-size: 32px;
}
.lb-timebar-item.checked .lb-timebar-item-icon{
    color: #f35800;
}
.lb-timebar-item-text {
    position: absolute;
    bottom: 32px;
    line-height: 20px;
}
.lb-timebar.horizontal .lb-timebar-item-text {
	top: 6px;
	left: 42px;
    height: 130px;
}
.lb-timebar-item.checked .lb-timebar-item-text {
	font-weight: bold;
    color: #f35800;
}
.lb-timebar.cross:not(.horizontal) .lb-timebar-item:nth-of-type(2n) .lb-timebar-item-text{
    top: 32px;
}
.lb-timebar-child {
	position: absolute;
    top: 32px;
    left: 8px;
}
.lb-timebar-child-item {
    position: relative;
    height: 16px;
    padding-top: 36px;
}
.lb-timebar-child-item::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    height: 36px;
    border-right: 1px dashed #9e9e9e;
}
.lb-timebar-child-item.checked::after {
    border-top: 1px solid #f35800;
}
.lb-timebar-child-item .lb-timebar-child-item-icon {
	font-size: 17px;
}
.lb-timebar-child-item.checked .lb-timebar-child-item-icon{
    color: #f35800;
}
.lb-timebar-child-item-text {
    position: absolute;
    left: 20px;
    top: 36px;
    width: 180px;
    line-height: 1.2;
}
.lb-timebar-child-item.checked .lb-timebar-child-item-text {
	font-weight: bold;
    color: #f35800;
}
.lb-timebar-left {
    position: absolute;
    right: calc(100% + 10px);
    top: 0;
    text-align: right;
}
/* timebar style ---- end */

/* avatar style ---- start */
.lb-avatar {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #8993a4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    padding: 5px;
    box-sizing: border-box!important;
}
.lb-avatar *, 
.lb-avatar ::before {
    box-sizing: border-box;
}
.lb-avatar i {
    font-size: 10px;
}
.lb-avatar.dashed {
    border: 1px dashed;
    background: #fff;
    color: #8993a4;
    padding: 4px;
}
/* avatar style ---- end */

/* company style ---- start */
.lb-company {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #3f51b5;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    line-height: 20px;
    font-size: 10px;
}
/* avatar style ---- end */

/* badge style ---- start */
.lb-status-badge {
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1;
    min-width: calc(1em + 10px);
    background:#f3f5fa;
    color: #a5a8ad;
	border-radius: 4px;
}
.lb-status-badge-radius {
	border-radius: 20px;
}
.lb-radius-badge {
    font-size: 10px;
    background: #f3f5fa;
    color: #a5a8ad;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}
.lb-radius-badge.radius {
    border-radius: 20px;
}
.lb-status-badge.skip,
.lb-radius-badge.skip {
    background:#f3f5fa;
    color: #607d8b;
}
.lb-status-badge.success,
.lb-radius-badge.success {
    background:#dff4d0;
    color: #6fc319;
}
.lb-status-badge.primary,
.lb-radius-badge.primary {
    background:#ecf1ff;
    color: #5c8bff;
}
.lb-status-badge.error,
.lb-radius-badge.error {
    background:#ffdede;
    color: #f75a5a;
}
.lb-status-badge.purple,
.lb-radius-badge.purple {
    background:#aeb8e3;
    color: purple;
}
.lb-status-badge.blue,
.lb-radius-badge.blue {
    background:#e0efff;
    color: blue;
}
.lb-status-badge.young,
.lb-radius-badge.young {
    background:#ddf4f4;
    color: #03fdfd;
}
.lb-status-badge.green,
.lb-radius-badge.green {
    background:#d2efe6;
    color: green;
}
.lb-status-badge.orange,
.lb-radius-badge.orange {
    background:#f9f3bc;
    color: orange;
}
.lb-status-badge.orangered,
.lb-radius-badge.orangered {
    background:#f9f3bc;
    color: red;
}
.lb-status-badge.orangeblack,
.lb-radius-badge.orangeblack {
    background:#f9f3bc;
    color: #424242;
}
/* badge style ---- end */

/* flex style ---- end */
.lb-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
/* flex style ---- start */

/* loader style ---- start */
.lb-loader-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.lb-loader {
    margin-left: 50%;
    margin-top: 25%;
    padding: 25px 50px;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
}
/* loader style ---- end */

/* block-quote style ---- start */
.lb-block-quote {
    font-size: 16px;
    margin: 15px;
    border-left: 3px solid;
    padding-left: 10px;
    font-weight: bold;
}
/* block-quote style ---- end */

/* field style ---- start */
.lb-field {
    margin: 10px 0;
}
.lb-field fieldset {
    border: none;
    padding: 0;
    border-top: 1px solid #444444;
}
.lb-field fieldset legend {
    margin-left: 10px;
    padding: 0 10px;
    font-weight: bold;
}
/* field style ---- end */

/* Splitbar style ---- start */
.k-splitbar-draggable-horizontal .k-resize-handle{
    position: relative;
    width: 16px;
    height: 100px;
    background: #0d6efd;
    border-radius: 16px;
    cursor: col-resize;
}
.k-splitbar-draggable-vertical .k-resize-handle {
    position: relative;
    width: 100px;
    height: 16px;
    background: #0d6efd;
    border-radius: 16px;
    cursor: row-resize;
}
.k-splitbar-draggable-horizontal .k-resize-handle::before{
    content: "";
    background: #fff;
    height: 80px;
    width: 4px;
    border-radius: 4px;
    position: absolute;
    left: 6px;
    top: 10px;
}
.k-splitbar-draggable-vertical .k-resize-handle::before {
    content: "";
    background: #fff;
    height: 4px;
    width: 80px;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    top: 6px;
}
.k-splitbar-draggable-horizontal,
.k-splitbar-horizontal-hover,
.k-splitbar-draggable-horizontal:hover,
.k-splitbar-draggable-vertical,
.k-splitbar-vertical-hover,
.k-splitbar-draggable-vertical:hover,
.k-splitbar.k-focus, 
.k-splitbar.k-state-focus, 
.k-splitbar.k-state-focused, 
.k-splitbar:focus {
    background-color: #c1c1c1;
    color: #212529;
}
.k-splitbar-draggable-horizontal .k-collapse-prev,
.k-splitbar-draggable-horizontal .k-collapse-next,
.k-splitbar-draggable-vertical .k-collapse-prev,
.k-splitbar-draggable-vertical .k-collapse-next {
    font-size: 16px;
    color: #0d6efd;
}
/* Splitbar style ---- end */

.lb-toolbar {
    margin-bottom: 10px;
}

.lb-toolbar-bottom {
    margin-top: 10px;
}

.lb-table-toolbar button {
    margin-right: 10px;
}

.lb-nowarp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lb-link-a {
    color: #1a0df2!important;
    cursor: pointer;
    text-decoration: underline!important;
}

/* form表单，分card模块  style ---- start */
.lb-card-container {
    column-count: 3; /*表示分割的列数 */
    column-gap: 10px;/*表示列之间的间隔*/
}
.lb-card-container-col2 {
    column-count: 2;
}
.lb-card-item {
    flex-grow: 1;
    break-inside: avoid-column;
    border: 1px solid #eee;
    background: #ffffff;
    color: #424242;
    margin-bottom: 10px;
    padding-top: 10px;
}
@media screen and (min-width:1142px) and (max-width:1618px) {
    #mainbody:not(.menu-close) .lb-grid-splitter-box-right .lb-card-container {
        column-count: 2; /*表示分割的列数 */
    }
    #mainbody:not(.menu-close) .lb-grid-splitter-box-right .col-lg-4 {
        width: 50%;
    }
}
@media screen and (min-width:992px) and (max-width:1142px) {
    #mainbody:not(.menu-close) .lb-card-container {
        column-count: 2; /*表示分割的列数 */
    }
    #mainbody:not(.menu-close) .lb-grid-splitter-box-right .lb-card-container {
        column-count: 1; /*表示分割的列数 */
        column-gap: 0;/*表示列之间的间隔*/
    }
    #mainbody:not(.menu-close) .lb-grid-splitter-box-right .col-lg-4 {
        width: 50%;
    }
    #mainbody:not(.menu-close) .lb-grid-splitter-box-right .col-md-4 {
        width: 50%;
    }
}
@media screen and (max-width:992px) {
    .lb-card-container {
        column-count: 2; /*表示分割的列数 */
    }
    .lb-grid-splitter-box-right .lb-card-container {
        column-count: 1; /*表示分割的列数 */
        column-gap: 0;/*表示列之间的间隔*/
    }
    .lb-grid-splitter-box-right .col-md-4 {
        width: 100%;
    }
}
@media screen and (min-width:768px) and (max-width:840px) {
    #mainbody:not(.menu-close) .lb-card-container {
        column-count: 1; /*表示分割的列数 */
        column-gap: 0;/*表示列之间的间隔*/
    }
}
@media screen and (max-width: 768px) {
    .lb-card-container {
        column-count: 1; /*表示分割的列数 */
        column-gap: 0;/*表示列之间的间隔*/
    }
}
/* form表单，分card模块  style ---- end */

/* 类似taskbroad的listview  style ---- start */
.lb-taskbroad-likely-box {
    outline: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    gap: 16px;
    overflow-x: visible;
}
.lb-taskbroad-likely {
    background-color: #fafafa;
    width: 370px;
    border: none;
    border-radius: 4px;
    flex-shrink: 0;
}
.lb-taskbroad-likely-header {
    padding: 8px 8px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.lb-taskbroad-likely-header .status-f {
    width: 4px;
    height: 25px;
    border-radius: 3px;
    margin-right: 16px;
}
.lb-taskbroad-likely-header .status-f-text {
    font-weight: bold;
}
.lb-taskbroad-likely-header .status-f-badge {
    color: #d0d1d4;
}
.lb-taskbroad-likely-container {
    border: none;
}
.lb-taskbroad-likely-container .lb-card-template-container {
    padding: 16px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}
.lb-card-template-container-item{
    margin-bottom: 6px;
    display: flex;
}
.lb-card-template-container-item label{
    margin-right: 10px;
    width: 80px;
    flex-shrink: 0;
}
.lb-card-template-container-item span{
    font-size: 13px;
}
/* 类似taskbroad的listview  style ---- end */

/* dropDownListAdd  style ---- start */
.lb-dropdown-list-add {
    width: 100%;
    display: inline-flex;
}
/* dropDownListAdd  style ---- end */

/* notification  style ---- start */
.k-notification-wrap {
    font-size: 14px;
}
.k-notification-wrap>.k-icon {
    margin-top: 2px;
}
/* notification  style ---- end */

/* table style --- start */
.lb-table {
    border-collapse: collapse;
    border-spacing: 0;
}
.lb-table th {
    text-align: left;
    font-weight: 600;
}
.lb-table-cell {
    font-size: 14px;
    padding: 6px 15px;
    position: relative;
    box-sizing: border-box;
    width: 110px;
}
/* table style --- end */

/* Popup Combobox style --- start */
.lb-open-popup{
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    text-align: start;
    box-shadow: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    border-color: rgba(0,0,0,.08);
    color: #424242;
    background-color: #fff;
}
/* Popup Combobox style --- end */

/* tags style --- start */
.lb-tags {
    display: inline-block;
    position: relative;
    background: #c1c1c1;
    color: green;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 0 6px 0 10px;
}
.lb-tags:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: transparent 10px solid;
    border-left-color: #c1c1c1;
    top: 0;
    right: -20px;
}
/* tags style --- end */

/* tag number style --- start */
.lb-tag-number {
    position: relative;
    height: 32px;
}
.lb-tag-number-serial {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 6px solid #c1c1c1;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background: #fff;
    z-index: 10;
    position: absolute;
    color: #444;
    font-style: italic;
    box-sizing: content-box;
}
.lb-tag-number-serial.first{
    border: 6px solid #faca3e;
    color: #faca3e;
}
.lb-tag-number-serial.second{
    border: 6px solid #7fe7f1;
    color: #7fe7f1;
}
.lb-tag-number-serial.third{
    border: 6px solid #ff4700;
    color: #ff4700;
}
.lb-tag-number-title {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-left: 10px;
    padding-right: 10px;
    left: 26px;
    display: inline-block;
    position: absolute;
    height: 20px;
    line-height: 20px;
    top: 4px;
    background: #f2f2f2;
    z-index: 9;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
    color: #424242;
}
/* tag number style --- end */

/* common menu ---- start */
.lb-common-menu-title{
	background: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}
.lb-common-menu-title.active>div{
	border-bottom: 2px solid currentColor;
}
.lb-common-menu-title>div{
	cursor: pointer;
	font-weight: bold;
	margin: 0 15px;
    display: inline-block;
}
.lb-common-menu-title>div:hover {    
	background: rgb(235 235 235);
	border-bottom: 2px solid currentColor;
}
.lb-common-menu-panel{
	background-color: #fff;
	margin-bottom: 13px;
	margin-top: 2px;
}
.lb-parent-common-menu{
	margin: 15px;
}
.lb-parent-common-menu>h4{
	margin-bottom: 10px;
	color: #424242;
	font-size: 15px;
}
.lb-sub-common-menu{
	margin-bottom: 30px;
}
.lb-sub-common-menu>li{
	padding: 5px 0;
	cursor: pointer;
}
.lb-sub-common-menu>li:hover{
	background: rgb(235 235 235);
}
.lb-sub-common-menu>li.active{
	background: #cbdbff;
	border-radius: 4px;
}
.lb-sub-common-menu>li:hover>a{
	text-decoration: underline;
}
.lb-common-menu-details{
	z-index: 9;
    position: relative;
	margin-top: 2px;
}
.lb-common-menu-details .lb-title{
	display: flex!important;
}
/* common menu ---- end */

/* grid上的搜索样式 ---- start */
.lb-search-box .lb-form {
    padding: 0;
}
.lb-search-item-hiden {
    display: none;
}
.lb-search-form-hiden {
    display: none;
}
.lb-search-box-btn {
    text-align: right;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}
.lb-search-more-box {
    text-align: center;
}
.lb-search-button-box {
    text-align: right;
    float: right;
}
.lb-search-box.expand .fa-angle-double-down,
.lb-search-box.collapse .fa-angle-double-up{
    display: none;
}
.lb-search-box.expand .fa-angle-double-up,
.lb-search-box.collapse .fa-angle-double-down{
    display: block;
}
.lb-search-box .lb-form-label{
    height: 32px;
}


.lb-dropdown-list-multi{
    /* height: 35px;
    border: 1px solid #ced4da; */
    height: 31\px;
    border: 1px solid rgba(0, 0, 0, .08) ;
    color: #424242;
    background-color: #fff;
    display: flex;
    border-radius: 4px;
    
}
.lb-dropdown-list-multi>.k-dropdownlist{
    border: unset;
}
.lb-dropdown-list-multi>.k-dropdownlist>.k-input-inner{
    padding: 0;
}
.lb-dropdown-list-multi>.k-dropdownlist>.k-input-inner>.k-input-value-text{
    width: 100%;
    padding: 2px;
    gap: 2px;
    cursor: text;
    display: flex;    
}
.lb-dropdown-list-multi>.k-dropdownlist>.k-input-button{
    display: none;
    flex-shrink: 0;
}
/* grid上的搜索样式 ---- end */
/* grid上的搜索样式-定制搜索 ---- start */
.lb-user-custom-filter{
    display: flex;
}
.lb-user-custom-filter-input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
}
.lb-user-custom-filter-input-save-btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #e4e7eb;
    background: #fff;
    border-left: none;
}
.lb-user-custom-filter-input.k-hover, .lb-user-custom-filter-input-save-btn:hover{
    background-color: #fff;
}
/* grid上的搜索样式-定制搜索 ---- end */