@CHARSET "UTF-8";
/**tab css样式*/

.content-tabs {
    position: relative;
    height: 42px;
    background: #ffffff;
    line-height: 42px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1);*/
    /*border-bottom: 1px solid #d2d3d4;*/
    border-bottom: solid 1px #e4eaec;
}
.content-tabs .roll-nav,
.page-tabs-list {
    position: absolute;
    width: 41px;
    height: 41px;
    text-align: center;
    color: #999;
    top: 0;
}
.content-tabs .roll-left-0 {
    left: 0;
    /*border-right: solid 1px #eee;*/
    border-right: 0;
}
.content-tabs .roll-left {
    /*left: 41px;*/
    /*border-right: solid 1px #eee;*/
    border-right: 0;
}

.content-tabs .roll-right {
    right: 0;
    /*border-left: solid 1px #eee;*/
    border-left: 0;
}

.content-tabs button {
    background: #fff;
    border: 0;
    height: 41px;
    width: 41px;
    outline: none;
}

.content-tabs button:hover {
    background: #fafafa;
}

nav.page-tabs {
    margin-left: 41px;
    height: 42px;
    overflow: hidden;
}

nav.page-tabs .page-tabs-content {
    float: left;
}

.page-tabs a {
    display: block;
    float: left;
    /*border-right: solid 1px #eee;*/
    border-right: 0;
    padding: 0 15px;
}

.page-tabs a i:hover {
    color: #c00;
}

.page-tabs a:hover,
.content-tabs .roll-nav:hover {
    color: #777;
    background: #f2f2f2;
    cursor: pointer;
}
.page-tabs a {
    color: #999;
}

.page-tabs a i {
    color: #ccc;
}

.page-tabs a.active {
    /*border-bottom: 2px solid #2196f3;*/
    background: #f0f4f5;
}
.roll-right.J_tabRight {
    /*right: 60px*/
}

.roll-right.btn-group {
    right: 60px;
    width: 80px;
    padding: 0;
}

.roll-right.btn-group button {
    width: 80px;
}

.roll-right.J_tabExit {
    background: #fff;
    height: 41px;
    width: 60px;
    outline: none;
}

.dropdown-menu-right {
    left: auto;
}

/* 右键面板 */
.context-menu-item {
    color: #6d6d6d !important;
}
.context-menu-item.context-menu-hover {
    color: #292929 !important;
    cursor: pointer;
    background-color: #f2f2f2 !important;
}
.context-menu-icon.context-menu-icon--fa::before {
    color: #999 !important;
}



