.bread-header{
    border:1px solid #e5e5e5;
    border-radius: 4px;
    padding-left:10px;
    margin-bottom: 15px;
    background-color: #fff;
}

.bread-header .el-breadcrumb{
    line-height: 40px;
}

table{
    font-size: 12px;
    background-color: #fff;
}
table.el-table .cell  {
    padding-left: 4px;
    padding-right: 4px;
}

table .cell .el-textarea__inner{
    font-size:12px;
    font-family:Arial;
    line-height: 23px;
}

.query-form{
    border:1px solid #e5e5e5;
    border-radius: 4px;
    padding:10px;
    margin-bottom:15px;
    background-color: #fff;
}

.code-container{
    min-height:300px;
}
.full-dialog .el-dialog__body{
    padding:0;
}

.step-container{
    margin-top:25px;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    min-height: 400px;
}

.right{
    float:right;
}

.el-select.multiple-select{
    display: block;
}

.el-checkbox{
    margin-right: 10px;
    margin-left: 0px !important;
}

.error-notify{
    width: auto !important;
}

.ocr-img{
    width:50px;
    height:50px;
}


#app{
    display: none;
}


.test-select .el-select-dropdown__item{
    height:auto;
}

.el-dropdown-menu__item.active{
    background-color: #ecf5ff;
    color: #66b1ff;
}

.header-icon{
    display: inline-block;
    margin-left:5px;
    float: right;
}

.header-icon > *{
    padding-right: 4px;
    font-size: 14px;
    cursor: pointer;
    line-height: 23px;
    padding-left: 2px;
}
.header-icon .iconfont{
    font-size:14px;
}

.header-icon .icon-bind{
    color:#409EFF;
}

.header-icon .icon-unbind{
    color:#F56C6C;
}


.header-icon > *:after{
    content: "";
    width: 1px;
    display: block;
    height: 14px;
    position: absolute;
    right: -1px;
    top: 4px;
    background-color: #e5e5e5;
}

.header-icon > *:last-child:after{
    display: none;
}

.test-msg{
    width: 800px;
}

*::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 6px !important;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px !important;
}
*::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #CBCBCB;
}
*::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
}

.el-tooltip__popper{
    max-width: 600px;
}


.el-table .danger-row {
    background: rgb(254, 240, 240);
}

.el-table .success-row {
    background: rgb(240, 249, 235);
}


.el-table__expanded-cell{
    padding: 0px 0px 0px 46px!important;
}
