.tabs {
    font-size: 0;
    /* margin: 25px 0; */
}

.chart {
    position: absolute;
    width: 400px;
    height: 280px;
    right: 10px;
    bottom: 70px;
    display: none;
    background: #ffffffbd;
}

.chart-header {
    background: rgb(63, 136, 231);
    margin: 0px;
    color: white;
}

#data-table>.chartContent {
    padding: 10px 20px;
    overflow-y: scroll;
}

tbody>tr:hover {
    background-color: rgb(63, 136, 231);
}

/* .chart-hearder>.toggle-btn-execute {
    background: rgb(63, 136, 231);
} */

.hide {
    display: none;
}

.chartContent {
    box-shadow: 2px 2px 1px grey;
    background: #ffffffbd;
}

.tabs:after {
    clear: both;
    content: '';
    display: table;
}

.tabs .tab {
    display: inline;
}

.tabs .tab-label {
    background: #ffffffbd;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    left: 1px;
    margin-left: -1px;
    padding: 10px;
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
    cursor: hand;
}

.top-right-extend {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    float: right;
    position: relative;
    display: block;
    cursor: pointer;
}

.top-right-extend::before {
    content: "\2212";
    font-family: "Glyphicons Halflings";
}

.top-right-collapse {
    width: 24px;
    height: 24px;
    margin: 8px 8px 0px 0px;
    float: right;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0px 0px 0px 10px;
    left: 8px;
    bottom: 4px;
}

.top-right-collapse::before {
    content: "\2b";
    font-family: "Glyphicons Halflings";
    color: rgb(63, 136, 231);
}

.highlight {
    background: rgb(63, 136, 231);
}

.tabs .tab>[type="radio"] {
    clip: rect(0 0 0 0);
    height: 1px;
    opacity: 0;
    position: fixed;
    width: 1px;
    z-index: -1;
}

.tabs .tab-panel {
    display: inline;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 0;
}

.tabs .tab-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #ffffffbd;
    padding: 0 10px;
    border: 1px solid #ccc;
    float: left;
    font-size: 16px;
    font-size: 1rem;
    margin-top: -6px;
    width: 100%;
    height: 200px;
}

.tabs .tab [type="radio"]:checked+.tab-label {
    background: white;
    border-bottom-width: 0;
    padding-bottom: 11px;
    z-index: 1;
}

.tabs .tab [type="radio"]:checked~.tab-panel {
    display: inline;
}
