
/*配色色号：
头部及左边栏深蓝：#5c5a74
按钮、文字蓝色：#199ed8
绿色按钮：#26a69a
红色按钮及红色字体：#f56c6c
左边栏选中底色：#4c4a5f
左边栏选中黄色字体：#db9c40*/

body {
    margin: 0;
    background-color: #fafafa;
    font-family: 'Microsoft YaHei';
}
a{ text-decoration: none; }

.ces-main-oasis.el-main {
    background: #fff;
}
.el-header, .el-footer {
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    background-color: rgb(66, 74, 85);
    color: #fff;
    text-align: center;
    line-height: 60px;
    width: 100%;
    height: 60px;
}

.ces-tree .el-form-item{
    width: 835px;
}
.ces-main-oasis .el-tree{
    background: none;
}
.ces-slimvue .el-header img{ vertical-align: middle;}
.ces-slimvue .el-menu--horizontal {width: 120px;overflow: hidden;}
.ces-slimvue .el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title{ padding:0 10px;}

.ces-slimvue .bg-purple-left, .el-tree-node__content {
    background: #e5e9f2;
    height: 100%;
}

.ces-slimvue .el-tree-node__content:hover {
    background: #e5e9f2;
}

.el-tree-node:focus > .el-tree-node__content {
    background: #e5e9f2;
}

.el-icon-circle-plus {
    color: #199ed8;
    font-weight: bold;
    font-size: 26px;
    display: block;
    text-align: left;
    /*line-height: 80px;*/
}
.addBtn.el-button{
    border:none;
    padding:0;
    background:none;
    margin: 20px 0 30px 10px;
}
.row-height, .col-height {
    height: 100%;
}
.el-main{
    min-height: 900px;
    padding: 0 10px 0 0;
}
.frame-top-logo{
    float: left;
    outline: none;
}
.frame-top-right{
    float: right;
}

.el-aside {
    border-right: 1px solid #e6e6e6;
    background-color: rgb(66, 74, 85);
    color: #333;
    text-align: center;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
    box-shadow: 0 5px 0 0 #ddd;
}

.el-aside .el-tree-node__content {
    background: rgb(66, 74, 85);
    height: 100%;
    color:#fff;
}
.el-aside .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
    color:#000;
}
.el-aside .search{
    padding: 10px;
}
.el-aside .el-tree{
    background: rgb(66, 74, 85);
}

.el-aside .el-tree .el-tree-node{ height: 35px; line-height: 35px;}
.el-aside .el-tree .el-tree-node .el-tree-node__content{ height: 35px; line-height: 35px;}

.el-main {
    color: #333;
}

.el-popover{
    min-width:auto;
}
body > .el-container {
    margin-bottom: 40px;
}

.ces-main-oasis .btn-primary {
    background-color: #26a69a;
    border-color: #26a69a;
    color:#fff;
}
.ces-main-oasis .btn-primary:hover{
    color: #fff;
    background-color: #2ec3b7;
    border-color: #2ec3b7
}
.ces-main-oasis .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #2ec3b7;
    border-color: #2ec3b7
}

.el-dialog__header {
    background: #eee;
    padding: 20px;
}
.ces-add .el-form-item__content {
    width: 70%;
}

.ces-main-oasis .checkedlist .el-checkbox__label {
    display: none;
}
.ces-main-oasis .el-icon-circle-plus {
    cursor: pointer;
}
.ces-add .el-select{
    width: 100%;
}

.ces-main-oasis .el-tree>.el-tree-node{
    min-width:100%;
    display: inline-block;
}
.ces-main-oasis .el-upload-list--picture .el-upload-list__item-name{
    display: none;
}
.el-container:nth-child(7) .el-aside {
    line-height: 320px;
}
.ces-main-oasis .el-upload-list{ 
    width: 120px;
}
.ces-main-oasis .hover-row{
    background: #fff;
}
.ces-main-oasis tr.hover-row>td{
    background: #fff;
}
.ces-title{
    color: #ccc;
    text-align: left;
    margin:5px 0 5px 10px;
    font-weight: normal;
    font-size: 18px;
}
.ces-main-oasis .el-table--enable-row-transition .el-table__body td{
    background: #fff;
}
.ces-slimvue .el-tree-node__label{
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}
.ces-main-oasis .el-pagination{
    text-align: center;
    margin-top: 20px;
}
.cheack_url{
    position:absolute;
    top:0;
    left:15px;
}
.checked_url_box .el-form-item__content .el-input .el-input__inner{
    padding-left: 39px;
}













