﻿.negotiations-folder-container{
    margin-right: 8px;
}

.negotiations .folder-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 5px;
}

.negotiations .folder-field {
    display: flex;
    flex-direction: column;
    height: 40px;
}

.negotiations .field label {
    margin-bottom: 5px;
}

.negotiations .full-width {
    flex-basis: 100%;
}

.negotiations .fixed-width {
    flex: 0 0 40px;
}

.negotiations .project-number-field {
    flex: 1 1 36px;
}

.negotiations .issue-container {
    display: flex;
    gap: 5px;
}

.negotiations .filter-items {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.negotiations button {
    margin-top: 5px;
}

.negotiations-stage {
    flex: 2;
    overflow: auto;
    width: 100%;
}