.store-catalogs .tab-content{
	padding: 20px 18px 20px 24px;
}

.nomenclature__groups{
	border-right: 1px solid #005fa2;
}

.nomanclature-barcode__add-col{
	margin-top: 4px;
}

.nomenclature-table.search .nomenclature-row{
	display: none;
}

.nomenclature-table.search .nomenclature-row.active{
	display: table-row;
}

.nomenclature-groups__group.active,
.contractor-groups__group.active{
    font-weight: 700;
    text-decoration: underline dashed;
}


.nomenclature__groups .grid-view{
	margin-top: 33px;
}

.store-documents__document-wrap{
	position: relative;
}

.store-documents__nomenclature-list__header{
	font-size: 0.875rem;
}

.store-documents__date-input{
	width: 150px;
}

.store-documents__is-posted-input .form-group,
.store-documents__is-posted-input .form-group label{
	margin-bottom: 0;
}

.store-documents__nomenclature-item__field.transition{
	transition: background-color 1s ease-in-out;
}

.nomenclature-print-barcode .store-barcode{
	font-size: 10px;
	width: 95px;
	text-align: center;
}

.store-material-report__record-info{
	font-size: 0.85rem;
}

.store-material-report__price-item{
	border-left: solid 5px;
    margin-left: 0px;
    font-weight: normal;
}

.store-material-report__price-item.active{
	font-weight: bold;
}

.store-material-report__techcard{
	display: none;
}

.store-material-report__techcard.active{
	display: block;
}

.store-material-report__techcard__nomenclature-name{
	font-size: 0.8rem;
}

.hide-empty-store{
	float: right;
    position: absolute;
    top:  11px;
    right: 11px;
}

@media (max-width: 767px){
	.nomenclature__groups{
		border-right: none;
	}
}

