﻿#modal-container {
    position: fixed;
    max-width: 100%;
}

#modal-container-box {
    position: fixed;
    max-width: 100%;
}

.modal-content {
    position: relative;
    display: table;
    overflow: hidden;
    resize: both;
}

.modal-contents {
    position: relative;
    display: table;
    overflow: hidden;
    resize: both;
}

.modal-body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-header {
    cursor: grab;
}

.modal-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}
