
.filtered {
    color: #95B8CD;
    display: inline-block;
    margin-right: 5px;
}


div.comments-content div .label.signed[data-v-31e26320] {
    color:#01AC50 !important;
}
/* Подписано с ЭЦП */
div.comments-content div .label.recalled[data-v-31e26320] {
    color:#dc3545 !important;
}





















































































































































/* .modal-table в селекторах ниже нужен, чтобы перебить глобальные
   .modal-comment .modal-body / .modal-footer из assets/scss/root/common.scss */

/* шире, чем size="lg" — чтобы влезали длинные ФИО и наименования должностей */
.modal-table.modal-sign-status .modal-dialog {
    max-width: 1140px;
}
.modal-table.modal-sign-status .modal-content {
    border-radius: 12px;
    border: none;
    -webkit-box-shadow: 0 10px 30px rgba(16, 24, 64, 0.12);
            box-shadow: 0 10px 30px rgba(16, 24, 64, 0.12);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* 3.5rem — вертикальные отступы .modal-dialog (по 1.75rem) */
    max-height: calc(100vh - 3.5rem);
}
.modal-table.modal-sign-status .modal-header {
    border-bottom: none;
    padding: 20px 24px 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.modal-table.modal-sign-status .modal-body {
    padding: 8px 24px 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    /* min-height: 0 обязателен, иначе flex-элемент не даст телу сжаться и скролл не появится */
    min-height: 0;
    overflow-y: auto;
}
.modal-table.modal-sign-status .modal-footer {
    border-top: none;
    padding: 8px 24px 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sign-status-group {
    border: 1px solid #e4e7ee;
    border-radius: 10px;
    padding: 12px 16px;
}
.sign-status-group + .sign-status-group {
    margin-top: 24px;
}
.sign-status-group__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px;
}
.sign-status-group__title {
    font-weight: 700;
    color: #2b3674;
    font-size: 14px;
    white-space: nowrap;
}
.sign-status-group__divider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    margin: 0 12px;
    background: #e4e7ee;
}
.sign-status-badge {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    white-space: nowrap;
    padding: 3px 14px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
}
.sign-status-badge--success {
    color: #1a9c5c;
    background: rgba(26, 156, 92, 0.12);
}
.sign-status-badge--warning {
    color: #e2574c;
    background: rgba(226, 87, 76, 0.1);
}
.sign-status-badge--partial {
    color: #e0972a;
    background: rgba(224, 151, 42, 0.12);
}
.sign-status-table {
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%;
}
.sign-status-table td {
    border: none;
    vertical-align: middle;
    padding: 8px 12px;
    font-size: 14px;
    /* длинные ФИО и наименования должностей переносятся, а не растягивают модалку */
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.sign-status-table td:first-child {
    padding-right: 0;
}
.sign-status-table__status {
    width: 120px;
    white-space: nowrap;
}
.sign-status-table__name {
    width: 24%;
}
.sign-status-table__role,
.sign-status-table__date {
    color: #8f9bb3;
}
.sign-status-table__date {
    width: 140px;
    white-space: nowrap;
    text-align: right;
}
.sign-status-text {
    font-weight: 700;
}
.sign-status-text--success {
    color: #1a9c5c;
}
.sign-status-text--warning {
    color: #e2574c;
}
.sign-status-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}


