/*
Версия 1.2.*.*
 */

@font-face {
  font-family: 'icomoon_instagram_group';
  src:  url('../fonts/icomoon_instagram_group.eot?jhghco');
  src:  url('../fonts/icomoon_instagram_group.eot?jhghco#iefix') format('embedded-opentype'),
  url('../fonts/icomoon_instagram_group.ttf?jhghco') format('truetype'),
  url('../fonts/icomoon_instagram_group.woff?jhghco') format('woff'),
  url('../fonts/icomoon_instagram_group.svg?jhghco#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body{
  overflow: hidden!important;
}
.sidebar, .direct-chat-messages{
  -webkit-overflow-scrolling:touch;
}
/*Прелоадер загрузка чата*/
.loader_chat{
  background: #ecf0f5;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  border: 0!important;
}
.loader_chat_spinners{
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -45px;
  color: #dd4b39;
  width: 320px;
}
.loader_chat_spinners i{
  font-size: 40px;
  color: #dd4b39;
}
.loader_chat_spinners span{
  color: #dd4b39;
}
/*\Прелоадер загрузка чата */

#load_chat{
  background: #ffffff;
  padding: 5px;
  text-align: center;
  width: 30px;
  border-radius: 20px;
  box-shadow: 0 0 2px #c7c7c7;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
#load_chat.center{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

/*Список контактов*/
.sidebar-menu li>a>.fa-angle-left, .sidebar-menu li>a>.pull-right-container>.fa-angle-left {
  margin-right: 0;
}
.modal_group_send_show {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
}
.menu_tabs {
  height: 32px;
}
.menu_tabs a {
  padding: 5px!important;
}
#chat_operators li a{
  padding: 5px;
}
#chat_operators li:hover a{
  background: #777777;
  color: #ffffff;
}
.menu_tabs .badge{
  font-size: 10px;
  margin: 4px 0 4px 4px;
  padding: 2px 4px;
}
.chat_subscriber, .chat_operator{
  padding: 0;
  position: relative;
}
.chat_subscriber .chanell_categ{
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.category_head{
  border-bottom: 1px solid #cacaca;
  border-left: 4px solid #dd4b39!important;
}
.category_head .cat_name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 125px;
  display: inline-block;
  height: 20px;
  margin-bottom: -5px;
}
span.subscriber_kol {
  font-size: 10px;
  color: #888;
}
.sidebar-menu .treeview-menu{
  padding-left: 0;
}
.show_subscriber, .show_operator{
  background: #777!important;
  color: #f2f2f2!important;
}
.show_subscriber a, .show_subscriber span, .show_operator a, .show_operator span{
  color: #ffffff!important;
}
.show_subscriber .badge, .show_operator .badge{
  background: #ffffff!important;
  color: #777777!important;
}
.open_subscriber {
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no_read_message_kol{
  position: absolute;
  right: 0;
  margin-top: 0px!important;
  padding: 1px 4px;
  font-size: 10px;
  top: 9px;
  margin-right: 5px;
}
.no_read{
  position: relative;
}
.no_read:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #dd4b39;
  position: absolute;
  top: 15px;
  left: 10px;
  border-radius: 10px;
}
.phone_name_small{
  font-size: 12px;
  color: #888888;
}
.blocker_operator_subscriber{
  background: #e2e2e2;
}
.tab-content {
  border-bottom: 4px solid #ddd;
  margin-bottom: 5px;
}
/*\Список контактов */

/*Настройки категорий*/
.modal_category_setting_show{
  width: 210px;
  margin: 5px 10px;
}
#list_category_setting .list-group-item:first-child .cat_sort_up{
  display: none;
}
#list_category_setting .list-group-item:last-child .cat_sort_down{
  display: none;
}
/*\Настройки категорий*/

/*Форма поиска*/
.search_content_head {
  text-align: center;
  color: #848484;
}
span.allocated {
  background: rgb(254, 255, 145);
}
#search_content{
  border-bottom: 4px solid #ddd;
  max-height: 300px;
  overflow: auto;
}
#search_content ul{
  margin: 0;
  list-style: none;
  padding: 0;
}
#search_content ul li{
  position: relative;
}
#search_content ul li.header{
  padding: 4px;
  text-align: center;
  background: #ddd;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  margin-top: 4px;
}
#search_content ul li a{
  padding: 5px 5px 5px 15px;
  display: block;
  color: #777777;
}
#search_content ul li a:hover{
  color: #000000;
}
/*\Форма поиска*/

