.x-trigger-cell {
    background-color: transparent;
}

.x-splitter.x-splitter-vertical {
    background-image: url('/img/icons/splitter-vertical.png') !important;
    background-position: center;
    background-repeat: no-repeat
}

.x-splitter.x-splitter-horizontal {
    background-image: url('/img/icons/splitter-horizontal.png') !important;
    background-position: center;
    background-repeat: no-repeat
}

.x-menu-item-indent {
    margin-left: 31px !important;
}

.x-border-box .x-tab-top {
    height: 22px !important;
}

.x-window-active.x-window-blue-window-active .x-tab-bar .x-tab-default {
    border-bottom: 0 !important;
}

.x-tab-bar .x-tab {
    border-bottom: 0 !important;
}

.x-grid-row-alt .x-grid-cell, .x-grid-row-alt .x-grid-rowwrap-div {
    background-color: #f2f2f2;
}

.x-grid-row-alt.x-grid-row-over .x-grid-cell, .x-grid-row-alt  .x-grid-row-over .x-grid-rowwrap-div {
    background-color: #e6e6e6;
}

.x-form-trigger.mdi-icon {
    background: none;
    text-align: center;
    border-top: 1px solid #bfc6cc;
    border-right: 1px solid #bfc6cc;
    padding-top: 2px;
}

.mdi-icon-trigger-over {
    background: #e8e9eb !important;
    border-bottom-color: #c9ced3 !important;
}

.mdi-icon-trigger-click {
    background: #e8e9eb !important;
    border-bottom-color: #c9ced3 !important;
}

.x-grid-cell-inner-action-col .action-column-item-hover-show {
    display: none !important;
}

.x-grid-row-over .x-grid-cell-inner-action-col .action-column-item-hover-show {
    display: inline !important;
}

/* Multiline tab Panel  START*/

.x-multi-tab-bar .x-tab{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin:0 !important;
}
.x-multi-tab-bar .x-box-target{
    height: auto !important;
    display: -ms-flex !important;
    display: flex !important;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
}
.x-multi-tab-bar .x-tab{
    text-align: center !important;
    width: auto !important;
    -webkit-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    flex-grow: 1 !important;
}
.x-multi-tab-bar .x-tab.x-tab-active{
    border: 0 !important;
}
.x-multi-tab-bar .x-box-inner{
    height: 100% !important;
}
.x-multi-tab-bar .x-tabbar-scroll-left{
    display: none;
}

.x-multi-tab-bar .x-tabbar-scroll-right{
    display: none;
}

/* Multiline tab Panel  END*/
