/*下拉多选*/
select[multiple] + .layui-form-select > .layui-select-title > input.layui-input {
    border-bottom: 0
}

select[multiple] + .layui-form-select dd {
    padding: 0;
}

select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin=primary] {
    margin: 0 !important;
    display: block;
    line-height: 36px !important;
    position: relative;
    padding-left: 26px;
}

select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin=primary] span {
    line-height: 36px !important;
    float: none;
}

select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin=primary] i {
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: 9px;
}

.multiSelect {
    line-height: normal;
    height: auto;
    padding: 4px 10px;
    overflow: hidden;
    min-height: 38px;
    margin-top: -38px;
    left: 0;
    z-index: 99;
    position: relative;
    background: none;
}

.multiSelect a {
    padding: 2px 5px;
    background: #908e8e;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
    float: left;
}

.multiSelect a span {
    float: left;
}

.multiSelect a i {
    float: left;
    display: block;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    width: 8px;
    height: 8px;
    padding: 4px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.multiSelect a i:before, .multiSelect a i:after {
    position: absolute;
    left: 8px;
    top: 2px;
    content: '';
    height: 12px;
    width: 1px;
    background-color: #fff
}

.multiSelect a i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.multiSelect a i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.multiSelect a i:hover {
    background-color: #545556;
}

.site-block {
    padding: 10px;
    border: 1px solid #eee;
}

.div-border {
    padding: 5px;
    border: 1px solid #eee;
}

.upload-head {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    border-radius: 50%;
    border: solid;
    border-color: whitesmoke;
    cursor: pointer;
}

.layui-nav-tree .layui-nav-child a {
    padding-left: 35px;
}

.layui-table-cell .layui-form-checkbox[lay-skin=primary] {
    top: 1px;
}

.layui-form-select dl {
    text-align: left !important;
}

.layui-table-box .layui-btn + .layui-btn {
    margin-left: 0px;
}

/*=内容全屏=========================================================================*/
.kit-theme.content-full .layui-header, .kit-theme.content-full .layui-side, .kit-theme.content-full .layui-footer {
    display: none;
}

.kit-theme.content-full #container {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.kit-theme.content-full .layui-tab .layui-tab-title, .kit-theme.content-full .layui-tab .kit-tab-tool {
    display: none;
}

.kit-theme.content-full .kit-tab .layui-tab-content {
    top: 0;
}

.kit-theme.content-full .kit-tab .layui-tab-content .layui-tab-item.layui-show {
    height: 99%;
}

.kit-theme.content-full .kit-tab .layui-tab-content .layui-tab-item.layui-show iframe {
    height: 100% !important;
}

.kit-theme.content-full #index-main {
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}

/*=内容全屏end==========================================================================*/

/*=jqxTreeGrid样式调整=========================================================================*/
.jqx-grid-cell {
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-color: transparent;
    background: #fff;
    white-space: nowrap;
    font-weight: 200 !important;
    font-size: 14px !important;
    overflow: hidden;
    position: absolute !important;
    height: 100%;
    font-style: normal;
    outline: none;
}

.jqx-widget-header {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-color: #c5c5c5;
    background: #F2F2F2 !important;
}

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: #E6E6E6 !important;
}

.jqx-fill-state-pressed {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #999;
    background: #F2F2F2 !important;
}

.jqx-fill-state-hover {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #E6E6E6 !important;
    background: #F2F2F2 !important;
}

.jqx-widget-content {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Verdana, Arial, sans-serif;
    font-style: 200 !important;
    font-size: 14px !important;
    border-color: #c7c7c7;
    background: #fff;
}

/*=jqxTreeGrid样式调整end================================================================*/

/*=table td过长修正===========*/
.layui-table td {
    overflow: hidden;
}

.layui-table.table-query td {
    overflow: visible;
}

.layui-table .layui-table-cell {
    text-overflow: ellipsis;
}

/*=table td过长修正end===========*/

.layui-layer-tab .layui-layer-content {
    background: #f2f2f2;
}

.txt-center {
    text-align: center;
}

img {
    max-width: 100%;
}

/**滚动条**/
.layui-side-scroll::-webkit-scrollbar, .layui-table-body::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

.layui-side-scroll::-webkit-scrollbar-thumb, .layui-table-body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    background: #C1C1C1;
}

.layui-side-scroll::-webkit-scrollbar-track, .layui-table-body::-webkit-scrollbar-track { /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
}

/***修复菜单折叠后图标显示错误***/
.kit-sided .layui-nav-item a i {
    line-height: 45px;
    font-size: 22px;
}

.kit-sided .layui-nav-child a i {
    line-height: 38px;
    font-size: 14px;
}

div[templete] {
    display: none;
}

/**table中有图片，统一高度**/
.table-have-img .layui-table-cell {
    height: 45px;
    line-height: 45px;
}

.table-have-img .layui-table-cell img {
    height: 45px;
}
