﻿.modal-dialog, #iframe-reports {
    width: 100%;
    max-width: 800px;
    height: calc(100vh - 145px);
}

.modal.modal-center .modal-dialog {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    height: unset;
    max-height: 80vh;
}

.modal-dialog.wider, .modal-dialog.wider #iframe-reports {
    max-width: 1100px !important;
}

.modal-body .detstat {
    margin-bottom: .5rem;
}

@media screen and (max-width: 769px) {
    #modalBody {
        padding: 0 !important;
    }
}

#details iframe {
    width: 100%;
    height: 90vh;
}

#previousreviewframe iframe {
    height: calc(100vh - 40px);
}

#mainmodal {
    z-index: 990;
}

.modal-backdrop {
    z-index: 980;
}
