

/* УБИРАЕМ НЕНУЖНЫЕ ЭЛЕМЕНТЫ НА СТРАНИЦАХ */
.gc-tasks-block,
.menu-item-search {
	display: none !important;
}

/* ФИКС ДЛЯ ПЕРЕНОСА ФИЛЬТРОВ В ДАШБОРДАХ */
.metrika-date-filter-wrapper {
	max-width: 1200px;
}

/* ПОКАЗЫВАЕМ КНОПКИ С НАСТРОЙКАМИ БЛОКОВ */
.lite-block-actions {
	display: block !important;
}
/* МЕНЯЕМ ЦВЕТ ДЛЯ СТРОК В ТАБЛИЦЕ */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5 !Important;
}


/* МЕНЯЕМ ПОЛЯ ДЛЯ СЕГМЕНТОВ И Т.Д. */
ul.select2-results[role="listbox"] {
    max-height: 400px;
}

form[action='/pl/sales/deal/index'] div.pull-left[style='min-width: 350px'] {
	width: 500px;
}
