/** ДОКУМЕНТЫ **/
td.contracts-total-column {text-align: right; width: 100px}
tr.contracts-total-summary td {text-align: right;}
td.contracts-state-column {max-width: 250px; width: 250px;  overflow: hidden}
td.contracts-attach-column {max-width: 70px; width: 70px;  overflow: hidden; text-align: center}
td.contracts-1attach-column {max-width: 22px; width: 22px;  overflow: hidden; text-align: center}

/*span.contract_history_preview {display: inline-block; white-space: nowrap; overflow: hidden; width: auto; height: 1.2em; max-width: 10em;}*/
span.contract_state_cell {white-space: nowrap; overflow: hidden; max-width: 25em;}


.table-success a,
.table-warning a,
.table-danger a
{
    color: white;
}
/*
.tree-column {
    position: relative;
    white-space: nowrap;
}

.tree-line {
    display: inline-block;
    width: 10px;
    height: 1em;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-right: 5px;
}*/

.table-tree-prefix {
    position: absolute;
    width: 15px;
}

/* Горизонтальная линия */
.table-tree-h-line {
    position: absolute;
    left: 5px; /* Смещаем вправо для соединения */
    top: 9px;
    width: 10px;
    height: 1px;
    background: #333;
}

/* Вертикальная линия */
.table-tree-v-line {
    position: absolute;
    left: 5px; /* Совпадает с горизонтальной */
    top: 0;
    width: 1px;
    background: #333;
    height: 100%;
}
