

/* ПОДКЛЮЧЕНИЕ ШРИФТОВ ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

/* УБИРАЕМ НЕНУЖНЫЕ ЭЛЕМЕНТЫ ============================================================ */
/* Блок "задачи" наверху страницы */
.gc-tasks-block {
    display: none !important;
}

/* Раздел "поиск" в боковом меню */
.menu-item-search {
    display: none !important;
}

/* Баннер слева внизу от GetCourse */
.common-banner-wrapper {
    display: none !important;
}

/* Убираем в редакторе выравнивание по ширине */
.btn-group>[data-value=text-justify] {
    display: none;
}

/* РАЗНЫЕ ФИКСЫ ============================================================ */
/* Перенос фильтров в дашбордах */
.metrika-date-filter-wrapper {
    max-width: 1200px;
}

/* Фикс для блока с эмодзи когда текст заходит под блок */
.emoji-textarea {
    padding-right: 70px !important;
}

/* Фикс для поля ввода ссылки для редиректа, если нет доступа к тренингу */
[name="ParamsObject[not_access_redirect_url]"] {
    width: 100%;
}

/* Блок. Якорь на странице */
.block-set .lt-anchor {
    height: 0 !important;
}

/* Фикс когда пропадает папка под количество оставшегося места в видео */
.gc-file-dialog .file-dialog-layout .file-dialog-size-progress {
    bottom: 0 !important;
}

/* Фикс для дроп-меню, когда он не перекрывается кнопками для взаимодействия с блоком */
.block-set-editor .lite-block .lite-block-actions {
    z-index: auto;
}

.dropdown-menu {
    z-index: 999;
}

/* РАЗНЫЕ УЛУЧШЕНИЯ ============================================================ */
/* Показываем кнопки с настройками блока */
.lite-block-actions {
    display: block !important;
}

/* Окно сохранения настроек всегда при себе в модальных окнах */
.code-editor-modal .modal-header,
.gc-modal .modal-header,
.popover-title {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* Меняем цвет для строк в таблицах с данными */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/* МЕНЯЕМ ПОЛЯ ДЛЯ СЕГМЕНТОВ И Т.Д. */
ul.select2-results[role="listbox"] {
    max-height: 400px;
}

form[action='/pl/sales/deal/index'] div.pull-left[style='min-width: 350px'] {
	width: 500px;
}

/* УБИРАЕМ ЛИШНИЕ СПОСОБЫ ПО ОТПРАВКЕ ПИСЕМ */
#ParamsObject_send_to input#ParamsObject_send_to_1,
#ParamsObject_send_to label[for='ParamsObject_send_to_1'],
#ParamsObject_send_to input#ParamsObject_send_to_2,
#ParamsObject_send_to label[for='ParamsObject_send_to_2'] {
	display: none;
}

/* ------------- 
content start - blockrecovery
------------- */

.editor-control-panel a.recovery-link {
    color: #b366c7;
    margin-right: 10px;
}

.recovery-link .glyphicon.glyphicon-refresh {
    margin-right: 5px;
}

.lt-page-edit-link .item.recovery-link {
  background: #b366c7;
}


/* ------------- 
content finish - blockrecovery
------------- */