/*Форма авторизации*/
.chat_auth{
  margin: 0;
  padding: 0;
}
.block_auth{
  background: #fff;
  padding: 15px;
  max-width: 333px;
  margin: auto;
}
/*\Форма авторизации */

/*Страница чата*/
.one_click table{
  margin-bottom: 5px;
}
.one_click td {
  border-bottom: 1px solid #a9a9a9;
  padding: 2px 6px;
}
.one_click_head {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 5px;
  font-weight: bold;
}
#chat_subscribe_messages{
  overflow: hidden;
}
#message_height{
  padding: 100px 10px 10px 10px;
  height: 100%;
  min-height: 100%;
}
.direct-chat-msg{
  position: relative;
}
.log .message_status{
  display: none;
}
.chat_contact{
  border-radius: 0;
  margin: 0;
  border: 0;
  padding: 4px 4px 3px 4px;
  z-index: 1;
  height: 50px;
  /*position: absolute;
  z-index: 1;*/
}
.chat_subscriber .box{
  border-left: 6px solid #777777!important;
}
.chat_operator .box{
  border-left: 6px solid #00c0ef!important;
}


.direct-chat-messages{
  height: 100%;
  min-height: 100%;

}
.direct-chat-text{
  display: inline-block;
  margin: 5px 30px 0 55px;
  font-size: 15px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
  word-break: break-word;
  max-width: 72%;
  padding: 5px 30px 5px 10px;
}
.right .direct-chat-text {
  margin-right: 55px;
  margin-left: 30px;
  background: #ffffff;
  float: right;
}

.log .direct-chat-text {
  text-align: center;
  width: 100%;
  max-width: 90%;
  background: #d2d6de;
}

.direct-chat-msg.log .direct-chat-text {
  text-align: center;
  width: 100%;
  max-width: 90%;
  background: #d2d6de;
}
.message_old_edit {
  margin-bottom: 4px;
}