.form-group[data-v-52b5b89e] {
    margin: 5px 0 35px 0;
}
.delete-all[data-v-52b5b89e] {
    color: #d34641 !important;
    cursor: pointer;
}
.delete-all i[data-v-52b5b89e] {
    font-size: 0.6rem;
    margin-right: 0.3rem;
}
.upload-btn-label[data-v-52b5b89e] {
    font-size: 0.6rem;
    font-style: italic;
    opacity: 0.6;
}
.fileupload_file-name[data-v-52b5b89e] {
    cursor: pointer;
}
.fileupload .icon-download[data-v-52b5b89e] {
    color: #008000 !important;
    font-weight: bold;
}
.fileupload .action_btn[data-v-52b5b89e] {
    margin-right: 20px;
}
.fileupload .action_btn[data-v-52b5b89e]:active,
.fileupload .action_btn:active *[data-v-52b5b89e] {
    color: #2b3c47;
}
.fileupload .spinner[data-v-52b5b89e] {
    margin-right: 4px;
    height: 12px;
    width: 12px;
}
.fileupload[data-v-52b5b89e] {
.nav-tabs {
        margin-bottom: 10px;
}
.tab-content {
.file-info {
.comment {
                width: 34.5%;
                margin: 15px;
}
.date, .icon, .name, .size, .delete {
                -ms-flex-negative: 0;
                    flex-shrink: 0; /* Запрещаем сжатие */
                margin-bottom: 0;
                margin-right: 15px;
}
.date {
                width: 80px;
}
.icon {
                width: 21px;
}
.size {
                width: 60px;
}
.delete {
                width: 100px;
}
.name {
                width: auto;
                min-width: 0; /* важно для правильного переноса */
                max-width: 500px; /* Максимальная ширина */
                word-wrap: break-word; /* Перенос длинных слов */
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
.fileupload_file-name {
                    color: #265B86;
                    text-decoration: underline;
                    font-weight: 600;
                    margin-right: 10px;
                    word-break: break-word; /* Перенос по словам */
                    overflow-wrap: break-word; /* Современный перенос */
                    display: inline-block;
                    max-width: 100%; /* Ограничение по ширине родителя */
                    cursor: pointer;
&:hover {
                        color: #1a3d5c; /* Эффект при наведении */
}
}
}
}
}
}
.border-red[data-v-52b5b89e] {
    border: red solid 1.5px;
}
.compact-textarea[data-v-52b5b89e] {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    padding: 10px 12px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    min-height: 60px;
    max-height: 200px;
    resize: vertical;
    overflow-y: auto;
    font-family: inherit;
&:focus {
        background-color: #fff !important;
        border-color: #5B8FF9 !important;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 143, 249, 0.25);
                box-shadow: 0 0 0 0.2rem rgba(91, 143, 249, 0.25);
        outline: none;
}
&:disabled {
        background-color: #f8f9fa !important;
        border-color: #e9ecef !important;
        color: #6c757d;
}
}
.custom-file-input[disabled] ~ .custom-file-label[data-v-52b5b89e], .custom-file-input:disabled ~ .custom-file-label[data-v-52b5b89e] {
    background-color: #B2C6DB !important;
}
.load-block.disabled .file-upload-trigger[data-v-52b5b89e] {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    color: #999;
}


.my-table-input[data-v-74b4d9fc] {
    width: 60px;
}
.ingip-select[data-v-74b4d9fc] .dropdown-menu,
.ingip-select .dropdown-menu[data-v-74b4d9fc] {
    max-height: 200px !important;
    overflow-y: auto !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    min-width: 200px !important;
    z-index: 1000 !important;
}

/* Для фиксированной ширины */
.ingip-select[data-v-74b4d9fc] {
    width: 250px; /* или нужная вам ширина */
}


.row-class-all[data-v-68097b0e] {
    font-weight: bold;
    font-style: italic;
    vertical-align: middle;
}
.row-class-abp[data-v-68097b0e] {
    font-weight: bold;
    vertical-align: middle;
}
.row-class-prg[data-v-68097b0e] {
    font-style: italic;
    vertical-align: middle;
}
.open-row[data-v-68097b0e] {
    background-color: #9aa7b2;
}


.row-class-all[data-v-2b7b8304] {
    font-weight: bold;
    font-style: italic;
}
.row-class-clss[data-v-2b7b8304] {
    font-weight: bold;
}
.row-class-pcl[data-v-2b7b8304] {
    font-style: italic;
}
.row-class-spf[data-v-2b7b8304] {
    font-size: smaller;
}
.open-row[data-v-2b7b8304] {
    background-color: #9aa7b2;
}


.table-success[data-v-bb5ac6c4] {
    background-color: #0f4c81;
}

/*.code-item {*/
/*    float: left;*/
/*    margin-right: 2em;*/
/*}*/

/*.item-code {*/
/*    width: 2em;*/
/*}*/

/*.item-sum {*/
/*    width: 5em;*/
/*}*/

/*.code-item-value {*/
/*    margin-right: 2em;*/
/*    text-align: right;*/
/*}*/

/*.code-input-value {*/
/*    text-align: right;*/
/*}*/

/*.items {*/
/*    width: 1000px;*/
/*}*/

/*.item-name {*/
/*    width: 100%;*/
/*}*/

/*.my-list-item {*/

/*}*/

/*.my-list-item:hover {*/
/*    background-color: #9aa7b2;*/
/*}*/

/*.my-item-span {*/
/*    font-size: 15px;*/
/*}*/

/*!*input.form-control {*!*/
/*!*    max-width: 100%;*!*/
/*!*}*!*/

/*.form-control {*/
/*    background-color: white;*/
/*    max-width: 98%;*/
/*}*/

/*.custom-select {*/
/*    max-width: 98%;*/
/*}*/

/*#line {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    stroke: #F00;*/
/*    stroke-width: 20px;*/
/*    z-index: 99;*/
/*}*/


.is-hidden {
    display: none !important;
}

