/**
* DevExtreme (widgets/common/multiView.less)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-multiview-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    touch-action: pinch-zoom pan-y;
}

.dx-multiview-item-container {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;

    .dx-empty-message {
        text-align: center;
    }
}

.dx-multiview-item {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;

    &.dx-item-selected {
        position: relative;
    }
}

.dx-multiview-item-content {
    width: 100%;
    height: 100%;
}

.dx-multiview-item-hidden {
    top: -9999px;
    visibility: hidden;
}
