

/* МЕНЯЕМ ЦВЕТ ДЛЯ СТРОК В ТАБЛИЦЕ */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/* ПОКАЗЫВАЕМ КНОПКИ С НАСТРОЙКАМИ БЛОКОВ */
.lite-block-actions {
	display: block !important;
}

/* МЕНЯЕМ ПОЛЯ ДЛЯ СЕГМЕНТОВ И Т.Д. */
ul.select2-results[role="listbox"] {
    max-height: 400px;
}

form[action='/pl/sales/deal/index'] div.pull-left[style='min-width: 350px'] {
	width: 500px;
}
