#dialog-workspace #dataSetPanel {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border: solid 1px #d8d8d8;
    border-right: none;
    -moz-transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
    -o-transition: all 180ms ease-in;
    transition: all 180ms ease-in;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    z-index: 28;
    top: 55px;
    right: 0;
    margin: 0 -100% 0 0;
}

#dialog-workspace .panel-menu {
    padding: 32px;
}
#dialog-workspace .panelTop-title {
    float: left;
    padding-top: 7px;
    width: 20%;
    font-size: 16px;
    font-weight: normal;
}

.right-panel .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.panelScroll {
    position: relative;
    width: 100%;
    padding: 32px;
    padding-right: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-anchor: none;
    clear: both;
}

.failList {
    height: 250px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #009efb;
    border: 1px solid #009efb;
    color: #fff;
}

.tab-pane .data-sen {
    display: inline-block;
    padding: 7px 0;
    width: 60%;
}

.tab-pane .data-val {
    display: inline-block;
    padding: 7px 0;
    width: 40%;
}