﻿/** index **/
body {
    margin: 0;
    padding: 0;
}

.pull-right {
    float: right;
}

.header {
    padding: 0px;
    height: 42px;
}
    .header .title {
        width: 120px;
        padding: 10px 20px;
        height: 22px;
        position: absolute;
        font-size:14px;
        color: #fff;
        background-color: #409EFF;
    }

    .header .body {
        margin-left: 160px;
        border-bottom: 1px solid #ccc;
    }
        .header .body .nav-menu {
            border-bottom: none;
        }

        .header .body .right-side {
            position: absolute;
            right: 24px;
            top: 12px;
            z-index: 50;
        }

        .header .body .nav-drop {
            cursor: pointer;
        }

        .header .body .el-sub-menu > .el-sub-menu__title, .header .body ul.nav-menu > li {
            height: 42px;
        }

        .header .body .el-menu--horizontal > .el-menu-item.is-active {
            background-color: #ddebfd;
            /*border-bottom-color:#E6A23C;*/
        }

        ul.inform-list {
            padding: 0px;
            margin: 0px;            
            list-style: none;
        }
        ul.inform-list li {
            padding: 10px 4px;            
            font-size: 12px;
            border-bottom: solid 1px #eee;
        }

.left-side {
    background-color: #545c64;
    width:160px;
    height: calc(100vh - 42px)
}
    .left-side .el-sub-menu .el-menu-item {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        min-width: 160px;
    }
    
    .left-side .el-sub-menu__title .icon {
        margin-right: 6px;
    }

    .left-side .el-menu-item, .left-side .el-sub-menu .el-sub-menu__title {
        height: 36px;
        line-height: 36px;
    }

.main-container {
    margin: 0;
    padding: 0;
    flex-basis: 0;
}
    .main-container .tab-drop {
        position: absolute;
        right: 12px;
        margin-top: 6px;
        z-index: 999;
    }

        .main-container .tab-drop .el-icon {
            cursor: pointer;
        }

    .main-container .tab-bar {
        margin-top: 1px;
        background-color: #fff;
    }

        .main-container .tab-bar .el-tabs__nav-wrap {
            padding-left: 20px;
            padding-right: 40px;
            background-color: #fff;
        }

        .main-container .tab-bar .el-tabs__nav-next {
            right: 28px;
        }

        .main-container .tab-bar .el-tabs__nav-prev, .main-container .tab-bar .el-tabs__nav-next {
            line-height: 36px;
        }

        .main-container .tab-bar .el-tabs__item {
            font-size: 12px;
            line-height: 32px;
            height: 32px;
        }

        .main-container .tab-bar .el-tabs__header.is-top{
            margin-bottom:4px;
        }
        .main-container iframe {
            height: calc(100vh - 90px);
            width: calc(100vw - 160px);
            border: none;
            background-color: #fff;
        }


.table-wrap td {
    padding: 5px 9px;
}

.search_bar {
    padding: 4px 0px;
}

    .search_bar .el-form-item--mini.el-form-item,.search_bar .el-form-item--small.el-form-item {
        margin-bottom: 6px;
    }

    .search_bar .btn-groups {
        padding-bottom: 6px;
    }

.el-dialog__header {
    padding: 10px 20px;
    margin-right:0px;
    margin-bottom: 10px;
    background-color: #0094ff;
    color: #fff;
}

    .el-dialog__header .el-dialog__title {
        color: #fff;
    }

.el-dialog__body {
    padding: 0px 20px;
}

.el-dialog__headerbtn {
    top: -3px;
}

    .el-dialog__headerbtn > i.el-dialog__close {
        color: #fff;
    }

.grid-op-cell > a {
    color: cornflowerblue;
    text-decoration: none;
    cursor: pointer;
    margin-right: 5px;
}

    .grid-op-cell > a:hover {
        text-decoration: underline;
    }

.el-breadcrumb {
    font-size: 12px;
    border-bottom: solid 1px #e6e6e6;
    padding: 8px 18px;
    margin-bottom: 10px;
}

    .el-breadcrumb .pull-right a:hover {
        text-decoration: none;
    }

.content_box {
    margin: 0px 14px;
}

.tree-box {
    border: 1px solid #999;
}

    .tree-box .el-tree {
        background-color: aliceblue;
    }

.el-drawer__header {
    padding: 0px 20px;
    margin-bottom: 0px;
    height: 36px;
}

    .el-drawer__header > h1 {
        padding: 0px;
        margin: 0px;
    }

.el-drawer__body {
    margin-top: 0px;
}
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}
.con-tabs > .el-tabs__header > .el-tabs__nav-wrap {
	background-color: #efefef;
}

.is-penultimate > .el-tree-node__content {
    color: #626aef;
}
.is-root-node > .el-tree-node__content {
    color: #Ec1c00;
}
.is-button-node > .el-tree-node__content {
    text-decoration: underline;
}
.el-tree-node.is-expanded.is-penultimate > .el-tree-node__children {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.is-penultimate > .el-tree-node__children > div {
    width: 20%;
}

.table-main table > thead > tr > th.el-table__cell{
    background-color: #f5f5f5!important;
    font-weight: bold!important;
    color: #666!important;
}

.table-main .el-table .cell{
    line-height: 26px;
}

.table-main table > thead > tr > th.el-table__cell .cell{
    line-height: 30px;
    font-size: 13px;;
}

.table-main .grid-paging{
    text-align: right;
    background-color: #f5f5f5!important;
    padding: 6px 12px;
    border: #e8e8e8 1px solid;
    border-top: none;
}

.grid-radio .el-radio__label{
    padding: 0!important;
}
.login-box {
text-align: center;
}
.login-box .title {
font-size: 18px;
}
.login-box .login-card {
max-width: 600px;
margin: 60px auto;
}
.login-btn {
text-align: left;
}

