﻿#modal-iframe > iframe {
    border: 0px none;
    /*width: calc(100% - 35px);*/
}

#modal-iframe .modal-dialog {
    margin: 20px auto;
    max-height: calc(100% - 40px);
    max-width: calc(100% - 40px);
    width: 80%;
    height: calc(100% - 40px);
}

#modal-iframe .modal-content .modal-body {
    height: 100% !important;
    padding: 15px !important;
    position: fixed;
    width: 100%;
}

#modal-iframe .modal-content {
    height: 100% !important;
}

#modal-iframe .modal-body a.close {
    position: absolute;
    right: -12px;
    top: -12px;
    opacity: 0.9;
}

#modal-iframe .modal-body iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0px none;
    padding: 0px !important;
    margin: 0px !important;
}