.direct-chat-text .forward{
  border-radius: 50px;
  padding: 1px 4px;
  margin-top: -16px;
  position: absolute;
  right: -40px;
  top: 50%;
  color: #777;
  width: 24px;
  height: 24px;
}
.right .direct-chat-text .forward{
  border-radius: 50px;
  padding: 1px 4px;
  margin-top: -16px;
  position: absolute;
  left: -40px;
  top: 50%;
  color: #777;
}
.no-read .direct-chat-text{
  border: 1px solid #f39c12;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.message_time{
  display: block;
  font-size: 10px;
  color: #777;
}
.direct-chat-text hr{
  margin: 5px 0 -15px;
}
.message_menu{
  position: absolute;
  top: -3px;
  right: 0;
}
.message_menu .dropdown-toggle{
  font-size: 9px;
  padding: 0px 5px;
  height: 19px;
  width: 19px;
  line-height: 0;
  margin: 0;
}
.blocker_operator{
  width: 100%;
  height: 100%;
  background: #dd4b39;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  text-align: center;
}
.blocker_operator p{
  font-size: 20px;
  color: #fff;
  margin: 18px;
}
.blocker_operator_subscriber{
  background: #e2e2e2;
}
.my_work_operator{
  width: 100%;
  height: 100%;
  background: #f4f4f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
.my_work_operator p{
  font-size: 20px;
  color: #333;
  margin: 18px;
}
.message_image {
  height: 86px;
  margin: 4px 0;
  position: relative;
  width: 86px;
  padding: 2px;
  border: 1px solid #d2d6de;
  border-radius: 8px;
  background: #fff;
}
.p_load{
  width: 80px;
  height: 80px;
  background: #fff url(/img/preloader.gif) 50% no-repeat;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.p_load img{
  position: absolute;
}
.imgload{
  display: none;
}
.message_image img{
  cursor: pointer;
  background: #fff;
}
.message_image a{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  color: #777;
  padding: 3px 6px;
  border-radius: 5px;
}

.modal_images{
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 5px!important;
  margin: 0;
  border-left: 0 solid #d2d6de !important;
}
#modal_images_img {
  width: 100%;
  height: 100%;
  background: url(/img/preloader2.gif);
  text-align: center;
  background-position: 50%;
  background-repeat: no-repeat;
}
#modal_images_img img{
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
}
#modal_images_close{
  position: absolute;
  right: 10px;
  color: #fff;
  top: 0;
  font-size: 30px;
  cursor: pointer;
}
#textarea_message_text, #textarea_operator_text{
  height: 34px;
  width: 100%;
  resize: none;
  float: inherit;
  word-wrap: break-word;
  white-space: pre-wrap;
  min-height: 34px;
  max-height: 114px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 1px solid #ccc;
  color: #555;
}
#textarea_message_text.warning{
  border: 1px solid #f39c12;
}
#warning_info{
  display: block;
  background: #f39c12;
  position: absolute;
  z-index: 2;
  bottom: -15px;
  padding: 0 5px;
  font-size: 11px;
  color: #fff;
}
div.emoji-wysiwyg-editor.textarea_message_text{
  outline: none;
  display: table-cell;
  position: relative;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  word-wrap: break-word;
  overflow: hidden;
  height: inherit!important;
  /*border: 0;*/
  max-height: 96px;
  overflow-y: auto;
}
.emoji-menu{
  width: 238px;
}
.emoji-picker-icon{
  z-index: 3;
}
.emoji-menu .emoji-items-wrap {
  overflow: auto;
  overflow-y: scroll;
}
.message_quoted {
  background: #fff;
  border-left: 4px solid #dd4b39;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.right .direct-chat-avatar{
  right: 0;
  background: #d2d6de;
}
.right .direct-chat-avatar i{
  color: #fff;
}
.right .message_time {
  margin-right: 20px;
}
.direct-chat-avatar {
  width: 45px;
  height: 45px;
  background: #fff;
  margin-top: 6px;
  border-radius: 30px;
  text-align: center;
  float: left;
  position: absolute;
  overflow: hidden;
}
.direct-chat-avatar i{
  font-size: 18px;
  margin-top: 13px;
  color: #d2d6de;
}
.direct-chat-avatar img{
  width: 100%;
}
.message_status{
  /*display: none;*/
  background-image: url(/img/message_status.svg);
  height: 14px;
  width: 15px;
  float: right;
  margin-top: -14px;
  background-size: cover;
}
.message_status.status_0{
  background-position: 0 0;
}
.message_status.status_1{
  background-position: 0 -11px;
}
.message_status.status_2{
  background-position: 0 -23px;
}
.message_status.status_3{
  background-position: 0 -34px;
}
.message_status.status_4{
  background-position: 0 -47px;
}
.menu_action{
  padding: 10px 10px 0 10px;
}
.menu_action button{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
/*\Страница чата*/

/*Блок не прочитанное*/
.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
  height: inherit;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
  margin: 0 0 0 0;
  font-size: 14px;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
  margin: 0 0 0 0;
}
.block_no_read{
  position: relative;
}
.user_no_read_message_kol{
  position: absolute;
  left: 5px;
  padding: 1px 4px;
  font-size: 10px;
  top: 0;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small{
  top:2px;
}
.navbar-nav>.messages-menu .name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 190px;
  display: inline-block;
}
/*\Блок не прочитанное*/

/*Блок уведомлений*/
div#message_no_connect, div#message_update_chat {
  margin: 0 10px 10px;
}
div#message_update_chat a{
  color: #ffffff;
}
/*\Блок уведомлений*/

.main-footer{
  position: fixed;
  bottom: 0;
  margin: 0;
  border-left: 0!important;
  min-height: 65px;
  width: -moz-available;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.block_preview{
  position: absolute;
  width: 150px;
  height: 150px;
  background: #fff;
  right: 15px;
  top: -166px;
  box-shadow: 0 0 0 1px #d2d6de;
}
button#img_delete {
  position: absolute;
  right: -1px;
  top: -1px;
}
div#files {
  height: 130px;
  text-align: center;
}
div#files img{
  width: 100%;
}
div#files i{
  font-size: 50px;
  padding-top: 40px;
}

