﻿ .modalPopup {
            max-height: 800px;
            position: fixed;
            z-index: 2000;
            padding: 0;
            background-color: #fff;
            border-radius: 6px;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, 0.2);
            width: 70%;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
        }

        .modalBackground {
            position: fixed;
            top: 0;
            left: 0;
            background-color: #000;
            opacity: 0.5;
            z-index: 1800;
            min-height: 100%;
            width: 100%;
            overflow: hidden;
            filter: alpha(opacity=50);
            display: inline-block;
            z-index: 1000;
        }

        .modal-footer {
            border-radius: 0 0 2px 2px;
            border-top: 2px solid rgba(0, 0, 0, 0.1);
            padding: 4px 6px;
            height: 56px;
            width: 100%;
            border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        }

        .modal-content {
            height: auto !important;
            max-height: calc(100vh - 340px) !important;
        }

        .modal-header {
            border-bottom: 2px solid rgba(0, 0, 0, 0.1);
            width: 100%;
            height: 56px;
            padding: 24px;
        }

            .modal-header > .input-field {
                width: 100%;
            }