

/*Скрываем баннер GC */
.common-banner-wrapper {
display: none !important;
}
/*Скрываем виджет чата */
.talks-widget-button {
display: none !important;
}

/*Ссылки*/
a {
color: var(--color2);
}
a:hover {
  color: var(--color2);
}

/*Сообщения*/
.comment-form-wrapper .new-comment .btn-send{
  border-radius: 6px;
  background-color: var(--color2);
    border-color: var(--color2);
}

/*Тестирования и контроль качества*/
.selectedQuestionaryId, .filter-block .filter-list > li.selected > a {
    background-color: var(--color2);
}
.selectedQuestionaryId, .selectedQuestionaryId A:hover, .filter-block .filter-list > li.selected > a:hover{
  color: white;
}

/* ------------- 
content start - font1
------------- */

html body,
.body,
.field-label,
.page-header,
.lesson-title-value,
.lesson-header-block.row-section,
body .f-text,
body .f-btn,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6,
a,
.block-set,
.comments-tree {
font-family: 'Roboto', sans-serif !important;
}
/* ------------- 
content finish - font1
------------- */

/* ------------- 
content start - font2
------------- */

.global-confirm-checkbox-block, .global-confirm-checkbox-block span.checkbox-text a {
font-family: 'Roboto', sans-serif !important;
}
/* ------------- 
content finish - font2
------------- */

/* ------------- 
content start - actions
------------- */

/*.page-actions {
    z-index: 10000 !important;
    position: fixed !important;
    display: flex !important;
    right: 300px !important;
    top: 30px !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-content: space-between !important;
    justify-content: space-between !important;
    align-items: stretch !important;
}
.btn-group {
  margin: 10px !important; 
}
body > div.gc-main-content.gc-both-main-content.wide.account-page-content.with-left-menu.gc-user-logined.gc-user-admin > div > div > div > div.page-header > div.page-actions > div.btn-group.open > ul {
    right: 70px !important;
    left: auto !important;
    top: -40px !important;
    bottom: auto !important;
}*/
/* ------------- 
content finish - actions
------------- */

/* ------------- 
content start - feedback
------------- */

.talks-widget-button{
  background: #AED8E8;
  color: #608D92;
}
.talks-widget-window .talks-widget-body .conversations-list-block .conversation-list-footer .btn{
  background-color: #6697A5;
    border-color: #6697A5;
border-radius: 6px !important;
}
/* ------------- 
content finish - feedback
------------- */

/* ------------- 
content start - chat
------------- */

.xdget-trainingChats {
  position: fixed !important;
  bottom: 5px;
  right: 80px;
  z-index: 35000;
}
.chat-list .training-logo-course {
  font-size: 0px;
  float: right;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
  
}
.chatium-icon .chatium-icon-text:after {
  content: "\1F4AC";
  font-size: 30px;
  color: #ffffff;
}
.chatium-icon.icon-type-text {
  background-color: #608D92 !important;
}
.chat-list .chat-title {
  font-size: 0px;
}
.chat-list .chat-text:after {
  content: "Чат";
  color: #608D92;
  font-size: 20px;
  padding: 5px;
}
.chat-item:hover {
  background: transparent !important;
  transform:scale(1.05);
}
.chat-item{
transition:all 0.5s;
}

/* ------------- 
content finish - chat
------------- */

/* ------------- 
content start - breadcrumbs
------------- */

/* В тренингах */
.breadcrumbs {
  visibility: hidden;
}

/* В уроках */
.standard-page-content .breadcrumb {
  visibility: hidden;
  
}

/* Пункты */
.breadcrumbs a, .standard-page-content .breadcrumb li {
  visibility: visible;
  white-space: nowrap;
}

.standard-page-content .breadcrumb li {
  margin-left: 0;
}
/* Разделитель В тренингах */
.breadcrumbs a:after {
  content: "\2009/\2009";
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
  color: inherit;
}
/* Разделитель В уроках */
.standard-page-content .breadcrumb li a:after {
  content: "\2009/\2009";
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
  color: inherit;
}

/* Скрываем лишнее */
.breadcrumbs a:nth-child(1), .standard-page-content .breadcrumb li:nth-child(1), .breadcrumbs a:nth-child(2), .standard-page-content .breadcrumb li:nth-child(2), .breadcrumbs a:last-child:after, .standard-page-content .breadcrumb li:last-child a:after, .standard-page-content .breadcrumb li:before {
  display: none;
}
/* Показываем админам */
.gc-user-logined.gc-user-admin > div.container > div.standard-page-content > ul > li {
  display: inline-block !important;
}

/* ------------- 
content finish - breadcrumbs
------------- */
