/**
 * @package    quantummanager
 * @author     Dmitry Tsymbal <cymbal@delo-design.ru>
 * @copyright  Copyright © 2019 Delo Design & NorrNext. All rights reserved.
 * @license    GNU General Public License version 3 or later; see license.txt
 * @link       https://www.norrnext.com
 */

html, body {
    padding: 0 !important;
    overflow-y: hidden;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100% !important;
}

#system-message-container {
    padding: 0 !important;
}

.quantummanager {
    width: 100%;
    height: 100vh !important;
}

.modal-form-insert {
    display: none;
    position: fixed;
    background: #ddd;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 2;
}

.modal-form-insert.active {
    display: block;
}

.modal-form-insert > div {
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0;
}

.modal-form-insert-footer {
    display: block !important;
    padding: 0 0 5px 0 !important;
    text-align: center;
    justify-content: center !important;
    font-size: 12px;
    line-height: 14px;
}

.modal-form-insert > div > input,
.modal-form-insert > div > select {
    display: inline-block;
    width: 21%;
    margin: 1% !important;
}

.modal-form-insert > div > select {
    width: 23%;
}