/*
    Consists of common modal iframe css design data.
    presentong another page in iframe in modal window

    Created on : 06-Sep-2018, 19:39:09
*/
    
            /* modal - presentong another page in iframe ---------------------*/
            @media (min-width: 979px) {
                ul.nav li.dropdown:hover > ul.dropdown-menu {
                    display: block;
                }
            }

            .not-active {
                pointer-events: none;
                cursor: default;
                /*  text-decoration: none;
                  color: black;*/
            }

            .modal-dialog {
                width: 90%;
                height: 90%;
                /*  margin: 0;
                  padding: 0;*/
            }

            .modal-content {
                height: auto;
                min-height: 100%;
                border-radius: 0;
            }
            .iframe-container {
                overflow: hidden;
                padding-top: 40%;
                position: relative;
            }
            .iframe-container iframe {
                border: 0;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

            .context-dark, .bg-gray-dark, .bg-primary {
                color: rgba(255, 255, 255, 0.8);
            }
