﻿
.modal-fullscreen .modal-dialog {
    width: 99vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
}


.modal-fullscreen .modal-body {
    overflow-y: auto;
    height: 100vh !important;
    max-height: 1000px !important;
    height:100% !important;
}

.modal-fullscreen #dvPreview {
    height: 100vh !important;
}

.modal-header {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    background: #26599e;
    border-bottom: none;
    color: #fff;
    font-weight: 900;
}
    .modal-header .modal-title {
        font-weight: 800;
        padding: 10px 10px;
        font-size: 16px;
        float:left
    }
    .modal-header .close {
        margin-top: -10px !important;
        color: #fff !important;
        opacity: 1;
        font-size: 40px;
        padding: 0 5px;
    }
.modal-fullscreen-xl .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-fullscreen-xl .modal-content {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
}

.modal-fullscreen-xl .modal-body {
    overflow-y: auto !important;
}