/*------------- перенос строк для интерактивных сеток  ----------*/
.a-GV-table td {
    white-space: normal !important;
}
.a-GV-headerLabel {
    white-space: normal !important;
}/*--------------------------------------------------------------*/


/*------------- фикс размера редактируемых ячеек интерактивных сеток   ----------*/
.a-GV-cell .a-GV-columnItem select[size='1'], .a-GV-columnItem input {
    height: 100%!important;
    max-height: 100%!important;
	white-space: normal !important;
}/*--------------------------------------------------------------*/

.a-Toolbar-item .is-active {
    background-color: rgb(255, 216, 127)!important;
}