/*Быстрые сообщения*/
.quick_messages_item{
}
.quick_messages_item .message_text {
  padding: 10px;
  border: 1px dashed #ddd;
  margin: 8px 0;
  word-break: break-word;
  cursor: pointer;
}
/*\Быстрые сообщения*/

/*Окно с картой*/
.message_location{
  height: 72px;
  width: 72px;
  background-image: url("/img/google_maps72x72.png");
  cursor: pointer;
}
#maps_google, #maps_bing{
  height: 300px;
  position: relative;
  margin-bottom: 10px;
}
#maps_google i, #maps_bing i{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 29px;
}
/*\Окно с картой*/

/*Скролл*/
.scroll_container {
  position: relative;
}
.scroll_line {
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.scroll_button {
  position: absolute;
  width: 100%;
  height: 20px;
  background: #dd4b39;
  bottom: 0;
  cursor: pointer;
}
/*\Скролл*/

@font-face {
  font-family: Yandex; /* Гарнитура шрифта */
  src: url(/img/yandex2.ttf); /* Путь к файлу со шрифтом */
}
.fa-sendapi:before {
  content: "\f0c2";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-facebook:before {
  content: "\f09a";
  font-family: "Font Awesome 5 Brands";
}
.fa-instagram:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
}
.fa-telegram:before, .fa-tg:before {
  content: "\f2c6";
  font-family: "Font Awesome 5 Brands";
}
.fa-vk:before {
  content: "\f189";
  font-family: "Font Awesome 5 Brands";
}
.fa-whatsapp_biz:before{
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
}
.fa-whatsapp:before{
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
}
.fa-whatsapp_group:before{
  content: "\f0c0";
}
.fa-viber_bot:before{
  font-family: "Font Awesome 5 Brands";
  content: "\f409";
}
.fa-instagram_group:before{
  font-family: 'icomoon_instagram_group';
  content: "\e900";
}
.fa-instagram_post:before{
  /*content: "\f16d";*/
  content: "I";
  font-family: Yandex;
}
.fa-yandex:before {
  content: "\f413";
  font-family: "Font Awesome 5 Brands";
}
.fa-demo:before {
  content: "\f4fd";
}
.fa-send:before {
  content: "\f1d8";
}
.group_from_user {
  color: #3c8dbc;
  font-size: 12px;
  border-bottom: 1px solid #bbb;
}

.user-header .avatar{
  border-radius: 50px;
  border:4px solid rgba(0,0,0,0.2);
  cursor: pointer;
}
.chat_avatar .avatar{
  border-radius: 4px;
  border:4px solid rgba(0,0,0,0.2);
}
/*
.modal_central {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
}*/

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

@media (max-width: 767px){
  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 50px;
  }
  .main-sidebar, .left-side {
    padding-top: 50px;
  }
  .main-footer{
    transform: translate(0, 0)!important;
  }
  .my_work_operator p {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 30px;
  }
  .my_work_operator p button {
    display: block;
    margin: auto;
  }
  .blocker_operator p {
    font-size: 16px;
    margin: 6px;
  }
  .blocker_operator p span{
    display: block;
  }
  #chat_subscrib_name{
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
    width: 205px;
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
}


@media screen and (min-device-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  #chat_subscrib_name{
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
    width: 230px;
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  .chat_subscriber .chanell_categ{
    max-width: 200px;
  }
}
@media screen and (min-device-width: 1025px) {
  #chat_subscrib_name{
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
    width: 300px;
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
}
@media screen and (max-device-width: 767px) {
  .modal-dialog {
    height: 100%;
    /*display: flex;*/
    align-items: center;
    margin: 0 10px;
  }

  .modal-content {
    margin: 0 auto;
  }

  .chat_subscriber .chanell_categ{
    max-width: 300px;
  }
}
@media screen and (max-device-width: 375px) {
  .chat_subscriber .chanell_categ{
    max-width: 250px;
  }
}
@media screen and (max-device-width: 320px) {
  #chat_subscrib_name{
    width: 190px;
  }
  .chat_subscriber .chanell_categ{
    max-width: 190px;
  }
}

