/**
    修改el 默认css样式
 */
.el-dialog__header {
    background: #0068B3;
    padding: 10px !important;
}

.el-menu-item.is-active {
    /*border-left: 4px solid ;*/
    /*border-right: 4px solid ;*/
    /*background-color: #e6f0f7;*/
    background: rgba(0, 0, 0, 0.2) !important;
    z-index: 1;
}

.el-dialog__headerbtn {
    top: 15px !important;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #D3D3D3 !important;
}

.el-dialog--center .el-dialog__body {
    padding: 0 !important;
}

.el-dialog__body {
    padding: 0 !important;
}

.el-dialog__footer {
    /*background: #e6e6e6;*/
    padding: 10px !important;

}

.el-dialog__title {
    color: #fff !important;
}

.el-drawer__body {
    height: 0;
    min-height: 0
}

.vxe-toolbar.size--mini {
    height: 30px !important;
}

.el-upload-list--picture-card .el-upload-list__item {
    width: 64px !important;
    height: 64px !important;
}

.el-upload--picture-card {
    width: 64px !important;
    height: 64px !important;
    line-height: 62px !important;
}

.el-menu-item-group__title {
    display: none !important;
}

/*.el-menu-item.is-active {*/
/*  background-color: #e8eaec !important;*/
/*}*/

.el-menu--horizontal > .el-submenu .el-submenu__title {
    height: 64px !important;
    line-height: 64px !important;
    background: transparent !important;
}

.el-submenu__title {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.el-submenu .el-menu-item {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.el-menu-item {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.el-menu.el-menu--horizontal {
    border-bottom: 0 !important;
}

.el-menu {
    border-right: 0 !important;
}

.el-transfer-panel {
    height: 400px !important;
}

.el-transfer-panel__list {
    height: 360px !important;
}

.el-select__tags {
    white-space: nowrap !important;
    overflow: hidden;
    flex-wrap: nowrap !important;
}

.el-dialog__wrapper {
    overflow: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-dialog {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    /*position:absolute;*/
    /*top:50%;*/
    /*left:50%;*/
    /*transform:translate(-50%,-50%);*/
    /*height:600px;*/
    /*max-height: calc(100% - 200px);*/
    /*max-width: calc(100% - 30px);*/
}

.el-dialog .el-dialog__body {
    flex: 1;
    overflow: auto;
}
.el-collapse-item__content {
    padding-bottom: 0 !important;
}
.el-input__inner{
    border-radius: 0!important;
}
.el-input-group__append, .el-input-group__prepend{
    border-radius: 0!important;
}
.el-textarea__inner{
    border-radius: 0!important;
}

.vxe-table.size--mini .vxe-body--column.col--ellipsis, .vxe-table.size--mini .vxe-footer--column.col--ellipsis, .vxe-table.size--mini .vxe-header--column.col--ellipsis, .vxe-table.vxe-editable.size--mini .vxe-body--column {
    height: 32px !important;
}

.vxe-table.size--mini .vxe-body--column.col--ellipsis > .vxe-cell, .vxe-table.size--mini .vxe-footer--column.col--ellipsis > .vxe-cell, .vxe-table.size--mini .vxe-header--column.col--ellipsis > .vxe-cell {
    max-height: 32px !important;
}

.vxe-table .vxe-body--column, .vxe-table .vxe-footer--column, .vxe-table .vxe-header--column {
    line-height: 20px !important;
}

.vxe-pager.is--perfect {
    border-bottom: 1px solid #D3D3D3 !important;
}

.el-cascader-menu {
    height: 300px;
}

.el-cascader-menu__wrap {
    height: 100% !important;
}

.el-tabs--border-card {
    border: 0 !important;
}

.el-tabs--border-card > .el-tabs__content {
    padding: 0 !important;
    height: 100%;
}

.splitpanes--vertical > .splitpanes__splitter {
    width: 8px !important;
    border-left: 1px solid #D3D3D3 !important;
    border-right: 1px solid #D3D3D3 !important;
    background: #eeeeee !important;
}

.splitpanes--vertical > .splitpanes__splitter:before {
    content: url("/static/images/icon/splitter_icon.jpg") !important;
    background-color: #eeeeee !important;
    width: 8px !important;
    height: 50px !important;
    margin-left: -4px !important;
    cursor: pointer !important;
}

.splitpanes--vertical > .splitpanes__splitter:after {
    background-color: #eeeeee !important;
    width: 0 !important;
    height: 0 !important;
}

.splitpanes--horizontal > .splitpanes__splitter {
    border-top: 1px solid #D3D3D3 !important;
    border-bottom: 1px solid #D3D3D3 !important;
    background: #eeeeee !important;

}

.splitpanes .splitpanes__pane {
    transition: none !important;
}

.splitpanes_main {
    width: 100%;
    /*//margin-top: 6px !important;*/
    /*height: calc(100% - 6px) !important;*/
}

.splitpanes_pane_left {
    /*margin-left: 6px;*/
    /*border-left: 1px solid #D3D3D3;*/
    /*border-top: 1px solid #D3D3D3;*/
    border-bottom: 1px solid #D3D3D3 !important;
    box-sizing: border-box;
    background: white !important;
    overflow-y: auto !important;

}

.splitpanes_pane_right {
    /*border-top: 1px solid #D3D3D3;*/
    box-sizing: border-box;
    background: white !important;
    border-bottom: 1px solid #D3D3D3 !important;
}

.west-layout {
    background: white !important;
    border-bottom: 1px solid #D3D3D3 !important;;
    box-sizing: border-box !important;;
}

.vxe-table {
    color: black !important;
}

.el-form--inline {
    display: flex;
    flex-wrap: wrap;
}

.el-form-item__label {
    padding: 0 6px 0 0 !important;
}

.el-notification__group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.el-collapse-item__header {
    background: #F2F2F2 !important;
}

.el-collapse-item__wrap {
    border-bottom: 1px solid #D3D3D3 !important;
}


.video-js {
    width: 100%;
    height: 100%;
    object-fit: fill;
    box-sizing: border-box;
}

.vjs-tech {
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}

.vjs-icon-custombutton {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-closebutton:before {
    content: "关闭";
}

.vjs-watermark-fade {
    opacity: 100
}

.networkerror-display {
    height: 30px;
    line-height: 30px;
    vertical-align: center;
    padding-left: 10px;
    font-size: 12px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 40px);
}

.playend-display {
    vertical-align: center;
    font-size: 12px;
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 38px);
    cursor: pointer;
    border: 1px solid lightgray;
    padding: 5px 25px;
    background: rgba(30, 51, 94, 0.8);
    border-radius: 10px;
}

.playend-display:hover {
    background: rgba(30, 51, 94, 1);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    /*background: rgba(0, 0, 0, 0.1);*/
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, 0.7);
    transition: background-color 0.3s;
}

.page {
    background: #ffffff !important;
}

.vxe-table--render-wrapper{
    overflow: hidden !important;
}
