﻿body.iframe-mode .main-sidebar {
    display: none;
}

body.iframe-mode .content-wrapper {
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

body.iframe-mode .main-header, body.iframe-mode .main-footer {
    display: none;
}

body.iframe-mode-fullscreen {
    overflow: hidden;
}

    body.iframe-mode-fullscreen.layout-navbar-fixed .wrapper .content-wrapper {
        margin-top: 0 !important;
    }

.content-wrapper {
    height: 100%;
}

    .content-wrapper.iframe-mode .btn-iframe-close {
        color: red;
        position: absolute;
        line-height: 1;
        right: 0.125rem;
        top: 0.125rem;
        z-index: 10;
        visibility: hidden;
    }

        .content-wrapper.iframe-mode .btn-iframe-close:hover, .content-wrapper.iframe-mode .btn-iframe-close:focus {
            animation-name: fadeIn;
            animation-duration: 10;
            animation-fill-mode: both;
            visibility: visible;
        }

    .content-wrapper.iframe-mode .navbar-nav {
        overflow-y: auto;
        width: 100%;
    }

        .content-wrapper.iframe-mode .navbar-nav .nav-link {
            white-space: nowrap;
        }

        .content-wrapper.iframe-mode .navbar-nav .nav-item {
            position: relative;
        }

            .content-wrapper.iframe-mode .navbar-nav .nav-item:hover .btn-iframe-close, .content-wrapper.iframe-mode .navbar-nav .nav-item:focus .btn-iframe-close {
                animation-name: fadeIn;
                animation-duration: 10;
                animation-fill-mode: both;
                visibility: visible;
            }

    .content-wrapper.iframe-mode .tab-content {
        position: relative;
    }

    .content-wrapper.iframe-mode .tab-pane + .tab-empty {
        display: none;
    }

    .content-wrapper.iframe-mode .tab-empty {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-wrapper.iframe-mode .tab-loading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        background-color: white;
    }

        .content-wrapper.iframe-mode .tab-loading > div {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

    .content-wrapper.iframe-mode iframe {
        border: 0;
        width: 100%;
        height: 100%;
        margin-bottom: -8px;
    }

        .content-wrapper.iframe-mode iframe .content-wrapper {
            padding-bottom: 0 !important;
        }

body.iframe-mode-fullscreen .content-wrapper.iframe-mode {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-left: 0 !important;
    height: 100%;
    min-height: 100%;
    z-index: 10;
}

.permanent-btn-iframe-close .btn-iframe-close {
    animation: none !important;
    visibility: visible !important;
    opacity: 1;
}

body.iframe-mode-fullscreen {
    overflow: hidden;
}

/*.nav-link-iframe-item {
    line-height: normal;
}*/