

/* УБИРАЕМ НЕНУЖНЫЕ ЭЛЕМЕНТЫ НА СТРАНИЦАХ */
.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: #f7f5f4;
}

/* МЕНЯЕМ ПОЛЯ ДЛЯ СЕГМЕНТОВ И Т.Д. */
ul.select2-results[role="listbox"] {
    max-height: 400px;
}

form[action='/pl/sales/deal/index'] div.pull-left[style='min-width: 350px'] {
	width: 500px;
}

/* ------------- 
content start - phoneMaskInput
------------- */

.iti {
	width: 100%
}

.iti__arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #555;
}

.iti__arrow--up {
	border-top: none !important;
	border-bottom: 7px solid #555;
}

.iti__country-list {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	font-size: 14px;
	color: #000000;
}
/* ------------- 
content finish - phoneMaskInput
------------- */
