﻿

.modal-fullscreen {
    padding: 0 !important;
    width: 60%;
    max-height: 800px;
    background-color: white;
    position: absolute;
    left: 25%;
}

    .modal-fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
    }

    .modal-fullscreen .modal-content {
        height: auto;
        min-height: 100%;
/*        border: 0 none;
        border-radius: 0;
        box-shadow: none;*/
    }



 /*   .modal-fullscreen .modal-body {
        max-height:800px;
        overflow:auto
    }*/