.el-input__inner .caret{
    vertical-align: middle;
    margin-left: 6px;
}
.dropdown-menu > li > a{
    color: #606266;
}
.dropdown-menu > li > a:hover{
    background-color: #f5f7fa;
    color: #606266;
}
.el-input__inner .page_caret{
    border-top: 5px solid #82939e;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.el-input__inner:hover{
    border-color: #409EFF;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    color: #409EFF;
    font-weight: 700;
    background:none;
}
.page-list .page-list-header{
    border-bottom:none;
    padding:0px;
}
.table-box{
    padding: 0px 0px;
    box-sizing: border-box;
}
.page-list .page-list-footer{
    padding: 10px 0px;
    box-sizing: border-box;
    border-top: none;
    box-shadow:none;
}
.page-list .page-list-footer .page-num-select{
    padding:0px
}
.table thead th{
    color: #909399;
    font-weight: 500;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th{
    background-color: #F5F7FA;
}
.table-hover tr.active td, .table-hover tr.active:hover td{
    background-color: #F5F7FA;
}
a:hover, a:focus{
    color:#409EFF
}
.wf-guide-list li.finished h5{
    color: #409EFF;
}
.mcr{
    padding: 0px;
}
.mc{
    box-shadow:none;
}
.el-input .input__height{
    min-height: 30px;
}
.btn-group .group-height{
    height: 28px;
    line-height: 13px;
}
.dropdown-menu-box{
    top: -192px;
    height: 183px;
    overflow: auto;
}
.d-title{
    background-color: #409EFF;
}
.btn-primary{
    background-color: #409EFF;
    border-color: #409EFF;
    box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus{
    box-shadow: none;
    background: #66b1ff;
    border-color: #66b1ff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    color: #606266;
    background: none;
}

.table-head-inverse thead th{
    background:none;
}
.table-head-condensed thead:first-child tr:first-child th{
    border-bottom: 2px solid #409EFF;
}
.nav-skid > .active > a{
    color: #409EFF;
}
.nav-skid > li:hover, .nav-skid > .active{
    border-bottom: 2px solid #409EFF;
}
.operate-btn:hover, .operate-btn:focus, .operate-btn.hover, .operate-btn.active{
    background-color: #409EFF;
}

