﻿#content div.modal[id^="modal_filter" i], #content div.modal[id^="modal_add" i]
{
    left: 10%;
    margin-left: 0px;
    width: 80%;

    & .modal-dialog
    {
        & .modal-content
        {
            display: flex;
            flex-direction: column;
            max-height: 85vh;

            *& .modal-body
            {
                max-height: none;

                & table
                {
                    width: 100%;
                }
            }
        }
    }
}
