.body-resizing {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: ns-resize;
    touch-action: none;
    -moz-touch-action: none;
    -webkit-touch-action: none;
    -ms-touch-action: none;
}
.tab {
    width: 100%;
    height: 100%;
    display: none;
    padding-bottom: 20px;
    overflow: auto;
}
.w2ui-overlay {
    z-index: 30001;
}
.w2ui-tag {
    z-index: 30001;
}
.w2ui-grid-data div {
    align-items: center;
    display: flex;
    min-height: 24.5px;
    max-height: 24.5px;
}
.layers-info-tab-div {
    position: absolute;
    bottom: 0;
    z-index: 20000;
    width: 100%;
    touch-action: none;
    -moz-touch-action: none;
    -webkit-touch-action: none;
    -ms-touch-action: none;
}
.w2ui-grid-data.w2ui-col-select > div {
    padding: 0;
    justify-content: center;
}
.w2ui-tab.active {
    font-weight: bold;
    font-size: 12px;
}

.w2ui-tab.active:after
{
  content: none;
}