#list_images {
  margin-top: -15px;
  background: #fff;
  height: 100px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
#progress2 {
  position: absolute;
  height: 4px;
  width: 100%;
}
#progress2 .progress-bar2 {
  background: #dd4b39;
  width: 0;
  height: 4px;
}
#list_images .image_head {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}
#list_images .image_item{
  height: 60px;
  width: 60px;
  display: inline-block;
  position: relative;
  margin: 3px;
}
#list_images .image_item>i, #table_quick_messages .image_item>i{
  background: #fff;
  padding: 13px;
  width: 60px;
  height: 60px;
  font-size: 34px;
  text-align: center;
}
#list_images .image_item_delete, #quick_message_files .image_item_delete{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #dd4b39;
  border: 0;
  color: #fff;
}
.quick_message_files{
  padding: 10px 0;
}
.quick_message_files .image_item{
  display: inline-block;
  margin-right: 5px;
  box-shadow: 1px 1px 3px #0000005c;
}
#list_images .image_item img{
  background: #fff;
}
#list_images .image_item_add {
  display: inline-block;
  height: 60px;
  width: 60px;
  vertical-align: top;
  margin: 3px;
  padding: 3px;
  font-size: 12px;
}
#table_quick_messages .image_item{
  height: 60px;
  width: 60px;
  position: relative;
  margin: 3px;
}

#forward_phones{
  border: 1px solid #ddd;
  width: 100%;
  min-height: 30px;
  max-height: 200px;
  overflow-y: scroll;
}
#forward_phones ul{
  list-style-type: none;
  padding: 5px 10px;
}

.treeview li, #search_li li{
  padding: 6px;
  border-bottom: 1px solid #ddd;
  color: #505050;
  font-size: 13px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.treeview li.show_subscriber, #search_li li.show_subscriber{
  color: #fff;
}
.treeview li .no_read_kol,
#search_li li .no_read_kol,
.contact_item .no_read_kol,
.category-item .no_read_kol,
#dropdownCateg .no_read_kol{
  background: #00a65a;
  position: absolute;
  right: 4px;
  top: 9px;
  color: #fff;
  border-radius: 50px;
  padding: 0 5px;
  font-size: 8px;
  line-height: 13px;
}
#dropdownCateg .no_read_kol{
  top: 14px;
}
.treeview  li.work_alien {
  background: #e2e2e2;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.1);
}
#tab_subscribers{
  width: 230px;
}
#chat_category {

}
#chat_category .dropdown-menu{
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 4px solid #505050;
}
#chat_category .dropdown-item{
  display: block;
  padding: 4px 8px;
  border-bottom: 1px solid #ecf0f5;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 222px;
}
#dropdownCateg {
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #505050;
  color: #ecf0f5;
  padding: 10px;
}
#chat_subscribers .contact_item{
  height: 35px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  position: absolute;
  width: 230px;
}
#chat_subscribers .contact_item.work_alien {
  background: #e6e6e6;
  color: #989898;
}
#chat_subscribers .contact_item.work_my{
  border-left: 5px solid #00a65a;
  background: #fff;
}
#chat_work .contact_item{
  height: 35px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  position: absolute;
  width: 230px;
}
#chat_work .contact_item.work_my{
  border-left: 3px solid #00a65a;
  background: #fff;
}
.category-item-count{
  color: #a7a7a7;
}

.skin-red-light .main-header .navbar {
  background-color: #505050;
}
.skin-red-light .main-header .logo {
  background-color: #505050;
}
.skin-red-light .main-header .logo:hover {
  background-color: #2b2b2b;
}
#chat_category_work button{
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #505050;
  color: #ecf0f5;
  padding: 10px;
}
#chat_work {
  border-bottom: 4px solid #e3e3e2;
}
.main-header .sidebar-toggle:before {
  content: "";
  display: none;
}
.content{
  height: 100%;
}
#chat_home{
  -webkit-overflow-scrolling: touch;
}
.citation_button_dropdown{
  font-size: 10px;
  padding: 3px 4px;
  line-height: initial;
  background: #ecf0f5;
  border: 1px;
  border-radius: 2px;
  color: #777;
}
