#aside_left {
    /*width: 290px;
    margin-right: 0;*/
}

#nav_ul_li_journal_id {
	padding-left: 20px;
}

#nav_ul_li_journal_id li a {
	padding-left: 0;
}

.div_space input[type="button"], .erp-object-props__value input[type="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 5px 11px;
    color: var(--erp-state-action-text);
    background: var(--erp-state-action-bg);
    border: 1px solid var(--erp-state-action-border);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 var(--erp-state-action-inset), 0 1px 3px var(--erp-state-action-shadow);
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
    transition: background-color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
    cursor: pointer;
}

.div_space input[type="button"]:hover, .erp-object-props__value input[type="button"]:hover {
    color: var(--erp-state-action-text-hover);
    background: var(--erp-state-action-bg-hover);
    border-color: var(--erp-state-action-border-hover);
    box-shadow: inset 0 1px 0 var(--erp-state-action-inset), 0 2px 5px var(--erp-state-action-shadow);
}