.x-grouptabcontainer {
    overflow: hidden;
}
.x-grouptabcontainer>.x-container-default,
.x-grouptabcontainer>.x-panel {
    border-top: 1px solid #999 !important;
    border-right: 1px solid #999 !important;
    border-bottom: 1px solid #999 !important;
}
.x-grouptabpanel .x-tree-view {
    background-color: #CED9E7;
}
.x-grouptabpanel .x-grouptab-row {
    width: 169px;
    float: left;
}
.x-grouptabpanel .x-active-group.x-grouptab-row {
    width: 169px;
}
.x-grouptabbar .x-grouptab-row .x-grouptab-bwrap {
    border: 1px solid red;
}
.x-grouptabpanel .x-grouptab-first .x-grid-cell-inner  {
    line-height: 18px;
    font-weight: bold;
}
.x-grouptabbar .x-grid-cell-inner  {
    color: #DFE8F6;
    padding-bottom: 5px;
}
.x-grouptabbar {
    border-right: 1px solid #99bbe8;
}
.x-grouptabbar .x-grid-cell {
    background: #CED9E7;
}
.x-grouptabbar .x-grid-cell .x-tree-node-text {
    color: #395B8E;
}
.x-grouptabpanel .x-active-group .x-grid-cell-inner  {
    color: #395B8E;
    position: relative !important;
    left: 0px !important;
    z-index: 999999 !important;
}
.x-grouptabbar .x-active-group .x-grouptab  {
    border-left: 1px solid #999;
    background-color: white;
}
.x-grouptabbar .x-active-group .x-grouptab-last {
    border-bottom: 1px solid #999;
}
.x-grouptabbar .x-grouptab-first .x-tree-node-text {
    font-size: 13px;
}
.x-grouptabbar .x-active-group .x-grouptab-center.x-active-tab,
.x-grouptabbar .x-active-group .x-grouptab-last.x-active-tab {
    background: #EDEEF0 !important;
}
.x-grouptabbar .x-active-group .x-grouptab-first.x-grouptab-last.x-active-tab {
    background: #FFFFFF !important;
}
.x-grouptabbar .x-grouptab .x-tree-icon-parent {
    display: none;
}
.x-grouptabbar .x-grouptab .x-tree-elbow-img {
    display: none;
}
.x-grouptabbar .x-grouptab .x-tree-expander {
    background: transparent url('images/elbow-plus-nl.gif') no-repeat;
}
.x-grouptabbar .x-grid-tree-node-expanded .x-grouptab .x-tree-expander {
    background: transparent url('images/elbow-minus-nl.gif') no-repeat;
}