/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.loading {
  background-image: url('../img/loading_transparent.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
.hide {
  display: none !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-modal__project_stats {
  max-height: 200px;
  overflow: auto;
}
.b-modal__project_stats.b-filter__modal_body {
  padding: 0!important;
}
.b-nd__note_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-nd-open {
  top: 0!important;
}
.b-nd__scroll {
  height: 100%;
  overflow: auto;
}
.ff-b-nd-scroll {
  margin-bottom: 100px !important;
}
.b-nd__note_del {
  right: 13px!important;
}
.caller-loader-wrapper {
  margin-top: 40%;
  margin-left: 50px;
}
.caller-loader-wrapper .loading-animator {
  border-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.5);
  left: 0;
}
.task-complete {
  opacity: 0.4;
  text-decoration: line-through !important;
}
.b-tasks__popover_repeat_ul > li {
  display: inline-block !important;
}
.b-nd__note_title {
  max-width: 212px!important;
}
.clockpicker-popover {
  z-index: 2147483642!important;
}
.fc-day {
  vertical-align: bottom !important;
}
.fc-bg td span {
  background-color: #ccc;
  display: block;
  border-radius: 3px;
  margin-right: 2px;
  margin-left: 2px;
  padding-left: 4px;
  font-size: 12px;
}
.fc-event:hover {
  opacity: 0.8;
}
.webui-popover {
  width: auto;
}
@media (max-width: 540px) {
  .webui-popover {
    left: 2%!important;
    width: 96%!important;
    border-radius: 4!important;
  }
}
.webui-popover-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.error-control span.select2-selection {
  border: 1px solid #f35958 !important;
}

.intro-overlay {
  position: fixed;
  z-index: 9999999999;
  background-color: #000000;
  opacity: 0.6;
}
.intro-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  z-index: 9999999999;
}
.intro-header__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 250px;
  background-color: #ffffff;
}
.intro-header__panel .row {
  line-height: 60px;
  height: 60px;
}
.intro-header__section,
.intro-header__sectionMax {
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
  height: 21px;
  min-width: 21px;
  border: 1px solid;
  display: inline-block;
  border-radius: 50%;
}
.intro-header__section {
  background-color: #0aa699;
  border-color: #0aa699;
  color: #ffffff;
}
.intro-tooltip__text {
  width: 100%;
  margin-bottom: 35px;
}
.intro-tooltip__text input {
  width: 100%;
  background: none;
}
.intro-tooltip__next {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: right;
  background-color: #343434;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.intro-tooltip__next a {
  cursor: pointer;
  margin-right: 10px;
  color: #ffffff;
}
.intro-tooltip__next a:hover {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .intro-overlay {
    z-index: 999999998 !important;
  }
  .intro-header {
    z-index: 999999998 !important;
  }
}

body {
  background-color: #e5e9ec !important;
}
body.lock-landscape {
  background-color: #333 !important;
  background-image: url('/img/mobile_orientation.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  animation: backgroundPulse 2s ease infinite;
  -webkit-animation: backgroundPulse 2s ease infinite;
}
body.lock-landscape * {
  display: none;
  visibility: hidden;
}
.sidecard-region {
  z-index: 99997;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 65px;
  right: 0;
  background: #fff;
}
.sidecard-region--open {
  display: block;
}
@media (max-width: 700px) {
  .sidecard-region {
    left: 0;
  }
}
.sidecard-overlay {
  z-index: 99997;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.6;
}
.sidecard-overlay--open {
  display: block;
}
.sidecard-close {
  color: #000;
  position: absolute;
  top: 25px;
  right: 30px;
  opacity: 0.5;
  font-size: 24px;
  font-weight: normal;
}
.sidecard-close:hover {
  color: #000;
}
@media (max-width: 700px) {
  .sidecard-close {
    display: none !important;
  }
}
.visible-alert .sidecard-region {
  top: 60px;
}
.save-panel-open .sidecard-region {
  bottom: 80px;
}
.js-task_collapse-btn {
  border-bottom: 1px solid;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0;
}
.js-task_collapse-btn:hover {
  border-bottom: 1px solid transparent;
}
.messenger-message.success,
.messenger-message.error,
.messenger-message.info {
  animation-name: fadeIn;
  animation-duration: 1s;
}
@keyframes backgroundPulse {
  0% {
    background-size: 50%;
  }
  50% {
    background-size: 55%;
  }
  100% {
    background-size: 50%;
  }
}
@-webkit-keyframes backgroundPulse {
  0% {
    background-size: 50%;
  }
  50% {
    background-size: 55%;
  }
  100% {
    background-size: 50%;
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/

.Select--multi .Select-value {
  background-color: #e4e4e4 !important;
  border: 1px solid #aaa !important;
  color: #333 !important;
}
.Select--multi .Select-value-icon {
  border-right: 1px solid #aaa !important;
}
.Select-control {
  white-space: normal !important;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
}
.Select-multi-value-wrapper {
  flex-wrap: wrap;
  flex: 12 12 auto;
  width: 100%;
}
.Select-clear-zone {
  flex: 0 0 17px;
  line-height: 34px;
}
.Select-arrow-zone {
  line-height: 34px;
  flex: 0 0 25px;
}

.fix-navbar {
  margin-top: 60px;
}
.flex {
  display: flex;
}
.flex_align-items-center {
  justify-items: center;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-support__block {
  text-align: center;
  padding: 10px 0!important;
  position: fixed;
  bottom: 0px;
  left: 0;
  background-color: #1c3445;
  width: 65px;
  clear: both;
}
.b-support__block a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 5px 3px;
  min-height: 35px;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
  color: #8B91A0;
}
.b-support__block a:hover {
  color: #FFF !important;
}
.b-support__block a i {
  width: 35px;
  text-align: center;
  display: inline-block;
  font-size: 30px;
  text-shadow: none;
  color: #FFF !important;
  position: relative !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.js-num {
  display: block;
}
.js-checkbox {
  display: none;
}
.js-hover-checkbox:hover .js-num {
  display: none;
}
.js-hover-checkbox:hover .js-checkbox {
  display: block;
}
#main-table {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}
#main-table table {
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #e9e9e9;
}
#main-table table tr td {
  border: 1px solid #e9e9e9;
  padding: 6px 10px;
}
.b-table__body td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
  height: 41px !important;
}
.disabled-scroll {
  overflow: hidden !important;
}
tr.table-red-row {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.arcticmodal-overlay,
.arcticmodal-container {
  overflow-y: scroll;
  z-index: 1000000000;
}

.audiojs .play {
  background: url(/img/player-graphics.gif) -2px -1px no-repeat !important;
}
.audiojs .pause {
  background: url(/img/player-graphics.gif) -2px -91px no-repeat !important;
}
.audiojs .loading {
  background: url(/img/player-graphics.gif) -2px -31px no-repeat !important;
}
.audiojs .error {
  background: url(/img/player-graphics.gif) -2px -61px no-repeat !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#calendar {
  height: 100%;
  overflow: hidden;
}
#calendar .fc-view-container {
  height: calc(100% - 75px);
  overflow-y: scroll;
  overflow-x: hidden;
}
#calendar.is-modal .fc-view-container {
  max-height: calc(100vh - 217px);
  overflow-y: auto;
}
#calendar .fc-agendaDay-view .fc-event,
#calendar .fc-agendaWeek-view .fc-event {
  margin-right: 1px;
}
#calendar .fc-agendaDay-view td.fc-widget-content,
#calendar .fc-agendaWeek-view td.fc-widget-content {
  border: 1px solid #ddd !important;
}
#calendar .fc-day-number {
  cursor: pointer;
}
#calendar .fc-content .fc-title {
  margin-left: 3px;
}
#calendar .fc-right .fc-button {
  min-height: 37px;
  display: inline-block;
  padding: 9px 12px;
  padding-top: 9px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--main-btn-text-color);
  background-color: var(--main-btn-color);
}
#calendar .fc-right .fc-button.fc-button:first-child {
  margin-right: 0;
}
#calendar .fc-right .fc-button.fc-button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#calendar .fc-right .fc-button.fc-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
  margin: 0 -1px;
}
#calendar .fc-right .fc-button.fc-button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}
#calendar .fc-right .fc-button.fc-state-active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: var(--main-btn-color);
}
#calendar .fc-right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#calendar .fc-left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#calendar .fc-view {
  margin-top: 20px;
}
#calendar .fc-left .fc-button {
  min-height: 37px;
  display: inline-block;
  padding: 9px 12px;
  padding-top: 9px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
}
#calendar .fc-left .fc-button.fc-prev-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#calendar .fc-left .fc-button.fc-next-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
#calendar .fc-left .fc-button:hover {
  background-color: #0082D4;
  background-position: 0 -15px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#calendar .fc-head {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 36px;
}
#calendar .fc-widget-header {
  border: none !important;
}
#calendar .fc-widget-content {
  border: none !important;
}
#calendar .fc-week {
  border-top: 1px solid #ddd !important;
}
#calendar .fc-center h2 {
  text-transform: capitalize;
  font-family: 'Open Sans' !important;
  font-size: 16px !important;
  font-weight: 100 !important;
}
#calendar .fc-day-number.fc-today {
  background-color: #f35958 !important;
  border-radius: 999px;
  padding: 5px 11px;
  color: #ffffff;
}
#calendar .fc-unthemed .fc-today {
  background-color: #fff;
}
#calendar .fc-day-number {
  text-align: center !important;
}
#calendar .fc-event {
  border: 1px solid transparent;
}
#calendar .fc-event.red {
  background-color: #F35958;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin-right: 25px !important;
}
#calendar .fc-agendaDay-view .fc-slats tr td:nth-child(2):hover {
  background: #fff09d;
}
.b-modal-calendar #calendar .fc-right {
  margin-right: 190px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-colorpicker {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-colorpicker > li {
  padding: 0;
}
.b-colorpicker > li {
  display: inline-block;
  margin-right: 4px;
}
.b-colorpicker > li > span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.b-colorpicker > li > span.active:before {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.b-colorpicker__btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  height: 380px;
}
.b-filter__left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 196px;
  -ms-flex: 0 0 196px;
  flex: 0 0 196px;
}
.b-filter__right {
  -webkit-flex: 1 0 180px;
  -ms-flex: 1 0 180px;
  flex: 1 0 180px;
  overflow-y: scroll;
}
.b-filter__right.scroll-content {
  overflow-x: hidden !important;
}
@media (max-width: 470px) {
  .b-filter .b-filter__left {
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  .b-filter .b-filter__left .b-filter__items {
    width: 150px;
  }
  .b-filter .b-filter__left .b-filter__items .b-filter__item a {
    padding: 8px 16px 8px 8px;
    font-size: 12px;
  }
  .b-filter .b-filter__left .b-filter__items .b-filter__item a .badge {
    right: 5px;
    top: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 9px;
    line-height: 6px;
  }
  .b-filter .b-filter__right #reg_filter_current {
    padding: 16px 10px !important;
  }
  .b-filter .b-filter__right #reg_filter_current .block_dates_input {
    padding-right: 48px;
  }
  .b-filter .b-filter__right #reg_filter_current .block_dates_input .date-separator {
    height: 1px;
  }
  .b-filter .b-filter__right #reg_filter_current .b-filter__row_selected_filter {
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-filter .b-filter__right #reg_filter_current .b-filter__row_selected_filter .b-filter__control_label {
    font-size: 12px;
  }
  .b-filter .b-filter__right #reg_filter_current .b-filter__row_selected_filter .b-filter__clear-filter {
    top: -32px;
    font-size: 13px;
  }
  .b-filter .b-filter__right #reg_filter_current .b-filter__row_selected_filter .b-filter__control_group {
    margin-top: 11px;
  }
  .b-filter .b-filter__right #reg_filter_current .nav.nav-tabs.nav-stacked li a {
    font-size: 12px;
  }
}
.b-table-filter .b-filter {
  height: 310px;
}
.b-filter__list-item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  overflow-y: scroll;
  background-color: #F3F5F6;
}
.b-filter__list-item.scroll-content {
  overflow-x: hidden !important;
}
.b-filter__btns {
  -webkit-flex: 0 0 46px;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  background-color: #E5E9EC;
}
.b-filter__items {
  width: 210px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-filter__item {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
  background-color: #F3F5F6;
}
.b-filter__item a {
  position: relative;
  display: block;
  padding: 8px 5px 8px 15px;
  text-decoration: none;
  text-align: left;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-filter__item a:hover {
  color: #808080;
}
.b-filter__item .active {
  color: #444;
}
.b-filter__item.active,
.b-filter__item:hover {
  background-color: #fff;
}
.b-filter__item .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
}
.b-filter .popover-content {
  padding: 0;
}
.b-filter .arrow {
  top: -13px !important;
  left: 100px !important;
}
.b-filter .popover-left,
.b-filter .popover-right {
  height: 400px;
  overflow-y: scroll;
}
.b-filter .popover-left {
  padding: 0;
  background-color: #F3F5F6;
}
.b-filter .popover-right {
  margin: 0;
}
.b-filter a.btn .glyphicon {
  float: right;
  top: 4px;
  right: -6px;
}
.b-filter div.date-separator {
  display: inline-block;
  padding: 0 5px;
  height: 37px;
  line-height: 37px;
}
.b-filter .nav.nav-tabs.nav-stacked {
  background-color: white;
}
.b-filter .nav.nav-tabs.nav-stacked li + li {
  border-top: 1px solid #ddd;
}
.b-filter .nav.nav-tabs.nav-stacked li a {
  padding: 10px;
}
.b-filter .nav.nav-tabs.nav-stacked li a:hover {
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
}
.b-filter__clear-filter {
  display: block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 15px;
}
.b-filter__clear-filter-btn {
  margin-left: 5px;
  color: #3376A4;
  cursor: pointer;
}
@media (max-width: 540px) {
  .b-filter__clear-filter {
    top: -38px;
  }
}

#lpt-scrollbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: auto;
  border-radius: 5px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
}
#lpt-scrollbar.lpt-scrollbar--hidden {
  opacity: 0.01 !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.user-info-wrapper .user-info .greeting {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 145px;
}
.user-info-wrapper .user-info .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 145px;
}
#sidebar-header {
  background-color: #1c3445;
  z-index: 1;
  top: 0;
  position: absolute;
  left: 0;
}
#sidebar-menu li .label.label-important {
  border-radius: 10px;
}
.b-sidebar__overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 65px;
  opacity: 0.1;
  background: #ffffff;
  cursor: not-allowed;
}
.menu_partners {
  line-height: 1.5;
}
.sidebar-header__user {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 65px;
  height: 60px;
  bottom: 0;
  width: 312px;
  background: #162b3a;
  transform: translateX(-517px);
  transition: transform 0.3s 0.3s;
}
.sidebar-header__user-info {
  padding: 0 20px 0 30px;
  background: #162b3a;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-header__user-name {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  line-height: 22px;
}
.sidebar-header__user-account {
  display: block;
  line-height: 22px;
  white-space: nowrap;
  color: #9da8ae;
  text-decoration: none;
}
.sidebar-header__profile {
  text-align: center;
  background: #1b3446;
  right: -70px;
  width: 70px;
  height: 60px;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #9da8ae;
  text-decoration: none;
}
.sidebar-header__profile-icon {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  color: #646C78;
}
.sidebar-header__profile:hover {
  color: #9da8ae;
}
.sidebar-header__logout {
  text-align: center;
  background: #162b3a;
  right: -140px;
  width: 70px;
  height: 60px;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #9da8ae;
  text-decoration: none;
}
.sidebar-header__logout-icon {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  color: #646C78;
}
.sidebar-header__logout:hover {
  color: #9da8ae;
}
.sidebar-header__user--opened {
  transform: translateX(0);
}
@media (max-width: 700px) {
  body:not(.sidebar-opened) .sidebar-header__user {
    display: none;
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.messenger {
  z-index: 9999999 !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-pagination {
  position: relative;
  background-color: #fafafa;
  border-top: 1px solid #e6e6e6;
  cursor: default;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.b-pagination__list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-pagination__btn {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  color: rgba(0, 0, 0, 0.8);
  margin-right: 10px;
  background-color: transparent;
  border-top: 2px solid transparent;
}
.b-pagination__btn i {
  position: relative;
  top: 1px;
  color: rgba(0, 0, 0, 0.4);
}
.b-pagination__btn:first-child i {
  right: 2px;
}
.b-pagination__btn:last-child i {
  left: 2px;
}
.b-pagination__btn__disabled {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.b-pagination__btn__current {
  display: inline-block;
  border-top-color: #3f51b5;
  color: #3f51b5;
}
@media (max-width: 700px) {
  .b-pagination__btn {
    padding: 9px;
    margin-right: 8px;
  }
}
.b-pagination__select {
  display: inline-block;
  width: 60px;
}
.b-pagination__select + .select2-container {
  margin-top: -3px;
}
.b-pagination .select2-selection {
  background-color: transparent !important;
  border-color: transparent !important;
}
.b-pagination .select2-selection:hover,
.b-pagination .select2-opened-selection {
  background-color: #ffffff !important;
  border-color: #e5e9ec !important;
}
.b-pagination__stats {
  position: absolute;
  right: 50px;
  top: 14px;
  color: #a8a8a8;
}
.b-pagination__stats .k-i-refresh {
  cursor: pointer;
  opacity: 0.35;
  margin-left: 20px;
  margin-right: 15px;
}
.b-pagination__stats .k-i-refresh:hover {
  opacity: 1;
}
.b-pagination .k-icon {
  margin-top: -3px;
}
@media (max-width: 1280px) {
  .b-pagination__stats span:first-child {
    display: none;
  }
}
.b-table-preloader {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999999;
}
.b-table-preloader__anim {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  animation: pace-spinner 400ms linear infinite;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
  border-image: none;
  border-radius: 10px 10px 10px 10px;
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  height: 14px;
  margin: auto;
  width: 14px;
}

.webui-popover.webui-popover-phoneinput {
  z-index: 9999999999 !important;
}
.b-lpt__phoneinput {
  display: inline-block;
  position: relative;
}
.b-lpt__phoneinput .b-lpt__phoneinput-input {
  padding-left: 45px !important;
  position: relative;
  height: 37px;
  display: inline-block;
}
.b-lpt__phoneinput_country-mask {
  color: #d3d3d3;
}
.b-lpt__phoneinput_search-container {
  padding: 5px;
}
.b-lpt__phoneinput_search {
  height: 32px;
  width: 100%;
}
.b-lpt__phoneinput-flag {
  z-index: 1;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  -webkit-border-radius: 2px!important;
  border-radius: 2px!important;
  background-image: url(/img/flags.png);
}
.b-lpt__phoneinput-flag .fa {
  vertical-align: top;
  font-size: 10px;
  margin-left: 25px;
}
.b-lpt__phoneinput-flag.none {
  background-image: none;
  background-color: lightgrey;
}
.b-lpt__phoneinput-flag.be {
  width: 18px;
}
.b-lpt__phoneinput-flag.ch {
  width: 15px;
}
.b-lpt__phoneinput-flag.mc {
  width: 19px;
}
.b-lpt__phoneinput-flag.ne {
  width: 18px;
}
.b-lpt__phoneinput-flag.np {
  width: 13px;
}
.b-lpt__phoneinput-flag.ac {
  height: 10px;
  background-position: 0;
}
.b-lpt__phoneinput-flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.b-lpt__phoneinput-flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.b-lpt__phoneinput-flag.af {
  height: 14px;
  background-position: -66px 0;
}
.b-lpt__phoneinput-flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.b-lpt__phoneinput-flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.b-lpt__phoneinput-flag.al {
  height: 15px;
  background-position: -132px 0;
}
.b-lpt__phoneinput-flag.am {
  height: 10px;
  background-position: -154px 0;
}
.b-lpt__phoneinput-flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.b-lpt__phoneinput-flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.b-lpt__phoneinput-flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.b-lpt__phoneinput-flag.as {
  height: 10px;
  background-position: -242px 0;
}
.b-lpt__phoneinput-flag.at {
  height: 14px;
  background-position: -264px 0;
}
.b-lpt__phoneinput-flag.au {
  height: 10px;
  background-position: -286px 0;
}
.b-lpt__phoneinput-flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.b-lpt__phoneinput-flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.b-lpt__phoneinput-flag.az {
  height: 10px;
  background-position: -352px 0;
}
.b-lpt__phoneinput-flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.b-lpt__phoneinput-flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.b-lpt__phoneinput-flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.b-lpt__phoneinput-flag.be {
  height: 15px;
  background-position: -440px 0;
}
.b-lpt__phoneinput-flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.b-lpt__phoneinput-flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.b-lpt__phoneinput-flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.b-lpt__phoneinput-flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.b-lpt__phoneinput-flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.b-lpt__phoneinput-flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.b-lpt__phoneinput-flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.b-lpt__phoneinput-flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.b-lpt__phoneinput-flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.b-lpt__phoneinput-flag.an {
  height: 14px;
  background-position: -658px 0;
}
.b-lpt__phoneinput-flag.br {
  height: 14px;
  background-position: -680px 0;
}
.b-lpt__phoneinput-flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.b-lpt__phoneinput-flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.b-lpt__phoneinput-flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.b-lpt__phoneinput-flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.b-lpt__phoneinput-flag.by {
  height: 10px;
  background-position: -790px 0;
}
.b-lpt__phoneinput-flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.b-lpt__phoneinput-flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.b-lpt__phoneinput-flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.b-lpt__phoneinput-flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.b-lpt__phoneinput-flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.b-lpt__phoneinput-flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.b-lpt__phoneinput-flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.b-lpt__phoneinput-flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.b-lpt__phoneinput-flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.b-lpt__phoneinput-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.b-lpt__phoneinput-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.b-lpt__phoneinput-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.b-lpt__phoneinput-flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.b-lpt__phoneinput-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.b-lpt__phoneinput-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.b-lpt__phoneinput-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.b-lpt__phoneinput-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.b-lpt__phoneinput-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.b-lpt__phoneinput-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.b-lpt__phoneinput-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}
.b-lpt__phoneinput-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.b-lpt__phoneinput-flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.b-lpt__phoneinput-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.b-lpt__phoneinput-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.b-lpt__phoneinput-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.b-lpt__phoneinput-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.b-lpt__phoneinput-flag.do {
  height: 13px;
  background-position: -1379px 0;
}
.b-lpt__phoneinput-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.b-lpt__phoneinput-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.b-lpt__phoneinput-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.b-lpt__phoneinput-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.b-lpt__phoneinput-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.b-lpt__phoneinput-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.b-lpt__phoneinput-flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.b-lpt__phoneinput-flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.b-lpt__phoneinput-flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.b-lpt__phoneinput-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.b-lpt__phoneinput-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.b-lpt__phoneinput-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.b-lpt__phoneinput-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.b-lpt__phoneinput-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.b-lpt__phoneinput-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.b-lpt__phoneinput-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.b-lpt__phoneinput-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.b-lpt__phoneinput-flag.uk {
  height: 10px;
  background-position: -1775px 0;
}
.b-lpt__phoneinput-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.b-lpt__phoneinput-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.b-lpt__phoneinput-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.b-lpt__phoneinput-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.b-lpt__phoneinput-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.b-lpt__phoneinput-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.b-lpt__phoneinput-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.b-lpt__phoneinput-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.b-lpt__phoneinput-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.b-lpt__phoneinput-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.b-lpt__phoneinput-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.b-lpt__phoneinput-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.b-lpt__phoneinput-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.b-lpt__phoneinput-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.b-lpt__phoneinput-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.b-lpt__phoneinput-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.b-lpt__phoneinput-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.b-lpt__phoneinput-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.b-lpt__phoneinput-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.b-lpt__phoneinput-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.b-lpt__phoneinput-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.b-lpt__phoneinput-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.b-lpt__phoneinput-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.b-lpt__phoneinput-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.b-lpt__phoneinput-flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.b-lpt__phoneinput-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.b-lpt__phoneinput-flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.b-lpt__phoneinput-flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.b-lpt__phoneinput-flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.b-lpt__phoneinput-flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.b-lpt__phoneinput-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.b-lpt__phoneinput-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.b-lpt__phoneinput-flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.b-lpt__phoneinput-flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.b-lpt__phoneinput-flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.b-lpt__phoneinput-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.b-lpt__phoneinput-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.b-lpt__phoneinput-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.b-lpt__phoneinput-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.b-lpt__phoneinput-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.b-lpt__phoneinput-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.b-lpt__phoneinput-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.b-lpt__phoneinput-flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.b-lpt__phoneinput-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.b-lpt__phoneinput-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.b-lpt__phoneinput-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.b-lpt__phoneinput-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.b-lpt__phoneinput-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.b-lpt__phoneinput-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.b-lpt__phoneinput-flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.b-lpt__phoneinput-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.b-lpt__phoneinput-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.b-lpt__phoneinput-flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.b-lpt__phoneinput-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.b-lpt__phoneinput-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.b-lpt__phoneinput-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.b-lpt__phoneinput-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.b-lpt__phoneinput-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.b-lpt__phoneinput-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.b-lpt__phoneinput-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.b-lpt__phoneinput-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.b-lpt__phoneinput-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.b-lpt__phoneinput-flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.b-lpt__phoneinput-flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.b-lpt__phoneinput-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.b-lpt__phoneinput-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.b-lpt__phoneinput-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.b-lpt__phoneinput-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.b-lpt__phoneinput-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.b-lpt__phoneinput-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.b-lpt__phoneinput-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.b-lpt__phoneinput-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.b-lpt__phoneinput-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.b-lpt__phoneinput-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.b-lpt__phoneinput-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.b-lpt__phoneinput-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.b-lpt__phoneinput-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.b-lpt__phoneinput-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.b-lpt__phoneinput-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.b-lpt__phoneinput-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.b-lpt__phoneinput-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.b-lpt__phoneinput-flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.b-lpt__phoneinput-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.b-lpt__phoneinput-flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.b-lpt__phoneinput-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.b-lpt__phoneinput-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.b-lpt__phoneinput-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.b-lpt__phoneinput-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.b-lpt__phoneinput-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.b-lpt__phoneinput-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.b-lpt__phoneinput-flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.b-lpt__phoneinput-flag.np {
  height: 15px;
  background-position: -3796px 0;
}
.b-lpt__phoneinput-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.b-lpt__phoneinput-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.b-lpt__phoneinput-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.b-lpt__phoneinput-flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.b-lpt__phoneinput-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.b-lpt__phoneinput-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.b-lpt__phoneinput-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.b-lpt__phoneinput-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.b-lpt__phoneinput-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.b-lpt__phoneinput-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.b-lpt__phoneinput-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.b-lpt__phoneinput-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.b-lpt__phoneinput-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.b-lpt__phoneinput-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.b-lpt__phoneinput-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.b-lpt__phoneinput-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.b-lpt__phoneinput-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.b-lpt__phoneinput-flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.b-lpt__phoneinput-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.b-lpt__phoneinput-flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.b-lpt__phoneinput-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.b-lpt__phoneinput-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.b-lpt__phoneinput-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.b-lpt__phoneinput-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.b-lpt__phoneinput-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.b-lpt__phoneinput-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.b-lpt__phoneinput-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.b-lpt__phoneinput-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.b-lpt__phoneinput-flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.b-lpt__phoneinput-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.b-lpt__phoneinput-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.b-lpt__phoneinput-flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.b-lpt__phoneinput-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.b-lpt__phoneinput-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.b-lpt__phoneinput-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.b-lpt__phoneinput-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.b-lpt__phoneinput-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.b-lpt__phoneinput-flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.b-lpt__phoneinput-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.b-lpt__phoneinput-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.b-lpt__phoneinput-flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.b-lpt__phoneinput-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.b-lpt__phoneinput-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.b-lpt__phoneinput-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.b-lpt__phoneinput-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.b-lpt__phoneinput-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.b-lpt__phoneinput-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.b-lpt__phoneinput-flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.b-lpt__phoneinput-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.b-lpt__phoneinput-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.b-lpt__phoneinput-flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.b-lpt__phoneinput-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.b-lpt__phoneinput-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.b-lpt__phoneinput-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.b-lpt__phoneinput-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.b-lpt__phoneinput-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.b-lpt__phoneinput-flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.b-lpt__phoneinput-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.b-lpt__phoneinput-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.b-lpt__phoneinput-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.b-lpt__phoneinput-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.b-lpt__phoneinput-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.b-lpt__phoneinput-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.b-lpt__phoneinput-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.b-lpt__phoneinput-flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.b-lpt__phoneinput-flag.us {
  height: 11px;
  background-position: -5241px 0;
}
.b-lpt__phoneinput-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}
.b-lpt__phoneinput-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}
.b-lpt__phoneinput-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0;
}
.b-lpt__phoneinput-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}
.b-lpt__phoneinput-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}
.b-lpt__phoneinput-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}
.b-lpt__phoneinput-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}
.b-lpt__phoneinput-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}
.b-lpt__phoneinput-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}
.b-lpt__phoneinput-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}
.b-lpt__phoneinput-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}
.b-lpt__phoneinput-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}
.b-lpt__phoneinput-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}
.b-lpt__phoneinput-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}
.b-lpt__phoneinput-flag.za {
  height: 14px;
  background-position: -5566px 0;
}
.b-lpt__phoneinput-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}
.b-lpt__phoneinput-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.select2-container {
  position: static;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  background-image: none ;
  border: 1px solid #e5e9ec;
  outline: none!important;
  min-height: 37px!important;
  border-radius: 0!important;
  padding: 4px 4px !important;
  font-size: 13px!important;
  font-weight: normal!important;
  position: relative;
}
.select2-selection--single.hasError {
  border: 1px solid red;
}
.select2-dropdown {
  border: 1px solid #e5e9ec !important;
  border-radius: 0px!important;
  padding-top: 0px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #ffffff !important;
  vertical-align: baseline!important;
  line-height: 28px!important;
  border-radius: 2px!important;
  font-size: 12px!important;
  border: 1px solid #f1f1f1 !important;
  min-height: 37px!important;
  padding: 6px 11px !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #e5e9ec !important;
  outline: none!important;
  min-height: 37px!important;
  border-radius: 0!important;
  font-size: 13px!important;
  font-weight: normal!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  padding-top: 0px!important;
  margin-top: -1px !important;
}
.select2-search__field {
  height: 27px !important;
}
.select2-container {
  z-index: 992147483642;
}
.select2-container--disabled .select2-selection {
  background-color: #eeeeee !important;
}
.select2-container--disabled .select2-selection:hover {
  cursor: not-allowed;
}
.select2-results__option {
  padding: 6px !important;
}

#iframe_settings {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 60px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-tbl .k-datetimepicker {
  margin-top: -7px;
}
.b-tbl .k-datetimepicker:hover,
.b-tbl .k-datetimepicker:active,
.b-tbl .k-datetimepicker:focus {
  background: none!important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.b-tbl .k-datetimepicker > span,
.b-tbl .k-datetimepicker > input {
  height: 30px;
}
.b-tbl .k-datetimepicker .k-input {
  box-sizing: content-box;
  min-height: 18px!important;
  height: 18px;
  text-indent: 0!important;
}
.b-tbl .k-datetimepicker .k-select {
  background-color: #F2F2F2;
  overflow: visible;
  width: 6em !important;
}
.b-tbl .k-datetimepicker .k-select .k-link-date,
.b-tbl .k-datetimepicker .k-select .k-link-time {
  margin: auto;
}
.b-tbl .k-datetimepicker .k-select > .k-icon {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  width: 18px;
  margin: -5px 4px 0 4px;
}
.b-tbl .k-datetimepicker .k-select .save-step-date {
  margin-top: -5px !important;
  background-color: var(--main-btn-color) !important;
  color: var(--main-btn-text-color) !important;
  padding: 2px !important;
  border-radius: 3px !important;
  font-size: 18px !important;
}
.btn-leads-date-save:disabled {
  display: none;
  background-color: transparent!important;
  color: transparent!important;
}
.k-state-hover,
.k-state-active,
.k-state-focus {
  background: none!important;
  background-color: transparent!important;
  box-shadow: none!important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.k-link > input[type=checkbox] {
  position: absolute;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  left: 8px;
  top: 11px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-tbl td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-tbl th[data-field=num] > .k-header-column-menu {
  display: none!important;
}
.b-tbl__general_checkbox {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
}
.b-tbl__general_checkbox label {
  display: block !important;
}
.b-tbl__general_checkbox label:before {
  display: block;
  margin-top: -3px;
}
.b-tbl__general_checkbox label:after {
  display: block;
  left: 4px!important;
  top: -2px !important;
}
.b-tbl-col__input {
  border: none!important;
  min-height: 20px!important;
  width: 100px;
}
.b-tbl-col__input:focus,
.b-tbl-col__input:active {
  background-color: transparent!important;
}
.b-tbl-col__input__text.disabled-cell {
  padding: 11px;
}
.b-tbl-col__dropdown {
  margin-right: 8px;
  border: none!important;
}
.b-tbl-col__emails-list {
  justify-content: space-between;
  flex-wrap: nowrap;
  display: flex;
}
.b-tbl-col__action-phone {
  flex-basis: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 3;
  flex-wrap: nowrap;
  display: inline-block;
  position: relative;
}
.b-tbl-col__action-sip {
  flex-basis: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
  flex-wrap: nowrap;
  display: inline-block;
  position: relative;
}
.b-tbl-col__action-sms {
  flex-basis: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 5;
  flex-wrap: nowrap;
  display: inline-block;
  position: relative;
}
.b-tbl-col__action-sim {
  flex-basis: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 4;
  flex-wrap: nowrap;
  display: inline-block;
  position: relative;
}
.b-tbl-col__action-email {
  flex-basis: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 6;
  flex-wrap: nowrap;
  display: inline-block;
  position: relative;
}
.b-tbl-col__id {
  color: rgba(0, 0, 0, 0.4);
  height: 35px;
}
.b-tbl-col__phones select,
.b-tbl-col__phones input {
  display: inline-block;
  position: relative;
}
.b-tbl-col__no-data {
  padding-left: 5px;
}
.b-tbl-col__funnel-steps {
  width: 165px;
  padding-top: 8px;
  float: left;
}
.b-tbl-col__funnel-steps,
.b-tbl-col__funnel-steps-date {
  display: inline-block;
}
.b-tbl-col__funnel-steps-date {
  position: relative;
  float: none;
  line-height: 33px;
  vertical-align: baseline;
}
.b-tbl-col__funnel-steps-date.opened-widget {
  position: absolute !important;
  z-index: 9999;
  margin-left: -8px;
  border-radius: 2px;
  background-color: #f2f2f2;
}
.b-tbl-col__funnel-steps-date .k-datetimepicker {
  width: 210px !important;
  margin-top: -7px;
}
.b-tbl-col__funnel-steps-date .k-datetimepicker .k-picker-wrap.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.b-tbl-col__funnel-steps-date .k-datetimepicker .k-select {
  width: 6em;
}
.b-tbl-col__funnel-steps-date .k-datetimepicker .k-select .k-icon {
  margin: -5px 4px 0 4px;
}
.b-tbl-col__funnel-steps-date .k-datetimepicker .k-select .save-step-date {
  margin-top: -5px;
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
  padding: 2px;
  border-radius: 3px;
  font-size: 18px;
}
.b-tbl-col__funnel-steps span.label {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
}
.b-tbl-col__date-time {
  position: relative;
  display: inline-block;
}
.b-tbl-col__date-time.opened-widget {
  position: absolute !important;
  width: 100%;
  z-index: 9999;
  margin-left: -8px;
  margin-top: -9px;
  border-radius: 2px;
}
.b-tbl__help {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: pointer;
}
.b-tbl .k-treelist-group .k-i-expand,
.b-tbl .k-treelist-group .k-i-collapse {
  left: 215px;
  margin-top: 2px;
  position: relative;
  cursor: pointer;
}
.b-tbl .k-treelist-group + tr .k-icon.k-i-none {
  display: inline-block;
}
.b-tbl .k-icon.k-i-none:only-of-type {
  display: none;
}
.b-tbl .k-grid-content-locked tr:last-child td {
  border-bottom-width: 0;
}
.b-tbl .k-grid-header .k-i-sort-asc-sm,
.b-tbl .k-grid-header .k-i-sort-desc-sm,
.b-tbl .k-grid-header .k-sort-order {
  color: #999999;
}
.b-tbl .k-grid-header-locked th[data-field=id] {
  position: relative !important;
}
.b-tbl .b-table__body {
  overflow: hidden;
}
.b-tbl .b-table__body .b-tbl-сol__phones {
  justify-content: space-between;
  flex-wrap: nowrap;
  display: flex;
}
.b-tbl .b-table__body .p__id,
.b-tbl .b-table__body .b-tbl-сol__phones,
.b-tbl .b-table__body .b-tbl-col__emails-list {
  min-height: 35px;
  line-height: 35px;
}
.b-tbl .b-table__body .p__id .b-tbl-col__dropdown,
.b-tbl .b-table__body .b-tbl-сol__phones .b-tbl-col__dropdown,
.b-tbl .b-table__body .b-tbl-col__emails-list .b-tbl-col__dropdown {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-basis: 20px;
  flex-grow: 12;
  flex-shrink: 12;
  order: 1;
}
.b-tbl .b-table__body .p__id .b-tbl-col__dropdown span,
.b-tbl .b-table__body .b-tbl-сol__phones .b-tbl-col__dropdown span,
.b-tbl .b-table__body .b-tbl-col__emails-list .b-tbl-col__dropdown span {
  padding: 0 4px;
}
.b-tbl .b-table__body .p__id i,
.b-tbl .b-table__body .b-tbl-сol__phones i,
.b-tbl .b-table__body .b-tbl-col__emails-list i {
  color: rgba(0, 0, 0, 0.4);
}
.b-tbl .b-table__body .p__id i:hover,
.b-tbl .b-table__body .b-tbl-сol__phones i:hover,
.b-tbl .b-table__body .b-tbl-col__emails-list i:hover {
  color: #ffffff;
}
.b-tbl .b-table__body .p__id select,
.b-tbl .b-table__body .b-tbl-сol__phones select,
.b-tbl .b-table__body .b-tbl-col__emails-list select {
  display: inline-block;
  width: 20px;
  position: relative;
}
.b-tbl .b-table__body table .k-alt {
  background: transparent;
}
.b-tbl .b-table__body table[role="treegrid"] tr {
  transition: background 0.2s;
}
.table-column-type-conv_funnel {
  text-align: left;
}
.b-tbl-сol__phones i,
.b-tbl-col__emails-list i {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 13px;
  cursor: pointer;
  background-color: transparent;
  color: black;
  padding: 4px;
  border-radius: 5px;
}
.b-tbl-сol__phones i:hover,
.b-tbl-col__emails-list i:hover {
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
}
.b-tbl-сol__phones i:last-child,
.b-tbl-col__emails-list i:last-child {
  margin-left: 3px;
  padding: 5px;
}
.b-tbl-сol__progress .progress {
  margin-bottom: 0;
}
.p__checkbox {
  text-align: center;
}
.b-table__body .checkbox:not(#js-general-checkbox) label {
  width: 17px;
  margin: 0 auto;
}
.b-table__body .checkbox:not(#js-general-checkbox) label,
.b-table__body .checkbox:not(#js-general-checkbox) label:before {
  display: none;
}
.contacts-hovered-row {
  background: #f2f2f2 !important;
}
.contacts-hovered-row .p__id {
  display: none;
}
.contacts-hovered-row label,
.contacts-hovered-row label:before {
  display: block !important;
}
.js-checkbox:checked + .p__id {
  display: none;
}
.js-checkbox:checked + label {
  display: block !important;
}
.js-checkbox:checked + label:before {
  display: block !important;
  background-color: var(--main-btn-color);
  border: 1px solid var(--main-btn-color);
}
.js-checkbox:checked + label:after {
  display: block !important;
  font-family: 'FontAwesome';
  content: "\F00C";
  color: #fff !important;
  position: relative;
  top: 1.9px;
  left: 1.4px;
}
.b-table__pagination {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 99999;
}
.k-header[data-field='num'] {
  position: relative;
}
.k-animation-container {
  z-index: 999999999 !important;
}
.b-stats-table .k-grid-header-locked {
  height: 36px;
}
.b-stats-table .k-grid-header-locked .t-stats-keyword {
  vertical-align: top;
}
.b-stats-table .k-i-expand,
.b-stats-table .k-i-collapse {
  background: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-stats-table .k-i-collapse:before {
  content: "\f0d7";
}
.b-stats-table .k-i-expand:before {
  content: "\f0da";
}
.b-stats-table .k-grid td {
  padding: 6px 16px !important;
  box-sizing: border-box;
  height: 41px !important;
}
.b-sidebar-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  animation: pace-spinner 400ms linear infinite;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
  border-image: none;
  border-radius: 10px 10px 10px 10px;
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  height: 14px;
  margin: auto;
  width: 14px;
}
.b-hidden-time {
  position: absolute;
  visibility: hidden;
  z-index: -10;
  left: 0;
}
.k-ff .b-tbl td {
  text-overflow: initial;
}
.k-ff .k-grid-content-locked {
  min-height: 43px !important;
}
.k-ff .k-grid-content-locked .checkbox input:checked + label::after {
  top: 0px !important;
  left: 2px !important;
}
.k-grid-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.k-grid-content::-webkit-scrollbar:vertical {
  width: 17px;
}
.k-grid-content::-webkit-scrollbar:horizontal {
  height: 17px;
}
.k-grid-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 4px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.k-menu .k-item.k-state-default.k-state-focused {
  box-shadow: none !important;
}
.k-menu .k-i-sort-asc-sm:before {
  content: "\e124" !important;
}
.k-menu .k-i-sort-desc-sm:before {
  content: "\e125" !important;
}
.scroll-wrapper.k-grid-content .scroll-element.scroll-x {
  bottom: 0 !important;
  visibility: visible !important;
}
.scroll-wrapper.k-grid-content .scroll-element.scroll-y {
  display: none !important;
}
.b-table__body_parent.scroll-content {
  overflow-x: hidden !important;
}
.b-table__body_parent .scroll-element.scroll-y {
  visibility: visible !important;
}

.b-alert-background {
  display: none;
  position: fixed;
  left: 0;
  top: 60px;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 999999999;
}
.b-alert-close {
  display: none;
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  align-items: center;
  justify-content: flex-end;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  order: 3;
}
.b-alert-prevent-close {
  display: none;
  position: fixed;
  width: 100vw;
  height: 60px;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 999999999;
}
.b-alert-action-button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
}
.b-alert-action-button:not(:only-of-type) {
  margin-right: 10px;
}
.b-alert-action-button:hover,
.b-alert-action-button:focus {
  background-color: transparent;
  color: #fff;
}
#notie-alert-outer {
  height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
#notie-alert-outer #notie-alert-inner {
  padding: 16px;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-basis: 500px;
  flex-grow: 12;
  flex-shrink: 12;
  order: 1;
}
#notie-alert-outer #notie-alert-content {
  font-size: 16px!important;
  max-width: 100%;
  text-align: left;
  margin: 0 20px;
}
#notie-alert-outer.prevent-close {
  top: 0 !important;
}
@media (max-width: 700px) {
  #notie-alert-outer .little_width {
    display: none;
  }
}
@media (max-width: 580px) {
  #notie-alert-outer {
    padding: 8px;
  }
  #notie-alert-outer #notie-alert-inner {
    padding: 0;
    line-height: 12px;
  }
  #notie-alert-outer #notie-alert-inner #notie-alert-content {
    font-size: 11px!important;
    margin: 0;
  }
  #notie-alert-outer.with-button #notie-alert-inner {
    padding: 0;
    line-height: 12px;
  }
  #notie-alert-outer.with-button #notie-alert-inner #notie-alert-content {
    font-size: 11px!important;
    margin: 0;
  }
  #notie-alert-outer.with-button .b-alert-action-button {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }
}
body.visible-alert {
  padding-top: 60px !important;
}
body.visible-alert.system-alert-error .b-alert-background {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}
body.visible-alert.system-alert-error .b-alert-action-button {
  right: 20px;
}
body.visible-alert.system-alert-warning .b-alert-close {
  display: block;
}
body.visible-alert .page-sidebar {
  top: 60px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.wysiwyg-popover {
  min-height: 20px;
}
.wysiwyg-popover .loading-animator {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 49%;
}
.mce-container {
  border-width: 0 !important;
}
.mce-container,
.mce-container *,
.mce-widget,
.mce-widget * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  text-decoration: none;
  color: #000;
  font-family: arial, sans-serif;
  font-size: 11px;
  text-shadow: none;
  float: none;
  position: static;
  width: auto;
  height: auto;
  white-space: nowrap;
  cursor: inherit;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  font-weight: 400;
  text-align: left;
}
.mce-container [unselectable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mce-container ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
}
.mce-container ::-webkit-scrollbar-track,
.mce-container ::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.mce-container ::-webkit-scrollbar-thumb {
  background-color: rgba(53, 57, 71, 0.3);
  width: 6px;
  height: 6px;
  -webkit-border-radius: 4px;
}
.mce-fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.mce-fade.mce-in {
  opacity: 1;
}
.mce-tinymce {
  min-width: 470px;
  visibility: visible!important;
  position: relative;
  border: 1px solid #ccc;
}
.mce-tinymce-focus {
  border: 1px solid #b2b2b2;
}
.mce-fullscreen {
  z-index: 100;
}
div.mce-fullscreen {
  width: 100%;
  height: auto;
}
.mce-tinymce {
  display: block;
}
.mce-wordcount {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}
.mce-edit-area {
  background: #fff;
  -webkit-filter: none;
  filter: none;
  font-family: arial, sans-serif;
  font-size: 12px;
}
.mce-edit-area iframe {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mce-statusbar,
.mce-statusbar .mce-container-body {
  position: relative;
}
.mce-fullscreen .mce-resizehandle {
  display: none;
}
.mce-charmap {
  border-collapse: collapse;
}
.mce-charmap td {
  cursor: default;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}
.mce-charmap td div {
  text-align: center;
}
.mce-charmap td:hover {
  background: #d9d9d9;
}
.mce-grid {
  border-spacing: 2px;
  border-collapse: separate;
}
.mce-grid td div {
  width: 12px;
  height: 12px;
  margin: 2px;
  cursor: pointer;
}
.mce-grid td div:hover {
  border-color: #000;
}
.mce-grid td div:focus {
  outline: rgba(82, 168, 236, 0.8) solid 1px;
  border-color: rgba(82, 168, 236, 0.8);
}
.mce-grid a {
  display: block;
  border: 1px solid transparent;
}
.mce-grid a:hover {
  border-color: #c5c5c5;
}
.mce-grid-border {
  margin: 0 4px;
}
.mce-grid-border a {
  border-color: #e8e8e8;
  width: 13px;
  height: 13px;
}
.mce-grid-border a.mce-active,
.mce-grid-border a:hover {
  border-color: #c4daff;
  background: #deeafa;
}
.mce-text-center {
  text-align: center;
}
div.mce-tinymce-inline {
  width: 100%;
  box-shadow: none;
}
.mce-container,
.mce-container-body {
  border-radius: 5px;
  background: #f5f5f5;
  display: block;
}
.mce-autoscroll {
  overflow: hidden;
}
.mce-scrollbar {
  position: absolute;
  width: 7px;
  height: 100%;
  top: 2px;
  right: 2px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.mce-scrollbar-h {
  top: auto;
  right: auto;
  left: 2px;
  bottom: 2px;
  width: 100%;
  height: 7px;
}
.mce-scrollbar-thumb {
  position: absolute;
  background-color: #000;
  border: 1px solid #888;
  border-color: rgba(85, 85, 85, 0.6);
  width: 5px;
  height: 100%;
  border-radius: 7px;
}
.mce-scrollbar-h .mce-scrollbar-thumb {
  width: 100%;
  height: 5px;
}
.mce-scroll {
  position: relative;
}
.mce-panel {
  border-radius: 5px;
  background-color: #fff;
  font-family: arial, sans-serif;
  font-size: 12px;
}
.mce-floatpanel {
  position: absolute;
  box-shadow: #ccc 5px 5px 5px;
}
.mce-floatpanel.mce-fixed {
  position: fixed;
}
.mce-floatpanel .mce-arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.mce-floatpanel .mce-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}
.mce-floatpanel.mce-popover {
  top: 0;
  left: 0;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.mce-floatpanel.mce-popover.mce-bottom {
  margin-top: 10px;
}
.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start {
  margin-left: -22px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow {
  left: 20px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-end {
  margin-left: 22px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow {
  right: 10px;
  left: auto;
}
.mce-fullscreen {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #FFF;
  height: 100%;
}
div.mce-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
}
#mce-modal-block {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#mce-modal-block.mce-in {
  opacity: 0.3;
  filter: alpha(opacity=30);
  zoom: 1;
}
.mce-window-move {
  cursor: move;
}
.mce-window {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 150ms ease-in;
}
.mce-window.mce-in {
  opacity: 1;
}
.mce-window-head {
  padding: 9px 15px;
  border: none;
  border-bottom: 1px solid #fff !important;
  position: relative;
}
.mce-window-head .mce-close {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 20px;
  color: #CCC;
  /*text-shadow:0 1px 0 #fff;*/
  background-color: #fff !important;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
}
.mce-close:hover {
  color: #AAA;
}
.mce-window-head .mce-title {
  display: inline-block;
  line-height: 20px;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600 !important;
  padding-right: 10px;
}
.mce-window .mce-window-body {
  display: block;
  background-color: #E5E9EC;
  border-radius: 0;
}
.mce-foot {
  display: block;
  background-color: #F3F5F6;
  /*border-top:1px solid #eee;*/
  /*border-radius:0 0 6px 6px;*/
  /*box-shadow:inset 0 1px 0 #fff*/
}
.mce-foot > div {
  border-radius: 0;
  background-color: #F3F5F6 !important;
}
.mce-foot .mce-btn button {
  border-radius: 3px;
  color: #333 !important;
  background-color: #fff !important;
}
.mce-foot .mce-primary button {
  color: var(--main-btn-text-color) !important;
  background-color: var(--main-btn-color) !important;
}
.mce-window-head .mce-dragh {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  width: 90%;
  height: 100%;
}
.mce-window iframe {
  width: 100%;
  height: 100%;
}
.mce-window.mce-fullscreen,
.mce-window.mce-fullscreen .mce-foot {
  border-radius: 0;
}
.mce-abs-layout {
  position: relative;
}
body .mce-abs-layout-item {
  position: absolute;
}
.mce-abs-end {
  position: absolute;
  width: 1px;
  height: 1px;
}
.mce-container-body.mce-abs-layout {
  overflow: hidden;
}
.mce-toolbar:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*border-bottom:1px solid #ccc*/
}
.mce-tooltip {
  position: absolute;
  padding: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
.mce-tooltip-inner {
  font-size: 11px;
  background-color: #000;
  color: #fff;
  max-width: 200px;
  padding: 5px 8px 4px;
  text-align: center;
  white-space: normal;
  border-radius: 3px;
  box-shadow: 0 0 5px #000;
}
.mce-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
.mce-tooltip-arrow-n {
  border-bottom-color: #000;
}
.mce-tooltip-arrow-s {
  border-top-color: #000;
}
.mce-tooltip-arrow-e {
  border-left-color: #000;
}
.mce-tooltip-arrow-w {
  border-right-color: #000;
}
.mce-tooltip-nw,
.mce-tooltip-sw {
  margin-left: -14px;
}
.mce-tooltip-n .mce-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-nw .mce-tooltip-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-ne .mce-tooltip-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-s .mce-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-sw .mce-tooltip-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-se .mce-tooltip-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-e .mce-tooltip-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.mce-tooltip-w .mce-tooltip-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.mce-btn {
  position: relative;
  color: #333;
  background-color: #f5f5f5;
  zoom: 1;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 2px;
}
.mce-btn:hover {
  border: 1px solid transparent;
  /*border-radius:2px;*/
  border-color: #ccc;
}
.mce-btn.mce-active {
  border: 1px solid #ccc;
  border-radius: 2px;
  border-color: #dcdcdc;
  color: #525252;
}
.mce-btn button {
  background: #f5f5f5;
  padding: 4px 6px !important;
  font-size: 12px;
  cursor: pointer;
  color: #333;
  text-align: center;
  overflow: visible;
  -webkit-appearance: none;
  border: 1px solid transparent;
  margin-right: 0 !important;
}
.mce-btn button::-moz-focus-inner {
  bottom: 0;
  margin: 0;
}
.mce-btn-group:not(:first-child) {
  padding-left: 0 !important;
}
.mce-primary {
  min-width: 50px;
  color: #fff;
  border: none !important;
  /*text-shadow:0 1px 1px rgba(255,255,255,.75);*/
  background-color: #fff;
  zoom: 1;
}
.mce-primary button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: #f6f6f6;
  font-size: 14px !important;
  font-family: 'PT Sans', sans-serif;
  line-height: 26px;
  padding: 0px 11px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #626262;
  border: 1px solid #5bc85a !important;
  background-color: #5bc85a !important;
  color: #fff !important;
}
.mce-primary button:hover {
  border: 1px solid #5bc85a !important;
  color: #fff !important;
  text-decoration: none !important;
}
.mce-btn-large button {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  border-radius: 5px;
}
.mce-btn-large i {
  margin-top: 2px;
}
.mce-btn-small button {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 15px;
}
.mce-btn-small i {
  margin-top: 0;
}
.mce-btn .mce-caret {
  margin-top: 8px;
  margin-left: 0;
}
.mce-btn-small .mce-caret {
  margin-top: 6px;
  margin-left: 0;
}
.mce-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #444;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.mce-caret.mce-up {
  border-bottom: 4px solid #444;
  border-top: 0;
}
.mce-btn-group .mce-btn {
  margin: 0 2px 0 0;
}
.mce-btn-group .mce-btn.mce-disabled,
.mce-btn-group .mce-btn.mce-disabled:hover {
  color: #333;
  zoom: 1;
}
.mce-btn-group .mce-btn.mce-disabled button {
  opacity: 0.65;
  filter: alpha(opacity=65);
  zoom: 1;
}
.mce-btn-group .mce-btn.mce-flow-layout-item {
  margin: 0;
}
.mce-checkbox {
  cursor: pointer;
}
i.mce-i-checkbox {
  margin: 0 3px 0 0;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #f0f0f0;
  zoom: 1;
  text-indent: -10em;
}
.mce-checked i.mce-i-checkbox {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-indent: 0;
}
.mce-checkbox:focus i.mce-i-checkbox {
  border: 1px solid #59a5e1;
  border: 1px solid rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.mce-colorbutton .mce-ico {
  position: relative;
}
.mce-colorpicker {
  background: #FFF;
}
.mce-colorbutton-grid {
  margin: 4px;
}
.mce-colorbutton button {
  padding-right: 4px;
}
.mce-colorbutton .mce-preview {
  padding-right: 3px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: 7px;
  background: gray;
  width: 13px;
  height: 2px;
  overflow: hidden;
}
.mce-colorbutton.mce-btn-small .mce-preview {
  margin-left: -17px;
  padding-right: 0;
  width: 16px;
}
.mce-colorbutton .mce-open {
  padding-left: 4px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.mce-colorbutton:hover .mce-open {
  border-left-color: #c5c5c5;
  border-right-color: #c5c5c5;
}
.mce-combobox {
  display: inline-block;
  border-radius: 3px;
  width: 100px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mce-combobox input {
  border-color: #c5c5c5;
  border-right-color: rgba(0, 0, 0, 0.15);
  height: 28px;
}
.mce-combobox.mce-has-open input {
  border-radius: 4px 0 0 4px;
}
.mce-combobox .mce-btn {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.mce-combobox button {
  padding-right: 8px;
  padding-left: 8px;
}
.mce-combobox :focus {
  border-color: #59a5e1;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.mce-path {
  display: inline-block;
  padding: 8px;
  white-space: normal;
}
.mce-path .mce-txt {
  display: inline-block;
  padding-right: 3px;
}
.mce-path .mce-path-body {
  display: inline-block;
}
.mce-path-item {
  display: inline-block;
  cursor: pointer;
  color: #000;
}
.mce-path-item:hover {
  text-decoration: underline;
}
.mce-path-item:focus {
  background: gray;
  color: #fff;
}
.mce-path .mce-divider {
  display: inline;
}
.mce-fieldset {
  border: 0 solid #ccc;
  border-radius: 3px;
}
.mce-fieldset > .mce-container-body {
  margin-top: -15px;
}
.mce-fieldset-title {
  margin-left: 5px;
  padding: 0 5px;
}
.mce-fit-layout {
  display: inline-block;
}
.mce-fit-layout-item {
  position: absolute;
}
.mce-flow-layout-item {
  display: inline-block;
  margin: 2px 0 2px 2px;
}
.mce-flow-layout-item.mce-last {
  margin-right: 2px;
}
.mce-flow-layout {
  border-radius: 5px 5px 0 0;
  white-space: normal;
  background: #f5f5f5;
}
.mce-iframe {
  border: 0 solid #c5c5c5;
  width: 100%;
  height: 100%;
}
.mce-label {
  font-size: 14px !important;
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  /*text-shadow:0 1px 1px rgba(255,255,255,.75);*/
  border: 0 solid #c5c5c5;
  overflow: hidden;
}
.mce-label.mce-autoscroll {
  overflow: auto;
}
.mce-label-disabled .mce-text {
  color: #999;
}
.mce-label.mce-multiline {
  white-space: pre-wrap;
}
.mce-menubar .mce-menubtn {
  border-color: transparent;
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
}
.mce-menubar .mce-menubtn button {
  color: #000;
}
.mce-menubar .mce-menubtn.mce-active,
.mce-menubar .mce-menubtn:focus,
.mce-menubar .mce-menubtn:hover {
  border-color: transparent;
  background: #f5f5f5;
  -webkit-filter: none;
  filter: none;
}
.mce-menubtn.mce-disabled span {
  color: #999;
}
.mce-menubtn.mce-btn-small span {
  font-size: 12px;
  line-height: 15px;
}
.mce-menubtn.mce-fixed-width span {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 90px;
}
.mce-menubtn.mce-fixed-width.mce-btn-small span {
  width: 70px;
}
.mce-menubtn span {
  padding-top: 2px;
}
.mce-listbox button {
  text-align: left;
  padding-right: 20px;
  position: relative;
  padding-bottom: 6px;
  background-color: #fff !important;
  border: 1px solid #c5c5c5 !important;
}
.mce-listbox .mce-caret {
  position: absolute;
  margin-top: -2px;
  right: 8px;
  top: 50%;
}
.mce-menu-item {
  display: block;
  padding: 6px 15px 6px 12px;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  line-height: normal;
  border-left: 4px solid transparent;
  margin-bottom: 1px;
}
.mce-menu-item.mce-disabled .mce-text {
  color: #999;
}
.mce-menu-item.mce-selected,
.mce-menu-item:focus,
.mce-menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #eee;
}
.mce-menu-item.mce-selected .mce-ico,
.mce-menu-item.mce-selected .mce-text,
.mce-menu-item:focus .mce-ico,
.mce-menu-item:hover .mce-ico,
.mce-menu-item:hover .mce-text {
  color: #fff;
}
.mce-menu-item.mce-disabled:hover {
  background: #CCC;
}
.mce-menu-shortcut {
  color: #999;
  display: inline-block;
  padding: 0 15px 0 20px;
}
.mce-menu-item .mce-caret {
  margin-top: 4px;
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #666;
}
.mce-menu-item.mce-selected .mce-caret,
.mce-menu-item:focus .mce-caret {
  border-left-color: #FFF;
}
.mce-menu-align .mce-caret,
.mce-menu-align .mce-menu-shortcut {
  position: absolute;
  right: 0;
}
.mce-menu-item-sep,
.mce-menu-item-sep:hover {
  padding: 0;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background: #e5e5e5;
  border-bottom: 1px solid #fff;
  cursor: default;
  -webkit-filter: none;
  filter: none;
}
.mce-menu-item.mce-active i {
  visibility: visible;
}
.mce-menu {
  border-radius: 0;
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.148438);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.148438);
  margin: 0;
  min-width: 160px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1002;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
}
.mce-menu i {
  display: none;
}
.mce-menu .mce-container-body {
  background: #fff;
}
.mce-menu-has-icons i {
  display: inline-block;
}
.mce-menu-sub-tr-tl {
  margin: -6px 0 0 -1px;
}
.mce-menu-sub-br-bl {
  margin: 6px 0 0 -1px;
}
.mce-menu-sub-tl-tr {
  margin: -6px 0 0 1px;
}
.mce-menu-sub-bl-br {
  margin: 6px 0 0 1px;
}
i.mce-radio {
  padding: 1px;
  margin: 0 3px 0 0;
  border: 1px solid #cacece;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #f0f0f0;
  zoom: 1;
}
i.mce-radio:after {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  content: '\25cf';
}
.mce-container-body .mce-resizehandle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  visibility: visible;
  cursor: s-resize;
  margin: 0;
}
.mce-container-body .mce-resizehandle-both {
  cursor: se-resize;
}
i.mce-i-resize {
  color: #000;
}
.mce-spacer {
  visibility: hidden;
}
.mce-splitbtn .mce-open {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.mce-splitbtn:hover .mce-open {
  border-left-color: #c5c5c5;
  border-right-color: #c5c5c5;
}
.mce-splitbtn button {
  padding-right: 4px;
}
.mce-splitbtn .mce-open {
  padding-left: 4px;
}
.mce-stack-layout-item {
  display: block;
}
.mce-tabs {
  display: block;
  border-bottom: 1px solid #ccc;
}
.mce-tab {
  display: inline-block;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 0;
  background: #e3e3e3;
  padding: 8px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  height: 13px;
  cursor: pointer;
}
.mce-tab:hover {
  background: #fdfdfd;
}
.mce-tab.mce-active {
  background: #fdfdfd;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  height: 14px;
}
.mce-textbox {
  background: #FFF;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  height: 28px;
  resize: none;
  padding: 0 4px;
  white-space: pre-wrap;
  color: #000;
}
.mce-textbox:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.mce-placeholder .mce-textbox {
  color: #aaa;
}
.mce-textbox.mce-multiline {
  padding: 4px;
}
.mce-ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 13px !important;
  background: url('img/sprite_text-editor-16.png') no-repeat;
  text-align: left;
  color: #636363 !important;
}
.mce-ico.mce-i-removeformat {
  background-position: 0 0;
}
.mce-ico.mce-i-undo {
  background-position: 0 -17px;
}
.mce-ico.mce-i-redo {
  background-position: 0 -33px;
}
.mce-ico.mce-i-bold {
  background-position: 0 -48px;
}
.mce-ico.mce-i-italic {
  background-position: 0 -64px;
}
.mce-ico.mce-i-underline {
  background-position: 0 -79px;
}
.mce-ico.mce-i-strikethrough {
  background-position: 0 -96px;
}
.mce-ico.mce-i-blockquote {
  background-position: 0 -112px;
}
.mce-ico.mce-i-link {
  background-position: 0 -128px;
}
.mce-ico.mce-i-unlink {
  background-position: 0 -144px;
}
.mce-ico.mce-i-image {
  background-position: 0 -158px;
}
.mce-ico.mce-i-bullist {
  background-position: 0 -177px;
}
.mce-ico.mce-i-numlist {
  background-position: 0 -192px;
}
.mce-ico.mce-i-indent {
  background-position: 0 -223px;
}
.mce-ico.mce-i-outdent {
  background-position: 0 -207px;
}
.mce-ico.mce-i-alignleft {
  background-position: 0 -240px;
}
.mce-ico.mce-i-aligncenter {
  background-position: 0 -256px;
}
.mce-ico.mce-i-alignright {
  background-position: 0 -272px;
}
.mce-ico.mce-i-alignjustify {
  background-position: 0 -288px;
}
.mce-i-selected {
  visibility: hidden;
}
.mce-i-selected:before {
  content: "\e033";
}
i.mce-i-backcolor {
  text-shadow: none;
  background: #BBB;
}
.mce-pagebreak {
  cursor: default;
  display: block;
  width: 100%;
  height: 5px;
  border: 1px dashed #666;
  margin-top: 15px;
}
.mce-nbsp {
  background: #AAA;
}
.mce-match-marker {
  background: green;
  color: #fff;
}
.mce-item-table,
.mce-item-table caption,
.mce-item-table td,
.mce-item-table th {
  border: 1px dashed #BBB;
}
td.mce-item-selected,
th.mce-item-selected {
  background-color: #39f !important;
}
.mce-edit-focus {
  outline: #333 solid 1px;
}
.mce-content-body p {
  margin: 0;
  margin-bottom: 10px;
}

.b-task_mobile-file-loader .tasks-modal-dropzone {
  min-height: auto;
  height: auto;
  background-image: none !important;
  background-color: transparent;
  display: inline-block;
}
.b-task_mobile-file-loader .dropzone > span {
  pointer-events: none;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.input-small input {
  font-size: 10px;
}
.input-small .add-on {
  font-size: 10px;
  padding: 3px 12px;
  height: 20px;
}
.border-red {
  border: 1px solid red !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-hb__traffic {
  min-height: 71px;
}
.b-hb__stats {
  margin-top: 6px;
}
.b-hb__id {
  width: 40px;
}
.b-hb__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
/* Normal Track */
input[type="checkbox"].ios-switch + div {
  cursor: pointer;
  vertical-align: middle;
  width: 40px;
  height: 22px;
  border: 1px solid #E5E5E5;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  /*margin: 15px 1.2em 15px 2.5em;*/
}
/* Checked Track (Blue) */
input[type="checkbox"].ios-switch:checked + div {
  width: 40px;
  background-position: 0 0;
  background-color: #3b89ec;
  border: 1px solid #0e62cd;
  box-shadow: inset 0 0 0 10px #3b89ff;
}
/* Tiny Track */
input[type="checkbox"].tinyswitch.ios-switch + div {
  width: 34px;
  height: 18px;
}
/* Big Track */
input[type="checkbox"].bigswitch.ios-switch + div {
  width: 50px;
  height: 25px;
}
/* Green Track */
input[type="checkbox"].green.ios-switch:checked + div {
  background-color: var(--main-btn-color);
  border: 1px solid var(--main-btn-color);
  box-shadow: inset 0 0 0 10px var(--main-btn-color);
}
/* Normal Knob */
input[type="checkbox"].ios-switch + div > div {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  /*box-shadow: 0px 2px 5px #E5E5E5, 0px 0px 0 1px #E5E5E5;*/
  box-shadow: 0 0 3px 1px hsla(0, 0%, 0%, 0.075), 0 3px 5px hsla(0, 0%, 0%, 0.15), 1px 2px 2px hsla(0, 0%, 0%, 0.05);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}
/* Checked Knob (Blue Style) */
input[type="checkbox"].ios-switch:checked + div > div {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
}
/* Tiny Knob */
input[type="checkbox"].tinyswitch.ios-switch + div > div {
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
/* Checked Tiny Knob (Blue Style) */
input[type="checkbox"].tinyswitch.ios-switch:checked + div > div {
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
}
/* Big Knob */
input[type="checkbox"].bigswitch.ios-switch + div > div {
  width: 23px;
  height: 23px;
  margin-top: 1px;
}
/* Checked Big Knob (Blue Style) */
input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
}
/* Green Knob */
input[type="checkbox"].green.ios-switch:checked + div > div {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px var(--main-btn-color);
}

.b-popover__email_edit-header {
  display: block;
  width: 100%;
}
.b-popover__email_edit-header .b-popover__email_send-avatar {
  display: inline-block;
}
.b-popover__email_edit-header .b-popover__email_send-name {
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
}
.b-popover__email_edit-body {
  display: block;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  padding: 15px;
}
.b-popover__email_edit-body .input-group {
  margin-bottom: 5px !important;
}
.b-popover__email_edit-body .b-popover__email_edit-text {
  width: 100%;
  min-height: 100px;
}
.b-popover__email_edit-body .b-popover__email_edit-sender {
  width: 100%;
}
.b-popover__email_edit-body .b-popover__email_edit-sender-domain {
  min-height: 37px;
}
.b-popover__email_edit-body .b-popover__email_edit-subject {
  width: 100%;
  margin-bottom: 5px;
}
.b-popover__email_edit-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.b-popover__email_edit-footer .b-btn {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.b-popover__email_edit-footer .b-popover__email-domains {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 10px;
  text-align: left;
}
.b-popover__email_edit-footer .b-popover__email-domains .btn {
  border: none;
}
.b-email-complete {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}

#payment-modal .currency {
  margin-left: 10px;
  float: left;
  font-size: 14px;
}
#payment-modal .category,
#payment-modal .purpose {
  margin-left: 20px;
  float: left;
  cursor: pointer;
  font-size: 14px;
}
#payment-modal .category[disabled=disabled],
#payment-modal .purpose[disabled=disabled] {
  color: #bbb;
  cursor: not-allowed;
}
.datetime-compact td {
  display: block;
  float: left;
}
.datetime-compact td.js-datatime-time {
  margin-top: -14px;
}

.tariffs-modal #modal-body {
  padding: 40px !important;
  overflow-x: hidden;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#ajaxform {
  width: 100% ;
}
.table-striped {
  width: 100%;
}
.total_costs_tbody td {
  border: none !important;
}
.total_costs_tbody tr:first-child td {
  padding-top: 20px !important;
}
.total_costs_button {
  display: block;
  margin: 5px auto 15px;
}
.charts_bg_white {
  display: inline-block !important;
  background-color: #fff;
  margin-right: 0.8%;
  width: 32.8% !important;
}
.charts_bg_white:last-child {
  margin-right: 0;
}
#total_costs_checkbox {
  position: relative;
  display: block;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 10px auto;
}
#modal-header {
  padding: 0;
  border-bottom: none;
}
.monthly-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fa-times {
  cursor: pointer;
}
.close_icon {
  margin-left: -10px;
  margin-top: 12px;
}
.total-costs-table th {
  padding-top: 22px !important;
  border-bottom: 1px solid #BFC3C6 !important;
}
.total_costs_tbody tr:first-child .fa-times {
  display: none;
}
.chars_height_change .highcharts-background,
.chars_height_change .highcharts-container,
.chars_height_change svg {
  height: 456px !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
@media (min-width: 992px) {
  .lpt-404-block-offset {
    margin-left: 31%;
  }
}
.error-main {
  margin-top: 23%;
}
.lockscreen-wrapper {
  margin-top: 24%;
}
.b-lockscreen__forget {
  position: absolute;
  top: 100px;
  left: 12px;
}

.access-message {
  position: relative;
  text-align: center;
  top: 32vh;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-bal__graphic {
  background-color: #fff;
  position: relative;
  top: -25px;
  padding-bottom: 10px;
  border: 1px solid #DDD;
  border-top: none;
}
.b-bal__modal_beznal {
  padding-top: 25px;
}
.b-bal__cancel_btn {
  margin-bottom: 9px!important;
}
#js-balance-btns-stats {
  margin-right: 10px;
}
#js-balance-btns-stats i {
  margin: 0;
  color: #58ACF3;
}
#js-balance-btns-stats .counter {
  /*display: none;*/
  position: absolute;
  top: -7px;
  right: 2px;
}
.js-balance-data-table .loading-animator {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.b-bl__graph_icon {
  margin: 0;
  color: #58ACF3 !important;
}
.b-bl__empty {
  margin-bottom: 3px!important;
}
.b-bl__pop_print {
  margin-top: -5px;
}
.b-bl__td_v_a {
  vertical-align: middle!important;
}
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.c3 path,
.c3 line {
  fill: none;
}
.c3 text {
  font-size: 12px;
  opacity: 0.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #ccc;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-width: 0.5;
}
/*-- Text on Chart --*/
.c3-text.c3-empty {
  font-size: 12px;
}
/*-- Line --*/
.c3-line {
  stroke-width: 1px;
}
/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}
.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}
/*-- Bar --*/
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}
/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1;
}
/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: 0.1;
}
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.45;
}
.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}
/*-- Title --*/
.c3-title {
  font: 14px sans-serif;
}
/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #CCC;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/
}
.js-grouped-transaction-row:hover {
  background-color: #f5f5f5 !important;
}
.js-grouped-transaction-row .js-expand-icon {
  transition: transform 0.2s ease;
}
.js-grouped-transaction-row .js-expand-icon.fa-chevron-down {
  transform: rotate(90deg);
}
.js-expanded-transaction-row {
  background-color: #f9f9f9 !important;
  border-left: 3px solid #ddd !important;
}
.js-expanded-transaction-row td:first-child {
  padding-left: 20px;
}
.js-expanded-transaction-row:hover {
  background-color: #f0f0f0 !important;
}
.js-expand-cell:hover {
  background-color: #f5f5f5 !important;
  transition: background-color 0.2s ease;
}
.js-expand-cell .js-expand-icon {
  transition: transform 0.2s ease;
}
.js-expand-cell:hover .js-expand-icon {
  transform: scale(1.1);
}
.js-grouped-transaction-row .js-popover {
  text-decoration: none !important;
  border-bottom: none !important;
}
.js-grouped-transaction-row .js-lead-link {
  color: #337ab7;
  text-decoration: none;
  border-bottom: 1px dotted #337ab7;
  cursor: pointer;
}
.js-grouped-transaction-row .js-lead-link:hover {
  color: #23527c;
  text-decoration: none;
  border-bottom-color: #23527c;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-cal__body {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.b-cs-section-calendar {
  overflow-y: auto;
}
.b-calendar {
  position: fixed;
  height: auto;
  top: 83px;
  bottom: 26px;
  left: 91px;
  right: 26px;
}
.b-calendar .row {
  height: 100%;
}
.b-calendar .b-cal__body {
  height: 100%;
}
.b-calendar__wrap {
  height: 100%;
}
.b-calendar__filter {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 20px;
}
.b-calendar .b-cal__tasks {
  height: 100%;
}
.b-calendar .b-cal__tasks .b-cs-section {
  height: 100%;
  background-color: #ffffff;
}
.b-calendar .b-csb__task_icons_block {
  color: #C1C1C1;
}
.fc-content {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}
.fc-content .fc-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-basis: 20px;
  flex-grow: 12;
  flex-shrink: 12;
  order: 1;
}
.fc-content .b-calendar__event-label {
  flex-basis: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
  flex-wrap: nowrap;
  text-align: right;
  font-size: 8px;
}
.fc-content .b-calendar__event-label .fa {
  margin: 0 2px;
  line-height: 14px;
  vertical-align: middle;
}
.visible-alert .b-calendar {
  top: 143px;
}

.calltracking_turned_off_msg {
  position: relative;
}
.calltracking_turned_off_msg .loading-animator {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.b-calltracking__select-level {
  text-align: center;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-csb__call {
  display: flex;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
  margin-left: 20px;
  border-bottom: 1px solid #eeeeee;
  /* CALLS */
  /* FUNNEL */
  /* COMMENTS */
  /* PAYMENTS */
}
.b-csb__call--empty {
  padding: 20px 0;
  text-align: center;
}
.b-csb__call .photo {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
}
.b-csb__call .info {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-left: 20px;
  position: relative;
}
.b-csb__call .info.comment-info,
.b-csb__call .info.payment-info {
  width: 302px;
}
.b-csb__call .info:hover .comment-edit {
  display: block;
}
.b-csb__call .info .comment-edit {
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 14px;
  display: none;
  color: #444;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  cursor: pointer;
}
.b-csb__call .info .comment-edit:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.b-csb__call .info .item-content {
  display: block;
  width: 100%;
  color: #444;
  /*text-align: right;*/
}
.b-csb__call .info .item-content .player {
  display: inline-block;
  width: 15px;
}
.b-csb__call .info .item-content .direct {
  display: inline-block;
  width: 158px;
  /*margin-left: 10px;*/
  font-size: 12px;
  color: #8e8e8e;
}
.b-csb__call .info .item-content .price {
  display: inline-block;
}
.b-csb__call .info .item-content .price:hover {
  background-color: #F7F0C5;
}
.b-csb__call .info .item-content .price-input {
  display: none;
  padding: 1px !important;
  min-height: 22px;
  float: left;
  width: 78px;
}
.b-csb__call .info .item-content .category {
  display: inline-block;
  font-size: 12px;
}
.b-csb__call .info .item-content .category span {
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  display: block;
}
.b-csb__call .info .item-content.activity {
  padding-top: 5px;
}
.b-csb__call .info .item-content .activity_line {
  word-wrap: break-word;
  border-left: 3px solid #e9e9e9;
  padding: 2px 0 2px 17px;
  margin-left: 0;
  font-size: 12px;
  font-style: oblique;
}
.b-csb__call .info .item-content .activity_line:first-child {
  margin-right: 30%;
}
.b-csb__call .info .user {
  display: inline-block;
  font-weight: 600;
  color: #000;
  width: 100%;
}
.b-csb__call .info .user-comment {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 185px;
}
.b-csb__call .details {
  text-align: center;
}
.b-csb__call .details .datetime {
  font-size: 11px;
  color: #ccc;
  margin-bottom: 5px;
  white-space: nowrap;
  min-width: 90px;
}
.b-csb__call .details .load {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  color: #ddd;
}
.b-csb__call .details .load:hover {
  color: #666;
}
.b-csb__call .type .l-date {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #b2b5b9;
  color: #8b878b;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
}
.b-csb__call .player {
  cursor: pointer;
  color: #ddd;
}
.b-csb__call .oneName {
  display: block;
}
.b-csb__call .fromName,
.b-csb__call .toName {
  display: inline-block;
}
.b-csb__call .fromName span,
.b-csb__call .toName span {
  display: inline-block;
  vertical-align: middle;
  max-width: 125px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-csb__call .direc {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  font-size: 11px;
}
.b-csb__call .direc span {
  font-size: 12px;
  line-height: 20px;
  color: #888888;
}
.b-csb__call .comment {
  display: block;
  width: 87%;
  color: #444;
  word-break: break-all;
}
.b-csb__call .comment .hover-text:hover {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: pointer;
}
.b-csb__call .comment button {
  display: inline-block;
  margin-top: 5px;
}
.b-csb__call .comment textarea {
  resize: none;
  color: #444 !important;
  font-size: 12px !important;
  width: 90%;
  min-height: 80px!important;
  position: relative;
  height: auto;
}
.b-csb__call .delete {
  display: none;
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
  color: #ddd;
}
.b-csb__call:hover .delete,
.b-csb__call:hover .load {
  display: block;
}
.b-csb__call_audio {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: fixed;
  bottom: 120px;
  left: calc(50% + 65px);
  right: 36px;
  background: rgba(26, 26, 26, 0.6);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.b-csb__call_audio:not(.open) {
  display: none;
}
.b-csb__call_audio .play-pause {
  width: 7% !important;
}
.b-csb__call_audio .scrubber {
  width: 55% !important;
}
.b-csb__call_audio .close_audio {
  color: #777;
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
}
.b-csb__call_audio .time {
  flex: 0 1 160px !important;
}
.b-card-no-item {
  text-align: center;
  font-size: 20px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-ct {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
}
.b-ct > .page-title {
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.b-ct__content {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
}
.b-ct__main {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.b-ct__block {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
  position: fixed;
  top: 143px;
  bottom: 26px;
  right: 26px;
  left: 265px;
}
.b-ct__header {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 60px;
  width: 100%;
  background-color: #ffffff;
}
.b-ct__body {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  color: #FFFFFF;
  width: 100%;
  background-color: blueviolet;
  padding: 15px;
}
.b-ct__footer {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 100px;
  width: 100%;
  background-color: red;
}

.site_code_block code {
  word-wrap: break-word;
  background: #e8edf3;
}
.site_code_block .tab-pane {
  background: #e8edf3;
  padding: 10px;
  cursor: pointer;
}
.site_code_block .link-textarea {
  position: absolute;
}
.b-code__red-text {
  color: #e76e70;
}
.b-code__green-text {
  color: #438a85;
}
#button_check_code .loading-animator {
  position: relative;
  left: 0;
  top: 0;
  border-color: rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.7);
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-field__cat .input-add {
  width: 100%;
}
.b-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-category-list > li {
  padding: 0;
}
.b-category-list > li {
  position: relative;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.b-category-list > li input {
  border: none;
  min-height: 26px;
  min-width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
}
.b-category-list > li .handle {
  display: inline-block;
  padding: 3px 8px;
  cursor: move;
}
.b-category-list > li.placeholder {
  background-color: #DDDDDD;
  height: 48px;
}
.b-category-list > li .delete {
  position: absolute;
  top: 14px;
  right: 19px;
  cursor: pointer;
  font-size: 20px;
}
.b-constructor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  overflow-y: auto;
  position: fixed;
  left: 91px;
  right: 26px;
  bottom: 26px;
  top: 168px;
}
.b-constructor__sidebar {
  height: 100%;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.b-constructor__sidebar .b-sidebar__loader {
  height: 300px;
  display: none;
}
.b-constructor__sidebar_main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.b-constructor__sidebar_main .page-title {
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.b-constructor__sidebar_main .b-fields__system {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.b-constructor__sidebar_main .b-fields__system_main {
  padding: 20px;
}
.b-constructor__sidebar_main .b-fields__system .scroll-x {
  display: none !important;
}
.b-constructor__sidebar_fixed {
  position: fixed;
  top: 168px;
  width: 300px;
  bottom: 26px;
  overflow: hidden;
  /*.flex-display();*/
}
.b-constructor__content {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 20px;
  height: 100%;
}
.b-constructor__content .b-content__loader {
  height: 300px;
  display: none;
}
.b-constructor__content_main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.b-constructor__content_main > ul {
  overflow-y: auto;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-constructor__content_main > ul > li {
  padding: 0;
}
.b-constructor__content_main > ul > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #6f7b8a;
  margin-bottom: 20px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.b-constructor__content_main > ul > li.user-field-placeholder {
  background-color: #DDD;
  height: 79px !important;
  margin-bottom: 20px;
  border: none;
}
.b-constructor__content_main > ul > li .b-field-user__left {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 20px;
}
.b-constructor__content_main > ul > li .b-field-user__right {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 25px;
  background-color: #eee;
}
.b-constructor__content_main > ul > li:last-child {
  margin-bottom: 0;
}
.b-constructor__hide-data .dropdown-menu {
  display: none;
  top: 40px;
  left: 0;
  right: 0;
  width: 80%;
  padding-left: 10px;
  margin: 0 auto;
  min-height: 50px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.b-constructor__hide-data:hover .dropdown-menu {
  display: block;
}
.b-constructor__hide-data__staff {
  width: 100%;
  padding: 10px;
}
.b-constructor__hide-data__staff::before,
.b-constructor__hide-data__staff::after {
  margin-top: 10px;
}
.save-panel-open .b-constructor__sidebar_fixed {
  bottom: 97px;
}
.save-panel-open .b-constructor {
  bottom: 97px;
}
.b-field-user {
  position: relative;
}
.b-field-user:empty {
  display: none;
}
.b-field-user__setting {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 15px;
}
.b-field-user__setting i {
  display: inline-block;
  vertical-align: top;
}
.b-field-user__setting i.fa-caret-down {
  margin-left: 4px;
  margin-top: 4px;
}
.b-field-user__name {
  display: inline-block;
  vertical-align: top;
}
.b-field-user__name > input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CCC;
  width: 190px;
}
.b-field-user__name > input:focus {
  background-color: transparent;
}
.b-field-user__content-empty {
  text-align: center;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 25px;
}
.b-field-user:hover > .delete {
  display: block;
}
.b-field-user > .delete {
  position: absolute;
  top: 6px;
  right: 10px;
  display: none;
  cursor: pointer;
  font-size: 22px;
}
@media (max-width: 1300px) {
  .b-category-list > li input {
    width: 145px;
  }
}
.visible-alert .b-constructor__sidebar_fixed,
.visible-alert .b-constructor {
  top: 228px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-ct {
  position: fixed;
  top: 83px;
  bottom: 26px;
  right: 26px;
  left: 91px;
}
.b-ct th[data-field='id'] > a {
  display: none;
}
.b-ct__name_cell {
  position: relative;
}
.b-ct__name_cell .k-icon.k-i-none {
  float: left;
}
.b-ct__email_cell > div {
  justify-content: space-between;
  flex-wrap: nowrap;
  display: flex;
}
.b-ct__email_cell .b-ct-dropdown {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-basis: 130px;
  flex-grow: 12;
  flex-shrink: 12;
  order: 1;
  overflow: hidden;
}
.b-ct__user {
  justify-content: space-between;
  flex-wrap: nowrap;
  display: flex;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-ct__user + span {
  margin-left: 10px;
}
.b-ct__user > div {
  flex-basis: 32px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 1;
  flex-wrap: nowrap;
  position: relative;
  display: inline-block;
}
.b-ct__user > .p__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-basis: 150px;
  flex-grow: 12;
  flex-shrink: 12;
  order: 2;
  overflow: hidden;
  border: none!important;
  min-height: 20px;
}
.b-ct__user > .p__name:focus,
.b-ct__user > .p__name:active {
  background-color: transparent!important;
}
.b-ct-col__phone {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-ct-col__phone select {
  display: inline-block;
  width: 120px;
  position: relative;
}
.b-ct-col__phone > i {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  cursor: pointer;
  background-color: transparent;
  color: black;
  padding: 4px;
  border-radius: 5px;
}
.b-ct-col__phone > i:hover {
  background-color: #0AA699;
  color: #fff !important;
}
.b-ct-col__phone > i:last-child {
  margin-left: 3px;
  padding: 5px;
}
.b-ct-col__id {
  height: 35px;
}
.b-ct-col__id .checkbox {
  display: inline-block;
  margin: 7px auto;
}
.b-ct-dropdown {
  border: none!important;
}
.table-name-photo {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  line-height: 32px;
  margin-right: 10px;
}
.b-ct__general_checkbox label:after {
  left: 4px !important;
  top: -2px !important;
}
.b-ct .k-treelist-group .k-i-expand,
.b-ct .k-treelist-group .k-i-collapse {
  margin: 8px -8px 8px 8px;
  float: right;
  position: relative;
  cursor: pointer;
}
.b-ct .k-treelist-group + tr .k-icon.k-i-none {
  display: inline-block;
}
.b-ct .k-icon.k-i-none:only-of-type {
  display: none;
}
.b-ct .k-grid-content-locked tr:last-child td {
  border-bottom-width: 0;
}
.b-ct .k-grid-header-locked th[data-field=id] {
  position: relative !important;
}
.b-ct__open-messenger-btn {
  display: inline-block;
  margin-left: 10px;
  color: #8C8C8C;
}
.b-ct__messengers {
  width: 170px;
}
.b-ct__custom-text {
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-ct .k-grid-footer .k-grid-footer-wrap {
  bottom: 0;
}
.b-ct .k-grid-footer td {
  border: 0;
}
#js-contact-datatable .p__id,
#js-contact-datatable .b-ct-col__phone i {
  color: rgba(0, 0, 0, 0.4);
}
#js-contact-datatable table .k-alt {
  background: #f9f9f9;
}
#js-contact-datatable .b-table__body {
  border: none;
}
#js-contact-datatable table[role="treegrid"] tr {
  transition: background 0.2s;
}
.opened-contacts-counter {
  transform: translateX(180px);
}
.wrap-table-fadeIn {
  opacity: 0 !important;
}
.last-opened-contact-yellow {
  background: #ffffcc !important;
}
.contacts-delete-item-icon {
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0.5;
  width: 27px;
  cursor: pointer;
}
.contacts-delete-item-icon:hover {
  opacity: 1;
}
.b-search-dropdown-list li {
  padding: 5px;
}
.b-search-dropdown-list li i {
  position: absolute;
  z-index: 100;
  right: 15px;
  top: 16px;
  cursor: pointer;
  opacity: 0.7;
}
.b-search-dropdown-list li i:hover {
  opacity: 1;
}
.visible-alert .b-ct {
  top: 143px !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-concard {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
}
.b-concard .page-title {
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.b-concard__content {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
}
.b-concard__main {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 20px;
  background-color: #fff;
}
.b-concard__main .tab-content {
  overflow: visible;
  min-height: 70vh;
}
.b-concard .b-concard-tab-btn {
  position: absolute;
  bottom: auto;
  top: -35px;
  right: 10px;
}
.b-concard__sidebar {
  -webkit-flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.b-concard__sidebar .grid.simple {
  min-height: 80vh;
  border: none;
}
.b-concard__sidebar .b-card-sidebar {
  width: 100%;
  padding: 0 5px;
  position: relative;
  top: 0 !important;
  bottom: 0;
}
.b-concard__block_btn {
  width: 110px;
  display: block;
  margin: 20px auto;
}
.b-concard .b-concard__quick_deal {
  height: 27px !important;
  padding-top: 2px !important;
  top: -36px !important;
  right: 120px !important;
}
.b-concard__row_collapse {
  margin-left: -26px;
}
.b-concard__grid_body {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.b-concard__table_div {
  min-height: 20px;
  position: relative;
  overflow-x: initial;
}
.b-concard__table_div .b-concard__table-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
}
.b-concard__table tr {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.b-concard__table tr td {
  vertical-align: middle !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-concard #b-concard-region-tasks {
  padding: 0;
}
.b-concard #b-concard-region-tasks .b-concard__table_div {
  overflow-x: initial;
}
.b-concard__comment {
  max-width: 150px;
}
.b-concard__name {
  max-width: 100px;
}
.b-concard__name__text {
  width: 38%;
  position: relative;
  display: inline-block;
  vertical-align: middle !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-concard-sidebar {
  position: fixed;
  top: 143px;
  bottom: 26px;
  width: 400px;
  background-color: #FFF;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.b-concard__label {
  height: 21px !important;
  color: #FFF;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 600;
  border-radius: 3px;
  padding: 2px 3px;
  text-align: center;
  max-width: 130px;
}
.b-concard__label.red {
  background-color: #F35958;
}
.b-concard__label.green {
  background-color: #0AA699;
}
.b-concard__label.blue {
  background-color: #0090D9;
}
.b-concard__label.purple {
  background-color: #735F87;
}
.b-concard__label.black {
  background-color: #22262E;
}
.b-concard__label.yellow {
  background-color: #F9BA46;
}
.b-concard__email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.b-concard__tasks-grid-body {
  padding: 20px 20px !important;
}
.b-concard__call-icons span {
  padding: 3px;
}
.b-concard__call-icons span:hover {
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
  border-radius: 3px;
}
.b-concard__sidebar {
  display: flex;
}
.b-concard__sidebar > div {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.b-concard__sidebar .grid.simple {
  width: 100%;
}
.b-concard__sidebar .grid.simple > div {
  border: none;
  background: none;
  flex-direction: column;
  flex: 1 0 auto;
  display: flex;
}
.b-concard__sidebar .grid.simple .grid-title {
  border-bottom: 1px solid #ddd;
}
.b-concard__sidebar .dropdown.open,
.b-concard__sidebar .dropdown:hover {
  background-color: transparent !important;
}
.sidebar-card-bold-text {
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
}
.b-csb__row {
  justify-content: center;
  align-items: stretch;
  padding-top: 3px;
}
.b-csb__row__site {
  margin-top: 10px;
  padding-right: 0;
}
.b-csb__row__site i {
  color: #ccc;
}
.b-csb__row.field:hover {
  background-color: #FFFFCC;
}
.b-csb__row.field:hover .icons {
  display: block;
}
.b-csb__title {
  width: 50%;
  flex: 0 0 140px !important;
}
.b-csb__title span {
  padding-top: 8px !important;
  font-family: 'Open Sans', Arial, sans-serif;
}
.b-csb__text {
  flex: 1 0 200px !important;
}
.b-csb__text span {
  display: block;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
}
.b-csb__text input[type=checkbox] + label {
  margin-top: 2px;
  margin-left: 5px;
}
.b-csb__text .user-photo {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  left: -70px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-image: url("//unsplash.it/50/50");
}
.b-csb__text .user-photo .b-contacts-photo-user-add {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
}
.card-contact-items-list0 .card-delete-item-btn {
  visibility: hidden;
}
.input-with-icon.right input {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.row-margin-top {
  margin-top: 5px;
}
.js-btn-add-email,
.js-btn-add-messenger,
.js-btn-add-phone {
  width: 150px;
}
.js-btn-add-email {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.card-person-phone-icons {
  margin-top: 9px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.card-person-phone-icons span {
  height: 20px;
  /*padding: 2px !important;*/
  padding: 0px !important;
  float: right;
}
.card-person-phone-icons span:hover i {
  color: #fff !important;
}
.card-person-phone-icons i {
  margin: 0 !important;
  font-size: 13px;
  color: #ccc !important;
}
.persons-head-icons {
  width: 150px;
}
.b-cs-line .icons {
  display: none;
  float: right;
}
.b-cs-line:hover .icons {
  display: block;
}
.contact-error-input {
  border: 1px solid #f35958 !important;
}
.person-toggler-label {
  display: inline-block;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.b-contacts-list {
  padding-bottom: 10px;
}
.b-contacts-list input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
}
.b-card_header__complete-data.disabled > a {
  cursor: not-allowed !important;
}
.btn-contacts-lead-phone-icon {
  /*margin: 0 10px;*/
  margin: 0 2px;
  padding: 2px 1px 2px 4px !important;
}
.b-card__person-main-checker {
  padding: 1px !important;
}
.b-card__person-main-checker label {
  vertical-align: middle;
  display: inline-block;
}
.b-csb__customFields_toggle {
  left: 50%;
  display: inline-block;
  cursor: pointer;
  transition: color;
  margin-left: 10px;
  position: absolute;
  font-size: 10px;
  top: 5px;
}
.b-csb__customFields_toggle:hover {
  opacity: 1;
}
.b-csb__customFields_toggle a {
  margin-left: -50%;
  padding: 5px;
  line-height: 1.2;
  white-space: nowrap;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-crater__input_single {
  margin-top: 12px!important;
  margin-left: 13px!important;
  width: 206px!important;
}
.b-crater__tiles_title_small h5 {
  text-transform: uppercase;
  font-size: 11px;
}
.b-crater__big_text {
  font-size: 30px!important;
  font-weight: 800!important;
}
.b-crater__tiles {
  padding-right: 5px!important;
  padding-left: 5px!important;
}
.b-crater__tiles__first {
  padding-right: 5px!important;
}
.b-crater__tiles__last {
  padding-left: 5px!important;
}
.b-crater__tiles_big_icon i {
  font-size: 80px;
  margin: 30px 0 35px 0;
}
.b-crater__tiles_icon {
  height: 100px;
  margin: 20px 0 40px 0;
}
.b-crater__tiles_title {
  font-size: 13px;
  text-transform: uppercase;
}
.b-crater__tiles__first,
.b-crater__tiles__last,
.b-crater__tiles {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-crater__steps_nav > div {
  display: inline-block;
}
.b-crater__steps_nav_right_block > div {
  display: inline-block;
}
.b-crater__steps_action-name:focus {
  background-color: #ffffff !important;
}
.b-crater__steps_action-interval {
  width: 100%;
  text-align: right;
}
.b-crater__steps_action-interval:focus {
  background-color: #ffffff !important;
}
.b-crater__steps_buyout-edit {
  color: #777a80;
  margin-left: -10px;
  vertical-align: middle;
}
.b-crater__steps_buyout-edit:hover {
  color: #777a80;
}
.highcharts-subtitle {
  font-family: 'Open Sans' !important;
  color: #1b1e24 !important;
  font-weight: bold!important;
  font-size: 24px!important;
  fill: #1b1e24 !important;
}
.b-cr__row {
  margin-right: 0!important;
}
.b-cr__last {
  padding-right: 0!important;
}
.b-cr__counter {
  position: relative;
  bottom: 16px;
  right: 12px;
}
.b-cr__checkbox {
  margin-top: 9px;
}
.b-cr__checkbox > label:before {
  left: 2px!important;
}
.b-cr__del_icon {
  margin-top: 9px;
}
.b-cr__date_input:disabled {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.b-cr__modal_table > tbody > tr > td {
  border-top: 0!important;
}
.b-cr__modal_body {
  padding: 0 20px;
}
.b-cr__form_group {
  margin-bottom: 0!important;
}
.b-cr__val_icon {
  bottom: 0px;
}
.js-validation-input.error-control {
  border: 1px solid #f35958;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-dec__left_bar {
  position: fixed;
  top: 70px;
  bottom: 20px;
  width: 450px;
}
.b-dec__left_bar_body {
  position: static;
  background-color: #FFF;
  border-top: 15px solid #FFF;
  border-bottom: 15px solid #FFF;
  padding: 14px;
  padding: 0px 15px!important;
}
.b-dec__input_group {
  margin-right: 20px;
}
.b-dec__content_right_wrapper {
  padding-top: 46px;
  height: 100%;
}
.b-dec__content_right {
  position: relative;
  margin-left: 470px;
  height: 100%;
}
.b-dec__control_label {
  margin-top: 7px;
}
.b-dec__row_conv {
  padding-right: 0px!important;
  padding-left: 32px!important;
  font-size: 14px;
  font-weight: normal;
  padding-top: 7px;
}
.b-dec__row_persent {
  padding-right: 4px!important;
  padding-left: 0px!important;
}
.b-dec__row_input {
  padding-left: 0!important;
}
.b-dec__result_numbers {
  padding: 15px;
  border-top: 1px solid #eee;
}
.b-dec__row_delete {
  position: relative;
}
.b-dec__row_delete:hover .b-dec__delete_icon {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.b-dec__delete_icon {
  position: absolute;
  top: 6px;
  right: -18px;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.b-dec__row_graphic {
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.b-dec_general {
  margin-bottom: 20px;
}
.b-dec__title_graph {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.highcharts-data-labels > g > text > tspan {
  text-shadow: none!important;
  color: #000 !important;
  fill: #000 !important;
  font-weight: normal!important;
}
.b-dec-hide-sub > .highcharts-subtitle {
  display: none!important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-home__activity_link {
  margin-left: 67px;
  border-left: 3px solid #0090D9;
  padding-left: 15px;
}
.b-home__filter_header {
  width: 100%;
  min-height: 40px;
}
.b-home__filter_header_project {
  cursor: pointer;
}
.b-home__filter_header_date {
  cursor: pointer;
}
.b-home__filter_body img {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.b-home__filter_body span {
  text-decoration: underline;
  cursor: pointer;
}
.b-home__active_input {
  width: 100%;
}
.b-home__active_icons_block {
  margin-top: 13px;
  margin-left: 2px;
}
.b-home__active_icons_block i {
  margin-right: 7px;
  cursor: pointer;
  font-size: 15px;
}
.b-home__active_btn_share {
  margin-top: 10px;
}
.b-home__active_btn_share button {
  width: 119px;
}
.b-home__active_attach_input {
  background-color: #F5F5F5;
  padding: 5px;
  margin-top: 10px;
  width: 100%;
}
.b-home__active_attach_input input {
  width: 100%;
  min-height: 30px;
  height: 30px;
}
.b-home__active_attach_input input:hover,
.b-home__active_attach_input input:active,
.b-home__active_attach_input input:focus {
  background-color: #fff;
}
.b-home__active_attach_input a {
  color: #6F7B8A !important;
}
.b-home__input_group_addon {
  background-color: #DAD8D8;
}
.b-home__active_voting_block_general {
  padding: 20px 12px;
  position: relative;
  background-color: #F5F5F5;
}
.b-home__active_voting_block_general:hover .b-home__active_voting_close_icon {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.3;
}
.b-home__active_voting_close_icon {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.b-home__active_voting_close_icon:hover {
  opacity: 1!important;
}
.b-home__active_voting_block {
  width: 100%;
  margin-top: 10px;
}
.b-home__active_voting_ul {
  padding-left: 0!important;
  list-style: none;
}
.b-home__active_voting_li {
  margin-bottom: 10px;
  position: relative;
}
.b-home__active_voting_li:hover .b-home__active_voting_del {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.5;
}
.b-home__active_voting_input input {
  min-height: 30px;
  height: 30px;
  position: relative;
  width: 100%;
  margin-left: 18px;
}
.b-home__active_voting_input input:hover,
.b-home__active_voting_input input:active,
.b-home__active_voting_input input:focus {
  background-color: #fff;
}
.b-home__active_voting_input input:disabled {
  background-color: #DAD8D8;
  cursor: text;
  color: #6F7B8A !important;
}
.b-home__active_voting_input_num {
  margin: 6px 13px 0 -6px;
  position: absolute;
  font-weight: bold;
}
.b-home__active_voting_input_num i {
  cursor: pointer;
}
.b-home__active_voting_del {
  position: absolute;
  right: -23px;
  top: 5px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.b-home__active_voting_del:hover {
  opacity: 1!important;
}
.b-home__active_seporator {
  margin-top: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
  height: 1px!important;
}
.b-home__active_vote_img img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.b-home__active_vote_username {
  margin-left: 13px;
  margin-top: 2px;
  font-weight: bold;
}
.b-home__active_vote_date {
  font-size: 11px;
  padding-top: 4px;
  margin-left: 10px;
}
.b-home__active_vote_text {
  border-left: 3px solid #e9e9e9;
  color: #999;
  font-size: 12px;
  font-style: oblique;
  margin-left: 52px;
  padding-left: 17px;
}
.b-home__active_vote_text:first-child {
  margin-top: -14px;
}
.b-home__active_vote_block {
  margin-bottom: 5px;
}
.b-home__active_vote_radio_btns {
  padding-left: 50px!important;
  margin-top: 10px;
}
.b-home__active_vote_progress_block {
  position: relative;
  padding-left: 0!important;
  padding-right: 0!important;
}
.b-home__active_vote_progress {
  padding-left: 0!important;
  padding-right: 0!important;
}
.b-home__active_vote_progress_num {
  position: absolute;
  right: -45px;
  top: 26px;
}
.b-home__color_header {
  min-height: 50px;
  padding-top: 10px;
  color: #fff;
  font-family: "Open Sans";
  position: relative;
  text-align: center;
}
.b-home__color_header_left_arrow {
  font-size: 23px;
  position: relative;
  top: -4px;
  left: 15px;
  cursor: pointer;
}
.b-home__color_header_main_icon {
  font-size: 15px;
  position: relative;
  top: -1px;
  right: 10px;
}
.b-home__color_header_text_block {
  margin-top: 3px;
}
.b-home__color_header_text {
  font-size: 16px;
}
.b-home__color_header_text span {
  font-weight: bold;
}
.b-home__panel_head {
  min-height: 50px;
  background-color: #fff !important;
  border-radius: 0!important;
}
.b-home__panel_head span {
  font-weight: bold!important;
  margin-top: 3px;
  font-size: 15px;
  color: #777a80;
  font-family: 'Arial';
  font-weight: normal;
}
.b-home__panel {
  border-radius: 0!important;
  border: 1px solid #ddd;
  margin-bottom: 20px!important;
}
.b-home__panel_head_text {
  margin-top: 3px;
  font-size: 15px;
  color: #777a80;
  font-family: 'Arial';
  font-weight: normal;
  margin-left: -10px;
}
.b-home__panel_body_tasks {
  background-color: #fff;
  padding: 0!important;
}
.b-home__panel_body {
  background-color: #FFF;
}
.b-home__panel_body .b-home__kpi_block_general:first-child {
  border: none!important;
  padding-bottom: 10px;
  padding-top: 0!important;
}
.b-home__panel_body .b-home__kpi_block_general {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.b-home__kpi_header {
  position: relative;
}
.b-home__kpi_img img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.b-home__kpi_name {
  margin-left: 13px;
  margin-top: 2px;
  font-weight: bold;
}
.b-home__kpi_proffession {
  font-size: 11px;
  padding-top: 4px;
  margin-left: 10px;
}
.b-home__kpi_bottom_info {
  position: relative;
  left: 53px;
  bottom: 18px;
  font-size: 12px;
}
.b-home__kpi_working {
  border-right: 1px solid #ddd;
  padding-right: 15px;
  min-width: 133px;
}
.b-home__kpi_raiting {
  position: relative;
  left: 15px;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  min-width: 113px;
}
.b-home__kpi_raiting i {
  opacity: 0.5;
  cursor: pointer;
}
.b-home__kpi_raiting i:hover {
  opacity: 1;
}
.b-home__kpi_raiting i.raited {
  opacity: 1;
}
.b-home__kpi_price {
  padding-left: 30px;
}
.b-home__kpi_config {
  position: absolute;
  right: 0;
  font-size: 15px;
  top: -2px;
  cursor: pointer;
}
.b-home__table_overflow-x {
  width: 100%;
  overflow-y: scroll;
  max-height: 80px;
}
.b-home__alert_period {
  padding-top: 8px;
  cursor: pointer;
}
.b-home__bal_block_general .b-home__bal_block:first-child {
  border: none!important;
  padding-bottom: 10px;
  padding-top: 0!important;
}
.b-home__bal_block_general .b-home__bal_block:first-child .b-home__bal_cost {
  top: 9px!important;
}
.b-home__bal_block_general .b-home__bal_block {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.b-home__bal_block {
  position: relative;
}
.b-home__bal_img img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.b-home__bal_name {
  margin-left: 13px;
  margin-top: 2px;
  font-weight: bold;
}
.b-home__bal_proffession {
  font-size: 11px;
  padding-top: 4px;
  margin-left: 10px;
}
.b-home__bal_bottom_info {
  position: relative;
  left: 53px;
  bottom: 18px;
  font-size: 12px;
}
.b-home__bal_sales {
  min-width: 133px;
}
.b-home__bal_cost {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 20px;
}
.b-home__tasks_img_block img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.b-home__tasks_icons {
  font-size: 17px;
  cursor: pointer;
  margin-right: 20px;
  opacity: 0.5;
  color: #C1C1C1;
}
.b-home__tasks_block {
  padding: 10px 20px;
}
.b-home__tasks_row_title {
  font-weight: bold;
  font-family: 'Open Sans';
  font-size: 16px;
  margin: 10px 20px;
}
.b-home__col_50 {
  width: 50%;
  margin-right: -15px;
}
.b-home__modal_total_row {
  border-top: 1px solid #BFC3C6;
  padding-top: 15px;
  padding-bottom: 18px;
}
.b-home__modal_total {
  font-weight: bold;
  font-size: 14px;
}
.b-home__modal_total_num {
  font-weight: bold;
  font-size: 14px;
}
.b-home__modal_scroll_block {
  max-height: 300px;
  overflow-y: auto;
  padding: 20px;
  width: 100%;
}
.b-home__popover_date {
  padding-right: 12px;
  padding-left: 5px;
  padding-top: 5px;
}
.b-home__block-task {
  position: relative;
  background-color: #FFF;
}
.b-home__block-task:hover {
  background-color: #EEE;
  cursor: pointer;
}
.b-home__kpi_single {
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.b-home__kpi_single:first-child {
  margin-top: 0px;
  border-top: none;
  padding-top: 0px;
}
.b-home__modal_fixed_header {
  font-weight: bold;
  height: 53px;
  padding-top: 20px;
  border-bottom: 1px solid #BFC3C6;
  margin-bottom: 20px;
}
.b-home__modal_row {
  margin: 0 0!important;
  clear: both;
}
.b-home__modal_row.save {
  padding-bottom: 12px;
  background-color: #F3F5F6;
}
.b-home__modal_plan {
  width: 90%;
}
.b-home__tasks_panel {
  border-top: 1px solid #eee;
}
.b-home__activity_file {
  margin-left: 67px;
  border-left: 3px solid #010101;
  padding-left: 15px;
}
.m-r-15-m {
  margin-right: -15px;
}
.m-l-15-m {
  margin-left: -15px;
}

.b-leads__import-items-count {
  display: inline-block;
  float: right;
  margin-top: 8px;
}
.b-leads__import-table {
  max-height: 33vh;
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
  margin-bottom: 1em;
  margin-top: 1em;
}
.b-leads__import-table table {
  margin-bottom: 0;
}
.b-leads__import-table table > tbody > tr > td,
.b-leads__import-table table > tbody > tr > th,
.b-leads__import-table table > tfoot > tr > td,
.b-leads__import-table table > tfoot > tr > th,
.b-leads__import-table table > thead > tr > td,
.b-leads__import-table table > thead > tr > th {
  vertical-align: baseline;
  min-width: 25%;
}
.b-leads__import-table .select2-container {
  width: 100% !important;
  min-width: 220px;
}
.b-leads__import-progress-bar {
  position: relative;
  height: 1.5em;
}
.b-leads__import-progress-bar-line {
  position: absolute;
  height: 1.5em;
  width: 0;
}
.b-leads__import-progress-bar-value {
  position: relative;
  text-align: center;
  color: white;
}
.b-leads__import_alert {
  margin-top: 29px;
  margin-bottom: 4px;
}
.b-import__load-file-panel {
  height: 185px;
}
.b-import__block-dropzone {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-leads__edit {
  width: 48px;
}
.b-leads__edit .b-leads_edit_basket {
  position: relative;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.b-leads__contact .b-btns {
  display: inline-block;
  margin-left: 7px;
}
.b-leads__contact .b-btns .link {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 5px;
  border-radius: 2px;
  color: #ccc;
}
.b-leads__contact .b-btns .link:hover {
  background-color: #5bc85a;
  color: white;
}
.b-leads__contact .phone {
  display: inline-block;
}
.b-leads__step .lpt-label {
  display: inline-block;
  max-width: none !important;
}
.b-leads__text_field {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-leads__category {
  white-space: nowrap !important;
}
.b-leads__category > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-leads__category > ul > li {
  padding: 0;
}
.b-leads__category > ul > li {
  display: inline-block;
}
.b-leads__category > select {
  display: none;
}
.b-leads__category .select2-container {
  width: auto !important;
  min-width: 100px;
}
.b-leads__category .select2-selection {
  min-height: 26px !important;
  border: none !important;
  background-color: transparent !important;
  font-size: 12px !important;
  font-family: Arial !important;
}
.b-leads__category .select2-selection .select2-selection__rendered {
  white-space: nowrap !important;
  padding: 0 !important;
  background-color: transparent;
}
.b-leads__category .select2-selection .select2-selection__rendered li {
  display: inline-block;
  float: none;
  /*padding: 0;*/
  /*margin: 0 !important;*/
  margin-top: 0 !important;
  margin-right: 5px !important;
  /*border: none;*/
  /*background-color: transparent;*/
}
.b-leads__category .select2-selection .select2-selection__rendered li > .select2-selection__choice__remove {
  /*display: none;*/
}
.b-leads__category .select2-selection .select2-selection__rendered input {
  display: none;
}
.b-leads__category .lpt-label {
  display: inline-block;
  max-width: none !important;
  margin-right: 5px;
  background-color: #E5E5E5;
  color: #000;
}
/*.b-leads__category_multi{
    background-color: transparent !important;
    border: none !important;
    min-height: inherit !important;
    height: inherit !important;
    height: 34px !important;
    overflow-y: hidden;

    & option{
        display: inline-block;
    }

    & .select2-selection{
        white-space: nowrap;
    }
}*/
.b-leads__platform {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-leads__owner .label {
  /*background-color: #f6f6f6 !important;*/
}
.b-leads__datetime .date {
  margin-right: 5px;
  font-size: 12px;
}
.b-leads__datetime .time {
  padding: 3px 5px;
  background-color: #F6F6F6;
}
.b-leads__datetime_user {
  height: 35px;
  white-space: nowrap !important;
}
.b-leads__datetime_user > span {
  display: inline-block;
  vertical-align: top;
}
.b-leads__datetime_user .js-date {
  margin-right: 5px;
  cursor: pointer;
}
.b-leads__datetime_user .js-date:hover {
  border-bottom: 1px dashed gray;
}
.b-leads__datetime_user .js-date input {
  cursor: pointer;
  width: 65px;
  font-size: 12px;
  line-height: 22px;
}
.b-leads__datetime_user .js-time {
  cursor: pointer;
  margin-right: 5px;
  background-color: #F6F6F6;
}
.b-leads__datetime_user .js-time input {
  cursor: pointer;
  width: 30px;
  font-size: 11px !important;
}
.b-leads__datetime_user input {
  display: inline-block;
  /*width: 100px !important;*/
  min-height: inherit !important;
  padding: 0 !important;
  /*border-radius: 2px;*/
  color: #576475;
  border: none;
  background-color: transparent;
}
.b-leads__datetime_user input:focus {
  background-color: transparent;
}
.b-leads__datetime_user .btn-save-datetime {
  padding: 1px 12px !important;
  font-size: 14px;
  background-color: #fefefe;
  color: var(--main-btn-color);
}
.b-leads__datetime_user .btn-save-datetime.disable {
  color: #eee;
}
.b-leads__datetime_user .btn-save-datetime:hover {
  background-color: #ccc;
}
.b-leads__text_small input {
  width: 100px !important;
  border: none !important;
  background-color: transparent;
  padding: 10px 5px !important;
  min-height: inherit !important;
  font-size: 12px;
  color: #576475;
}
.b-leads-table__detailed {
  width: 600px;
}
.b-leads-table__detailed > .contact-info__header {
  width: 100%;
  background-color: #3383bb;
  padding: 15px;
  color: #ffffff;
}
.b-leads-table__detailed > .contact-info__body {
  width: 100%;
  background-color: #fff;
  padding: 15px;
}
.b-leads-table__detailed > .contact-info__body > .contact__item > div {
  display: inline-block;
}
.b-leads-table__detailed > .contact-info__body > .contact__item .param__avatar {
  vertical-align: top;
}
.b-leads-table__detailed > .contact-info__body > .contact__item .param__avatar > img {
  border-radius: 50%;
  padding-top: 10px;
  width: 50px;
  height: 50px;
}
.b-leads-table__detailed > .contact-info__body > .contact__item .param__info {
  margin-left: 10px;
}
.b-leads-table__detailed > .contact-info__body > .contact__item .param__info > ul {
  margin-top: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-leads-table__detailed > .contact-info__body > .contact__item .param__info > ul > li {
  padding: 0;
}
.b-leads-table__detailed > .contact-info__body > .contact__item .param__name {
  font-weight: bold;
  font-size: 14px;
}
.btn-leads-add-contact {
  display: block;
  margin: 0 auto;
  width: 120px;
}
.k-i-expand.js-popover {
  position: relative;
  left: 10px;
  margin-top: 7px;
}
.btn-leads-date-save {
  padding: 0 4px !important;
  margin-right: 10px;
  vertical-align: middle;
}
.b-table__leads .k-grid-content-locked td.table-column-type-edit_btn,
.b-table__leads .k-grid-content-locked td.table-column-type-id {
  text-align: center;
}
.b-table__leads .k-grid-content-locked .disabled-cell,
.b-table__leads .k-grid-content-locked input[disabled],
.b-table__leads .k-grid-content-locked select[disabled] {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: none !important;
  cursor: not-allowed !important;
}
.b-table__leads .k-grid-content-locked .disabled-cell .b-tbl__help {
  cursor: not-allowed !important;
}
.b-table__leads .k-grid-content {
  margin-bottom: 0 !important;
}
.b-table__leads .k-grid-content.scroll-content {
  padding-bottom: 20px !important;
}
.b-table__leads .k-grid-content .disabled-cell,
.b-table__leads .k-grid-content input[disabled],
.b-table__leads .k-grid-content select[disabled] {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: none !important;
  cursor: not-allowed !important;
}
.b-table__leads .k-grid-content .disabled-cell .b-tbl__help {
  cursor: not-allowed !important;
}
.b-table__leads .k-grid-content tr td {
  position: relative;
}
.b-table__leads .k-grid-header thead tr th:only-child {
  height: 19px !important;
}
.b-table__leads_nearest-task-name {
  margin-right: 10px;
}
.b-table__leads_nearest-task-edit,
.b-table__leads_nearest-task-check {
  opacity: 0.4;
  cursor: pointer;
}
.b-table__leads_nearest-task-name-empty,
.b-table__leads_nearest-task-edit,
.b-table__leads_nearest-task-check {
  display: none;
  margin-right: 10px;
}
.b-table__leads td:hover .b-table__leads_nearest-task-name-empty,
.b-table__leads td:hover .b-table__leads_nearest-task-edit,
.b-table__leads td:hover .b-table__leads_nearest-task-check {
  display: inline-block;
}
.b-funnel-steps-list,
.b-staffs-list {
  z-index: 999999;
  height: 70%;
}
.b-funnel-steps-list a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-funnel-steps-list li {
  position: relative;
  display: block;
}
.b-funnel-steps-date__remind {
  margin-left: 4px;
  margin-right: 4px;
}
.b-funnel-steps-date .k-datetimepicker {
  width: 200px !important;
  margin-top: -7px;
}
.b-funnel-steps-date .k-datetimepicker .k-select {
  width: 6em !important;
}
.b-funnel-steps-date .k-datetimepicker .k-select .k-icon {
  margin: -5px 4px 0 4px;
}
.b-funnel-steps-date .k-datetimepicker .k-select .save-step-date {
  margin-top: -5px !important;
  background-color: var(--main-btn-color) !important;
  color: var(--main-btn-text-color) !important;
  padding: 2px !important;
  border-radius: 3px !important;
  font-size: 18px !important;
}
.btn.funnel-tasks-popover {
  display: block;
  width: 90%;
  margin: 7px auto;
}
.b-card__open-contact {
  background-color: #F6F6F6;
  border: 1px solid #DDDDDD;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.b-card__open-contact:hover {
  color: #000;
  background-color: #F6F6F6;
  border: 1px solid #DDDDDD;
}
.b-card__dropdown-menu:hover {
  background-color: transparent !important;
}
.b-card__dropdown-menu .dropdown-menu {
  left: calc(100% - 24px);
  transform: translateX(-100%);
  min-width: 210px;
}
.b-card__dropdown-menu .dropdown-menu .dropdown-submenu a:after {
  transform: rotate(90deg);
}
.b-card__dropdown-menu button.btn-call {
  border: none;
  background: none;
  width: 24px;
  padding: 0;
}
.b-card__dropdown-menu button.btn-call i {
  vertical-align: middle;
  font-size: 13px;
  color: #777;
}
.b-card__dropdown-menu button.btn-call:hover {
  background-color: var(--main-btn-color);
}
.b-card__dropdown-menu button.btn-call:hover i {
  color: var(--main-btn-text-color);
}
.b-card__dropdown-menu .dropdown-submenu .dropdown-menu {
  transform: translateX(0);
  margin: 0;
  top: 30px;
  min-width: 210px;
  left: 0;
}
.b-card__dropdown-menu .js-open-dropdown {
  width: 100%;
}
.b-card__dropdown-menu .b-csb__text .dropdown i {
  font-size: 13px;
  text-align: center;
}
@media (max-width: 1350px) {
  .lead-card-content {
    padding-right: 0 !important;
  }
  .b-card__fields {
    flex: 1 0 300px !important;
  }
}
.messenger-theme-flat.messenger-fixed {
  transition: bottom 1s;
  z-index: 2147483642 !important;
}
.save-panel-open .messenger-theme-flat.messenger-fixed {
  bottom: 100px !important;
}
.macos-moz-dropdown-list {
  list-style: none !important;
  width: 120% !important;
  margin-left: -18% !important;
}
.leads-page .k-grid-footer {
  position: absolute;
  bottom: 0;
}
.leads-page .k-grid-footer .k-grid-footer-wrap {
  bottom: 0;
}
.leads-page .k-grid-footer td {
  border: 0;
}
.k-grid-content.scroll-wrapper .scroll-scrollx_visible .scroll-bar {
  opacity: 0.9;
  height: 10px;
}
#blocker {
  left: 26px;
  top: 83px;
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #e5e9ec;
  opacity: 0.5;
}
.b-datepicker__clearBtn {
  display: block;
  padding: 10px 0;
  background-color: #ebebeb;
}
.k-header,
ul.k-menu-group {
  font-weight: normal !important;
}
#dropdownAddLead + .dropdown-menu {
  z-index: 99999;
}
.slide-custom-fields {
  max-height: 100%;
}
.slide-custom-fields.active {
  max-height: 0;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-login__bottom_row {
  text-align: center;
  background-color: transparent!important;
}
.b-login__bottom_row a {
  color: #fff;
  text-decoration: underline;
}
.b-login__bottom_row p {
  color: #fff;
}
.b-login__block {
  background-color: transparent!important;
}
.b-login__block label {
  color: #777a80 !important;
}
.b-login__logo {
  width: 163px;
  height: 57px;
  margin-bottom: 10px;
}
.b-login__logo_div {
  background: url("../img/logo_big.png");
}
.b-login__text {
  padding-bottom: 20px;
  margin-top: 10px;
}
.login-container {
  margin-top: 7%!important;
}
@media (min-width: 992px) {
  .login-offset {
    margin-left: 21.5%;
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.new_user_login_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 !important;
}
.new_user_login .modal-body {
  background-color: #fff;
}
.new_user_login .side {
  padding: 10px 30px;
}
.new_user_login .right_side {
  background-color: #26B8B1;
}
.new_user_login .right_side * {
  color: #fff;
}
.new_user_login .right_side .description {
  line-height: 1.5;
}
.new_user_login #company_name {
  display: inline-block;
}
.left_side_form_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.left_side_form_area .col-md-6 {
  padding-left: 0;
}
.left_side_form_area .btn_end_sign_up {
  width: 100%;
}
.error-control-important {
  border: 1px solid #f35958 !important;
  border-radius: 3px !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-pt__head {
  background-color: #FFF;
  border-radius: 4px;
  color: #777a80 !important;
}
.b-pt__body {
  background-color: #FFF !important;
}
.b-pt__collapsed-area {
  float: left;
  width: 50px;
  padding-left: 13px;
}
.b-pt__right_icons {
  display: inline;
}
.b-pt__right_icons > div {
  display: inline;
}
.b-pt__right_icons > div > i {
  font-size: 15px;
  padding-right: 8px;
  padding-left: 8px;
}
.b-pt__title {
  display: inline;
}
.b-pt__title a {
  color: #777a80 !important;
}
.b-pt__icon {
  color: #777a80 !important;
}
.b-pt__textarea {
  resize: none;
  outline: none;
  min-height: 137px;
}
.b-pt__textarea:focus,
.b-pt__textarea:active {
  border: 1px solid #eee;
}
.b-pt__input.error-control,
.b-pt__textarea.error-control {
  border: 1px solid red;
}
.b-pt__stat_bg {
  background-color: #E5E9EC !important;
}
.b-pt__link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 740px;
}
.b-pt__region_stats {
  margin-top: -15px;
}
.b-pt__sources .panel:last-child {
  margin-bottom: 0!important;
}
.b-pt__balance {
  margin-right: 15px;
}
.b-pt__radial-progress {
  text-align: center;
  display: inline-block;
  width: 19.5%;
}
.b-pt__radial-progress .radial-progress__caption {
  font-size: 10px;
}
.b-pt__radial-progress.disabled {
  opacity: 0.4;
}
.b-pt__slider {
  position: relative;
  height: 8px;
  background-color: #e5e5e5;
  border: 1px solid #c2c6cb;
  border-radius: 5px;
  margin: 30px 20px 60px 20px;
}
.b-pt__slider-tooltip {
  position: absolute;
  display: block;
  top: -29px;
  min-width: 20px;
  height: 27px;
}
.b-pt__slider-tooltip .text {
  color: var(--main-btn-text-color);
  text-align: center;
  background-color: var(--main-btn-color);
  border-radius: 2px;
  font-size: 13px;
  height: 22px;
  min-width: 20px;
  padding-left: 4px;
  padding-right: 4px;
}
.b-pt__slider-tooltip .arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  border-top-color: var(--main-btn-color);
}
.b-pt__slider-point {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #c2c6cb;
}
.b-pt__slider.ui-slider-disabled {
  opacity: 0.5;
}
.b-pt__slider .ui-slider-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #c2c6cb;
  border-radius: 50%;
  outline: none;
  top: -7px;
  margin-left: -10px;
  background: #ffffff;
}
.b-pt__slider .ui-slider-range,
.b-pt__slider .current-value {
  position: absolute;
  border: 0;
  top: 0;
  height: 100%;
  border-radius: 25px;
}
.b-pt__slider .current-value {
  background: var(--main-btn-color) !important;
}
.b-pt__slider .b-pt__slider-start,
.b-pt__slider .b-pt__slider-end {
  position: absolute;
  display: block;
  top: -35px;
  min-width: 20px;
  background-color: #e5e5e5;
  border-radius: 2px;
  font-size: 13px;
  padding-left: 4px;
  padding-right: 4px;
}
.b-pt__slider .b-pt__slider-start {
  font-size: 10px;
  color: #696969;
  left: 0;
}
.b-pt__slider .b-pt__slider-end {
  font-size: 10px;
  color: #696969;
  right: 0;
}
.b-pt__slider label {
  position: absolute;
  width: 20px;
  margin-left: -10px;
  text-align: center;
  margin-top: 20px;
}
.b-pt__slider label .tick {
  border-left: 1px solid #6f7b8a;
  left: 50%;
  position: absolute;
  height: 10px;
  width: 1px;
  top: -10px;
}
.b-pt__slider-tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  visibility: visible;
  margin-top: -2px;
  bottom: 120%;
}
.b-pt__slider-tooltip-arrow {
  bottom: -3px;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid var(--main-btn-color);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
}
.b-pt__slider-tooltip-inner {
  white-space: nowrap;
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: var(--main-btn-color);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.b-pt__slider-wrapper {
  width: 100%;
  clear: both;
  position: relative;
  box-sizing: content-box;
  display: inline-block;
}
.b-pt__leads-table td {
  white-space: nowrap;
}
.b-pt__leads-table .b-tbl-col__phones {
  justify-content: space-between;
  flex-wrap: nowrap;
  display: flex;
}
#tab_referals .loading-animator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#tab_stats .loading-animator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.b-sitemodal__project-select i {
  top: 0;
  z-index: 9999999999;
}
.b-sitemodal__project-select .select2-selection {
  border-radius: 2px !important;
  margin-left: 0;
}
.b-sitemodal__project-select .select2-selection__rendered {
  padding-left: 28px!important;
}
.b-sitemodal__project-select.error-control .select2-selection {
  border: 1px solid #f35958;
}
.b-sitemodal__domain i {
  z-index: 99;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-se__textarea {
  resize: none;
}
.b-se__seporator {
  border-left: 1px solid #ddd;
}
.b-se__before_filters {
  border-bottom: 20px solid #fff;
}
.b-se__list_filters {
  max-height: 100px!important;
}
.b-se__repeat_popover {
  position: relative;
  font-size: 18px;
  top: 11px;
}
.b-se__access-area .static-table {
  width: 410px;
}
.b-se__access-area .overflowed-table {
  margin-left: 410px;
}
.b-se__check-all {
  width: 47%;
  display: inline-block;
}
.b-se__check-all:last-child {
  text-align: right;
}
.b-se__check-all:last-child .checkbox label::after {
  left: 0;
}
#avatar_img,
.staff-img {
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#avatar_img {
  width: 120px;
  height: 120px;
}
.staff-checkbox-available {
  position: absolute;
  right: 15px;
  top: 15px;
}
.b-staff__edit_change_photo {
  bottom: 10px;
  right: 10px;
}
.b-staff-sip-data > div {
  width: 20%;
}
.b-staff-sip-data #generate_sip {
  margin-top: 35px;
  width: 100%;
}
.b-staff-visual-phone-area .phone-disabled {
  opacity: 0.4;
}
.b-staff-visual-phone-area .checkbox {
  padding-top: 30px;
}
.b-staff__access-tr-assign_leads_to_staff .edit-td-name {
  padding-right: 0 !important;
  padding-left: 11px !important;
}
.call_to_type {
  width: 100%;
}
.call_type_select2_area .select2-container.select2-container--default {
  margin-bottom: 20px;
  width: 100% !important;
}
.certain_days_nav {
  padding-bottom: 2px;
  width: 95% !important;
  background-color: #fff !important;
  border-bottom: none !important;
  margin-left: 15px;
}
.certain_days_nav label {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  vertical-align: middle !important;
  padding-left: 22px;
}
.certain_days_nav label::before {
  margin-right: 0 !important;
}
.certain_days_nav li a {
  padding: 5px 0.4vw 0px 0.4vw !important;
  min-width: auto !important;
  color: rgba(0, 0, 0, 0.5);
}
.certain_days_nav li.active a {
  border: none !important;
  box-shadow: none !important;
  text-decoration: underline;
  color: #4d5056 !important;
}
.not_checked_label::before {
  background-color: #fff !important;
  border-color: #c2c6cb !important;
}
.week_day_form-inline .week_day_time_block {
  margin-right: 5%;
}
.week_day_form-inline > .form-group {
  width: 47%;
}
.certain_days_tab {
  overflow: hidden !important;
  border-radius: 3px 3px 0 0;
}
.certain_days_tab .tab-content {
  margin-left: 0;
  margin-right: 0;
}
.certain_days_tab .tab-content .active {
  padding: 0 !important;
}
#for_all_weeks_tab {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  color: #4d5056 !important;
}
.clocksAnim {
  animation: clocksAnim 0.7s;
}
.intervals_work_info_area {
  margin-bottom: 10px;
}
.intervals_start_date_input {
  width: 100% !important;
}
.invervals_tab_blocks .form-inline {
  display: flex;
  justify-content: flex-start;
}
.invervals_tab_blocks .form-group {
  width: 48% !important;
}
.invervals_tab_blocks .right_aligned {
  margin-left: auto;
}
.work_day_selects_area {
  vertical-align: top;
  width: 52%;
}
.work_day_selects_area:first-child {
  width: 45%;
}
.work_day_selects_area select,
.work_day_selects_area .select2-container {
  width: 100% !important;
}
.display_in_block {
  display: inline-block;
}
@keyframes clocksAnim {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#sip_server,
#sip_login,
#sip_password,
#sip_reg_expiry {
  background-color: #eeeeee;
}
.t-staff-edit-access-table tr td {
  white-space: nowrap;
}
td.b-staff__access-empty {
  padding: 0 !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.ip_td {
  width: 90% !important;
}
.item_input {
  padding-left: 11px !important;
}
.login_childview_container td {
  border: none !important;
  padding-bottom: 0 !important;
}
.logs_composite_template td {
  text-align: center !important;
}
.logs_composite_template span.response_type {
  width: 100% !important;
  padding: 5px !important;
}
.logs_composite_template span {
  display: block !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.logs_composite_template tr:first-child td {
  border: none !important;
}
.logs_composite_template td:first-child {
  width: 25%;
  text-align: left !important;
}
.logs_composite_template td:nth-child(4) span {
  width: 7vw !important;
}
.logs_composite_template td:last-child span {
  width: 7vw !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-staffs-container {
  width: 100%;
}
.b-staffs-container__header {
  position: absolute;
  right: 0;
  top: 7px;
}
.b-staffs-container__header > div {
  display: inline-block;
  margin-top: 0;
}
.b-staffs-container__header-group {
  margin-right: 10px;
}
.b-staffs-container td:first-child {
  width: 70px;
  position: relative;
}
.b-staffs-container td:first-child .staff-main-account-line {
  position: absolute;
  background: var(--main-btn-color);
  width: 4px;
  height: 56px;
  border-radius: 0 2px 2px 0;
  left: 0;
}
.b-staffs-container td.td-name-account {
  width: 1px;
  overflow: visible;
}
.b-staffs-container td.td-name-account p:first-child {
  margin-bottom: 0;
}
.b-staffs-container thead tr th:last-child {
  padding-left: 0;
  padding-right: 0.5vw;
}
.b-staffs-container .ui-sortable-helper {
  background-color: #ddd;
}
.b-staffs-container .ui-sortable-helper td {
  width: 10vw;
}
.b-staffs-container .ui-sortable-helper td:first-child {
  width: 110px;
}
.b-staffs .table {
  margin: 0;
}
.win-chrome .b-staffs-container td {
  padding-left: 0.1vw !important;
  padding-right: 10px !important;
}
.html-staff-win {
  overflow-x: hidden;
}
.html-staff-win body {
  overflow: hidden;
}
@media (max-width: 1300px) {
  .b-staffs-container td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.staff_one_line {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.redirect_onclick_to_edit {
  cursor: pointer;
}
.redirect_onclick_to_edit .staff-img {
  margin-left: 20%;
  margin-top: 10px;
  width: 36px;
  height: 36px;
}
.redirect_onclick_to_edit.staff-status-td,
.redirect_onclick_to_edit.staff-dots {
  vertical-align: middle;
}
.redirect_onclick_to_edit.staff-status-td,
.redirect_onclick_to_edit.staff-position,
.redirect_onclick_to_edit.staff-login,
.redirect_onclick_to_edit.staff-position,
.redirect_onclick_to_edit.staff-time-enter {
  width: 1px;
  overflow: visible;
}
.redirect_onclick_to_edit.staff-call-type span {
  display: block;
  height: 47px;
  line-height: 47px;
}
.redirect_onclick_to_edit.staff-dots {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.redirect_onclick_to_edit.staff-dots span {
  padding: 5px 9px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.redirect_onclick_to_edit .cell-wrapper {
  display: block;
  max-width: 200px;
}
.staff-checkbox-td {
  width: 60px;
  vertical-align: middle;
}
.grid-body.wait_region {
  padding: 26px 0 !important;
}
.add_staff_button {
  margin-left: 25px;
  margin-top: 10px;
}
.staff_info_page_block tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.staff_info_page_block .select2-container {
  z-index: 2;
}
@media (max-width: 1280px) and (min-width: 1200px) {
  .redirect_onclick_to_edit .cell-wrapper {
    max-width: 100px !important;
  }
}
@media (max-width: 1366px) and (min-width: 1281px) {
  .redirect_onclick_to_edit .cell-wrapper {
    max-width: 150px !important;
  }
}
@media (min-width: 1367px) {
  .redirect_onclick_to_edit .cell-wrapper {
    max-width: 200px !important;
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-panel__stat .b-market__header_icons {
  order: 3;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.b-panel__stat .b-market__header_icons .b-market__header_icon {
  display: inline-block;
}
.b-panel__stat .b-market__manage_icons {
  order: 4;
}
.b-panel__stat .b-market__company_name {
  order: 2;
  flex-basis: 10px;
  flex-grow: 12;
  flex-shrink: 12;
}
.b-panel__stat .b-market__company_name .small-name {
  margin-left: 5px;
  font-size: 11px;
  color: #aaaaaa;
  display: inline;
}
.b-panel__stat .empty-panel {
  padding: 30px 0;
  color: #aaaaaa;
  border-top: 1px solid #eee;
  display: none;
  text-align: center;
}
.b-panel__stat .panel-heading {
  justify-content: space-between;
  flex-wrap: nowrap;
  display: flex;
}
.b-panel__stat .k-grid {
  overflow: hidden;
}
.b-panel__stat .k-grid td {
  position: relative;
  padding: 6px 16px !important;
  box-sizing: border-box;
  height: 41px !important;
}
.b-panel__stat .k-grid td.b-stats__column-cell-name {
  padding-right: 110px !important;
  cursor: pointer;
}
.b-panel__stat .k-grid th[role="columnheader"] {
  min-height: 16px;
  vertical-align: top;
}
.b-panel__stat .k-grid th:first-child[role="columnheader"] {
  border-left-width: 1px;
}
.b-panel__stat .table-preloader {
  display: none;
  height: 223px;
  position: relative;
}
.b-panel__stat .k-grid-content {
  min-height: 30px;
}
.b-panel__stat .k-grid-content tr {
  height: auto !important;
}
.b-panel__stat .k-grid-content-locked td.checkbox {
  padding-left: 16px;
  padding-bottom: 0;
  padding-top: 14px;
}
.b-panel__stat .k-grid-content-locked td.checkbox > span {
  height: 23px;
  padding-top: 3px;
}
.b-panel__stat .k-grid-content-locked td.checkbox label::after {
  left: 4px;
  top: 1px;
}
.b-panel__stat .k-grid-content-locked td.checkbox label {
  margin-bottom: 0 !important;
}
.k-loading-mask {
  background: none;
}
.k-grid-footer {
  border-bottom: none !important;
}
.k-grid-footer td {
  font-weight: normal !important;
  border-bottom: none !important;
  background-color: #fcfcfc;
  white-space: nowrap;
}
#modal-body-create-utm-link .cost {
  /*width: 533px;*/
  float: left;
  margin-bottom: 30px;
}
#modal-body-create-utm-link .cost-for-month {
  float: left;
  margin-left: 16px;
  margin-top: 7px;
}
.b-panel__stat .counter {
  margin-bottom: 20px;
  display: none;
}
.b-panel__stat .counter .actions {
  float: right;
}
.b-panel__stat .counter .actions button {
  border: none;
  background-color: transparent;
}
.b-statics__title_input {
  display: none;
  width: 300px;
  left: 368px;
  position: absolute;
  top: 2px;
}
.b-statics__remove_source {
  background: none;
  order: 3;
  flex-basis: 40px;
  /* flex-grow: 12; */
  flex-shrink: 0;
}
.k-pager-sizes.k-label {
  margin-top: 5px;
}
.statistics-total-text {
  position: absolute;
  top: 12px;
  left: -33px;
}
.b-statistic-dynamics .b-graph {
  overflow: visible;
  background-color: #ffffff;
  height: 300px !important;
}
.b-statistic-dynamics .b-graph svg {
  height: 300px !important;
}
.k-grid-header tr {
  height: auto !important;
}
.k-grid-content-locked tr td {
  height: 27px;
}
.link-textarea {
  opacity: 0;
  width: 5px;
  height: 5px;
  overflow: hidden;
  cursor: default;
}
.b-stats {
  overflow: hidden;
  left: 26px;
  right: 26px;
  bottom: 26px;
  position: absolute;
  top: 83px;
}
.b-stats__page-title {
  width: 100%;
  padding-top: 10px;
  vertical-align: middle;
  display: inline-block;
}
.b-stats__table-wrapper {
  min-height: 300px;
  height: calc(100% - 75px);
  background: none;
}
.b-stats-table__name-icons {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}
.b-stats-table__name-icons span {
  margin-right: 8px;
  cursor: pointer;
  color: #cfcfcf;
}
.b-stats-table__name-icons span:hover,
.b-stats-table__name-icons span.active {
  color: #444444;
}
.b-stats-table__name-icons span:first-child {
  margin-right: 6px;
}
.b-stats-table th {
  cursor: pointer;
}
.b-stats-table .loading-animator {
  display: inline-block;
  left: 0;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.b-stats-table.b-stats-data .k-grid-header {
  display: none !important;
}
.b-stats-table .k-grid-header th.k-header {
  color: #000;
  white-space: normal;
  text-overflow: unset;
}
.b-stats__chart.b-graph {
  width: 100%;
  margin: 25px 0 25px 0;
  display: inline-block;
  min-height: 200px !important;
  height: auto !important;
}
.b-stats__chart.b-graph .b-morris-chart__legend {
  position: relative;
  display: inline-block;
}
.b-stats__total-row {
  background: #ffffcc;
}
.b-stats__column-header {
  display: flex;
  justify-content: space-between;
}
.b-stats__column-header-title {
  font-size: 11px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
}
.b-stats__column-header-menu {
  flex-shrink: 0;
  flex-basis: 16px;
  max-width: 16px;
  flex-grow: 1;
}
.b-stats__column-progress {
  position: relative;
  margin-bottom: 0;
  height: 28px;
}
.b-stats__column-progress-title {
  position: absolute;
  line-height: 28px;
  height: 28px;
  text-align: center;
  width: 100%;
}
.b-stats .b-graph {
  height: 200px !important;
  overflow: visible;
  background-color: #ffffff;
}
.b-stats .b-graph .c3-grid line {
  stroke: #ccc;
}
.b-stats.b-stats--show-graph {
  min-height: 650px;
}
.b-stats.b-stats--show-graph .b-stats__table-wrapper {
  height: calc(100% - 350px);
}
.b-total .k-grid-content {
  overflow-y: scroll;
  position: relative;
  height: 100%;
  margin-bottom: -18px;
}
.b-total .k-grid-header-wrap {
  overflow-x: scroll;
  position: relative;
  height: 100%;
  margin-bottom: -18px;
  padding-bottom: 18px;
}
.b-total .k-grid-header-locked {
  border: none;
}
.b-statistic__source-title {
  font-size: 24px;
  display: flex;
  flex-wrap: nowrap;
}
.b-statistic__source-title-page {
  flex-wrap: nowrap;
  order: 0;
  white-space: nowrap;
}
.b-statistic__source-title-prefix {
  order: 1;
  flex-basis: 115px;
}
.b-statistic__source-title-name {
  height: 36px;
  white-space: nowrap;
  flex-wrap: nowrap;
  order: 2;
  flex-grow: 0;
  flex-shrink: 12;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-tasks__loader .loading-animator-page {
  position: absolute;
  left: 0;
  top: 0;
}
.b-tasks__content_padding {
  padding-bottom: 2px!important;
  overflow-x: hidden !important;
}
.b-tasks__task_datetime {
  margin-top: 40px;
}
.b-tasks__task_datetime .no-start-date {
  float: left;
  margin-top: -5px;
  margin-left: 5px;
  margin-right: 25px;
}
.b-tasks__task_datetime input {
  border: none!important;
  margin-top: -7px;
  font-family: 'Open Sans';
  font-size: 15px;
  cursor: pointer;
  color: #0d638f;
  min-height: 25px!important;
}
.b-tasks__task_datetime .clockpicker input {
  width: 60px;
}
.b-tasks__task_datetime .date input {
  width: 102px;
}
.b-tasks__header_icons_block {
  margin-left: 15px;
  margin-right: 20px;
  margin-top: 9px;
}
.b-tasks__item {
  position: relative;
  min-height: 64px!important;
}
.b-tasks__item:hover .b-tasks-expander {
  opacity: 1;
}
.b-tasks__item-panel {
  background-color: #fff;
}
.b-tasks__placeholder {
  background: #e5e9ec;
  float: left;
  position: relative;
  height: 64px;
  display: block;
  width: 100%;
}
.b-tasks__textarea_modal {
  min-height: 100px;
  resize: vertical;
}
.b-tasks__textarea_modal:focus,
.b-tasks__textarea_modal:active,
.b-tasks__textarea_modal:visited {
  border: 1px solid #E5E9EC;
}
.b-tasks__panel_content {
  padding: 20px;
}
.b-tasks__panel_content__icons {
  text-align: right;
  width: inherit;
}
.b-tasks__modal_select:focus,
.b-tasks__modal_select:active,
.b-tasks__modal_select:visited {
  border: 1px solid #E5E9EC;
}
.b-tasks__modal_select option:focus,
.b-tasks__modal_select option:active,
.b-tasks__modal_select option:visited {
  border: none!important;
}
.b-tasks__modal__remind-time:disabled {
  background-color: lightgrey !important;
}
.b-tasks__modal__remind-method .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: lightgrey !important;
}
.b-tasks__modal__remind-method .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search__field {
  background-color: lightgrey !important;
}
.b-tasks__modal__observers .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: lightgrey !important;
}
.b-tasks__modal__observers .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search__field {
  background-color: lightgrey !important;
}
.b-tasks__popover_repeat_select .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: lightgrey !important;
}
.b-tasks__popover_repeat_select .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search__field {
  background-color: lightgrey !important;
}
.b-tasks__like_link {
  color: #0d638f;
  cursor: pointer;
}
.b-tasks__main_icons_block {
  margin-top: 8px;
}
.b-tasks__labels_label:first-child {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.b-tasks__labels_label {
  border-bottom: 1px solid #eee;
}
.b-tasks__labels-container .grid.simple {
  margin-bottom: 0 !important;
}
.b-tasks__labels_title {
  font-size: 14px;
  font-family: 'Open Sans';
}
.b-tasks__labels_label {
  padding: 12px 10px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.b-tasks__labels_label a {
  color: #6f7b8a;
  margin-left: 15px;
}
.b-tasks__labels_label_trash i {
  position: absolute;
  cursor: pointer;
  right: 7px;
  top: 15px;
  color: #aaa;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.b-tasks__color_picker {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 21px;
}
.b-tasks__color_picker .b-tasks__picker_target {
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.b-tasks__color_picker .b-tasks__picker_target .b-tasks__picker_bottom_arrow {
  position: absolute;
  right: 4px;
  color: #FFF !important;
  padding: 1px;
}
.b-tasks__labels_label:hover .b-tasks__labels_label_trash i {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.b-tasks__labels_label_add {
  width: 100%;
  padding: 12px 10px;
}
.b-tasks__labels_label_add input {
  width: 100%!important;
  min-height: 30px;
}
.b-tasks__labels_label_add input:hover,
.b-tasks__labels_label_add input:focus,
.b-tasks__labels_label_add input:active {
  background-color: transparent;
}
.b-tasks__create_btn {
  position: absolute;
  right: 0;
}
.b-tasks__main_icons {
  position: absolute;
  top: 95px;
}
.b-tasks__main_icons i {
  font-size: 17px;
  opacity: 0.5;
  cursor: pointer;
}
.b-tasks__timepicker {
  width: 62px!important;
}
.b-tasks__popover_repeat_wrap {
  padding: 10px 15px;
}
.b-tasks__popover_repeat_label {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.b-tasks__popover_repeat_select select {
  width: 100%;
  min-height: 28px!important;
  height: 30px!important;
  padding: 3px;
}
.b-tasks__popover_repeat_ul {
  display: -webkit-box;
  list-style: none;
  padding-left: 0!important;
}
.b-tasks__popover_repeat_ul li {
  padding: 0!important;
}
.b-tasks__popover_repeat_ul li label {
  padding-left: 20px!important;
  margin-right: 7px!important;
}
.b-tasks__popover_repeat_res {
  margin: 10px -15px;
  background-color: #EEF9F8;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 13px;
}
.b-tasks__popover_repeat_res span {
  font-weight: bold;
  font-size: 15px;
}
.b-tasks__checkbox-label {
  position: absolute;
  top: 12px;
  left: 1px;
}
.b-tasks__labels_label_link {
  padding-left: 33px;
}
.b-tasks__name_block_all {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  margin-bottom: 4px;
}
.b-tasks__name_block {
  margin-left: 4px;
  float: left;
  margin-bottom: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.b-tasks__name_block > a {
  display: inline-block;
}
.b-tasks__name_block_labels {
  position: relative;
  top: 0px;
  left: -4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.b-tasks__name_block_labels a {
  margin-top: 5px;
  word-wrap: break-word;
  max-width: 100px;
  padding: 1px 4px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.7;
}
.b-tasks__name_block_labels a:hover {
  color: inherit;
}
.b-tasks__header_name {
  font-family: 'Open Sans';
  font-size: 15px;
  min-width: 100px;
  display: inline-block;
  padding-right: 10px;
}
.b-tasks__panel_input {
  width: 100%;
  min-height: 30px!important;
}
.b-tasks__panel_input.edit-title {
  font-size: 15px;
  color: #505458;
  font-family: "Open Sans", serif;
  display: none;
  padding-left: 8px;
  position: absolute;
  top: 18px;
  width: 30%;
}
.b-tasks__texarea_panel {
  min-height: 65px;
  resize: none;
  width: 100%;
  overflow: hidden;
}
.b-tasks__texarea_panel.error-control {
  border: 1px solid red;
}
.b-tasks__panel_input {
  resize: none;
  overflow: hidden;
}
.b-tasks__select_panel {
  width: 100%!important;
  min-height: 30px!important;
  height: 30px!important;
  position: relative;
}
.b-tasks__panel_date_created {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 11px;
}
.b-tasks__panel_icon_inner {
  font-size: 16px;
  position: relative;
  top: 5px;
}
.b-tasks__comments .b-tasks__comment:first-child {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.b-tasks__comments .b-tasks__comment {
  border-bottom: 1px solid #eee;
}
.b-tasks__comment:first-child {
  background-color: #F6F7F8;
  min-height: 20px;
  padding: 10px;
  width: 100%;
}
.b-tasks__comment {
  background-color: #F6F7F8;
  min-height: 20px;
  padding: 10px;
  width: 100%;
}
.b-tasks__comment:hover .delete-btn {
  display: block;
}
.b-tasks__comment .delete-btn {
  float: right;
  font-size: 16px;
  display: none;
  cursor: pointer;
}
.b-tasks__comment_avatar img {
  border-radius: 100%;
}
.b-tasks__comment_name {
  padding: 0 10px;
  font-weight: bold;
}
.b-tasks__comment_date {
  font-size: 11px;
  padding-top: 2px;
}
.b-tasks__comment_header {
  min-height: 30px;
}
.b-tasks__comment_body {
  white-space: pre-wrap;
  padding-left: 35px;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
.b-tasks__modal_settings {
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
}
.b-tasks__name_delegated {
  position: absolute;
  font-size: 14px;
  top: 21px;
  left: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.b-tasks__item {
  border-top: 1px solid #eee;
  padding-bottom: 9px;
}
.b-tasks__row_collapse > div.ui-sortable-handle {
  cursor: move;
}
.b-tasks__row_collapse.tasks-green-border .b-tasks__item {
  border-left: 5px solid #00A799;
}
.b-tasks__row_collapse.tasks-green-border .b-tasks__item:last-child {
  border-bottom: 1px solid #eee;
}
.b-tasks__row_collapse.tasks-red-border .b-tasks__item {
  border-left: 5px solid #BF1A13;
}
.b-tasks__row_collapse.tasks-red-border .b-tasks__item:last-child {
  border-bottom: 1px solid #eee;
}
.b-tasks__row_collapse.tasks-yellow-border .b-tasks__item {
  border-left: 5px solid #FBB05E;
}
.b-tasks__row_collapse.tasks-yellow-border .b-tasks__item:last-child {
  border-bottom: 1px solid #eee;
}
.b-tasks__row_collapse.tasks-blue-border .b-tasks__item {
  border-left: 5px solid #0090D9;
}
.b-tasks__row_collapse.tasks-blue-border .b-tasks__item:last-child {
  border-bottom: 1px solid #eee;
}
.b-tasks__file_top_border {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 5px;
}
.b-tasks__label_input {
  border: none!important;
  width: 80%;
  min-height: 26px!important;
  margin-left: 10px;
}
.b-tasks__label_input:focus,
.b-tasks__label_input:active {
  background-color: transparent!important;
}
.b-tasks-repeat-until {
  cursor: pointer;
  color: #23527c;
}
.b-tasks-popover-datepicker {
  position: relative;
  width: 90%;
}
.b-tasks__close_datepicker {
  position: absolute;
  cursor: pointer;
  bottom: 79px;
  right: 30px;
}
.b-tasks-modal__delete_file {
  cursor: pointer;
}
.b-tasks-html-textarea {
  padding: 10px;
  outline: 0;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  min-height: 42px;
  word-wrap: break-word;
  word-break: break-all;
}
.b-tasks-expander {
  position: absolute;
  left: 15px;
  top: 22px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  opacity: 0;
}
.b-tasks-expander i {
  font-size: 20px;
}
.b-tasks__creator {
  display: block;
  padding-top: 6px;
}
.b-tasks .panel-collapse {
  cursor: auto;
}
.task_icon_right {
  right: 20px;
}
.task_icon_left {
  right: 60px;
}
.lpt-checked i {
  color: #00A79A;
  opacity: 1!important;
}
.b-tasks__header_name,
.b-tasks__input {
  color: #505458 !important;
  min-height: 27px !important;
}
.b-tasks__header_name:hover,
.b-tasks__input:hover {
  color: #0d638f !important;
}
.b-tasks__region_overdue .b-tasks__input {
  color: #BF1A13 !important;
}
.b-tasks__labels_label .js-checkbox:checked + label:after {
  left: -22.6px !important;
}
.b-tasks__label_fix:after {
  left: -22px !important;
}
@-moz-document url-prefix() {
  .b-tasks__label_fix:after {
    left: -22px !important;
    top: 0!important;
  }
}
.b-tasks__row_title {
  margin-top: 12px!important;
}
.b-tasks__row-top_border {
  width: 150%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: -10px;
  left: -19px;
}
.b-tasks-region__container {
  position: relative;
}
.b-tasks__task_datetime {
  margin-top: 10px!important;
}
.b-tasks-region__container_general {
  position: relative;
  min-height: 60vh;
}
.b-tasks-region__container_general .tab-content > .active {
  padding-top: 2px!important;
  margin-top: -4px !important;
}
.b-tasks__white_page_bg_block {
  position: absolute;
  top: 47px;
  bottom: 25px;
  padding: 0 15px;
}
.b-tasks__white_page-bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% - 30px);
}
.b-tasks-popover-datepicker {
  margin-top: 10px!important;
}
.js-add-comment-area input {
  border: none;
  background-color: white !important;
}
.js-add-comment-area input.error-control {
  background-color: #ffc7c5 !important;
}
.js-add-comment-area .btn-primary {
  position: relative;
}
.concrete-data-wrap {
  float: left;
}
#js-tasks-change-start-date,
#js-tasks-change-start-time {
  background-color: transparent !important;
}
.select2.select2-container .select2-search__field {
  width: 100% !important;
}
.tasks-modal-dropzone,
.tasks-list-dropzone {
  background-image: url("../img/spritemap.png") !important;
  background-repeat: no-repeat;
  background-position: 60px -8px;
  height: 123px;
  min-height: 60px;
  padding: 0;
  border: none;
}
.tasks-modal-dropzone .dz-preview,
.tasks-list-dropzone .dz-preview,
.tasks-modal-dropzone .dz-message,
.tasks-list-dropzone .dz-message {
  display: none !important;
}
.tasks-modal-dropzone {
  background-position: center -8px;
}
.tasks-list-dropzone {
  background-position: center -8px;
}

.telemark-calls .icons {
  position: absolute;
  right: 20px;
  top: 10px;
}
.telemark-calls .icons.disabled-icons .btn-telamark-controls {
  opacity: 0.5;
}
.telemark-calls .icons label {
  margin-right: 5px;
  padding-top: 5px;
}
.telemark-calls .icons label i {
  color: #58acf3;
  font-size: 18px;
}
.telemark-calls .table th {
  border-top: none;
}
.telemark-calls .table td {
  color: #fff;
}
.telemark-staff .loading-animator {
  position: absolute;
  left: 0;
  top: -20px;
}
.telemark-staff .table td {
  vertical-align: middle;
}
.telemark-staff .label-oxford-blue {
  display: block;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.telemark-staff thead th {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.telemark-staff tr th,
.telemark-staff tr td {
  min-width: 100px;
}
.telemark-staff tr th:last-of-type,
.telemark-staff tr td:last-of-type {
  width: 100px;
}
.label-oxford-blue {
  background-color: #233955;
  color: #fff;
}
.telemark--started .btn-delete-staff,
.telemark--started .btn-add-staff {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.5;
  border-color: transparent;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.filter-by-region-turn,
.filter-by-area-turn {
  margin-top: -27px;
}
.add_rule {
  margin-left: 20px;
}
.bwlist_item:first-child td {
  border-top: none;
}
.bwlist_item td {
  padding-top: 18px !important;
}
.bwlist_item .select2 {
  width: 100% !important;
  min-width: 18vw !important;
}
.bwlist_radios {
  margin-bottom: 20px;
}
.bwlist_without_bottom_margin {
  margin-bottom: 0 !important;
}
.bwlist_select {
  width: 20vw !important;
}
.area_filter_selector_zone .select2-container {
  width: 100% !important;
}
.calltracking-save-button {
  display: block;
  margin: 0 auto;
}
.filter_by_region_turn_checkbox {
  width: 30px;
  position: absolute;
  right: 25px;
  top: 17px;
}
.filter_by_area_grid_title {
  height: 50px;
}
.bwlist_item .select2-container {
  width: 100% !important;
  min-width: 18vw !important;
}
.b-calltracking-description {
  font-size: 14px;
}
.b-calltracking-description a {
  color: #337ab7;
}
.area-list-item .select2-container {
  width: 100% !important;
}
.area-list-item td:not(:last-child) {
  width: 45%;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#js-btn-tel_details {
  margin-right: 10px;
}
#js-btn-tel_details i {
  margin: 0;
  color: #58ACF3;
}
#js-btn-tel_details .counter {
  position: absolute;
  top: -7px;
  right: 2px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.load-audio .dropzone {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none !important;
  min-height: 0 !important;
  background-color: #fff !important;
  padding: 7px 15px !important;
}
.load-audio .dropzone:hover {
  background-color: #EFF2F3 !important;
}
.load-audio .dropzone .dz-default,
.load-audio .dropzone .dz-preview {
  display: none !important;
}
.welcome_settings_audio_btn {
  display: inline-block !important;
  margin-bottom: 0;
  margin-right: 0;
}
.settings_audio_btn_td {
  white-space: nowrap;
  width: 25%;
}
.b-telephony-settings__rings td {
  vertical-align: middle !important;
}
.telephony-project-name td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.b-tel_online__th_connect_site,
.b-tel_online__th_source,
.b-tel_online__td_site {
  text-align: center;
}
.b-tel_details__filter-btn {
  position: absolute;
  right: 0px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-tickets {
  /*&__block_all{
		.flex-display();
		.flex-wrap(nowrap);
		.flex-direction(column);
		.flex-align-items(stretch);
		height: 100%;
	}*/
  /*&__block_top_select{
		.flex(0 0 37px);
	}

	&__block_ticket_title{
		.flex(0 0 49px);
	}*/
}
.b-tickets__block_title {
  background-color: #E5E9EC;
}
.b-tickets__icon_prioritet {
  margin-right: 3px;
}
.b-tickets__ticket_date {
  margin-left: 10px;
  font-size: 20px;
}
.b-tickets__post_bordered {
  border-left: 4px solid #01A799;
}
.b-tickets__fixed_header {
  position: fixed;
  z-index: 2;
  background-color: #E5E9EC;
  left: 290px;
  right: 0px;
  top: 60px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.b-tickets__admin_answer_block {
  border-top: 1px solid #eee;
  padding-top: 13px;
  margin: 0 -26px;
  background-color: #E5E9EC;
}
.b-tickets__btn_admin_block {
  margin-bottom: 21px;
}
.b-tickets__border_seporator {
  border-left: 4px solid #00A799;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0px;
}
.b-tickets__input_left {
  padding-right: 5px;
  padding-left: 0!important;
}
.b-tickets-textarea_block {
  padding-left: 0!important;
}
.b-tickets__no_data {
  margin-top: 25px!important;
  margin-bottom: 10px!important;
}
.tickets-list-subject {
  max-width: 10vw;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.tickets_grid .b-tickets__admin_td_id,
.tickets_grid .b-tickets__admin_td_date {
  text-align: left !important;
}
.tickets_grid .fa-clock-o {
  margin-right: 3px !important;
}
.tickets_grid .table-stripped th:last-child {
  text-align: center !important;
}
.tickets-row-mg-top {
  margin-top: 0 !important;
}
.ticket-tables-hover td:hover {
  cursor: pointer !important;
}
.ticket-title-input {
  margin-top: 2px;
  margin-left: -5px;
  border: none !important;
}
.ticket-title-input:focus {
  background-color: transparent !important;
}
.btn-ticket-title-save {
  opacity: 0;
  position: absolute;
  right: 3px;
  top: 7px;
  transition: opacity 0.7s ease;
}
.page-title-thin-shadow {
  padding-bottom: 0;
}
.page-title-add-thin-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.b-tickets__fixed_header {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  padding-left: 75px;
}
.ticket_comment_item .info-wrapper {
  margin-right: 0;
  width: 96%;
}
@media screen and (min-width: 1200px) {
  .b-tickets__fixed_header {
    padding-left: 275px;
  }
}
.new-ticket-buttons-area {
  margin-bottom: 15px;
}
.ticket-tables-hover .tickets_small_td {
  width: 180px;
  text-align: center !important;
}
.ticket-tables-hover .tickets_small_td.date_created {
  width: 120px;
}
.ticket-tables-hover .tickets_smaller_td {
  width: 50px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.blacklist_childview_container td:last-child {
  text-align: right;
}
.blacklist_compisiteview_table th {
  text-align: center;
}
.blacklist_compisiteview_table td:last-child {
  width: 12%;
}
.b-bl__td {
  padding: 0;
  width: 40%;
}
.b-bl__form-group {
  margin-bottom: 0!important;
  margin-top: 8px;
}
.b-bl__btn {
  margin-top: 8px;
}
.b-bl__td_btn {
  width: 10%;
  text-align: right;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.wd_cb_full_btn,
.wd_slides_description {
  width: 100%;
}
.wd_slides_description {
  display: block;
  min-height: 100px;
  resize: none;
}
#wd_slides_dialog_description {
  min-height: 189px;
}
.wd-callback-composition td:not(.right) {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wd-callback-composition__master-link {
  position: absolute;
  right: 17px;
  top: 17px;
  color: #666;
}
#wd-cb-element-area-input {
  display: block;
}
.wd-cb-input-error {
  border: 1px solid #f35958 !important;
}
.wd-cb-selector-value-input {
  display: inline-block;
  width: 76%;
  margin-right: 5px;
}
#wd-cb-add-selector-value {
  margin-top: 10px;
}
.b-callback-forms .col-md-12 {
  margin-bottom: 0;
}
.b-callback-forms .col-md-12,
.b-callback-forms .col-md-12 > div {
  padding-left: 0;
  padding-right: 0;
}
.b-callback-forms .col-md-12 .col-md-8 + .col-md-2 {
  padding-right: 10px;
}
.b-callback-forms .col-md-12 .checkbox.check-primary,
.b-callback-forms .col-md-12 .form-label {
  margin-top: 15px;
}
.b-rule-active-pages .checkbox.check-primary {
  display: inline-block;
  margin-top: 0;
}
@media (min-width: 1370px) {
  .b-callback-forms .col-md-12 .col-md-8,
  .b-callback-forms .col-md-12 .col-md-4 {
    width: 50%;
  }
  .b-callback-forms .col-md-12 .col-md-2 {
    width: 25%;
  }
}
.b-callback-modal .modal-body input[type=text],
.b-callback-modal .modal-body input[type=number],
.b-callback-modal .modal-body textarea {
  width: 100%;
}
.b-callback-modal .modal-body textarea {
  height: 100px;
  resize: none;
}
.b-callback-modal .modal-body .form-label {
  display: block;
}
.b-callback-modal .modal-body .select2-container {
  width: 100% !important;
}
.b-callback-modal .modal-body .select2-container .select2-selection {
  margin-left: 0;
}
.b-callback-modal .modal-body .setting-activity {
  margin: 10px 0;
}
.b-callback-modal .modal-body .setting-activity textarea.disabled {
  background-color: #eee;
}
.b-callback-modal .modal-body .setting-activity:not(:first-child) {
  margin-bottom: 10px;
}
.b-callback-modal .modal-body .setting-activity > div {
  padding: 0;
}
.b-callback-modal .modal-body .setting-activity .checkbox label {
  padding-left: 22px;
}
.b-callback-modal .modal-body .setting-activity .checkbox_use-once {
  margin-left: 10px;
  margin-right: 0;
}
.modal-dialog.b-callback-modal .checkbox label {
  padding-left: 25px;
}
.modal-dialog.b-callback-modal {
  width: 710px;
  margin: 15px auto;
}
.wd_cb_dialogs_modal input[type=text]:not(.wd-cb-selector-value-input),
.wd_cb_dialogs_modal textarea,
.wd_cb_dialogs_modal .select2-container {
  width: 100% !important;
}
.wd_cb_dialogs_modal textarea {
  min-height: 100px;
  resize: none;
}
.wd_cb_dialogs_modal .select2-container .select2-selection {
  margin-left: 0 !important;
}
.wd_cb_dialogs_modal .wd-cb-select-value-area {
  position: relative;
}
.wd_cb_dialogs_modal .wd-cb-select-value-area .wd-cb-dialog-answer {
  position: absolute;
  right: 140px;
  top: 5px;
  font-size: 13px;
  color: #434343;
}
.setting-callback-time-module {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.setting-time-wrapper {
  align-items: flex-end;
  justify-items: center;
  display: flex;
  margin-bottom: 15px;
}
.setting-time-wrapper .checkbox {
  display: inline-flex;
  margin-right: 8px;
}
.setting-time-wrapper .checkbox label {
  margin: 0;
}
.setting-time-wrapper .checkbox label:before {
  margin-right: 0;
}
.setting-time-wrapper .checkbox .btn-show-setting {
  margin-right: 10px;
  color: #ccc;
  cursor: pointer;
}
.setting-time-wrapper .checkbox .btn-show-setting.active,
.setting-time-wrapper .checkbox .btn-show-setting:hover {
  text-decoration: underline;
  color: black;
}
.rule-map-setting {
  margin: 20px 0;
  border-top: 1px solid #ccc;
}
.rule-form-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.widget-region-border {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.setting-pop-up__row {
  padding: 7px 0px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-alert__no_alerts {
  display: none;
}
#b-alerts-list-alerts.fadeOutRight .b-alert__no_alerts {
  display: block;
  text-align: center;
  width: 100%;
}

.b-auto-call {
  padding: 0 10px;
  padding-bottom: 20px;
}
.b-auto-call__activate-wrap {
  border-bottom: 2px solid #000;
}
.b-auto-call__activate-wrap label[for=b-auto-call__activate] {
  margin-right: 0;
  margin-bottom: 5px;
}
.b-auto-call__activate-wrap .fa-angle-down {
  font-size: 20px;
  line-height: 10px;
  cursor: pointer;
}
.b-auto-call input {
  background-color: #2C313D;
  color: #fff;
  border: none;
}
.b-auto-call .form-group {
  margin-bottom: 10px;
}
.b-auto-call .form-group .b-auto-call__get-welcome-song {
  margin-bottom: 0;
}
.b-auto-call .form-group .form-label {
  margin-bottom: 0;
}
.b-auto-call__get-welcome-song {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  min-height: 30px;
}
.b-auto-call__get-welcome-song button:first-child {
  padding: 0 30px;
}
.b-auto-call__get-welcome-song .btn-primary {
  background-image: none;
}
.b-auto-call__get-welcome-song .js-play-welcome-song .fa-play {
  display: block;
}
.b-auto-call__get-welcome-song .js-play-welcome-song .fa-pause {
  display: none;
}
.b-auto-call__get-welcome-song .js-play-welcome-song.play .fa-play {
  display: none;
}
.b-auto-call__get-welcome-song .js-play-welcome-song.play .fa-pause {
  display: block;
}
.b-auto-call__slide-wrap {
  height: 0;
  min-height: 0;
  overflow: hidden;
}
.b-auto-call__slide-wrap.active {
  height: auto;
  min-height: 100%;
}
.b-auto-call__audio-player {
  display: block;
  width: 100%;
}
.b-auto-call__audio-player .play-pause {
  display: none;
}
.b-auto-call__audio-player.lpt-player .audiojs .scrubber {
  width: 65%;
  margin: 10px 0;
}
.b-auto-call__audio-player.lpt-player .audiojs .time {
  width: calc(35% - 6px) !important;
  padding: 0;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-caller {
  bottom: 20px;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.b-caller__input_block {
  margin-top: 15px;
  padding-top: 0;
}
.b-caller__input_block .b-caller__clear_call {
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.b-caller__input_block .b-lpt__phoneinput-flag {
  left: 15px;
}
.b-caller__input_block .b-lpt__phoneinput-input {
  padding-left: 35px !important;
}
.b-caller__input_block .b-lpt__phoneinput-input::placeholder {
  color: #6E6E6E;
}
.b-caller__input_block .b-lpt__phoneinput-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: lightgrey;
}
.b-caller__input_block .b-lpt__phoneinput-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: lightgrey;
}
.b-caller__input_search {
  overflow-x: hidden !important;
}
.b-caller__input_search::placeholder {
  color: #6E6E6E;
}
.b-caller__input_search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6E6E6E;
}
.b-caller__input_search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6E6E6E;
}
.b-caller__contacts_block {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 205px;
}
.b-caller__contacts_block.loader-class {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-caller__contacts_block.loader-class .loading-animator {
  border-color: #fff !important;
}
.b-caller__contacts_block.loader-class .loader-wrapper {
  width: 25px;
}
.b-caller__project {
  font-size: 12px;
  margin-left: 8px;
  color: #818286;
  font-weight: 600;
  align-items: center;
  width: 244px;
  justify-content: space-between;
  display: flex;
  height: 32px;
}
.b-caller__project:first-of-type {
  margin-top: 0;
}
.b-caller__project-name {
  display: inline-block;
  white-space: nowrap;
  flex: auto 12 12;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-caller__project-count {
  flex: 27px 1 0;
  text-align: right;
}
.b-caller__call_btns {
  width: 100%;
  padding: 0px 15px;
  margin-top: 10px;
}
.b-caller__call_btns button:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.b-caller__call_btns button.lpt-call-btn {
  width: 110px;
  background-color: #09998D;
  color: #fff;
  box-shadow: none;
  border: none;
  height: 35px;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: 500;
  font-family: 'Open Sans';
  margin-right: 5px;
}
.b-caller__call_btns button.lpt-call-btn:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.b-caller__call_btns button.lpt-call-btn:last-child {
  margin: 0;
}
.b-caller__add_contact {
  box-shadow: none;
  border: none;
  height: 35px;
  width: 35px;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: 500;
  font-family: 'Open Sans';
  background-color: #DDD;
  color: black;
}
.b-caller__letter-row {
  cursor: pointer;
}
.b-caller__phones_block {
  display: none;
}
.b-caller__letter {
  text-transform: uppercase;
}
.b-caller__no_res {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.b-caller__call-btn,
.b-caller__sms-btn {
  margin-left: 10px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-chat__wrapper {
  position: absolute!important;
  width: 100%!important;
  bottom: 0px;
  top: 101px;
}
.b-chat__no_chats {
  background: #22262e;
  text-align: center;
  color: #818286;
  font-size: 10px;
  padding: 10px;
  margin-top: 7px;
}
.b-chat__message_wrapper {
  position: absolute!important;
  bottom: 50px;
  top: 25px;
  width: 100%;
  margin-top: 20px;
  background-color: #1B1E24;
}
.b-chat__avatar {
  width: 35px;
  height: 35px;
}
.b-chat__top_btns {
  text-align: center;
  padding: 10px;
}
.b-chat__switch_btn {
  background-color: #1B1E25;
  font-family: 'Arial';
  color: #fff;
  padding: 9px 10px;
  border: 2px solid #000 !important;
  width: 49%;
}
.b-chat__switch_btn:focus,
.b-chat__switch_btn:active {
  outline: none!important;
}
.b-chat__switch_btn.active {
  background-color: #0E0F13;
  border: none!important;
  padding: 11px;
}
.b-chat__switch_btn.left {
  margin-right: -2px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center!important;
}
.b-chat__switch_btn.right {
  margin-left: -2px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center!important;
}
.b-chat__volume {
  color: #818286;
  font-size: 20px;
  position: relative;
  top: -34px;
  left: 13px;
  cursor: pointer;
}
.b-chat__plus_icon {
  cursor: pointer;
  color: #818286;
  margin-right: 23px;
  font-size: 16px;
  margin-top: -13px;
}
.b-chat__project_name {
  font-family: "Arial";
  font-size: 13px;
  margin-left: 9px;
  color: #818286;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
}
.b-chat__project_name > .name {
  font-size: 10.5px;
  margin-left: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  display: block;
}
.b-chat__down_icon {
  float: right;
  position: relative;
  bottom: 5px;
  font-size: 19px;
  padding-bottom: 0px;
  right: 19px;
  cursor: pointer;
}
.b-chat__details_time {
  position: absolute;
  right: 9px;
  font-size: 12px;
  color: #706F74;
  text-decoration: none!important;
}
.b-chat__message {
  position: relative;
}
.b-chat__public {
  position: absolute;
  right: 58px;
  margin-top: -16px;
  cursor: pointer;
  text-transform: uppercase;
}
.b-chat__projects_wrapper {
  max-width: 250px;
  margin-bottom: 85px;
}
.b-chat__notification {
  margin-right: -6px;
}
.b-chat__label {
  padding: 1px 10px!important;
}
.b-chat__loader_history {
  background-color: #1B1E24;
  height: 100%;
  width: 260px;
}
.b-chat__collapsed_project {
  color: #706F74;
  font-size: 13px;
  font-family: "Arial";
  margin-left: 9px;
  font-weight: 600;
  cursor: pointer;
}
.b-chat__collapsed_project_extra {
  font-size: 20px;
  position: relative;
  bottom: 5px;
}
.b-chat__collapsed_project_extra i {
  position: relative;
  right: 30px;
}
.b-chat__collapsed_project_extra span {
  position: relative;
  right: 18px;
}
.b-chat__invite_header {
  color: #706F74;
  padding: 12px 12px;
  background-color: #1B1E24;
}
.b-chat__invite_back {
  font-size: 20px;
}
.b-chat__invite_back i {
  position: relative;
  bottom: 6px;
  cursor: pointer;
}
.b-chat__invite_title {
  font-size: 13px;
  font-family: "Arial";
  font-weight: 600;
  padding-left: 15px;
}
.b-chat__invite_search_block {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.b-chat__invite_search {
  width: 100%;
  border: none!important;
  border-radius: 5px!important;
}
.b-chat__invite_user_row {
  padding-left: 35px;
  color: #706F74;
  position: relative;
  min-height: 10px;
}
.b-chat__invite_checkbox {
  position: relative;
  top: -3px;
}
.b-chat__cur_title {
  font-size: 13px;
  font-family: "Arial";
  font-weight: 600;
  padding-left: 15px;
  top: -4px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 164px;
}
.b-chat__cur_bottom_info {
  position: relative;
  top: -20px;
  left: 22px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 158px;
  cursor: pointer;
}
.b-chat__cur_icons {
  position: absolute;
  right: 15px;
  top: 14px;
}
.b-chat__cur_icons i {
  font-size: 18px;
  cursor: pointer;
}
.b-chat__message_answer {
  margin-left: 30px!important;
}
.b-chat__cur_search_block {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
}
.b-chat__cur_search {
  width: 100%;
  border: none!important;
  border-radius: 5px!important;
}
.b-chat__messages_block {
  position: relative;
  width: 260px;
  margin-bottom: 66px;
}
.b-chat__open_bc {
  color: #818286;
  font-weight: bold;
  padding-left: 20px;
  cursor: pointer;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.b-chat__open_bc:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.b-chat__open_bc > i {
  margin-right: 10px;
}
.b-chat__main-region_wrapper {
  background-color: #1B1E24 !important;
}
.b-chat__wrapper {
  background-color: #1B1E24 !important;
}
.chat-window-wrapper .user-details-wrapper > .user-details > .user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 116px;
}
.chat-window-wrapper .user-details-wrapper {
  padding-right: 10px;
}
.chat-window-wrapper.scroll-content {
  overflow-x: hidden !important;
}
body.big-chat #right-sidebar {
  width: calc(100% - 50px);
  z-index: 9999;
}
body.big-chat .b-bc__general {
  width: 100%;
}
body.big-chat .b-chat__main-region_wrapper {
  width: 260px;
  float: right;
}
body.big-chat .b-bc__center {
  display: block;
}
body.big-chat .b-bc__left-bar {
  display: block;
}
body.big-chat .chat-input-wrapper {
  right: 2px;
}
.b-bc__center {
  float: left;
  height: 100%;
  width: calc(100% - 510px);
  display: none;
  padding: 10px;
  background-color: #E5E9EC;
  min-width: 500px;
}
.b-bc__center.z-index {
  z-index: 5;
}
.b-bc__left-bar {
  width: 250px;
  float: left;
  height: 100%;
  display: none;
  padding: 10px;
  border-left: 1px solid #818286;
  background-color: #1B1E24;
  position: relative;
  color: #818286;
}
.b-bc__left-bar.z-index {
  z-index: 5;
}
.b-bc__body {
  position: absolute;
  width: calc(100% - 20px);
  overflow: auto;
  height: calc(100% - 150px);
  top: 10px;
}
.b-bc__footer {
  height: 118px;
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
}
.b-bc__message_wrapper {
  display: block;
  margin: 8px 60px 8px 50px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.b-bc__message_wrapper.sender {
  float: right;
  margin-right: 50px;
  margin-left: 60px;
}
.b-bc__message_wrapper.sender .b-bc__bubble {
  background-color: #0ba195;
  color: #ffffff;
}
.b-bc__message_wrapper.sender .b-bc__bubble:after {
  border-color: transparent #0ba195;
  border-width: 9px 0 9px 7px;
  right: -7px !important;
  left: auto;
}
.b-bc__message {
  display: inline-block;
}
.b-bc__bubble {
  position: relative;
  min-width: 165px;
  min-height: 40px;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #ffffff;
  color: #22262e;
}
.b-bc__bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #ffffff;
  display: block;
  width: 0;
  z-index: 1;
  left: -7px;
  top: 12px;
}
.b-bc__message_avatar {
  position: absolute;
  left: 14px;
  margin-top: 20px;
}
.b-bc__message_avatar > img {
  height: 35px;
  width: 35px;
  border-radius: 100%;
}
.b-bc__message_avatar_sender {
  position: absolute;
  right: 7px;
  margin-top: 20px;
}
.b-bc__message_avatar_sender > img {
  height: 35px;
  width: 35px;
  border-radius: 100%;
}
.b-bc__textarea_wrapper {
  height: 100%;
  background-color: #fff;
}
.b-bc__textarea_wrapper > textarea {
  background-color: #fff;
  border: none!important;
  width: 100%;
  height: calc(100% - 50px);
  resize: none;
  min-width: 300px;
}
.b-bc__textarea_wrapper > button {
  position: absolute;
  bottom: 7px;
  right: 10px;
}
.b-bc__separator {
  position: relative;
  min-height: 20px;
  text-align: center;
  display: block;
  color: #a7bfcb;
}
.b-bc__separator > a {
  color: #78909c;
  text-decoration: none;
}
.b-bc__separator > a:hover {
  text-decoration: underline;
}
.b-bc__separator:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #d5dee3;
  overflow: hidden;
}
.b-bc__light_text {
  padding: 0 16px;
  background-color: #E5E9EC;
  display: inline-block;
  position: relative;
}
.b-bc__bubble_meta {
  display: block;
  max-width: 80%;
  margin-bottom: 15px;
  color: #a7bfcb;
}
.b-bc__bubble_meta.sender {
  float: right;
}
.b-bc__bubble_meta > a {
  color: #78909c;
  text-decoration: none;
}
.b-bc__bubble_meta > a:hover {
  text-decoration: underline;
}
.b-bc__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
}
.bubble {
  word-wrap: break-word;
}
.chat-window-wrapper {
  background-color: transparent!important;
}
.chat-window-wrapper--opened-note > .scroll-element.scroll-y {
  display: none !important;
}
#right-sidebar {
  z-index: 99997 !important;
}
.chat-input-wrapper {
  width: 260px!important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-notice__top_btn,
.js-region-notices,
.b-mc__empty,
.js-region-calls,
.b-chat__top_btns,
.b-tasks-right__top_btn_block,
.b-tasks-right__body,
.b-tasks-right__header {
  background-color: #1B1E24;
}
.js-region-notices,
#js-region-empty,
.b-mc__empty {
  height: 100vh;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-header {
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 99997;
  min-height: 60px;
  left: 0;
  -webkit-backface-visibility: hidden;
}
#b-header .navbar-inner {
  background-image: none !important;
  background-color: #ffffff !important;
  width: 100%;
  margin: 0;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
}
#b-header .navbar-inner [class*="span"] {
  min-height: 58px !important;
}
#b-header .btn-navbar {
  background-color: #1f1f1f !important;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 6px;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
  border: 0;
}
#b-header .btn-navbar:hover {
  text-decoration: none;
}
#b-header .group-btns-right {
  display: block;
  float: left;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
#b-header .group-btns-right > li {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0;
  text-align: center;
}
#b-header .group-btns-right > li > div {
  cursor: pointer;
  color: #4C5262;
  font-size: 18px;
  padding: 0 15px;
  border-right: 1px solid #E1E1E1;
}
#b-header .group-btns-right > li .badge {
  position: absolute;
  top: -11px;
  right: 5px;
}
#b-header .group-btns-right > li:last-child > div {
  border: none;
}
#b-header .header-seperation {
  width: 65px;
  display: block;
  float: left;
  height: 60px;
}
#b-header .header-seperation .notifcation-center {
  margin-right: 15px !important;
}
#b-header .header-quick-nav {
  padding-right: 10px;
  height: 60px;
  -webkit-transition-duration: 1;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
#b-header .header-quick-nav input {
  height: 12px !important;
}
#b-header .notifcation-center {
  background-color: #1b1e24;
  margin-top: 12px;
  margin-right: 15px !important;
  display: inline-flex;
  display: -ms-flexbox;
  direction: ltr;
}
#b-header .notifcation-center li {
  min-width: 30px !important;
}
#b-header .notifcation-center li a {
  padding: 10px !important;
  min-height: 17.5px;
}
#b-header .notifcation-center li a i {
  font-size: 13px !important;
}
#b-header .chat-toggler {
  position: relative;
  top: 10px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  min-width: 135px;
}
#b-header .chat-toggler .user-details {
  display: inline-block;
  float: left;
  line-height: 35px;
}
#b-header .chat-toggler .user-details .username a {
  color: #1b1e24;
  font-size: 15px;
}
#b-header .chat-toggler .user-details .company a {
  color: #8b8f92;
  font-weight: 400;
  text-align: right;
  font-size: 12px;
}
#b-header .chat-toggler .iconset {
  display: inline-block;
  float: left;
  margin: 15px 10px;
}
#b-header .chat-toggler .profile-pic {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  float: left;
}
#b-header .chat-toggler a {
  color: #1b1e24;
  font-size: 15px;
  display: inline-block;
  float: left;
}
#b-header .chat-toggler > i {
  color: #808080;
  text-align: right;
  font-size: 20px;
  position: relative;
  padding: 8px;
  top: 8px;
}
#b-header .chat-toggler .message-count {
  display: inline-block;
  float: left;
}
#b-header .chat-toggler .message-count .badge {
  position: absolute;
  float: left;
  right: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  #b-header .chat-toggler {
    float: right;
  }
}
#b-header a {
  text-decoration: none;
}
.b-warning-popup {
  display: none;
  position: fixed;
  z-index: 9999999999 !important;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #e5e9ec;
  text-align: center;
}
.b-warning-popup .message {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.header-logo-loader {
  display: none;
  position: relative;
  animation: pace-spinner 400ms linear infinite;
  border-color: rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.7);
  border-image: none;
  border-radius: 10px 10px 10px 10px;
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  height: 14px;
  width: 14px;
  top: 4px;
}
.header-logo-loader.visible {
  display: inline-block;
}
.b-header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  opacity: 0.1;
  background: #ffffff;
  cursor: not-allowed;
}
.b-header__pace-loader {
  position: absolute;
  bottom: 0;
  height: 2px;
  right: 0;
  left: 65px;
}
.b-header__switch_allowcalls {
  margin-top: 7px;
}
@media screen and (max-width: 900px) {
  .b-header__switch_allowcalls {
    margin-right: 15px;
  }
  .b-header__btn-delete-demo {
    display: none;
  }
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: var(--main-btn-color);
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.visible-alert #b-header {
  top: 60px;
}
.visible-alert .b-header__overlay {
  top: 60px;
}
.hidden-header #b-header {
  display: none;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-mc__body {
  width: 100%;
  height: 100%;
}
.b-mc__empty {
  color: #818286;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-nd__body {
  background-color: #FEFAED;
  height: auto;
}
.b-nd__header {
  background-color: #1B1E24 !important;
}
.b-nd__add_new {
  color: #3F3F3F;
  display: block;
  float: none;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  margin-right: 10px;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.b-nd__note_block {
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, sans-serif !important;
  color: #818181;
  position: relative;
  text-align: left;
  cursor: pointer;
  padding: 15px;
  margin-top: -10px;
  z-index: 2;
  background-color: #FEFAED;
}
.b-nd__note_block:hover {
  color: #121212;
}
.b-nd__note_del {
  position: absolute;
  right: 5px;
  z-index: 2;
}
.b-nd-open {
  background-color: #FEFAED;
  z-index: 3;
  position: absolute;
  top: 62px;
  width: 100%;
  height: 100%;
}
.b-nd-open.hidden {
  display: none;
}
.b-nd-open__header {
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 15px;
  position: relative;
}
.b-nd-open__header i {
  color: #424242;
  cursor: pointer;
  font-size: 18px;
  left: 20px;
  position: absolute;
  top: 22px;
}
.b-nd-open__title {
  text-align: center;
  color: #818181;
  font-size: 14px;
}
.b-nd-open__subtitle {
  color: #526a82;
  font-size: 12px;
  text-align: center;
}
.b-nd-open__body {
  position: relative;
  background-size: 100% 40px;
  -ms-background-size: 100% 40px;
  -moz-background-size: 100% 40px;
  -webkit-background-size: 100% 40px;
  height: 100%;
  max-height: calc(100vh - 120px);
}
.b-nd-open__body .t-notepad-text-note {
  border: none !important;
}
.b-nd-open__body textarea {
  background-color: transparent !important;
  border: none;
  font-family: 'Open Sans', arial !important;
  font-weight: 100;
  font-size: 15px;
  line-height: 24px;
  min-height: 300px;
  padding: 0 10px 0 35px !important;
  box-shadow: none !important;
  color: #555555;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  resize: none;
  height: 100%;
  background-image: url('/img/icons/notes_lines.png');
  background-repeat: repeat-y;
  background-position: 20px top;
}
.b-nd-open__write {
  border-left: 4px double #FCE1BE;
  bottom: 0;
  content: '';
  left: 20px;
  position: absolute;
  top: 0;
  width: 0;
}
.b-nd-open__no_notes {
  color: #3F3F3F;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
}
.k-ff .t-notepad-text-note.scroll-wrapper {
  padding-right: 10px !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-notice {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.b-notice__top_btn {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.b-notice__top_btn button {
  padding: 10px 20px;
  text-align: center;
  border: none !important;
  border-radius: 5px;
  min-width: 98%;
}
.b-notice__top_btn button:focus,
.b-notice__top_btn button:hover,
.b-notice__top_btn button:active {
  border: none !important;
}
.b-notice__top_btn button:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.b-notice__block {
  background-color: #372B32;
  position: relative;
  font-family: "Arial";
  padding: 10px;
  border-radius: 3px;
  display: block;
  margin: 8px;
}
.b-notice__block:hover {
  background-color: #482f36;
  cursor: pointer;
}
.b-notice__block:hover .b-notice__datetime {
  display: none;
}
.b-notice__block:hover .b-notice__del {
  display: block;
}
.b-notice__block:hover .b-notice__title {
  max-width: 250px;
}
.b-notice__del {
  position: absolute;
  right: 5px;
  color: #747b89;
  display: none;
  font-size: 15px;
}
.b-notice__title {
  color: #ffffff;
  font-size: 13px;
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.b-notice__title a {
  color: #ffffff;
}
.b-notice__info {
  display: block;
  color: #747b89;
  font-size: 11px;
  width: 221px;
  padding-top: 17px;
}
.b-notice__datetime {
  position: absolute;
  right: 9px;
  color: #706f74;
  top: 12px;
  font-size: 11px;
  display: block;
}
.b-notice .fa-phone,
.b-notice .fa-phone-slash {
  width: 20px;
  fill: #fff;
}
.b-notice .js-region-contacts,
.b-notice .js-region-missed-calls {
  width: 100%;
  height: calc(100% - 250px);
  position: absolute;
}
.b-notice .js-region-missed-calls.missed-calls_small {
  height: calc(100% - 397px);
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-projects__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 125px;
  margin-right: 10px;
}
.b-projects__number {
  min-width: 60px;
  width: 61px;
}
.b-projects__table {
  position: relative;
  width: 100%;
}
.b-projects__container {
  position: absolute;
  width: 100%;
  bottom: 20px;
  top: 66px;
  overflow: hidden;
}
.b-projects__scroll {
  position: absolute!important;
  width: 100%!important;
  bottom: 0!important;
  top: 0!important;
}
.b-projects__scroll.scroll-content {
  overflow-x: hidden !important;
}
.b-projects__all_btn,
.b-projects__add_btn {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.b-projects__all_btn > button,
.b-projects__add_btn > button {
  padding: 10px 20px;
  text-align: center;
  border: none!important;
  border-radius: 5px;
  min-width: 98%;
  color: #FFF;
}
.b-projects__all_btn > button.disabled,
.b-projects__add_btn > button.disabled {
  background-color: #42454b;
  color: #777777;
  cursor: not-allowed;
}
.b-projects__all_btn {
  padding-top: 0;
}
.b-projects__btn_edit {
  margin-right: 10px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-sidebar__header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 0 0 79px;
  -ms-flex: 0 0 79px;
  flex: 0 0 79px;
  padding: 11px 25px;
}
.b-sidebar__header > .page-title {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 17px;
  line-height: 25px;
  color: #4A87B6;
  font-weight: normal;
  margin: 0;
}
.b-sidebar__header > .page-title > h3 {
  width: 317px;
}
.b-sidebar__header > button {
  position: absolute;
}
.b-sidebar__tools {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: right;
}
.b-sidebar__tools > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.b-sidebar__tools > ul > li {
  padding: 0;
}
.b-sidebar__tools > ul > li {
  display: inline-block;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: pointer;
}
.b-sidebar__tools > ul > li:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.b-sidebar__content {
  -webkit-flex: 1 10 auto;
  -ms-flex: 1 10 auto;
  flex: 1 10 auto;
  /*padding: 18px 25px;*/
  border-top: 1px solid #D9D9D9;
  overflow: hidden;
  position: relative;
}
.b-sidebar__footer {
  text-align: center;
  padding: 18px 25px;
}
.b-sidebar__separator {
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  color: #999;
  margin: 20px 25px;
  font-weight: 200;
}
.b-sidebar__separator > span {
  position: relative;
  display: inline-block;
}
.b-sidebar__separator > span::after,
.b-sidebar__separator > span::before {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #ddd;
  width: 591px;
  margin: 0 12px;
  color: #999;
}
.b-sidebar__separator > span::after {
  left: 100%;
}
.b-sidebar__separator > span::before {
  right: 100%;
}
.b-sidebar__views {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-sidebar__views > li {
  padding: 0;
}
.b-sidebar__views > li {
  /*padding: 0;*/
  margin-bottom: 20px;
}
.b-sidebar-view {
  margin-top: -1px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.b-sidebar-view:hover,
.b-sidebar-view.active {
  background-color: white;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.b-sidebar-view:hover_inner,
.b-sidebar-view.active_inner {
  border: none;
}
.b-sidebar-view:hover .btns,
.b-sidebar-view.active .btns {
  visibility: visible;
}
.b-sidebar-view:hover .b-sidebar-view__drag,
.b-sidebar-view.active .b-sidebar-view__drag {
  opacity: 1;
}
.b-sidebar-view:last-child .b-sidebar-view__head_inner {
  border: none;
}
.b-sidebar-view__add {
  background-color: white;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 5px 25px;
  /*margin-top: 10px;*/
  margin-top: -1px;
  overflow: auto;
  clear: both;
}
.b-sidebar-view__add .text {
  float: left;
  line-height: 26px;
  font-size: 14px;
}
.b-sidebar-view__add .btns {
  float: right;
}
.b-sidebar-view__add__btn {
  margin-right: 10px;
}
.b-sidebar-view__head {
  padding: 0 25px;
  cursor: pointer;
  touch-action: auto !important;
}
.b-sidebar-view__head_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  padding: 7px 0;
  margin-bottom: -1px;
  border-bottom: 1px solid #E9E9E9;
}
.b-sidebar-view__head.active {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.b-sidebar-view__head.active .b-sidebar-view__drag {
  opacity: 1;
}
.b-sidebar-view__head.active .b-sidebar-view__head_inner {
  border: none;
}
.b-sidebar-view__circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /*border: 1px solid #E9E9E9;*/
  margin-top: 3px;
  margin-right: 9px;
}
.b-sidebar-view__title {
  -webkit-flex: 1 0 115px;
  -ms-flex: 1 0 115px;
  flex: 1 0 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #4c4c4c;
}
.b-sidebar-view__counter {
  -webkit-flex: 0 10 auto;
  -ms-flex: 0 10 auto;
  flex: 0 10 auto;
  font-size: 13px;
  margin-left: 10px;
  color: #bdbdbd;
}
.b-sidebar-view__counter .filter-count {
  display: inline-block;
  position: relative;
  min-width: 25px;
}
.b-sidebar-view__counter .filter-count .loading-animator {
  bottom: 10px;
  opacity: 0.5;
}
.b-sidebar-view .btns {
  visibility: hidden;
}
.b-sidebar-view__items {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 25px;
}
.b-sidebar-view__items > li {
  padding: 0;
}
.b-sidebar-view__items > li {
  color: #666;
  padding: 5px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #e9e9e9;
}
.b-sidebar-view__items > li:last-child {
  border-bottom: 1px solid transparent;
}
.b-sidebar-view-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
}
.b-sidebar-view-item__title {
  -webkit-flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-sidebar-view-item__counter {
  -webkit-flex: 0 10 auto;
  -ms-flex: 0 10 auto;
  flex: 0 10 auto;
}
.b-sidebar-view__filters-list {
  overflow-y: auto;
  overflow-x: hidden !important;
  height: 100% !important;
}
.b-sidebar-view__save {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -3px;
}
.b-sidebar-view__icon {
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
  padding: 4px;
  border-radius: 3px;
}
.b-sidebar-view__drag {
  opacity: 0;
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (min-height: 800px) {
  .b-sidebar-view__filters-list {
    height: 100% !important;
  }
}
.support-answers-count {
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 700px) {
  #main-menu.loadingHideSidebar {
    display: none;
  }
}
#sidebar-content .b-content__loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  display: none;
}
#sidebar-content .b-content__loader .loading-animator {
  border-color: rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.7);
}
#sidebar-content {
  overflow: hidden;
}
#sidebar-content.menu-hovered .page-sidebar-wrapper #main-menu-wrapper {
  overflow-x: visible !important;
  overflow-y: scroll !important;
}
#sidebar-content .page-sidebar-wrapper.scroll-wrapper {
  overflow: hidden !important;
}
.loadingHideSidebar #sidebar-content {
  overflow: hidden;
}
.arrow.with-count {
  display: none !important;
}
.b-project-callerid {
  margin-bottom: 10px;
}
.b-project-callerid .label-callerid {
  padding-left: 25px;
  margin-bottom: 0;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-cs-block:last-child > .b-csb__task {
  border-bottom: none;
}
.b-csb__task {
  position: relative;
  padding: 20px 20px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -o-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}
.b-csb__task:hover {
  background-color: #EEE;
  cursor: pointer;
}
.b-csb__task.yellow {
  background-color: #FFFF8D;
}
.b-csb__task_title {
  display: inline-block;
  text-align: left;
}
.b-csb__task_info {
  display: block;
  margin-bottom: 5px;
}
.b-csb__task_info > div {
  max-width: 205px;
}
.b-csb__task_info .user {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-csb__task_icons_block {
  clear: right;
  position: relative;
  margin-right: 20px;
  margin-top: 20px;
  z-index: 5;
}
.b-csb__task_icons {
  font-size: 15px;
  padding: 0px 4px;
  cursor: pointer;
}
.b-csb__task_border.red {
  border-left: 4px solid #f35958;
}
.b-csb__task_border.blue {
  border-left: 4px solid #0090D9;
}
.b-csb__task_border.green {
  border-left: 4px solid #0AA699;
}
.b-csb__task_border.yellow {
  border-left: 4px solid #F9BA46;
}
.b-csb__task_title_composite {
  padding: 10px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  z-index: 2;
  background-color: #FFF;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-tasks-right {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
  position: fixed;
  bottom: 25px;
}
.b-tasks-right__category_name {
  cursor: pointer;
}
.b-tasks-right__category_name span {
  z-index: 10;
}
.b-tasks-right__top_btn_block {
  text-align: center;
  padding: 10px;
  margin-top: -7px;
}
.b-tasks-right__top_btn {
  background-color: #1B1E25;
  font-family: 'Arial';
  color: #fff;
  padding: 9px 10px;
  border: 2px solid #000 !important;
  width: 100%;
  border-radius: 5px;
}
.b-tasks-right__top_btn:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.b-tasks-right__top_btn:hover {
  background-color: #0E0F13;
  border: none!important;
  padding: 11px;
}
.b-tasks-right__select_block select {
  min-width: 195px;
  max-width: 195px;
  border: none!important;
  border-radius: 5px;
  padding-left: 5px;
}
.b-tasks-right__select_block select:focus {
  background-color: #0d0f12;
  border: none!important;
}
.b-tasks-right__select_block select option {
  border: none!important;
}
.b-tasks-right__volume {
  color: #818286;
  font-size: 20px;
  position: relative;
  top: 7px;
  left: 13px;
  cursor: pointer;
}
.b-tasks-right__check_div {
  padding: 5px;
}
.b-tasks-right__body {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
.b-tasks-right__header {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 10px;
  margin-top: 60px;
}
.b-tasks-right__task {
  position: relative;
}
.b-tasks-right__task.complete .b-tasks-right__title {
  text-decoration: line-through;
}
.b-tasks-right__task.complete .b-tasks-right__comment {
  text-decoration: line-through;
}
.b-tasks-right__comment {
  min-width: 159px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-top-notice {
  display: none;
}
.top-notice .header {
  top: 50px;
}
.top-notice .page-container {
  padding-top: 50px !important;
}
.top-notice #b-top-notice {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #E5E9EC;
  height: 50px;
  z-index: 99999;
}
.top-notice #left-sidebar {
  top: 110px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-popover__balance #popover-body {
  padding: 9px 14px;
}
#b-popover__balance .block-inline {
  padding: 0 15px;
}
#b-popover__balance .block-inline:first-child {
  padding-left: 0;
}
#b-popover__balance .popover-title {
  padding: 14px;
  padding-bottom: 8px;
  border: none;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-popover__close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.b-cb-dialog-answer {
  padding: 15px;
}
.b-cb-dialog-answer .col-md-6 button {
  width: 100%;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-popover__comments_lead .popover-body {
  height: 200px;
}
#b-popover__comments_lead .popover-body .b-tasks__comments {
  padding: 10px;
}
#b-popover__comments_lead .popover-footer {
  padding: 10px;
}
#b-popover__comments_lead .b-tasks__comment {
  margin-bottom: 6px;
}
#b-popover__comments_lead .b-tasks__comment:last-child {
  margin-bottom: 0;
}
#b-popover__comments_lead .b-add-comment {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
#b-popover__comments_lead .b-add-comment .b-input {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 10px;
}
#b-popover__comments_lead .b-add-comment .b-input input {
  width: 100%;
}
#b-popover__comments_lead .b-add-comment .b-btn {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#constructor_checkbox {
  text-align: left;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-popover__contacts_phone .type {
  display: inline-block;
  width: 70px;
  font-weight: bold;
}
#b-popover__contacts_phone .number {
  display: inline-block;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-field-history-popover {
  text-align: left !important;
  background-color: #F6F6F6 !important;
}
.b-field-history-popover .popover-header {
  background: #fff !important;
}
#b-popover__field-history {
  position: relative;
  padding-top: 35px;
}
#b-popover__field-history .popover-header {
  text-align: left !important;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
#b-popover__field-history .popover-body {
  background-color: #F6F6F6;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#b-popover__field-history .popover-body > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0px 20px;
}
#b-popover__field-history .popover-body > ul > li {
  padding: 0;
}
#b-popover__field-history .popover-body > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
#b-popover__field-history .popover-body > ul > li:last-child {
  border-bottom: none;
}
#b-popover__field-history .popover-body .name,
#b-popover__field-history .popover-body .date {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
}
#b-popover__field-history .popover-body .name {
  margin-right: 5px;
}
#b-popover__field-history .popover-body .date {
  line-height: 17px;
}
#b-popover__field-history .popover-body .text {
  margin-top: 5px;
}
#b-popover__field-history .popover-body .text p {
  margin-bottom: 0;
  word-wrap: break-word;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.popover-nav li.leads-categories-list:not(:last-child) {
  padding-bottom: 0;
}
.popover-nav li.leads-categories-list .checkbox label::after {
  top: 0px;
  left: -24px;
}
.b-popover-leads__categories {
  display: block;
  padding: 5px;
  vertical-align: top;
  margin-bottom: 0;
  cursor: pointer;
}
.b-popover-leads__categories > span {
  display: inline-block;
  vertical-align: top;
}
.b-popover-leads__categories .checkbox {
  width: 20px;
  height: 20px;
}
.b-popover-leads__categories__title {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding-top: 3px;
}
.b-popover-leads__footer {
  padding: 15px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-leads__contacts {
  width: 100%;
  background-color: #f6f6f6;
}
.b-leads__contacts .block__header {
  width: 100%;
  background-color: #fff;
  padding: 15px 45px;
  color: #444;
}
.b-leads__contacts .block__body {
  width: 100%;
  padding: 0 40px 15px;
}
.b-leads__contacts .block__body__no-contacts {
  line-height: 240px;
}
.b-leads__contacts .block__body > .contact__item {
  padding-top: 15px;
}
.b-leads__contacts .block__body > .contact__item::after {
  display: block;
  content: ' ';
  width: 140%;
  background: #ddd;
  margin-left: -20%;
  height: 1px;
}
.b-leads__contacts .block__body > .contact__item:last-child::after {
  display: none;
}
.b-leads__contacts .block__body > .contact__item .param__avatar {
  vertical-align: top;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.b-leads__contacts .block__body > .contact__item .param__avatar > img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.b-leads__contacts .block__body > .contact__item .param__info {
  padding: 10px 10px 30px;
}
.b-leads__contacts .block__body > .contact__item .param__info li {
  position: relative;
}
.b-leads__contacts .block__body > .contact__item .param__info li .item-name {
  display: inline-block;
  width: 30%;
}
.b-leads__contacts .block__body > .contact__item .param__info li i {
  color: #aaa;
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
}
.b-leads__contacts .block__body > .contact__item .param__info li i:hover {
  color: #444;
}
.b-leads__contacts .block__body > .contact__item .param__info li i.sip-icon {
  right: 45px;
}
.b-leads__contacts .block__body > .contact__item .param__info li i.phone-icon {
  right: 25px;
}
.b-leads__contacts .block__body > .contact__item .param__info li i.sim-icon {
  right: 0;
}
.b-leads__contacts .block__body > .contact__item .param__info li .item-value {
  margin-right: 10px;
  color: #22262E;
}
.b-leads__contacts .block__body > .contact__item .param__info > ul {
  margin-top: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-leads__contacts .block__body > .contact__item .param__info > ul > li {
  padding: 0;
}
.b-leads__contacts .block__body > .contact__item .param__name {
  font-weight: bold;
  font-size: 14px;
}
.b-leads__contacts .block__body > .contact__item .param__name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.b-leads__contacts .block__body > .contact__item .param__inner-list {
  list-style: none;
}
.b-leads-contacts-popover-body {
  background-color: #f6f6f6;
}
.b-leads-contacts-popover-body.firefox-popover .param__info i {
  top: 5px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.js-popover {
  cursor: pointer;
}
.js-popover > i.fa-chevron-down {
  font-size: 8px;
  line-height: 13px;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 3px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-popover__payment-category .scroll-list {
  margin-top: 10px;
}
#b-popover__payment-category .b-popover__head {
  padding-bottom: 0;
  white-space: nowrap;
}
#b-popover__payment-category .b-popover__head input {
  width: 62%;
  margin-right: 5px;
}
#b-popover__payment-category .popover-body {
  padding: 10px;
}
#b-popover__payment-category .list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 2px;
}
#b-popover__payment-category .list > li {
  padding: 0;
}
#b-popover__payment-category .list > li {
  padding: 3px 0;
  white-space: nowrap;
}
#b-popover__payment-category .list > li .mode-edit {
  padding: 2px 0;
}
#b-popover__payment-category .list > li .mode-view {
  padding: 2px 0;
}
#b-popover__payment-category .list > li .mode-view .name {
  display: inline-block;
  width: 160px;
  font-size: 12px;
}
#b-popover__payment-category .list > li:hover .b-btns {
  display: inline-block;
}
#b-popover__payment-category .list > li .b-btns {
  display: none;
  /*padding: 5px 0;*/
  padding-left: 30px;
}
#b-popover__payment-category .list > li .b-btns span {
  display: inline-block;
  cursor: pointer;
  color: #ddd;
}
#b-popover__payment-category .list > li .b-btns span.save {
  color: #5bc85a;
}
#b-popover__payment-category .list > li .b-btns span i {
  font-size: 14px;
}
#b-popover__payment-category .list > li input {
  font-size: 12px !important;
  min-height: 30px;
  padding: 3px 10px !important;
  /*border: none !important;*/
}
#b-popover__payment-category .list > li .js-select {
  cursor: pointer;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-saved-filter {
  /*padding: 20px;*/
  padding: 20px;
}
.b-saved-filter > div {
  padding-bottom: 15px;
}
.b-saved-filter > div:last-child {
  padding: 0;
}
.b-saved-filter .btns {
  text-align: center;
}

#b-popover__sms_edit .popover-header {
  display: block;
  padding: 10px;
}
#b-popover__sms_edit .popover-header .b-popover__sms_edit-header {
  text-align: left;
  display: block;
  width: 100%;
}
#b-popover__sms_edit .popover-header .b-popover__sms_edit-header .b-popover__sms_send-avatar {
  display: inline-block;
}
#b-popover__sms_edit .popover-header .b-popover__sms_edit-header .b-popover__sms_send-name {
  display: inline-block;
}
#b-popover__sms_edit .popover-body {
  display: block;
  height: 190px;
  padding: 10px;
}
#b-popover__sms_edit .popover-body .b-popover__sms_edit-body {
  display: block;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
#b-popover__sms_edit .popover-body .b-popover__sms_edit-body .b-popover__sms_edit-text {
  width: 100%;
  height: 100px;
  resize: none;
}
#b-popover__sms_edit .popover-footer {
  display: block;
  padding: 10px;
}
#b-popover__sms_edit .popover-footer .b-popover__sms_edit-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
#b-popover__sms_edit .popover-footer .b-popover__sms_edit-footer .b-btn {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#b-popover__sms_edit .popover-footer .b-popover__sms_edit-footer .b-popover__sms-length {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 10px;
}
#b-popover__sms_edit .b-sms-complete {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}

.b-popover__staff-callto {
  display: flex !important;
}
.b-popover__staff-item {
  order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-basis: 20px;
  flex-shrink: 12;
  flex-grow: 12;
}
.b-popover__action-sip {
  padding: 7px 5px !important;
  order: 2;
  flex: 0 0 10px;
}
.b-popover__action-phone {
  padding: 7px 5px !important;
  order: 3;
  flex: 0 0 10px;
}
.b-popover__action-sim {
  padding: 7px 5px !important;
  order: 4;
  flex: 0 0 10px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-popover__table_show_column label {
  margin-bottom: 0;
}
#b-popover__table_show_column .sub_col_list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-top: 4px;
}
#b-popover__table_show_column .sub_col_list > li {
  padding: 0;
}
#b-popover__table_show_column .sub_col_list li {
  padding: 4px 0;
}

#tabs-popover {
  min-height: 300px;
  background: #F3F5F6;
  border-radius: 5px;
}
#tabs-popover .popover-body,
#tabs-popover .popover-body > div,
#tabs-popover .wrapper {
  min-height: inherit;
}
#tabs-popover .wrapper {
  display: flex;
}
#tabs-popover .tabs {
  width: 30%;
  background-color: #F3F5F6;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
#tabs-popover .tabs .tab,
#tabs-popover .tabs .tabs-title {
  display: block;
  border-bottom: 1px solid #e9e9e9;
  color: #999;
  padding: 10px;
}
#tabs-popover .tabs .tabs-title {
  text-align: center;
  cursor: default;
}
#tabs-popover .tabs .tab {
  position: relative;
  cursor: pointer;
}
#tabs-popover .tabs .tab.active,
#tabs-popover .tabs .tab:hover {
  background-color: #fff;
}
#tabs-popover .tabs .tab__add-btn {
  display: block;
  width: 80%;
  margin: 20px auto;
}
#tabs-popover .tabs .tab .count {
  position: absolute;
  background-color: #ddd;
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 10px;
  right: 8px;
  top: 10px;
}
#tabs-popover .regions {
  position: relative;
  width: 70%;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}
#tabs-popover .regions .delete {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 16px;
}
#tabs-popover .regions textarea {
  width: 100%;
  min-height: 120px;
  resize: none;
}
.no-dz-preview .dz-preview {
  display: none;
}

#telemark-logs-popover .logs-title {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
#telemark-logs-popover .logs-wrapper {
  height: 300px;
  overflow-y: auto;
  color: #6f7b8a;
  padding: 10px;
  background-color: #f6f6f6;
  border-radius: 0 0 3px 3px;
}
#telemark-logs-popover .logs-wrapper span {
  display: block;
}
.b-offer-file-area audio {
  margin-top: 10px;
  width: 100%;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-popover__wysiwyg_editor .popover-footer {
  background-color: #F0F0F0;
  text-align: right;
  padding: 10px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
@media only screen and (min-width: 1200px) {
  .row-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .row-flex > div[class*='col-'] {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    /*            .flex-direction(column);

            & .nav{
                .flex(0 1 auto);
            }

            & .tab-content{
                .flex(1 0 auto);
            }*/
  }
  .row-flex > div[class*='col-'] .grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .row-flex > div[class*='col-'] .grid .grid-title {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .row-flex > div[class*='col-'] .grid .grid-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .row-flex .row-fluid {
    width: 100%;
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-footer-btns {
  position: fixed;
  bottom: 0;
  left: 65px;
  right: 0;
  height: 81px;
  background-color: #fff;
  border-top: 1px solid #E5E9EC;
  z-index: 99999;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
}
#b-footer-btns .row {
  padding: 0 26px;
  overflow: hidden;
  height: 80px;
}
#b-footer-btns .row .b-footer-btns__inner {
  width: 100%;
  height: 100%;
  line-height: 78px;
  text-align: left;
  display: block;
}
#b-footer-btns .row .b-footer-btns__inner .spinner {
  display: none;
  float: left;
  margin: 30px 12px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
  border-image: none;
  border-radius: 10px 10px 10px 10px;
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  height: 14px;
  width: 14px;
}
#b-footer-btns .row .b-footer-btns__inner .btn {
  vertical-align: middle;
  margin: 0 4px;
}
@media (max-width: 900px) {
  #b-footer-btns {
    left: 0;
  }
  .sidebar-opened #b-footer-btns {
    left: 65px;
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-wrap__table {
  margin-bottom: 50px;
}
.b-grid {
  width: 700px;
  overflow: auto;
}
.b-grid__header {
  position: absolute;
  background-color: #ccc;
}
.b-grid__content {
  display: block;
  width: 2000px;
  height: 200px;
  overflow: auto;
}
.b-grid__row {
  display: table-row;
}
.b-grid__row:nth-child(2n) {
  background-color: #eee;
}
.b-grid__cell {
  display: inline-block;
  width: 80px;
  height: 30px;
  border: 1px solid #ccc;
}
.b-grid__cell-inner {
  display: block;
}
.b-grid__col-1 {
  width: 120px;
}
.b-grid__col-2 {
  width: 200px;
}
/*.b-table__header{
    margin-bottom: 20px;

    &_left{
        float: left;
        width: 50%;
    }

    &_right{
        float: right;
        width: 50%;
        text-align: right;
    }
}*/
.b-table__tools {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 4px;
}
.b-table__tools li {
  display: inline-block;
  margin-right: 5px;
}
.b-table__tools li i {
  width: 15px;
  cursor: pointer;
}
/*#jqw-table{
    min-height: 400px;
}*/
/*#columntablejqw-table div:first-child{
    display: none;
}*/
/*.jqx-grid-group-expand{
    display: none;
}*/
.test {
  background-color: red;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.header {
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  padding: 0 !important;
  margin: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 999;
  min-height: 60px;
  left: 0;
  -webkit-backface-visibility: hidden;
}
.header .navbar-inner {
  background-image: none !important;
  background-color: #ffffff !important;
  width: 100%;
  margin: 0;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
}
.header .navbar-inner [class*="span"] {
  min-height: 58px !important;
}
.header .btn-navbar {
  background-color: #1f1f1f !important;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 6px;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
  border: 0;
}
.header .btn-navbar:hover {
  text-decoration: none;
}
.header .nav {
  display: block;
}
.header .nav li.dropdown .dropdown-toggle i {
  color: #eff4f8 !important;
}
.header .nav li.dropdown.user .dropdown-toggle i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 16px;
  color: #808080 !important;
}
.header .nav > li {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  float: left;
}
.header .nav > li.dropdown .dropdown-toggle {
  margin: 0px;
}
.header .nav > li.dropdown .dropdown-toggle i {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
.header .nav > li.dropdown .dropdown-toggle .badge {
  position: absolute;
  font-size: 10px !important;
  font-weight: 600;
  top: 0px;
  right: 2px;
  text-align: center;
  background-color: #f35958;
  padding: 4px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  color: #ffffff;
}
.header .nav > li.dropdown .active {
  background-color: #0d0f12;
}
.header .nav > li.dropdown.user .dropdown-toggle {
  padding: 8px 4px 7px 9px;
}
.header .nav > li.dropdown.user .dropdown-toggle:hover {
  text-decoration: none;
}
.header .nav > li.quicklinks i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 14px;
  color: #656565 !important;
}
.header .nav > li.quicklinks > a {
  padding: 4px 2px !important;
}
.header .nav .h-seperate {
  height: 6px;
  width: 2px;
  margin: 0px 10px 0px 10px;
  border-left: 1px solid #e1e1e1;
  display: inline;
  position: relative;
  top: 2px;
}
.header .nav .dropdown-menu {
  margin-top: 3px;
}
.header .header-seperation {
  display: block;
  float: left;
  height: 60px;
}
.header .header-seperation .notifcation-center {
  margin-right: 15px !important;
}
.header .header-quick-nav {
  padding-right: 10px;
  height: 60px;
  -webkit-transition-duration: 1;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  border-bottom: 1px solid #E5E9EC;
}
.header .header-quick-nav input {
  height: 12px !important;
}
.header .notifcation-center {
  background-color: #1b1e24;
  margin-top: 12px;
  margin-right: 15px !important;
  display: inline-flex;
  display: -ms-flexbox;
  direction: ltr;
}
.header .notifcation-center li {
  min-width: 30px !important;
}
.header .notifcation-center li a {
  padding: 10px !important;
  min-height: 17.5px;
}
.header .notifcation-center li a i {
  font-size: 13px !important;
}
.header a {
  text-decoration: none;
}
.header .chat-toggler {
  position: relative;
  top: 10px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  min-width: 163px;
}
.header .chat-toggler .user-details {
  display: inline-block;
  float: left;
  line-height: 35px;
}
.header .chat-toggler .user-details .username a {
  color: #1b1e24;
  font-size: 15px;
}
.header .chat-toggler .user-details .company a {
  color: #8b8f92;
  font-weight: 400;
  text-align: right;
  font-size: 12px;
}
.header .chat-toggler .iconset {
  display: inline-block;
  float: left;
  margin: 15px 10px;
}
.header .chat-toggler .profile-pic {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  float: left;
}
.header .chat-toggler a {
  color: #1b1e24;
  font-size: 15px;
  display: inline-block;
  float: left;
}
.header .chat-toggler > i {
  color: #808080;
  text-align: right;
  font-size: 20px;
  position: relative;
  padding: 8px;
  top: 8px;
}
.header .chat-toggler .message-count {
  display: inline-block;
  float: left;
}
.header .chat-toggler .message-count .badge {
  position: absolute;
  float: left;
  right: 0;
  top: 0;
}
.header .chat-message-preview {
  border-left: 1px solid #e5e9ec;
  border-right: 1px solid #e5e9ec;
  padding: 4px 15px;
  margin-right: 12px;
}
.header .chat-message-preview .user-details {
  display: inline-block;
  float: left;
}
.header .chat-message-preview .user-details .username a {
  color: #22262e;
  font-weight: 600;
  text-align: right;
}
.header .chat-message-preview .profile-pic {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-left: 10px;
}
.header .chat-message-preview a {
  color: #6F7B8A;
}
.header .chat-message-preview .chat-message {
  color: #8b8f92;
  background-color: #e5e9ec;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.header .quick-section {
  margin-left: 20px;
  margin-top: 16px;
  display: none;
  float: left;
  direction: ltr;
}
.header .search-form {
  display: inline-block;
  float: left;
  margin-left: 25px !important;
  top: -4.5px;
  position: relative;
}
.header .popover-title {
  border-bottom: 0px;
  padding-top: 14px;
}
@media (max-width: 900px) {
  .top-settings-popover__security-btn {
    display: none !important;
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.lead-card-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.b-card {
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 12px;
  font-family: 'Open Sans';
  display: block;
  background-color: #e5e9ec;
}
.b-card .page-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  margin: 0;
}
.b-card .page-title i.icon-custom-left {
  color: #000;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
  font-size: 24px;
  font-weight: normal;
}
.b-card .page-title h3 {
  height: 36px;
  top: 0;
}
.b-card .page-title h3 input.lead-name {
  background-color: #e5e9ec;
  outline: none;
  border: none;
  vertical-align: middle;
}
.b-card .page-title .b-card__lead-date,
.b-card .page-title .b-card__actions-alt,
.b-card .page-title .js-page-title-alt,
.b-card .page-title .b-card__close-mobile {
  display: none;
}
.b-card .page-title__owner {
  display: none;
}
.b-card .b-card__header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-size: 13px;
  background-color: #fff;
}
.b-card .b-card__header .b-card__head_left {
  -webkit-flex: 12 0 440px;
  -ms-flex: 12 0 440px;
  flex: 12 0 440px;
  text-align: left;
  display: flex;
  align-items: center;
}
.b-card .b-card__header .b-card__head_left .b-card__actions {
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__header .b-card__head_right {
  -webkit-flex: 2 0 250px;
  -ms-flex: 2 0 250px;
  flex: 2 0 250px;
  line-height: 22px;
  text-align: right;
}
.b-card .b-card__header .b-card__head_right .b-card__owner_priority {
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__header .b-card__head_right .b-card__owner {
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__header .dropdown {
  margin-left: 10px;
  cursor: pointer;
}
.b-card .b-card__header .dropdown .dropdown-selected {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  vertical-align: top;
}
.b-card .b-card__header .dropdown ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 270px;
}
.b-card .b-card__header .dropdown-menu.opened {
  max-height: 400px;
  overflow-y: auto;
}
.b-card .b-card__owner .dropdown-toggle {
  display: inline-block;
}
.b-card .b-card__owner .dropdown-toggle .dropdown-selected {
  max-width: 210px;
  margin: 0;
  display: inline-block;
}
.b-card .b-card__owner .select2 {
  text-align: left;
  overflow: hidden;
  width: auto !important;
}
.b-card .b-card__owner .select2-selection__rendered {
  white-space: unset !important;
}
.b-card .b-card__owner .select2-container--open + .select2-container--open {
  width: 200px;
  left: auto !important;
  right: 0;
  text-align: left;
}
.b-card .b-card__owner .select2-results__options {
  overflow-x: hidden;
}
.b-card .b-card__owner .select2-results__option {
  padding-right: 16px;
}
.b-card .b-card__content {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
  overflow-x: hidden;
}
.b-card .b-card__content .scroll-x {
  display: none;
}
.b-card .b-card__content .b-card__sidebar_left {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 320px;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
}
.b-card .b-card__content .b-card__sidebar_left.ui-resizable {
  position: relative;
}
.b-card .b-card__content .b-card__sidebar_left .ui-resizable-e {
  cursor: e-resize;
  display: block!important;
  width: 10px;
  right: -10px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  font-size: 0.1px;
  touch-action: none;
}
.b-card .b-card__content .b-card__sidebar_left .nav-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  justify-content: space-around;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.b-card .b-card__content .b-card__sidebar_left .nav-tabs > li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  text-align: center;
  border-left: 1px solid #dfdfdf;
  cursor: pointer;
}
.b-card .b-card__content .b-card__sidebar_left .nav-tabs > li > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 10px;
  font-size: 14px;
  background-color: #f5f5f5;
  box-shadow: none;
}
.b-card .b-card__content .b-card__sidebar_left .nav-tabs > li:first-child {
  border-left: none;
}
.b-card .b-card__content .b-card__sidebar_left .nav-tabs > li:hover a {
  background-color: #fff;
}
.b-card .b-card__content .b-card__sidebar_left .nav-tabs > li.active a,
.b-card .b-card__content .b-card__sidebar_left .nav-tabs > li.active:hover {
  background-color: #ffffcc;
  color: #777;
}
.b-card .b-card__content .b-card__sidebar_left .nav-tabs .tab_lead_feed {
  display: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  height: 100vh;
  max-height: calc(100vh - 196px);
  margin: 0;
  overflow-y: auto;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  background-color: #fff;
  overflow: visible;
  z-index: 1;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .field-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background: #fff;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .field-row:last-child {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -o-flex-align: flex-start;
  align-items: flex-start;
  touch-action: auto !important;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field:last-child {
  border-bottom: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__title {
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 32px;
  padding: 0;
  padding-left: 15px;
  line-height: 32px;
  border: none;
  background: none;
  overflow: hidden;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__title h3 {
  width: 100%;
  margin: 0;
  margin-top: -4px;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__title h3 span {
  max-width: none;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__title h3 span.js-popover {
  display: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body {
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 32px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_funnel .js-show-popover {
  margin: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_funnel .js-show-popover .label {
  font-size: 12px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_funnel .b-field__body__crater-link {
  display: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.cats {
  text-align: left;
  overflow: hidden;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.cats ul > li {
  margin-right: 2px;
  margin-left: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user {
  width: auto;
  height: auto;
  margin: 0;
  line-height: 40px;
  text-align: left;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .date-text {
  margin: 0;
  margin-top: -4px;
  padding: 4px 8px;
  line-height: 26px;
  vertical-align: middle;
  float: none;
  display: inline-block;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .icon {
  height: 15px;
  margin: 0;
  display: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .js-datepicker-area {
  position: static;
  height: 40px;
  margin: 0;
  line-height: 40px;
  float: none;
  text-align: left;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .js-datepicker-area .k-datetimepicker {
  width: 210px;
  margin: 0;
  padding: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .js-datepicker-area .k-datetimepicker .k-picker-wrap {
  padding-right: 70px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .js-datepicker-area .k-datetimepicker .k-picker-wrap input {
  width: 135px;
  font-size: 14px !important;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_map {
  overflow: initial;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_map .map-block {
  margin: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_map .map-block input {
  width: 100%;
  font-size: 14px;
  text-align: left;
  background-color: #f6f6f6;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_map .map-block ul.js-list-result {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-height: 170px;
  padding: 10px 8px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  overflow-y: auto;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_map .map-block ul.js-list-result li {
  margin: 2px auto;
  padding: 7px 10px;
  background-color: #fff;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_map #map {
  margin: 0;
  margin-bottom: 15px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_text .text-small {
  margin: 0;
  line-height: 40px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_text .text-small input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 4px 8px !important;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_text .text-small input:hover {
  background-color: #FFFFCC;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_textarea .text-wysiwyg {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_textarea .text-wysiwyg .editor-text {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  max-width: none;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  color: #6f7b8a;
  word-break: break-all;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_textarea .text-wysiwyg .editor-text:hover {
  background-color: #FFFFCC;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_textarea .text-wysiwyg .editor-text * {
  word-break: break-all;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_textarea .text-wysiwyg .js-show-editor.js-help {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: -4px;
  padding: 6px 11px !important;
  line-height: 26px;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_textarea .text-wysiwyg .js-show-editor.js-help:hover {
  background-color: #FFFFCC;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_textarea .mce-tinymce {
  margin: 0;
  margin-bottom: 10px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_textarea:hover .text-wysiwyg {
  background-color: transparent;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.number .text-small,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.funnel_margin .text-small {
  width: auto;
  height: auto;
  margin: 0;
  line-height: 40px;
  text-align: left;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.number .text-small input,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.funnel_margin .text-small input {
  width: 170px;
  height: auto;
  margin: 0;
  margin-top: -4px;
  padding: 4px 11px !important;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
  text-align: left;
  text-overflow: ellipsis;
  -moz-appearance: textfeald;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.number .text-small input::-webkit-inner-spin-button,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.funnel_margin .text-small input::-webkit-inner-spin-button,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.number .text-small input::-webkit-outer-spin-button,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.funnel_margin .text-small input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.progressbar {
  overflow: hidden;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.progressbar .progress-slider {
  width: 100%;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.progressbar .value {
  top: -1px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.file {
  text-align: left;
  line-height: 1em;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.file .btn {
  width: auto;
  height: auto;
  margin: 10px 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.file .b-file__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.file .b-file__list li {
  width: 100%;
  margin: 0;
  line-height: 30px;
  display: inline-block;
  white-space: nowrap;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.file .b-file__list li .b-luu__desc-inner {
  width: 100%;
  white-space: nowrap;
  text-align: left;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.file .b-file__list li .b-luu__desc-inner .b-luu__filename {
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.file .b-file__list li .b-luu__desc-inner i {
  margin-right: -10px;
  padding: 10px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.section_map,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.section_conv_text,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.section_conv_textarea,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.section_file,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.conv_cats {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.failed {
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-flex-align: normal;
  -o-flex-align: normal;
  align-items: normal;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.failed .b-field__title {
  background-color: #FCF6F6;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.failed .b-field__body .validation-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  margin: 0;
  white-space: nowrap;
  justify-content: flex-start;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.failed .b-field__body .validation-text .field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
@media (max-width: 380px) {
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__title h3 {
    font-size: 12px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body {
    font-size: 13px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_funnel .js-show-popover .label {
    font-size: 11px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .date-text {
    margin: 0;
    margin-top: -4px;
    padding: 4px 8px;
    line-height: 26px;
    vertical-align: middle;
    float: none;
    display: inline-block;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .js-datepicker-area .k-datetimepicker {
    width: 170px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .js-datepicker-area .k-datetimepicker .k-picker-wrap {
    padding-right: 64px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.date .b-leads__datetime_user .js-datepicker-area .k-datetimepicker .k-picker-wrap input {
    width: 104px;
    font-size: 11px !important;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_text .text-small input {
    font-size: 13px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_textarea .text-wysiwyg .editor-text {
    font-size: 12px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.conv_map .map-block input {
    font-size: 13px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.number .text-small input,
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.funnel_margin .text-small input {
    font-size: 13px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field .b-field__body.file .btn {
    font-size: 12px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-field.failed .b-field__body .validation-text {
    font-size: 11px;
  }
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-card__fields-empty {
  position: relative;
  text-align: center;
  padding: 2em 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile {
  height: 100%;
  padding: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .b-cs-line {
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .head {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 30px;
  padding: 0 10px;
  justify-content: space-between;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .head label {
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .head label.b-cs-toggle {
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  min-width: 72px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .head label.b-cs-name {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .head label.b-cs-name input[type="checkbox"] {
  top: 0;
  margin: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .head .icons {
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  min-width: 72px;
  margin: 0;
  display: block;
  visibility: visible;
  white-space: nowrap;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .head .icons .btn-call {
  width: 30px;
  height: 30px;
  margin: 0;
  margin-left: 6px;
  padding: 2px 8px;
  line-height: 24px;
  font-size: 16px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .head .icons .btn-call label {
  margin-top: -2px !important;
  padding: 0;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .head:hover {
  background-color: #FFFFCC;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body {
  padding: 0 9px;
}
@media (max-width: 400px) {
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body {
    padding: 0;
  }
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__contact-hidden-field {
  display: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body.b-csb__contact-fields-visible .b-csb__contact-hidden-field {
  display: flex;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  padding-bottom: 3px;
  touch-action: auto !important;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row:first-child {
  border-top: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__title {
  flex: 0 0 170px !important;
  width: auto;
  min-width: 92px;
  margin: 0;
  padding: 0 6px 0 20px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__title .collapsing,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__title .dropdown,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__title .dropup {
  padding: 0 4px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__title .collapsing i,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__title .dropdown i,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__title .dropup i {
  float: right;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__title span {
  width: auto;
  padding: 10px 0 !important;
  padding-right: 2px !important;
  font-size: 13px;
  white-space: normal;
}
@media (max-width: 900px) {
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__title {
    flex: 0 0 100px !important;
  }
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  white-space: nowrap;
  text-align: right;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text input {
  width: 100%;
  height: 36px;
  min-height: 36px;
  padding: 3px 4px !important;
  line-height: 36px;
  font-size: 13px;
  text-align: left;
  display: inline-block;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text input:-moz-placeholder {
  color: #b7b7b7;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text input::-moz-placeholder {
  color: #b7b7b7;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text input:-ms-input-placeholder {
  color: #b7b7b7;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text input::-webkit-input-placeholder {
  color: #b7b7b7;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text .b-lpt__phoneinput .b-lpt__phoneinput-flag {
  top: 50%;
  margin-top: -6px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text .b-lpt__phoneinput .b-lpt__phoneinput-flag i {
  margin-left: 23px;
  margin-top: -1px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text .b-lpt__phoneinput .b-lpt__phoneinput-input {
  padding-left: 38px !important;
  min-width: 100px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text .icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
  margin-left: 4px;
  text-align: right;
  float: none;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text .btn-call {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: transparent !important;
  text-overflow: clip;
  cursor: pointer;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text .btn-call i {
  padding: 5px;
  line-height: normal;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text .btn-call i:hover {
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
  border-radius: 5px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text .btn-call-copy {
  display: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row .b-csb__text:hover .btn-call-copy {
  display: inherit;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row.b-row__avatar {
  margin-bottom: 10px;
  border-top: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row.b-row__avatar .b-csb__title {
  width: 50%;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row.b-row__avatar .b-csb__text {
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  width: 50%;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row.b-row__avatar .b-csb__text .user-photo {
  left: -60px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row.b-row__name .b-csb__text .offset-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 84px;
  margin: 0;
  margin-left: 4px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row.b-row__add-btns .b-csb__title {
  -webkit-flex: 0 !important;
  -ms-flex: 0 !important;
  flex: 0 !important;
  min-width: auto;
  padding: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row.b-row__add-btns .b-csb__text {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  padding-top: 10px;
  justify-content: center;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__row.b-row__add-btns .b-csb__text .btn {
  width: 160px;
  margin: 5px !important;
  font-size: 14px;
  line-height: 26px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields {
  border-top: none;
  max-height: 100%;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields.close {
  max-height: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__title {
  width: 92px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__title .row-fluid {
  padding: 0 4px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__title input {
  width: 100%;
  font-size: 14px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .b-csb__custom-field {
  overflow: hidden;
  width: 164px;
  padding: 3px 4px;
  font-size: 13px;
  color: #b7b7b7;
  text-align: left;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .k-datetimepicker {
  height: 38px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .k-datetimepicker .k-picker-wrap {
  height: 38px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .k-datetimepicker .k-picker-wrap .k-input {
  width: 164px !important;
  padding: 0 3px !important;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .k-datetimepicker .k-picker-wrap .k-select {
  height: 36px;
  line-height: 34px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .collapsing,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .dropdown,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .dropup {
  width: 155px;
  padding: 0 0 0 6px;
  font-size: 13px;
  text-align: left;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .collapsing > span > span,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .dropdown > span > span,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .dropup > span > span {
  color: #b7b7b7;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .collapsing i,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .dropdown i,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .dropup i {
  color: #b7b7b7;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
  margin-left: 4px;
  text-align: right;
  float: none;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-contacts-list .body .b-csb__customFields .b-csb__row .b-csb__text .icons .btn-call {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  line-height: 24px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-concard__block_btn {
  width: 150px;
  text-align: center;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__profile section.b-is__contacts .b-concard__block_btn .btn {
  font-size: 14px;
  line-height: 26px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt {
  padding: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block {
  padding: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__title,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__title {
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  width: 50%;
  padding: 0 8px;
  font-size: 14px;
  text-align: left;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__title span,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__title span {
  width: auto;
  white-space: normal;
  text-overflow: clip;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__title span .datetime-label,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__title span .datetime-label {
  margin: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text {
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  width: 50%;
  padding: 0;
  padding-right: 15px;
  font-size: 14px;
  text-align: right;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .datetime-label,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .datetime-label {
  margin: 0;
  font-size: 14px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .datetime-label input,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .datetime-label input {
  font-size: 14px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .k-datetimepicker,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .k-datetimepicker {
  height: 44px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .k-datetimepicker .k-picker-wrap,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .k-datetimepicker .k-picker-wrap {
  height: 44px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .k-datetimepicker .k-picker-wrap .k-input,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .k-datetimepicker .k-picker-wrap .k-input {
  height: 32px;
  font-size: 14px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .k-datetimepicker .k-picker-wrap .k-select,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .k-datetimepicker .k-picker-wrap .k-select {
  display: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .b-csb__row__source-icon,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-cs-block .b-csb__row .b-csb__text .b-csb__row__source-icon {
  display: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .b-csb__text span,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .b-csb__text span {
  padding: 10px 2px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source section.b-is__statistic .alert,
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__source-alt section.b-is__statistic .alert {
  margin: 15px 35px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments {
  padding: 0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments .b-card__payments-block .b-card-payments-list {
  position: absolute;
  width: 100%;
  height: calc(100% - 46px);
  overflow: hidden;
  overflow-y: auto;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments .b-card__payments-block .b-card-payments-list .b-cs-block .b-csb__call {
  margin: 0 20px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments .b-card__payments-block .b-card-payments-list .b-cs-block .b-csb__call .info {
  width: 100%;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments .b-card__payments-block .b-card-payments-list .b-cs-block .b-csb__call .info .delete {
  top: 0;
  font-size: 14px;
  color: #ccc;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments .b-card__payments-block .b-card-payments-list .b-cs-block .b-csb__call .info .delete:hover {
  color: #aaa;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments .b-card__payments-block .b-card-payments-list .b-cs-block .b-csb__call .info .item-content .category span {
  max-width: 90px;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments .b-card__payments-block .b-card-payments-list .b-cs-block:last-child .b-csb__call {
  border-bottom: none;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments .b-card__payments-block .b-card-payments__footer {
  position: absolute;
  width: 100%;
  height: 46px;
  bottom: 0;
  padding: 10px 15px;
  background: #f5f5f5;
  border-top: 1px solid #f0f0f0;
}
.b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__payments .b-card__payments-block .b-card-payments__header {
  padding: 10px 15px;
}
.sidecard-region .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  max-height: calc(100vh - 144px);
}
body.visible-alert .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  max-height: calc(100vh - 211px);
}
body.visible-alert .sidecard-region .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  max-height: calc(100vh - 211px);
}
.b-card .b-card__content .b-card__feed,
.b-card .b-card__content .b-card__sidebar_main {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  min-width: 375px;
}
.b-card .b-card__content .b-card__feed .b-card__sidebar-inner,
.b-card .b-card__content .b-card__sidebar_main .b-card__sidebar-inner {
  width: 100%;
  height: 100%;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: calc(100vh - 200px);
  height: 100%;
  min-height: 100%;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__loader,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task {
  position: relative;
  width: 100%;
  height: 58px;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #f0f0f0;
  justify-content: flex-start;
  overflow: hidden;
  cursor: pointer;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task .b-activity-ico,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task .b-activity-ico {
  padding: 4px 5px;
  font-size: 36px;
  line-height: 36px;
  color: #e3e3e3;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task .b-activity-ico i,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task .b-activity-ico i {
  display: inline-block;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task .b-activity-ico i:before,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task .b-activity-ico i:before {
  content: "\f05d";
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task .b-activity-content,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task .b-activity-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task .b-activity-content .b-activity-info,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task .b-activity-content .b-activity-info {
  padding: 0 5px;
  padding-top: 4px;
  font-size: 11px;
  color: #a7a7a7;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task .b-activity-content .b-activity-info .activity-date,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task .b-activity-content .b-activity-info .activity-date {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task .b-activity-content .b-activity-info .activity-user,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task .b-activity-content .b-activity-info .activity-user {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task .b-activity-content .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task .b-activity-content .b-activity-description {
  width: 100%;
  padding: 0 5px;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: line-through;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-task:hover,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-task:hover {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-feed,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-feed {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  justify-content: flex-start;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-feed .b-activity-ico,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-feed .b-activity-ico {
  width: 40px;
  padding: 4px 5px;
  padding-top: 6px;
  display: inline-block;
  vertical-align: top;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-feed .b-activity-ico .img,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-feed .b-activity-ico .img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-size: 100%;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-feed .b-activity-content,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-feed .b-activity-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 50px);
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-info,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-info {
  padding: 0 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  color: #b7b7b7;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-info .activity-date,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-info .activity-date {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-info .activity-user,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-info .activity-user {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-description {
  width: 100%;
  margin-left: 6px;
  padding: 0;
  padding-right: 10px;
  font-size: 12px;
  overflow: hidden;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-description .activity_line,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-feed .b-activity-content .b-activity-description .activity_line {
  margin: 0;
  padding: 2px 0 2px 15px;
  font-size: 12px;
  font-style: oblique;
  word-wrap: break-word;
  border-left: 3px solid #e9e9e9;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px 10px;
  background: #feecb3;
  border: 1px solid #f0f0f0;
  justify-content: flex-start;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-ico,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-ico {
  width: 40px;
  padding: 4px 5px;
  padding-top: 6px;
  display: inline-block;
  vertical-align: top;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-ico .img,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-ico .img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-size: 100%;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: calc(100% - 40px);
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-info,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-info {
  padding: 0 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  color: #b7b7b7;
  white-space: nowrap;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-info .activity-date,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-info .activity-date {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-info .activity-user,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-info .activity-user {
  max-width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-description {
  position: relative;
  width: 100%;
  padding: 0 5px;
  font-size: 12px;
  overflow: hidden;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-description .description-edit-area,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-description .description-edit-area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 5px !important;
  font-size: 12px;
  line-height: 15px;
  background: #fff;
  border: none;
  resize: none;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-description .text,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-description .text {
  white-space: pre-wrap;
  min-height: 20px;
  font-size: 12px;
  line-height: 1.5;
  border: none;
  outline: none;
  word-break: break-word;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-controlls,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-controlls {
  position: absolute;
  right: 5px;
  top: 6px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-controlls i,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-controlls i {
  margin-left: 5px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-controlls i:hover,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-activity-controlls i:hover {
  color: #aaa;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-comment-edit-btns,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-comment-edit-btns {
  padding: 8px 4px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-comment-edit-btns .btn,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-comment .b-activity-content .b-comment-edit-btns .btn {
  margin-right: 5px;
  font-size: 11px;
  line-height: 16px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  justify-content: flex-start;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .activity-call__load-btn,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .activity-call__load-btn {
  font-size: 16px;
  color: #ddd;
  cursor: pointer;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .activity-call__load-btn:hover,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .activity-call__load-btn:hover {
  color: #aaa;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-ico,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-ico {
  width: 40px;
  padding: 4px 5px;
  padding-top: 6px;
  display: inline-block;
  vertical-align: top;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-ico .img,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-ico .img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-size: 100%;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(100% - 40px);
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  padding: 0 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  color: #b7b7b7;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-left,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-left {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  white-space: nowrap;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-left .activity-date,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-left .activity-date {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-left .activity-user,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-left .activity-user {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-center,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-center {
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  text-align: center;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-right,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-right {
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  text-align: right;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-right .load-btn,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-right .load-btn {
  color: #ddd;
  cursor: pointer;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-right .load-btn:hover,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-info .info-right .load-btn:hover {
  color: #aaa;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -o-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 5px;
  font-size: 12px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-left,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-left {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 120px);
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-left .btn-play,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-left .btn-play {
  margin-right: 5px;
  font-size: 14px;
  color: #ddd;
  cursor: pointer;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-left .btn-play:hover,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-left .btn-play:hover {
  color: #aaa;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-left .call-label,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-left .call-label {
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-center,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-center {
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  text-align: center;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-center .call-type,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-center .call-type {
  padding: 2px 5px;
  color: #8b878b;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #b2b5b9;
  border-radius: 2px;
  display: inline-block;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-right,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  justify-content: flex-end;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-right .activity-call__call-type,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-right .activity-call__call-type {
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  padding: 2px 5px;
  color: #8b878b;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #b2b5b9;
  border-radius: 2px;
  display: inline-block;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-right .activity-call__load-btn,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-call .b-activity-content .b-activity-description .description-right .activity-call__load-btn {
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  text-align: left;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px 10px;
  justify-content: flex-start;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-ico,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-ico {
  width: 40px;
  padding: 4px 5px;
  padding-top: 6px;
  display: inline-block;
  vertical-align: top;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-ico .img,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-ico .img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-size: 100%;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: calc(100% - 40px);
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-info,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-info {
  padding: 0 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  color: #b7b7b7;
  white-space: nowrap;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-info .activity-date,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-info .activity-date {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-info .activity-user,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-info .activity-user {
  max-width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-description {
  position: relative;
  font-size: 12px;
  overflow: hidden;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  width: auto;
  float: left;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-description .text,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message .b-activity-content .b-activity-description .text {
  white-space: pre-wrap;
  min-height: 20px;
  font-size: 12px;
  line-height: 1.5;
  border: none;
  outline: none;
  word-break: break-word;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message.incoming .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message.incoming .b-activity-description {
  background-color: #EDF8FE;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message.outgoing,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message.outgoing {
  flex-direction: row-reverse;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message.outgoing .b-activity-info,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message.outgoing .b-activity-info {
  text-align: right;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message.outgoing .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message.outgoing .b-activity-description {
  float: right;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message.outgoing .b-activity-description.comment,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message.outgoing .b-activity-description.comment {
  background-color: #fff7ef;
  border-color: #e8dac9;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-item-activity.activity-chat-message.outgoing .b-activity-description.pending,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-item-activity.activity-chat-message.outgoing .b-activity-description.pending {
  background-color: #d1dade;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding-bottom: 130px;
  overflow: hidden;
  overflow-y: auto;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper--btns-visible,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper--btns-visible {
  padding-bottom: 168px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar-empty,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar-empty {
  position: relative;
  padding: 20px;
  font-size: 14px;
  color: #aaa;
  justify-content: center;
  display: flex;
  height: 100%;
  align-items: center;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks {
  position: relative;
  width: 100%;
  z-index: 1;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks {
  height: 100%;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block {
  position: relative;
  width: calc(100% - 30px);
  height: 68px;
  left: 15px;
  padding: 0;
  padding-top: 10px;
  display: inline-block;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block:first-child,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block:first-child {
  padding-top: 15px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity .b-activity-ico,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity .b-activity-ico {
  color: #fa7e86;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity .b-activity-ico i:before,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity .b-activity-ico i:before {
  content: "\f05c";
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity .b-activity-description {
  text-decoration: none;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity.fixedBlock,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity.fixedBlock {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  border: 1px solid #f3adbd;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity.fixedBlock:hover,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__lateTasks .b-card__section-lateTasks .b-cs-block .b-item-activity.fixedBlock:hover {
  background: #fffafa;
  border: 1px solid #f3adbd;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body {
  position: relative;
  width: 100%;
  top: 0;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body .b-card__section-activity,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body .b-card__section-activity {
  height: 100%;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body .b-card__section-activity .b-cs-block,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body .b-card__section-activity .b-cs-block {
  position: relative;
  width: calc(100% - 30px);
  min-height: 36px;
  left: 15px;
  padding: 5px 0;
  padding-top: 10px;
  display: inline-block;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body .b-card__section-activity .b-cs-block:first-child,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body .b-card__section-activity .b-cs-block:first-child {
  padding-top: 20px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body .b-card__section-activity .b-cs-block:last-child .b-item-activity.activity-call,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__body .b-card__section-activity .b-cs-block:last-child .b-item-activity.activity-call {
  border-bottom: none;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
  width: calc(100% - 30px);
  left: 15px;
  padding: 5px 0;
  display: inline-block;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-height: 122px;
  background: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  overflow-y: auto;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block {
  position: relative;
  height: 30px;
  cursor: pointer;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 30px;
  padding: 5px 10px;
  border: none;
  background: none;
  justify-content: flex-start;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-ico,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-ico {
  margin-right: 10px;
  font-size: 20px;
  color: var(--main-btn-color);
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-ico i:before,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-ico i:before {
  content: "\f017";
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-content,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  height: 24px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-content .b-activity-info,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-content .b-activity-info {
  min-width: 110px;
  padding: 0 5px;
  font-size: 12px;
  color: #a7a7a7;
  white-space: nowrap;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-content .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity .b-activity-content .b-activity-description {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  padding: 0 5px;
  font-size: 12px;
  color: #777;
  overflow: hidden;
  text-decoration: none;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity.today .b-activity-content .b-activity-info,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity.today .b-activity-content .b-activity-info {
  color: #0ca599;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity.today .b-activity-content .b-activity-description,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block .b-item-activity.today .b-activity-content .b-activity-description {
  color: #0ca599;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block:hover,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks .b-cs-block:hover {
  background: #f0f0f0;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks:empty,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks .b-card__section-currentTasks:empty {
  border: none;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks.active,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper .b-card-sidebar__currentTasks.active {
  opacity: 1;
  visibility: visible;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 0;
  padding: 10px 0;
  padding-top: 5px;
  z-index: 99;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  background-color: #fef6d9;
  border: 1px solid #e0e0e0;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner.chat,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner.chat {
  background-color: #fff;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea {
  -webkit-overflow-scrolling: initial;
  overflow: hidden;
  overflow-y: auto;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls {
  margin-bottom: 22px;
  display: block;
  width: 100%;
  clear: both;
  float: left;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .controlls-label,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .controlls-label {
  color: #0ca599;
  text-decoration: underline;
  cursor: pointer;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list {
  float: left;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list li,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list li {
  padding-right: 5px;
  float: left;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list li a,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list li a {
  color: #737376;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list li.active,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list li.active {
  border-bottom: 2px solid #2f73f6;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list li.active a,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-controlls .b-footer-controlls-list li.active a {
  color: #2f73f6;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-editable-area,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-editable-area {
  clear: both;
  min-height: 50px;
  max-height: 300px;
  overflow-y: auto;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-editable-area:focus,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-editable-area:focus,
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-editable-area:active,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-editable-area:active {
  border: none;
  outline: none;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-editable-area:not(:focus):empty:before,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-texarea .b-footer-editable-area:not(:focus):empty:before {
  display: inline-block;
  content: attr(data-hint);
  white-space: pre;
  text-transform: lowercase;
  pointer-events: none;
  cursor: text;
  color: #aeaeae;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-comments-btns,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-comments-btns {
  margin-left: 1px;
  margin-top: 10px;
  text-align: left;
  display: none;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-comments-btns .btn,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-comments-btns .btn {
  margin-right: 10px;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-comments-overlay,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-comments-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
@media (max-width: 480px) {
  .b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper,
  .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper {
    padding-bottom: 152px !important;
  }
  .b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__wrapper--btns-visible,
  .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__wrapper--btns-visible {
    padding-bottom: 190px !important;
  }
  .b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer,
  .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer {
    position: fixed;
    bottom: 65px;
  }
  .b-card .b-card__content .b-card__feed .b-card-sidebar .b-card-sidebar__footer:focus-within,
  .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .b-card-sidebar__footer:focus-within {
    bottom: 15px;
  }
}
.b-card .b-card__content .b-card__feed .b-card-sidebar.locked .b-card-sidebar__footer,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar.locked .b-card-sidebar__footer {
  opacity: 0.4;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar.locked .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-comments-overlay,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar.locked .b-card-sidebar__footer .b-card-sidebar__footer-inner .b-footer-comments-overlay {
  display: block;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar .scrollbar-inner > .scroll-element .scroll-bar,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: transparent !important;
  transition: background-color 0.3s;
  opacity: 0.7;
}
.b-card .b-card__content .b-card__feed .b-card-sidebar:hover .scrollbar-inner > .scroll-element .scroll-bar,
.b-card .b-card__content .b-card__sidebar_main .b-card-sidebar:hover .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #6C6E71 !important;
}
body.visible-alert .b-card .b-card__content .b-card__feed .b-card-sidebar,
body.visible-alert .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
  max-height: calc(100vh - 205px);
}
body.visible-alert .sidecard-region .b-card .b-card__content .b-card__feed .b-card-sidebar,
body.visible-alert .sidecard-region .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
  max-height: calc(100vh - 89px);
}
.b-card .b-card__content .b-card__feed .card_sidebar_preloader,
.b-card .b-card__content .b-card__sidebar_main .card_sidebar_preloader {
  position: relative;
}
.b-card .b-card__content .b-card__feed .loading-animator,
.b-card .b-card__content .b-card__sidebar_main .loading-animator {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
}
.b-card .b-card__content .b-card__feed .b-csb__funnel-empty,
.b-card .b-card__content .b-card__sidebar_main .b-csb__funnel-empty,
.b-card .b-card__content .b-card__feed .b-csb__call-empty,
.b-card .b-card__content .b-card__sidebar_main .b-csb__call-empty {
  padding: 20px;
  text-align: center;
}
.b-card .b-card__content .b-card__feed .b-csb__row,
.b-card .b-card__content .b-card__sidebar_main .b-csb__row {
  justify-content: start;
}
.b-card .b-card__content .b-csb__call_audio {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 900px) {
  .b-card {
    -webkit-overflow-scrolling: touch;
    min-height: auto !important;
    padding: 0 !important;
  }
  .b-card .page-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0 10px;
    padding-bottom: 1px;
    line-height: 40px;
    letter-spacing: 0;
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9;
  }
  .b-card .page-title #js-page-title {
    display: none;
  }
  .b-card .page-title .js-page-title-alt {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 120px);
    max-width: 50%;
    margin: 0;
    padding: 0 4px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .b-card .page-title .js-page-title-alt .js-page-title-inner {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: text;
  }
  .b-card .page-title .js-page-title-alt .js-leadName-input {
    display: none;
  }
  .b-card .page-title .js-page-title-alt .js-leadName-input input {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: -3px;
    padding: 4px 11px !important;
    color: #6f7b8a !important;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .b-card .page-title .b-card__title-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4px;
    text-align: right;
    white-space: nowrap;
  }
  .b-card .page-title .b-card__title-right .b-card__lead-date {
    display: inline-block;
  }
  .b-card .page-title .b-card__title-right .b-card__lead-date .openDate {
    margin-top: 1px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  .b-card .page-title .b-card__title-right .b-card__lead-date i {
    margin: 0;
    margin-right: 4px;
    padding: 0;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
  }
  .b-card .page-title .b-card__title-right .b-card__actions-alt {
    display: inline-block;
    cursor: pointer;
  }
  .b-card .page-title .b-card__title-right .b-card__actions-alt .b-actions-owerlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
  }
  .b-card .page-title .b-card__title-right .b-card__actions-alt .dropdown-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    left: auto;
    right: 0;
  }
  .b-card .page-title .b-card__title-right .b-card__close-mobile {
    display: inline-block;
  }
  .b-card .page-title .fa.ico-back,
  .b-card .page-title .fa.ico-actions {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    top: 0;
    margin: 0;
    padding: 10px 15px;
    font-size: 20px;
    float: none;
    vertical-align: middle;
    display: inline-block;
  }
  .b-card .page-title .fa.ico-back:hover,
  .b-card .page-title .fa.ico-actions:hover {
    color: var(--main-btn-color);
  }
  .b-card .page-title__owner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 40px;
    letter-spacing: 0;
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9;
  }
  .b-card .page-title__owner .b-field__title {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    min-height: 32px;
    padding: 0 8px;
    line-height: 32px;
    text-align: left;
    border: none;
    background: none;
  }
  .b-card .page-title__owner .b-field__title h3 {
    margin: 0;
    margin-top: -4px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
  }
  .b-card .page-title__owner .b-field__title h3 span {
    max-width: none;
    vertical-align: middle;
  }
  .b-card .page-title__owner .b-field__body {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    min-height: 32px;
    padding: 0;
    line-height: 38px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
  }
  .b-card .page-title__owner .b-field__body .b-owner-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: block;
  }
  .b-card .page-title__owner .b-field__body .b-owner-toggle .b-owner-wrapper {
    padding-right: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .b-card .page-title__owner .b-field__body .b-owner-name {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 270px;
    width: 100%;
    margin: 0;
    padding: 8px 4px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .b-card .page-title__owner .b-field__body .b-owner-name:hover {
    background-color: #FFFFCC;
  }
  .b-card .page-title__owner .b-field__body .b-owner-list {
    max-width: 100%;
    max-height: 300px;
    left: auto;
    right: 0;
    font-size: 13px;
    overflow-y: auto;
  }
  .b-card .page-title__owner .b-field__body .b-owner-list li > a {
    max-width: 250px;
    padding: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .b-card .b-card__header {
    display: none;
  }
  .b-card .b-card__content {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .b-card .b-card__content .b-card__sidebar_left {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 320px;
    max-width: 100%;
    margin-right: 0;
  }
  .b-card .b-card__content .b-card__sidebar_left .nav-tabs .tab_lead_feed {
    display: block;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 86px) !important;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields {
    padding-bottom: 0;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__fields .b-card__source-alt {
    margin-top: 10px;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__feed {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
    padding: 0;
    border: none;
  }
  .b-card .b-card__content .b-card__sidebar_left .b-card__tabs .b-card__feed .b-card-sidebar {
    height: 100%;
  }
  body.visible-alert .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 205px);
  }
  .b-card .b-card__content .b-card__sidebar_main {
    display: none;
  }
  .b-card .b-content {
    display: none;
  }
}
@media (max-width: 900px) and (max-width: 380px) {
  .b-card .page-title .js-page-title-alt {
    font-size: 14px;
  }
  .b-card .page-title .js-page-title-alt .js-leadName-input input {
    font-size: 14px;
  }
  .b-card .page-title .b-card__title-right .b-card__lead-date .openDate {
    font-size: 11px;
  }
  .b-card .page-title .fa.ico-back,
  .b-card .page-title .fa.ico-actions {
    font-size: 18px;
    padding: 10px;
  }
}
@media (max-width: 900px) and (max-width: 380px) {
  .b-card .page-title__owner .b-field__title h3 {
    font-size: 12px;
  }
  .b-card .page-title__owner .b-field__body {
    font-size: 12px;
  }
  .b-card .page-title__owner .b-field__body > ul {
    font-size: 12px;
  }
}
.save-panel-open {
  padding-bottom: 0px;
}
.save-panel-open .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  max-height: calc(100vh - 277px);
}
@media (max-width: 900px) {
  .save-panel-open .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 225px);
  }
}
.save-panel-open .sidecard-region .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  max-height: calc(100vh - 214px);
}
@media (max-width: 900px) {
  .save-panel-open .sidecard-region .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 109px);
  }
}
.save-panel-open .b-card .b-card__content .b-card__feed .b-card-sidebar,
.save-panel-open .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
  max-height: calc(100vh - 260px);
}
@media (max-width: 900px) {
  .save-panel-open .b-card .b-card__content .b-card__feed .b-card-sidebar,
  .save-panel-open .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
    max-height: calc(100vh - 225px);
  }
}
.save-panel-open .sidecard-region .b-card .b-card__content .b-card__feed .b-card-sidebar,
.save-panel-open .sidecard-region .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
  max-height: calc(100vh - 144px);
}
@media (max-width: 900px) {
  .save-panel-open .sidecard-region .b-card .b-card__content .b-card__feed .b-card-sidebar,
  .save-panel-open .sidecard-region .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
    max-height: calc(100vh - 109px);
  }
}
.save-panel-open.visible-alert .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  max-height: calc(100vh - 390px);
}
@media (max-width: 900px) {
  .save-panel-open.visible-alert .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 285px);
  }
}
.save-panel-open.visible-alert .sidecard-region .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  max-height: calc(100vh - 274px);
}
@media (max-width: 900px) {
  .save-panel-open.visible-alert .sidecard-region .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 169px);
  }
}
.save-panel-open.visible-alert .b-card .b-card__content .b-card__feed .b-card-sidebar,
.save-panel-open.visible-alert .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
  max-height: calc(100vh - 320px);
}
@media (max-width: 900px) {
  .save-panel-open.visible-alert .b-card .b-card__content .b-card__feed .b-card-sidebar,
  .save-panel-open.visible-alert .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
    max-height: calc(100vh - 285px);
  }
}
.save-panel-open.visible-alert .sidecard-region .b-card .b-card__content .b-card__feed .b-card-sidebar,
.save-panel-open.visible-alert .sidecard-region .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
  max-height: calc(100vh - 204px);
}
@media (max-width: 900px) {
  .save-panel-open.visible-alert .sidecard-region .b-card .b-card__content .b-card__feed .b-card-sidebar,
  .save-panel-open.visible-alert .sidecard-region .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
    max-height: calc(100vh - 169px);
  }
}
.page-container {
  padding-bottom: 0px;
}
@media (max-width: 900px) {
  .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 210px);
  }
}
@media (max-width: 900px) {
  .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__feed .b-card-sidebar,
  .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
    max-height: calc(100vh - 170px);
  }
}
@media (max-width: 900px) {
  .visible-alert .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 275px);
  }
}
@media (max-width: 900px) {
  .visible-alert .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__feed .b-card-sidebar,
  .visible-alert .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
    max-height: calc(100vh - 235px);
  }
}
.page-container {
  padding-bottom: 0px;
}
@media (max-width: 900px) {
  .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 210px);
  }
}
@media (max-width: 900px) {
  .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__feed .b-card-sidebar,
  .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
    max-height: calc(100vh - 170px);
  }
}
@media (max-width: 900px) {
  .visible-alert .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 275px);
  }
}
@media (max-width: 900px) {
  .visible-alert .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__feed .b-card-sidebar,
  .visible-alert .page-container #b-content.lead-card-content .b-card .b-card__content .b-card__sidebar_main .b-card-sidebar {
    max-height: calc(100vh - 235px);
  }
}
.b-card__fields .b-field:before,
.b-card__fields .b-field .b-field__remove,
.b-card__fields .b-field .b-field__settings {
  color: #505458;
  text-align: center;
  align-self: center;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.b-card__fields .b-field:before {
  flex: 0 0 16px;
  content: ' ';
  height: 14px;
  background: no-repeat center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='14' viewBox='0 0 6 14'%3E%3Cg fill='%23525C69' fill-rule='evenodd' opacity='1'%3E%3Cpath d='M0 0L2 0 2 2 0 2 0 0zM0 4L2 4 2 6 0 6 0 4zM0 8L2 8 2 10 0 10 0 8zM0 12L2 12 2 14 0 14 0 12zM4 0L6 0 6 2 4 2 4 0zM4 4L6 4 6 6 4 6 4 4zM4 8L6 8 6 10 4 10 4 8zM4 12L6 12 6 14 4 14 4 12z'/%3E%3C/g%3E%3C/svg%3E");
  cursor: move;
}
.b-card__fields .b-field .b-field__remove,
.b-card__fields .b-field .b-field__settings {
  flex: 0 0 35px;
  text-align: left;
  display: none;
  cursor: pointer;
}
.b-card__fields .b-field .b-field__settings {
  display: block;
}
.b-card__fields .ui-sortable .b-field--sortable:hover:before,
.b-card__fields .ui-sortable .b-field--sortable:hover .b-field__remove,
.b-card__fields .ui-sortable .b-field--sortable:hover .b-field__settings {
  opacity: 1;
}
.b-card__fields .ui-sortable .b-field--sortable.b-field--deletable .b-field__remove {
  display: block;
}
.b-field {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
}
.b-field.failed .b-field__title {
  background-color: #F8F2F2;
}
.b-field.failed .b-field__body {
  background-color: #FCF6F6 !important;
}
.b-field__title {
  -webkit-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  padding: 11px 0;
  background: #f6f6f6;
  border-right: 1px solid #e9e9e9;
}
.b-field__title h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  margin: 6px 15px 6px 20px;
}
.b-field__title h3 > span {
  display: inline-block;
  vertical-align: top;
  max-width: 140px;
}
.b-field__title h3 i {
  font-size: 14px;
  color: #ccc;
  margin-top: 5px;
  margin-left: 5px;
}
@media (max-width: 900px) {
  .b-field__title {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
.b-field__body {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 8px 0;
  padding: 7px 10px;
  font-size: 13px;
}
.b-field__body .hover:hover .date-text,
.b-field__body.hover:hover .date-text,
.b-field__body .hover:hover .text-wysiwyg,
.b-field__body.hover:hover .text-wysiwyg,
.b-field__body .hover:hover input,
.b-field__body.hover:hover input {
  background-color: #FFFFCC;
}
.b-field__body.cats,
.b-field__body.progressbar {
  padding-left: 22px;
}
.b-field__body.conv_funnel {
  padding-top: 19px;
  padding-left: 10px;
}
.b-field__body.conv_funnel > span {
  margin-left: 12px;
}
.b-field__body.conv_funnel .validation-text {
  margin-top: 25px;
}
.b-field__body.conv_funnel .b-leads__datetime_user {
  display: inline-block;
}
.b-field__body.conv_funnel .b-leads__datetime_user input {
  padding: 10px !important;
}
.b-field__body .map-block {
  position: relative;
  margin-top: 5px;
}
.b-field__body .validation-text {
  font-weight: bold;
  color: #F33E3E;
  margin-left: 12px;
  margin-top: 12px;
  margin-bottom: 7px;
}
.b-field__body .map-block input,
.b-field__body .text-small input,
.b-field__body.funnel_margin input,
.b-field__body.number input {
  font-family: 'Open Sans' !important;
  font-size: 13px;
  font-weight: normal !important;
  color: #6f7b8a !important;
  border: 1px solid transparent;
  background-color: transparent;
  width: 97%;
  line-height: 18px;
}
.b-field__body .map-block input:focus,
.b-field__body .text-small input:focus,
.b-field__body.funnel_margin input:focus,
.b-field__body.number input:focus {
  background-color: #f6f6f6;
}
.b-field__body.cats {
  padding-top: 13px;
  padding-bottom: 15px;
}
.b-field__body.cats .validation-text {
  margin-left: 0;
}
.b-field__body.file {
  padding-top: 15px;
  padding-left: 22px;
}
.b-field__body.file .validation-text {
  margin-left: 0;
}
.b-field__body.file .dz-progress {
  position: relative;
  top: 1px;
  left: 12px;
}
.b-field__body.input-small {
  padding-top: 15px;
}
.b-field__body.progressbar {
  position: relative;
}
.b-field__body.progressbar .progress-slider {
  width: 97%;
  margin-top: 6px;
  margin-bottom: 0;
  height: 26px;
  border: none;
  background: none;
  background-color: #e9ecee;
}
.b-field__body.progressbar .progress-slider .ui-slider-range {
  background: none;
  background-color: var(--main-btn-color);
  height: 100%;
}
.b-field__body.progressbar .progress-slider .ui-slider-handle {
  border: none;
  background: none;
  background: var(--main-btn-color);
  top: 0;
  margin: 0 0 0 -5px;
  height: 26px;
  width: 5px;
  cursor: w-resize;
}
.b-field__body.progressbar .progress-slider .ui-slider-handle:focus {
  outline: none;
}
.b-field__body.progressbar .value {
  position: absolute;
  top: 17px;
  right: 44%;
  margin-left: 27px;
  margin-right: 15px;
  z-index: 999;
}
.b-field__body.cats > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-field__body.cats > ul > li {
  padding: 0;
}
.b-field__body.cats > ul > li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 6px 17px;
  margin-right: 4px;
  margin-bottom: 8px;
  max-width: 100%!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-field__body.cats > ul > li:hover {
  text-decoration: underline;
}
.b-field__body.cats > ul > li:not(.unactive):active {
  margin-top: 1px;
  margin-bottom: -1px;
}
.b-field__body.cats > ul > li.unactive:hover {
  background-color: #f6f6f6 !important;
  color: #6f7b8a !important;
}
.b-field__body.cats .unactive {
  background-color: #f6f6f6;
  color: #6f7b8a;
}
.b-field__body.date {
  position: relative;
}
.b-field__body.date .js-datepicker-area {
  top: 12px;
  height: 40px;
  position: absolute;
  float: left;
}
.b-field__body.date .date-text {
  width: auto !important;
  float: left;
}
.b-field__body.date .icon {
  float: left;
  margin-top: 14px;
}
.b-field__body.date .b-leads__datetime_user .date-text {
  line-height: 22px;
  height: 35px;
  display: block;
  width: 97%;
  margin-top: 6px;
  padding: 6px 12px;
}
.b-field__body.date input {
  min-height: 35px!important;
}
.b-field__body .text-wysiwyg {
  padding-left: 12px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
}
.b-field__body .text-wysiwyg > span > p:last-child {
  margin-bottom: 0 !important;
}
.b-field__body .text-wysiwyg .editor-text {
  display: block;
  max-width: 25vw;
  overflow: hidden;
}
.b-field__body .mce-tinymce {
  margin: 10px;
  min-width: 200px !important;
}
.b-field__body .mce-tinymce > div {
  border: 1px solid #E9E9E9;
}
.b-field__body .js-date:hover {
  border: none !important;
}
.b-field__body .dropzone {
  border: none;
  padding: 0;
}
.b-field__body__vk-link {
  display: block;
  padding: 10px;
}
.b-field__body__vk-link:hover {
  text-decoration: underline;
  background-color: #FFFFCC;
}
.b-field__body__no-vk {
  display: block;
  padding: 12px;
}
.b-field__body__crater-link {
  margin-left: 5px;
  color: #666;
}
.b-field__body.disallowed-field {
  padding-top: 19px !important;
  padding-left: 21px !important;
}
/*MAP*/
#map {
  height: 300px;
  margin: 10px;
}
.js-list-result {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #fff;
  background-color: #f6f6f6;
}
.js-list-result > li {
  padding: 0;
}
.js-list-result li {
  padding: 7px 10px;
  cursor: pointer;
}
.js-list-result li:hover {
  background-color: #E5E9EC;
}
.b-card-menu-item {
  position: relative;
  display: inline-block;
  padding: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #7D7D7D;
  cursor: pointer;
  opacity: 0.3;
}
.b-card-menu-item.active,
.b-card-menu-item:hover {
  opacity: 1;
}
.b-card-menu-item i {
  text-align: center;
  width: 20px;
}
.b-card-sidebar__comments_count {
  position: absolute;
  right: 5px;
  top: 15px;
}
.b-csb__title {
  -webkit-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  padding-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  color: #333;
  padding-right: 10px;
}
.b-csb__title span {
  display: block;
  padding: 10px 0 !important;
  width: 120px;
  /*margin: 0 10px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-csb__title span.js-popover:hover {
  background-color: #eff2f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.b-csb__title .dropdown.open,
.b-csb__title .dropdown:hover {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #eff2f3;
}
.b-csb__title .dropdown i {
  font-size: 9px;
  line-height: 18px;
}
.b-csb__title input {
  width: 120px;
  font-family: 'Open Sans';
  font-size: 12px;
  padding: 3px 5px !important;
  border: 1px solid #e5e9ec;
  background-color: #f4f5f7;
  color: #777;
}
@media (max-width: 900px) {
  .b-csb__title {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
.b-csb__text .dropdown.open,
.b-csb__text .dropdown:hover {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #eff2f3;
}
.b-csb__text .dropdown i {
  font-size: 9px;
  line-height: 18px;
  vertical-align: top;
}
.b-csb__text .dropdown > span {
  line-height: 18px;
  padding: 10px 0;
}
.b-csb__text .dropdown > span > span {
  vertical-align: top;
  display: inline-block;
  padding: 0 !important;
}
.b-csb__text span {
  display: block;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
}
.b-csb__text span.js-popover:hover {
  background-color: #eff2f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.b-csb__text .datetime-label {
  font-size: 12px;
  cursor: initial;
}
.b-csb__text .add-phone {
  color: #6f7b8a;
  text-decoration: underline;
  margin-left: 8px;
}
.b-csb__text .add-phone:hover {
  text-decoration: none;
}
.b-csb__text input {
  height: 37px;
  width: 150px;
  font-family: 'Open Sans';
  font-size: 12px;
  padding: 3px 5px !important;
  border: 1px solid #fff;
  color: #777;
}
.b-csb__text input:not(.k-input):hover {
  border: 1px solid #e5e9ec;
}
.b-csb__text .mce-tinymce {
  min-width: 150px !important;
}
.b-csb__text .mce-pane {
  border: 1px solid #F0F0F0;
}
.b-csb__text .k-datetimepicker {
  height: 35px;
}
.b-csb__text .k-datetimepicker .k-picker-wrap {
  height: 35px;
}
.b-csb__text .k-datetimepicker .k-picker-wrap .k-input {
  font-family: 'Open Sans';
  font-size: 12px;
  min-height: 27px!important;
  height: 27px;
  text-indent: 0!important;
}
.b-csb__text .k-datetimepicker .k-picker-wrap .k-select {
  padding-top: 0px !important;
  height: 33px;
}
.b-csb__img {
  width: 100%;
  text-align: center;
}
.b-csb__img img {
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.b-csb__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
  margin: 3px 0;
  background-color: #FFF;
}
.b-csb__row__type span {
  padding: 7px 0 !important;
}
.b-csb__row__source-icon {
  vertical-align: middle;
  margin-left: 10px;
}
.b-csb__row__kendo-datetime {
  height: 45px;
  width: 100%;
}
.b-csb__row__kendo-datetime,
.b-csb__row__kendo-datetime .k-picker-wrap,
.b-csb__row__kendo-datetime .k-select,
.b-csb__row__kendo-datetime .k-icon {
  padding: 0 !important;
}
.b-csb__row__kendo-datetime .k-icon {
  display: inline-block;
}
.b-csb__row__kendo-datetime .k-select {
  padding-top: 5px !important;
}
.b-csb__customFields .placeholder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -o-flex-align: stretch;
  align-items: stretch;
  margin: 3px 0;
  height: 36px;
  background-color: lightgrey;
}
.b-cs-line {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.b-cs-line:hover .icons {
  visibility: visible;
}
.b-cs-line .head {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  cursor: pointer;
}
.b-cs-line .body {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.b-cs-line .body .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.b-cs-line.open .body {
  display: block;
}
.b-cs-line.open .icons,
.b-cs-line.open .name,
.b-cs-line.open .phone {
  display: none;
}
.b-cs-line.add-contact {
  text-align: right;
}
.b-cs-line.add-contact > div {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.b-cs-line.add-contact a {
  margin-left: 18px;
  color: #6f7b8a;
  font-size: 12px;
  color: #fff;
}
.b-cs-line .chevron {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.b-cs-line .chevron .fa-chevron-right {
  font-size: 10px;
  line-height: 19px;
}
.b-cs-line .name {
  -webkit-flex: 1 0 135px;
  -ms-flex: 1 0 135px;
  flex: 1 0 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #333;
  padding-left: 10px;
  cursor: pointer;
}
.b-cs-line .phone {
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  padding-left: 10px;
  font-family: 'Open Sans';
  font-size: 12px;
}
.b-cs-line .icons {
  padding-left: 10px;
  /*display: none;*/
  /*visibility: hidden;*/
  color: #ccc;
}
.b-cs-line .icons span {
  display: inline-block;
  text-align: center;
  width: 20px;
  cursor: pointer;
}
.b-cs-line .icons .btn-call {
  float: right !important;
}
.b-cs-line .icons .btn-call:hover {
  color: white;
}
.b-contacts-add {
  padding: 0 20px;
}
.b-contacts-add > div {
  border-bottom: 1px solid #eeeeee !important;
  text-align: center;
}
.b-contacts-company {
  padding: 0 20px;
}
.b-payments__footer button {
  vertical-align: top;
}
.b-payments__footer input {
  width: 70px;
}
.b-payments__footer .add-on {
  background-color: #E5E9EC;
}
.b-payments__footer .input-append {
  margin-right: 10px;
}
.b-payments__footer .btn-popover {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  margin-right: 15px;
}
.b-payments__footer .btn-datepicker {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  margin-right: 15px;
  cursor: pointer;
}
.b-payments__footer .top {
  text-align: center;
  padding-bottom: 20px;
}
.b-payments__footer .top input {
  width: 100px;
}
.b-leads-card__bg_left {
  width: 200px;
  background-color: #F6F6F6;
  -webkit-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  border-right: 1px solid #E9E9E9;
}
.btn-leads-add-contact {
  margin-top: 20px;
  margin-bottom: 20px;
}
.k-calendar-container .k-header,
.k-calendar-container .k-today {
  background-color: #00c8be !important;
}
.k-calendar-container .k-state-selected {
  background-color: transparent !important;
  box-shadow: none !important;
}
.k-calendar-container .k-state-selected > .k-link {
  color: #444 !important;
}
.b-leads__datetime_user .date-text {
  min-height: 35px;
}
.b-file__list {
  padding-left: 16px;
}
.b-file__list li {
  margin-top: 15px;
}
.b-callbtn-visible .js-contact-phone-call button {
  display: block !important;
}
.b-callbtn-visible .js-contact-phone-call i {
  display: none;
}
@media (max-width: 1350px) {
  .b-field .b-field__body .lpt-label {
    max-width: 100% !important;
  }
  .mce-tinymce {
    width: 100%;
    min-width: 90% !important;
    margin: 10px 0;
  }
  .content.inner-content {
    padding-right: 15px;
    min-width: auto !important;
  }
}
@media (max-width: 1390px) and (min-width: 1300px) {
  .content.inner-content {
    min-width: 1000px !important;
  }
}
@media (max-width: 520px) {
  .b-footer-messsage-type {
    display: none;
  }
}
@media (min-width: 700px) {
  .b-card-payments__header {
    display: none;
  }
}
@media (max-width: 699px) {
  .b-card-payments__footer {
    display: none;
  }
}
#b-popover__funnel_steps li span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-platform .b-csb__text span {
  text-decoration: underline;
}
.sidebar-platform.error {
  background-color: #FCF6F6;
  border-bottom: 1px #f6e2e3 solid;
  border-top: 1px #f6e2e3 solid;
}
.row-fluid.lead-change-source {
  margin-top: 14px;
}
.row-fluid.lead-change-source:first-child {
  margin-top: 0;
}
.row-fluid.lead-change-source:last-child {
  margin-bottom: 5px;
}
.row-fluid.lead-change-source label {
  margin-left: 6px;
}
.hidden-header .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  max-height: calc(100vh - 151px);
}
.hidden-header.save-panel-open .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
  max-height: calc(100vh - 231px);
}
@media (max-width: 900px) {
  .hidden-header.save-panel-open .b-card .b-card__content .b-card__sidebar_left .b-card__tabs {
    max-height: calc(100vh - 166px);
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#left-sidebar {
  position: fixed;
  left: 65px;
  top: 60px;
  bottom: 0;
  width: 336px;
  background-color: #2C313D;
  /*background-color:  #362B33 ;*/
  z-index: 9999;
}
.visible-alert #left-sidebar {
  top: 120px;
}
@media (max-width: 700px) {
  #left-sidebar {
    left: 0;
    right: 0;
    width: auto;
  }
}

.full-height-body {
  height: 100vh;
  overflow: hidden !important;
}
.full-height-body .page-container {
  height: inherit;
}
.full-height-body .page-content {
  display: flex;
  align-items: stretch;
}
.full-height-body .page-content .inner-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 60px;
}
.full-height-body .page-content .inner-content > .row {
  flex: 1;
}
.full-height-body .page-content .inner-content > .row .tab-content {
  max-height: 100vh;
  overflow-y: auto;
}
.full-height-body .page-content .inner-content.animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
.b-full-height--scrollable {
  height: 100vh !important;
  overflow-y: auto;
}
ul.messenger.messenger-fixed.messenger-on-bottom {
  bottom: 68px !important;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
#b-menu {
  min-height: 60px;
}
.b-menu__item {
  display: inline-block;
  margin-top: 11px;
  padding: 0 5px;
}
.b-menu__item a {
  text-align: center;
  color: #bbb;
}
.b-menu__item a:hover {
  text-decoration: none;
}
.b-menu__item a:hover .icon i {
  color: #5bc85a;
}
.b-menu__item a .icon {
  display: block;
  font-size: 20px;
}
.b-menu__item a .title {
  display: block;
  font-size: 11px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-tbl {
  position: fixed;
  top: 83px;
  bottom: 26px;
  right: 26px;
  left: 91px;
}
.visible-alert .b-tbl {
  top: 143px !important;
}
#wrap-table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  opacity: 1;
  transition: 0.5s opacity;
  /*height: calc(100% - 41px);*/
  height: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.table-inner-content {
  height: calc(100%);
  min-height: calc(100%);
}
.b-table__sidebar {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  background-color: #f6f6f6;
  max-width: 300px;
}
.b-table__sidebar.is-collapsed {
  -webkit-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  overflow: hidden;
}
.b-table__sidebar.is-collapsed .b-sidebar-preloader {
  display: none !important;
}
@media (max-width: 700px) {
  .b-table__sidebar.is-collapsed {
    flex: 0 0 0;
  }
}
.b-table__content {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-left: 1px solid #D9D9D9;
}
.b-table__content .b-table__body_empty {
  position: absolute;
  width: 100%;
  height: calc(100% - 78px);
  top: 78px;
  background: #fff;
  overflow: hidden;
  display: none;
}
.b-table__content .b-table__body_empty .body_empty_block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.b-table__content .b-table__body_empty .body_empty_block .body_empty_message {
  padding: 0 20px;
  color: #505458;
  text-align: center;
}
.b-table__content .b-table__body_empty .body_empty_block .body_empty_message h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.b-table__content .b-table__body_empty .body_empty_block .body_empty_message p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
}
.b-table__content .b-table__body_parent {
  position: relative;
  height: calc(100% - 116px);
  overflow: hidden;
  min-height: 100px;
}
.b-table__content .b-table__body_parent.b-kanban {
  height: calc(100% - 78px);
}
.b-table__content .b-table__body_parent .b-table__body {
  -webkit-flex: 10 0 auto;
  -ms-flex: 10 0 auto;
  flex: 10 0 auto;
  border: none;
}
.b-table__content .b-table__body_parent.enable-scroll {
  background-color: #f8f8f8;
  overflow-y: auto;
}
.b-table__content .b-table__counter {
  margin-left: 22px;
  padding: 0px 12px;
  line-height: 40px;
  display: block;
  transition: transform 0.3s;
}
.b-table__content .b-table__counter .showed {
  display: block;
}
.b-table__content .b-table__counter .selected {
  display: none;
}
.b-table__content .b-table__counter-reset {
  display: inline-block;
  color: #3376A4;
  cursor: pointer;
  float: right;
}
.b-table__content > button {
  position: absolute;
  left: 0;
  top: 22px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 16px;
  margin: 0;
  height: 32px;
  font-size: 13px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: 1px solid #fff;
  border-radius: 3px 0 0 3px;
  color: #999;
  text-align: right;
  padding: 0;
  outline: none;
}
.b-table__content > button:hover {
  border: 1px solid #E5E9EC;
  background-color: #fbfcfd;
  border-right: 1px solid #fff;
}
.is-table-sidebar-active .b-table__content > button {
  width: 24px;
  text-align: center;
}
@media (max-width: 700px) {
  body:not(.is-table-sidebar-active) .b-table__content > button {
    width: 18px;
    height: 50px;
    left: 50%;
    top: 46px;
    -webkit-transform: ranslateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    border-right: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    z-index: 1;
  }
}
.b-table__content__settings-btn {
  cursor: pointer;
}
.b-table__content.hide-pagination .b-table__body_empty {
  display: block;
}
.b-table__content.hide-pagination .b-table__body_parent {
  margin-bottom: 0;
}
.b-table__content.hide-pagination .b-table__body_parent .b-table__body {
  display: none;
}
.b-table-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  position: relative;
  align-items: center;
  white-space: nowrap;
  border-bottom: 1px solid #D9D9D9;
}
.b-table-header--mobile {
  padding: 18px 25px;
}
.b-table-header__selected-sort {
  color: #23527c !important;
}
.b-table-header__sidebar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.b-table-header__sidebar > h5 {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 17px;
  line-height: 25px;
  color: #4A87B6;
  font-weight: normal;
  margin: 0;
  margin-right: 10px;
}
.b-table-header__sidebar > .b-sidebar__tools {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.b-table-header__tools {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 1px;
  background-color: #fff;
  padding: 28px 0 28px 25px;
  border-right: 1px solid #edeef0;
}
.b-table-header__tools--mobile {
  margin-top: 1px;
  height: 40px;
  border: none;
  padding: 0;
}
.b-table-header__tools a {
  border: none !important;
  box-shadow: none !important;
  color: #ccc;
  vertical-align: top;
  margin-right: 15px;
}
.b-table-header__tools a.active {
  color: #4c8bf7;
}
.b-table-header__tools a.active svg {
  fill: #4c8bf7;
}
.b-table-header__tools a:hover {
  color: #4c8bf7;
}
.b-table-header__tools a:hover svg {
  fill: #4c8bf7;
}
.b-table-header__tools .i16,
.b-table-header__tools .i16-2 {
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.b-table-header__tools .i16:hover,
.b-table-header__tools .i16-2:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.b-table-header__tools > div {
  margin: 0 4px;
}
.b-table-header__tools > div:last-child {
  margin-right: 0;
}
@media (max-width: 850px) {
}
@media (max-width: 700px) {
  .b-table-header__tools > div {
    margin: 0;
  }
}
.b-table-header__tools > ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-table-header__tools > ul > li {
  padding: 0;
}
.b-table-header__tools > ul > li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 3px;
}
.b-table-header__tools > .b-table__fl {
  display: inline-block;
  /*margin-left: 30px;*/
}
.b-table-header__tools > .b-table__fl > div {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 520px) {
  .b-table-header__tools .js-change-view {
    display: none;
  }
}
@media (max-width: 400px) {
  .b-table-header__tools {
    margin-top: 0px!important;
  }
  .b-table-header__tools .btn {
    padding: 8px 10px!important;
  }
}
@media (min-width: 901px) {
  .b-table-header__tools-delete-demo {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .b-table-header__buy-leads-btn,
  .b-table-header__search-leads-btn {
    display: none !important;
  }
}
.b-table-header__info {
  z-index: 2;
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  min-width: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-table-header__info--mobile {
  -webkit-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  overflow: hidden;
  padding: 0;
  display: block;
  min-width: auto;
}
.b-table-header__info lpt-filter-selected {
  height: 33px;
  overflow: hidden;
  flex: 0 1 auto;
}
.b-table-header__info .b-table_search {
  border: none;
  background: none !important;
  font-size: 15px;
  flex: 12 0 165px;
}
.b-table-header__info__filter {
  display: inline-block;
  color: #8793a9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-table-header__info__filter__show-all {
  display: none;
  color: ;
  cursor: pointer;
  margin-left: 10px;
}
.b-table-header__info__filter__show-all svg {
  fill: #4c8bf7;
}
@media (max-width: 780px) {
}
@media (max-width: 700px) {
  .b-table-header__info__filter__show-all {
    margin-left: 4px;
  }
}
@media (max-width: 390px) {
  .b-table-header__info__filter__show-all {
    display: none!important;
  }
}
@media (max-width: 850px) {
}
@media (max-width: 700px) {
  .b-table-header__info__filter {
    padding: 10px 8px;
    font-size: 12px;
  }
}
.b-table-header__btns {
  -webkit-flex: 0 0 332px;
  -ms-flex: 0 0 332px;
  flex: 0 0 332px;
  text-align: right;
  border-left: 1px solid #edeef0;
  padding: 20px 25px 20px 0;
}
.b-table-header__btns--mobile {
  -webkit-flex: 0 1 120px;
  -ms-flex: 0 1 120px;
  flex: 0 1 120px;
  margin-top: 1px;
  border: none;
  padding: 0;
}
@media (max-width: 400px) {
  .b-table-header__btns {
    margin-top: 0px!important;
  }
  .b-table-header__btns .btn {
    padding: 8px 10px!important;
  }
}
.b-table-header__funnel-steps {
  width: 250px;
  overflow-y: auto;
}
.b-table-header__sub-menu {
  margin-top: 2px;
  margin-right: 180px;
}
.b-table-header__sub-menu ul li {
  padding: 0;
}
.b-table-header__sub-menu ul li a {
  display: block;
  padding: 5px 10px;
  width: 92%;
}
.b-table-header__sub-menu ul li a:hover {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none;
}
.b-table-header__left-arrow::after {
  display: none !important;
}
.b-table-header__left-arrow::before {
  display: block;
  content: " ";
  float: left;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-right-color: #cccccc;
  margin-top: 8px;
  margin-left: -13px;
}
.b-table-header__without-arrow::after {
  display: none !important;
}
.b-table-header__without-arrow::before {
  display: none !important;
}
@media (max-width: 700px) {
  .b-table-header {
    padding: 18px 10px;
  }
}
.b-table__search .btn.open {
  background-color: #ededed;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.b-table__search_button {
  position: relative;
  left: -5px;
}
.b-table__search_input {
  position: absolute;
  left: -1px;
  top: 1px;
  z-index: 99;
}
.b-table__search_input input {
  width: 141px;
  height: 38px !important;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.b-table__search__red-icon {
  display: none;
  position: absolute !important;
  padding: 2px 7px 6px 7px !important;
  top: -9px !important;
  right: -2px;
}
.b-table__search__red-icon span {
  display: inline-block;
  border-radius: 50%;
  padding: 2px;
  background-color: #fff;
}
.b-table__sidebar + .b-table__content {
  max-width: calc(100% - 300px);
  height: 100%;
}
.b-table__sidebar.is-collapsed + .b-table__content {
  max-width: 100%;
}
@media (max-width: 990px) {
  .page-content .b-tbl {
    left: 65px;
    right: 0px;
    top: 60px;
    bottom: 0;
  }
  .page-content .b-tbl .visible-alert {
    top: 120px!important;
    padding-bottom: 60px;
  }
}
@media (max-width: 700px) {
  #b-header {
    min-width: 320px;
    top: 0px;
    position: fixed!important;
    left: 0!important;
  }
  #b-header .b-header__right_part #js-region-header-right {
    float: none!important;
    vertical-align: middle;
    display: none;
  }
  #b-header .b-header__right_part #js-region-header-right .group-btns-right {
    position: relative;
    left: 10px;
    top: -1px;
    margin: 0;
    margin-top: 0;
    margin-right: 14px;
    white-space: nowrap!important;
    float: none!important;
  }
  #b-header .b-header__right_part #js-region-header-right .group-btns-right > li {
    padding: 0;
  }
  #b-header .b-header__right_part #js-region-header-right .group-btns-right > li > div {
    padding: 0 10px 0 8px!important;
  }
  #b-header .b-header__right_part #js-region-header-right .group-btns-right > li:last-child > div {
    border-right: 1px solid #E1E1E1 !important;
  }
  #b-header .chat-toggler {
    float: right!important;
    margin-right: 0!important;
  }
  #b-header .chat-toggler .iconset {
    display: none!important;
  }
  body:not(.sidebar-opened) #b-header .header-seperation {
    display: none;
  }
  #b-header .header-quick-nav {
    width: 100%;
    min-width: 260px;
    padding-right: 0!important;
    white-space: nowrap;
  }
  #b-header .b-header__right_part {
    position: relative;
    height: 100%;
    line-height: 60px;
    text-align: right;
    display: block;
  }
  #b-header .b-header__right_part .chat-toggler {
    float: none;
    display: inline-block;
  }
  #b-header .b-header__right_part .chat-toggler a {
    margin-top: 2px;
  }
  #b-header .b-header__right_part .chat-toggler a .user-details .username .price {
    display: none;
  }
  #b-header .b-header__right_part .chat-toggler a .user-details .username .label {
    margin-right: 0;
    padding: 0;
    color: #5E5E5E;
    font-size: 18px;
    background: none;
  }
  #b-header .b-header__right_part .chat-toggler .profile-pic {
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
  }
  #b-header .b-header__right_part .chat-toggler .profile-pic img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #site_select {
    margin-left: 10px;
  }
  #site_select .project-name {
    display: none;
  }
  .iconset.top-menu-toggle-dark {
    font-size: 18px!important;
  }
  .iconset.top-menu-toggle-dark:before {
    content: "\f0c9" !important;
  }
  body:not(.sidebar-opened) .page-sidebar {
    left: -100%;
    display: block;
  }
  .b-support__block {
    display: block;
    left: -100%;
  }
  body:not(.sidebar-opened) #sidebar-menu ul > li.fixed {
    left: -100% !important;
  }
  #sidebar-menu ul > li.open > ul.sub-menu {
    top: 60px;
    display: block;
    bottom: 0;
    right: 0;
  }
  #sidebar-menu ul.sub-menu > li > a {
    padding: 8px 0;
    font-size: 15px;
  }
  .page-content {
    margin-left: 0 !important;
    margin-bottom: 60px;
  }
  .page-content .b-tbl {
    width: 100%;
    left: 0;
    top: 60px!important;
  }
  .page-content .b-tbl #wrap-table .b-table__sidebar:not(.is-collapsed) {
    max-width: 100%!important;
    flex: 0 0 100%;
  }
  .page-content .b-tbl #wrap-table .b-table__content .b-table__body_parent {
    padding: 0!important;
    margin: 0;
    margin-bottom: 42px;
  }
  .page-content .b-tbl #wrap-table .b-table__content.hide-pagination .b-table__body_parent {
    margin-bottom: 0;
  }
  .visible-alert .page-content .b-tbl {
    top: 120px!important;
  }
}
@media (max-width: 700px) and (max-width: 340px) {
  #site_select {
    margin-left: 0;
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.tiles-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}
.tiles-wrapper .tiles-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 2px;
  cursor: pointer;
}
.tiles-wrapper .tiles-item .item-block {
  position: relative;
  width: 100%;
  height: 116px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 280px;
  background-color: #fff;
  overflow: hidden;
}
.tiles-wrapper .tiles-item .item-block .box-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.tiles-wrapper .tiles-item .item-block .box-left .tile-status,
.tiles-wrapper .tiles-item .item-block .box-left .tile-phone {
  position: absolute;
  left: 14px;
  top: 10px;
  max-width: calc(100% - 14px);
  font-size: 13px;
  color: #cbe3f8;
  background: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tiles-wrapper .tiles-item .item-block .box-left .tile-phone {
  color: #333;
}
.tiles-wrapper .tiles-item .item-block .box-left .tile-phone.locked {
  color: #ccc;
}
.tiles-wrapper .tiles-item .item-block .box-left .tile-step-date,
.tiles-wrapper .tiles-item .item-block .box-left .tile-email {
  position: absolute;
  left: 14px;
  top: 35px;
  padding: 1px 8px 0px 8px;
  font-size: 12px;
  color: #8b9094;
  background-color: #e3e7ea;
}
.tiles-wrapper .tiles-item .item-block .box-left .tile-step-date.active,
.tiles-wrapper .tiles-item .item-block .box-left .tile-email.active {
  padding: 1px 4px 0px 4px;
  font-size: 13px;
  background: none;
  border: 1px solid silver;
}
.tiles-wrapper .tiles-item .item-block .box-left .tile-owner {
  position: absolute;
  left: 14px;
  top: 60px;
  max-width: calc(100% - 14px);
  font-size: 15px;
  color: #4c5262;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tiles-wrapper .tiles-item .item-block .box-left .tile-owner.locked {
  color: #ccc;
}
.tiles-wrapper .tiles-item .item-block .box-left .tile-title {
  position: absolute;
  left: 14px;
  max-width: calc(100% - 14px);
  bottom: 10px;
  font-size: 15px;
  color: #0090d9;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tiles-wrapper .tiles-item .item-block .box-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 15px;
  text-align: right;
}
.tiles-wrapper .tiles-item .item-block .box-right .tile-open-date {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 12px;
  color: #c1c4c8;
}
.tiles-wrapper .tiles-item .item-block .box-right .tile-price {
  position: absolute;
  top: 56px;
  right: 14px;
  font-size: 16px;
  color: #4C5262;
}
.tiles-wrapper .tiles-item .item-block .box-right .tile-task {
  width: 100%;
  position: absolute;
  right: 14px;
  bottom: 10px;
  font-size: 13px;
  white-space: nowrap;
}
.tiles-wrapper .tiles-item .item-block .box-right .tile-task .inner-text {
  width: 100%;
  max-width: calc(100% - 14px);
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tiles-wrapper .tiles-item .item-block .box-right .tile-task i {
  margin-left: 6px;
  margin-top: 1px;
  vertical-align: middle;
}
.tiles-wrapper .tiles-item .item-block .border-triangle {
  position: absolute;
  width: 18px;
  height: 18px;
  left: -9px;
  top: -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #98cbfe;
}
.tiles-wrapper .tiles-item .item-block .border-triangle.locked {
  background-color: #ccc;
}
.tiles-wrapper .tiles-item .item-block:hover {
  background-color: #fafafa;
}
.tiles-wrapper .tiles-item.last-active-higthlight .item-block {
  background-color: #ffffcc !important;
}
@media (min-width: 1750px) {
  .tiles-wrapper .tiles-item {
    width: 25%;
  }
}
@media (max-width: 1750px) {
  body:not(.mini).is-table-sidebar-active .tiles-wrapper .tiles-item {
    width: 33.33333%;
  }
  .tiles-wrapper .tiles-item {
    width: 25%;
  }
}
@media (max-width: 1500px) {
  body:not(.mini) .tiles-wrapper .tiles-item {
    width: 33.33333%;
  }
  .is-table-sidebar-active .tiles-wrapper .tiles-item {
    width: 33.33333%;
  }
  body:not(.mini).is-table-sidebar-active .tiles-wrapper .tiles-item {
    width: 50%;
  }
  .tiles-wrapper .tiles-item {
    width: 25%;
  }
}
@media (max-width: 1280px) {
  .tiles-wrapper .tiles-item {
    width: 33.3333%;
  }
}
@media (max-width: 1260px) {
  .is-table-sidebar-active .tiles-wrapper .tiles-item {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  body:not(.mini) .tiles-wrapper .tiles-item {
    width: 50%;
  }
  body:not(.mini).is-table-sidebar-active .tiles-wrapper .tiles-item {
    width: 100%;
  }
}
@media (max-width: 920px) {
  .is-table-sidebar-active .tiles-wrapper .tiles-item {
    width: 100%;
  }
  .tiles-wrapper .tiles-item {
    width: 50%;
  }
}
@media (max-width: 860px) {
  body:not(.mini) .tiles-wrapper .tiles-item {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .tiles-wrapper {
    padding: 10px;
  }
  .tiles-wrapper .tiles-item {
    width: 100%;
  }
}

.caller__list {
  position: absolute!important;
  width: 100%;
  bottom: 0;
  top: 280px;
}

.missed-calls__list {
  position: absolute!important;
  width: 100%;
  bottom: 0;
  top: 195px;
}
.missed-calls__autodial-checkbox {
  padding: 0 10px;
  border-bottom: 2px solid #000 !important;
}
.missed-calls__autodial-checkbox > label {
  font-family: "Arial";
  font-size: 13px;
  color: #818286;
  font-weight: 600;
  margin-right: 0;
}
.missed-calls__autodial-attempts-title {
  padding: 0 10px;
  margin: 5px 0;
  font-family: "Arial";
  font-size: 13px;
  color: #818286;
  font-weight: 600;
}
.missed-calls__autodial-attempts-number,
.missed-calls__autodial-attempts-interval {
  padding: 0 10px;
  margin: 5px 0;
}
.missed-calls__autodial-attempts-number > input,
.missed-calls__autodial-attempts-interval > input {
  background-color: #22262F !important;
  border: none !important;
  width: 100% !important;
  height: 24px !important;
  color: #FFF !important;
  font-weight: 300 !important;
  border-radius: 5px !important;
  vertical-align: middle !important;
}
.missed-calls__autodial-welcome {
  padding: 5px 10px;
  border-bottom: 2px solid #000 !important;
}
.missed-calls__autodial-welcome > form {
  float: left;
  min-width: 0;
  min-height: 0;
  width: auto;
  padding: 0;
  background: none;
  height: auto;
  border: none;
}
.missed-calls__autodial-welcome > form > button {
  width: 170px;
  padding: 2px 10px;
}
.missed-calls__autodial-welcome > button {
  width: 28px;
  margin-left: 42px;
  padding: 2px 7px;
}

.promo-chart__chart {
  width: 100%;
}
.promo-chart__wrapper:last-child {
  padding-left: 0;
}

.amo-integration-section {
  padding: 20px;
}
.amo-integration-section h4 {
  margin-bottom: 20px;
  color: #333;
}
.amo-integration-section .page-header {
  margin-bottom: 10px;
  margin-top: 80px;
  margin-left: 20px;
}
.amo-integration-section .page-header h2 {
  margin: 0;
  color: #333;
}
.amo-integration-section .form-group {
  margin-bottom: 15px;
}
.amo-integration-section .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #555;
}
.amo-integration-section .form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.amo-integration-section .help-block {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
}
.amo-integration-section .checkbox {
  margin: 15px 0;
}
.amo-integration-section .form-actions {
  margin-top: 20px;
}
.amo-integration-section .btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
.amo-integration-section .btn-primary {
  background-color: #337ab7;
  color: white;
}
.amo-integration-section .btn-default {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.amo-integration-section .integration-status {
  margin-top: 30px;
}
.amo-integration-section .alert {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.amo-integration-section .alert-warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-tarif__block {
  font-family: 'Open Sans';
}
.b-tarif__title {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  font-size: 13px;
}
.b-tarif__price {
  color: #FFF;
  padding: 10px 0;
  font-size: 16px;
}
.b-tarif__price span {
  font-weight: bold;
  font-size: 30px;
}
.b-tarif__body {
  padding-top: 5px;
}
.b-tarif__body .b-tarif__row:first-child {
  padding-top: 3px!important;
}
.b-tarif__row {
  padding: 8px 0;
}
.b-tarif__btn {
  padding: 20px 0;
}
.b-tarif-modal_options {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.b-tarif-modal_options-list {
  text-align: left;
  list-style: none;
  padding-left: 10px;
}
.b-tarif-modal_options-list li {
  padding: 5px 0;
  cursor: pointer;
}
.b-tarif-modal_options-list li:hover,
.b-tarif-modal_options-list li.active {
  font-weight: bold;
}
.tarif-blue {
  background-color: #05709E;
}
.tarif-white {
  background-color: #FFF;
}
.tarif-green {
  background-color: #1DA599;
}
.tarif-dark-green {
  background-color: #7DC5C1;
}
.tarif-light-green {
  background-color: #89D2CB;
}
.tarif-light-green-light {
  background-color: #F5FEFD;
}
.tarif-light-blue {
  background-color: #6CA5C0;
}
.tarif-light-blue-light {
  background-color: #CEDDE3;
}
.tarif-bold {
  font-weight: bold;
  color: #000;
}
.tarif-border-blue {
  border-bottom: 1px solid #A3C3D0;
}
.tarif-border-green {
  border-bottom: 1px solid #E3F5F2;
}
.tarif-border-white {
  border-bottom: 1px solid #dddddd;
}
.b-tar__calculator {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.b-tar__calculator-wrapper {
  float: left;
  padding-left: 0!important;
  padding-right: 0!important;
}
.b-tar__calculator-wrapper.left-block {
  padding-right: 0!important;
}
.b-tar__calculator-wrapper.middle-block {
  padding-left: 0!important;
  padding-right: 0!important;
}
.b-tar__calculator-wrapper.right-block {
  padding-left: 0!important;
}
.b-tar__calculator-wrapper.hidden-block {
  display: none;
}
.b-tar__calculator-block {
  overflow: hidden;
  text-align: center;
  background-color: #F5F5F5;
  font-family: 'Open Sans';
  border: 1px solid #ddd;
  z-index: 1;
}
.b-tar__calculator-block .current {
  display: none;
  margin-top: 10px;
}
.b-tar__calculator-block.popular {
  margin: -10px 0;
  z-index: 10;
  background-color: #FFF;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.b-tar__calculator-block.popular .b-tar__header {
  background-color: #fff;
}
.b-tar__calculator-block.popular .b-tar__price_block > span,
.b-tar__calculator-block.popular .b-tar__price_block > i {
  color: var(--main-btn-color);
}
.b-tar__calculator-block.popular .b-tar__footer {
  height: 70px;
}
.b-tar__calculator-header,
.b-tar__calculator-trial {
  font-weight: bold;
  background-color: #F9F9F9;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
}
.b-tar__calculator-header span,
.b-tar__calculator-trial span {
  color: #ABABAB;
  font-weight: normal;
  font-size: 14px;
}
.b-tar__calculator-trial {
  color: red;
  background: none;
  border: none;
  font-size: 15px;
  margin-top: -35px;
}
.b-tar__calculator-discount {
  font-size: 16px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  background-color: #ffffcc;
}
.b-tar__calculator-get-discount {
  background: none;
  border: none;
  font-size: 15px;
  text-decoration: underline;
  padding: 15px 0;
  cursor: pointer;
}
.b-tar__calculator-body {
  float: left;
  width: 100%;
  padding: 0 20px 10px 20px;
}
.b-tar__calculator-footer {
  padding-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  clear: both;
}
.b-tar__calculator-footer .btn {
  padding: 5px 16px;
  font-size: 14px;
}
.b-tar__calculator-price-value {
  font-weight: 900;
  font-size: 20px;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.b-tar__calculator-price-value_discount {
  color: #ff0000;
}
.b-tar__calculator-price-value_discounted {
  text-decoration: line-through;
}
.b-tar__calculator-price {
  padding: 10px 0;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.b-tar__calculator-price i {
  position: relative;
  top: -22px;
  left: -4px;
  font-size: 28px;
  font-weight: 100;
}
.b-tar__calculator-period {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.b-tar__calculator-period_discount {
  font-weight: 900;
  color: #ff0000;
}
.b-tar__calculator-period_discounted {
  text-decoration: line-through;
}
.b-tar__calculator-info {
  text-align: left;
  margin-top: 5px;
  list-style: none;
  padding-left: 0 !important;
}
.b-tar__calculator-info-divider {
  color: #E5E5E5;
}
.b-tar__calculator-info-divider::before {
  left: -50% !important;
  right: 0;
  margin-left: -16px;
}
.b-tar__calculator-info-divider::after {
  left: 50% !important;
  right: 0;
  margin-left: 22px;
}
.b-tar__calculator-info-divider::before,
.b-tar__calculator-info-divider::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 20px;
  height: 0;
  border-top: 1px solid #EEE;
}
.b-tar__calculator-info-more {
  display: none;
}
.b-tar__calculator-info-more li:hover {
  font-weight: bold;
}
.b-tar__calculator-info-show-more {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 50%;
}
.b-tar__calculator-info-show-more:hover {
  color: #888;
}
.b-tar__calculator-module {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 13px;
}
.b-tar__calculator-module span {
  float: left;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-tar__calculator-module i {
  margin-left: 5px;
  cursor: pointer;
}
.b-tar__calculator-module-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 10;
  overflow: hidden;
}
.b-tar__calculator-module-title--disabled {
  opacity: 0.5;
}
.b-tar__calculator-module-title.checkbox label {
  width: 100%;
  margin-right: 0;
}
.b-tar__calculator-module-price {
  flex: 0 1 120px;
  text-align: right;
}
.b-tar__option-tooltip-title {
  border-top-left-radius: 6px;
  background-clip: padding-box;
  margin: 0!important;
  padding: 10px;
  background-color: #f1f1f1;
  border-top-right-radius: 6px;
  font-weight: bold;
  font-size: 14px;
}
.b-tar__option-tooltip-content {
  color: #666666;
  margin: 27px;
}
.b-tar__slider {
  width: 100%;
  position: relative;
  height: 8px;
  background-color: #e5e5e5;
  border: 1px solid #c2c6cb;
  border-radius: 5px;
  margin-bottom: 40px;
}
.b-tar__slider-tooltip {
  position: absolute;
  display: block;
  top: -29px;
  min-width: 20px;
  height: 27px;
}
.b-tar__slider-tooltip .text {
  color: var(--main-btn-text-color);
  text-align: center;
  background-color: var(--main-btn-color);
  border-radius: 2px;
  font-size: 13px;
  height: 22px;
  min-width: 20px;
  padding-left: 4px;
  padding-right: 4px;
}
.b-tar__slider-tooltip .arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  border-top-color: var(--main-btn-color);
}
.b-tar__slider-point {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #c2c6cb;
}
.b-tar__slider.ui-slider-disabled {
  opacity: 0.5;
}
.b-tar__slider .ui-slider-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #c2c6cb;
  border-radius: 50%;
  outline: none;
  top: -7px;
  margin-left: -10px;
  background: #ffffff;
}
.b-tar__slider .ui-slider-range {
  background-color: var(--main-btn-color);
  position: absolute;
  border: 0;
  top: 0;
  height: 100%;
  border-radius: 25px;
}
.b-tar__slider .ui-slider-tick {
  background: #c2c6cb;
  display: block;
  height: 10px;
  top: 10px;
  position: absolute;
  width: 2px;
}
.b-tar__slider .ui-slider-tick-label {
  display: block;
  top: 25px;
  position: absolute;
  width: 50px;
  margin-left: -25px;
  text-align: center;
  font-size: 9px;
  line-height: 11px;
}
.b-tar__slider .b-tar__slider-start,
.b-tar__slider .b-tar__slider-end {
  position: absolute;
  display: block;
  top: -35px;
  min-width: 20px;
  height: 22px;
  background-color: #e5e5e5;
  border-radius: 2px;
  font-size: 13px;
  padding-left: 4px;
  padding-right: 4px;
}
.b-tar__slider .b-tar__slider-start {
  left: 0;
}
.b-tar__slider .b-tar__slider-end {
  right: 0;
}
.b-tar__slider .b-tar__slider-free-calls {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 12px;
}
.b-tar__slider-header {
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
  font-weight: bold;
  padding: 15px 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.b-tar__slider-header.disabled {
  opacity: 0.5;
}
.b-tar__slider-panel {
  border-left: 1px solid #ddd;
}
@media (max-width: 700px) {
  .b-tar__slider {
    margin-bottom: 0;
  }
  .b-tar__slider .ui-slider-tick,
  .b-tar__slider .ui-slider-tick-label {
    display: none;
  }
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-tarif__block {
  font-family: 'Open Sans';
}
.b-tarif__title {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  font-size: 13px;
}
.b-tarif__price {
  color: #FFF;
  padding: 10px 0;
  font-size: 16px;
}
.b-tarif__price span {
  font-weight: bold;
  font-size: 30px;
}
.b-tarif__body {
  padding-top: 5px;
}
.b-tarif__body .b-tarif__row:first-child {
  padding-top: 3px!important;
}
.b-tarif__row {
  padding: 8px 0;
}
.b-tarif__btn {
  padding: 20px 0;
}
.tarif-blue {
  background-color: #05709E;
}
.tarif-white {
  background-color: #FFF;
}
.tarif-green {
  background-color: #1DA599;
}
.tarif-dark-green {
  background-color: #7DC5C1;
}
.tarif-light-green {
  background-color: #89D2CB;
}
.tarif-light-green-light {
  background-color: #F5FEFD;
}
.tarif-light-blue {
  background-color: #6CA5C0;
}
.tarif-light-blue-light {
  background-color: #CEDDE3;
}
.tarif-bold {
  font-weight: bold;
  color: #000;
}
.tarif-border-blue {
  border-bottom: 1px solid #A3C3D0;
}
.tarif-border-green {
  border-bottom: 1px solid #E3F5F2;
}
.tarif-border-white {
  border-bottom: 1px solid #dddddd;
}
.b-tar-block {
  float: left;
  padding-left: 0!important;
  padding-right: 0!important;
}
.b-tar-block.left-block {
  padding-right: 0!important;
}
.b-tar-block.middle-block {
  padding-left: 0!important;
  padding-right: 0!important;
}
.b-tar-block.right-block {
  padding-left: 0!important;
}
.b-tar-block.hidden-block {
  display: none;
}
.b-tar__block_general {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.b-tar__block_general:hover .b-tar__arrow {
  opacity: 1;
}
.b-tar__block_general:hover .b-tar__arrow.right {
  right: -18px;
  -webkit-transition: all .3s ease 1ms;
  -moz-transition: all .3s ease 1ms;
  -o-transition: all .3s ease 1ms;
  transition: all .3s ease 1ms;
}
.b-tar__block_general:hover .b-tar__arrow.left {
  left: -18px;
  -webkit-transition: all .3s ease 1ms;
  -moz-transition: all .3s ease 1ms;
  -o-transition: all .3s ease 1ms;
  transition: all .3s ease 1ms;
}
.b-tar__carousel {
  display: none;
  position: relative;
  left: 0;
  width: 2260px;
  float: left;
  padding: 15px 0;
}
.b-tar__carousel-wrap {
  overflow: hidden;
}
.b-tar__arrow {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background-color: #fff;
  position: absolute;
  z-index: 11;
  cursor: pointer;
  border: 1px solid #ddd;
  top: 230px;
  opacity: 0;
}
.b-tar__arrow:hover {
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
}
.b-tar__arrow i {
  font-size: 18px;
  position: relative;
  top: 9px;
}
.b-tar__arrow.right {
  right: -40px;
  -webkit-transition: all .3s ease 1ms;
  -moz-transition: all .3s ease 1ms;
  -o-transition: all .3s ease 1ms;
  transition: all .3s ease 1ms;
}
.b-tar__arrow.right i {
  right: 13px;
}
.b-tar__arrow.left {
  left: -40px;
  -webkit-transition: all .3s ease 1ms;
  -moz-transition: all .3s ease 1ms;
  -o-transition: all .3s ease 1ms;
  transition: all .3s ease 1ms;
}
.b-tar__arrow.left i {
  left: 13px;
}
.b-tar__block {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: -ms-grab;
  cursor: -o-grab;
  cursor: grab;
  text-align: center;
  background-color: #F5F5F5;
  font-family: 'Open Sans';
  border: 1px solid #ddd;
  z-index: 1;
}
.b-tar__block .current {
  display: none;
  margin-top: 10px;
}
.b-tar__block.popular {
  margin: -10px 0;
  z-index: 10;
  background-color: #FFF;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.b-tar__block.popular .b-tar__header {
  background-color: #fff;
}
.b-tar__block.popular .b-tar__price_block > span,
.b-tar__block.popular .b-tar__price_block > i {
  color: #0AA699;
}
.b-tar__block.popular .b-tar__footer {
  height: 70px;
}
.b-tar__header {
  font-weight: bold;
  background-color: #F9F9F9;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
}
.b-tar__header span {
  color: #ABABAB;
  font-weight: normal;
  font-size: 14px;
}
.b-tar__body {
  padding: 10px 0;
}
.b-tar__footer {
  padding-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.b-tar__footer .btn {
  padding: 10px 16px;
  font-size: 18px;
}
.b-tar__price {
  font-weight: 300;
  font-size: 64px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  letter-spacing: 2px;
}
.b-tar__price_block {
  margin-bottom: 20px;
  position: relative;
}
.b-tar__price_block i {
  position: relative;
  top: -22px;
  left: -4px;
  font-size: 28px;
  font-weight: 100;
}
.b-tar__period {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.b-tar__info {
  margin-top: 5px;
  list-style: none;
  padding-left: 0 !important;
}
.b-tar__info li {
  position: relative;
  padding: 6px 0;
}
.b-tar__info li i {
  cursor: pointer;
}
.b-tar__info-divider {
  color: #E5E5E5;
}
.b-tar__info-divider::before {
  left: -50% !important;
  right: 0;
  margin-left: -16px;
}
.b-tar__info-divider::after {
  left: 50% !important;
  right: 0;
  margin-left: 22px;
}
.b-tar__info-divider::before,
.b-tar__info-divider::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 20px;
  height: 0;
  border-top: 1px solid #EEE;
}
.b-tar__info-more {
  display: none;
}
.b-tar__info-more li:hover {
  font-weight: bold;
}
.b-tar__info-show-more {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 50%;
}
.b-tar__info-show-more:hover {
  color: #888;
}
.b-tar__option-tooltip-title {
  border-top-left-radius: 6px;
  background-clip: padding-box;
  margin: 0!important;
  padding: 10px;
  background-color: #f1f1f1;
  border-top-right-radius: 6px;
  font-weight: bold;
  font-size: 14px;
}
.b-tar__option-tooltip-content {
  color: #666666;
  margin: 10px;
}

/*LISTS*/
/*EFEFCTS*/
/*TEXT*/
.b-tarif__block {
  font-family: 'Open Sans';
}
.b-tarif__title {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  font-size: 13px;
}
.b-tarif__price {
  color: #FFF;
  padding: 10px 0;
  font-size: 16px;
}
.b-tarif__price span {
  font-weight: bold;
  font-size: 30px;
}
.b-tarif__body {
  padding-top: 5px;
}
.b-tarif__body .b-tarif__row:first-child {
  padding-top: 3px!important;
}
.b-tarif__row {
  padding: 8px 0;
}
.b-tarif__btn {
  padding: 20px 0;
}
.tarif-blue {
  background-color: #05709E;
}
.tarif-white {
  background-color: #FFF;
}
.tarif-green {
  background-color: #1DA599;
}
.tarif-dark-green {
  background-color: #7DC5C1;
}
.tarif-light-green {
  background-color: #89D2CB;
}
.tarif-light-green-light {
  background-color: #F5FEFD;
}
.tarif-light-blue {
  background-color: #6CA5C0;
}
.tarif-light-blue-light {
  background-color: #CEDDE3;
}
.tarif-bold {
  font-weight: bold;
  color: #000;
}
.tarif-border-blue {
  border-bottom: 1px solid #A3C3D0;
}
.tarif-border-green {
  border-bottom: 1px solid #E3F5F2;
}
.tarif-border-white {
  border-bottom: 1px solid #dddddd;
}
.b-tar-block {
  float: left;
  padding-left: 0!important;
  padding-right: 0!important;
}
.b-tar-block.left-block {
  padding-right: 0!important;
}
.b-tar-block.middle-block {
  padding-left: 0!important;
  padding-right: 0!important;
}
.b-tar-block.right-block {
  padding-left: 0!important;
}
.b-tar-block.hidden-block {
  display: none;
}
.b-tar__block_general {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.b-tar__block_general:hover .b-tar__arrow {
  opacity: 1;
}
.b-tar__block_general:hover .b-tar__arrow.right {
  right: -18px;
  -webkit-transition: all .3s ease 1ms;
  -moz-transition: all .3s ease 1ms;
  -o-transition: all .3s ease 1ms;
  transition: all .3s ease 1ms;
}
.b-tar__block_general:hover .b-tar__arrow.left {
  left: -18px;
  -webkit-transition: all .3s ease 1ms;
  -moz-transition: all .3s ease 1ms;
  -o-transition: all .3s ease 1ms;
  transition: all .3s ease 1ms;
}
.b-tar__carousel-new {
  display: none;
  position: relative;
  left: 0;
  width: 2810px;
  float: left;
  padding: 15px 0;
}
.b-tar__carousel-new-wrap {
  overflow: hidden;
}
.b-tar__carousel-new--without-tariff {
  width: 2535px !important;
}
.b-tar__arrow {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background-color: #fff;
  position: absolute;
  z-index: 11;
  cursor: pointer;
  border: 1px solid #ddd;
  top: 230px;
  opacity: 0;
}
.b-tar__arrow:hover {
  background-color: var(--main-btn-color);
  color: var(--main-btn-text-color);
}
.b-tar__arrow i {
  font-size: 18px;
  position: relative;
  top: 9px;
}
.b-tar__arrow.right {
  right: -40px;
  -webkit-transition: all .3s ease 1ms;
  -moz-transition: all .3s ease 1ms;
  -o-transition: all .3s ease 1ms;
  transition: all .3s ease 1ms;
}
.b-tar__arrow.right i {
  right: 13px;
}
.b-tar__arrow.left {
  left: -40px;
  -webkit-transition: all .3s ease 1ms;
  -moz-transition: all .3s ease 1ms;
  -o-transition: all .3s ease 1ms;
  transition: all .3s ease 1ms;
}
.b-tar__arrow.left i {
  left: 13px;
}
.b-tar__block {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: -ms-grab;
  cursor: -o-grab;
  cursor: grab;
  text-align: center;
  background-color: #F5F5F5;
  font-family: 'Open Sans';
  border: 1px solid #ddd;
  z-index: 1;
}
.b-tar__block .current {
  display: none;
  margin-top: 10px;
}
.b-tar__block.popular {
  margin: -10px 0;
  z-index: 10;
  background-color: #FFF;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.b-tar__block.popular .b-tar__header {
  background-color: #fff;
}
.b-tar__block.popular .b-tar__price_block > span,
.b-tar__block.popular .b-tar__price_block > i {
  color: #0AA699;
}
.b-tar__block.popular .b-tar__footer {
  height: 70px;
}
.b-tar__header {
  font-weight: bold;
  background-color: #F9F9F9;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
}
.b-tar__header span {
  color: #ABABAB;
  font-weight: normal;
  font-size: 14px;
}
.b-tar__body {
  padding: 10px 0;
}
.b-tar__footer {
  padding-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.b-tar__footer .btn {
  padding: 10px 16px;
  font-size: 18px;
}
.b-tar__price {
  font-weight: 300;
  font-size: 64px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  letter-spacing: 2px;
}
.b-tar__price_block {
  margin-bottom: 20px;
  position: relative;
}
.b-tar__price_block i {
  position: relative;
  top: -22px;
  left: -4px;
  font-size: 28px;
  font-weight: 100;
}
.b-tar__period {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.b-tar__info {
  margin-top: 5px;
  list-style: none;
  padding-left: 0 !important;
}
.b-tar__info li {
  position: relative;
  padding: 6px 0;
}
.b-tar__info li i {
  cursor: pointer;
}
.b-tar__info-divider {
  color: #E5E5E5;
}
.b-tar__info-divider::before {
  left: -50% !important;
  right: 0;
  margin-left: -16px;
}
.b-tar__info-divider::after {
  left: 50% !important;
  right: 0;
  margin-left: 22px;
}
.b-tar__info-divider::before,
.b-tar__info-divider::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 20px;
  height: 0;
  border-top: 1px solid #EEE;
}
.b-tar__info-more {
  display: none;
}
.b-tar__info-more li:hover {
  font-weight: bold;
}
.b-tar__info-show-more {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 50%;
}
.b-tar__info-show-more:hover {
  color: #888;
}
.b-tar__option-tooltip-title {
  border-top-left-radius: 6px;
  background-clip: padding-box;
  margin: 0!important;
  padding: 10px;
  background-color: #f1f1f1;
  border-top-right-radius: 6px;
  font-weight: bold;
  font-size: 14px;
}
.b-tar__option-tooltip-content {
  color: #666666;
  margin: 10px;
}

.lpt-filter-selected {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 33px;
  align-items: center;
}
.lpt-filter-selected__option {
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  padding: 5px;
  background-color: #dfebf8;
  border: 1px solid #9dc1e7;
  border-radius: 2px;
}
.lpt-filter-selected__option-remove {
  margin: 0 2px 0 5px;
  color: #2798d5;
}
.lpt-filter-selected__option-remove svg {
  fill: #2798d5;
}
.lpt-filter-selected__icon {
  margin: 8px 0;
  fill: #6e747a;
}

.select-file-loader {
  position: relative;
  z-index: 100000;
}
.select-file-loader__current-option {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e9ec;
  outline: none;
  height: 37px;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-file-loader__list-option {
  position: absolute;
  background: white;
  width: 100%;
}
/*Это костыль для загрузчика файлов*/
.select-file-loader .dz-preview.dz-image-preview {
  overflow: hidden;
}
.select-file-loader .dz-preview.dz-image-preview .dz-image {
  width: 100%;
  overflow-x: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.select-file-loader .dz-preview.dz-image-preview .dz-details,
.select-file-loader .dz-preview.dz-image-preview .dz-error-message {
  width: 100%;
}
.select-file-loader .dz-preview.dz-image-preview .dz-success-mark,
.select-file-loader .dz-preview.dz-image-preview .dz-error-mark {
  display: none;
}
.list-option {
  cursor: pointer;
  height: 37px;
  padding: 5px 10px;
}
.list-option__remove {
  position: absolute;
  right: 5px;
  top: 14px;
}

.autofunnel-page {
  min-height: 100%;
  position: absolute;
  width: 100%;
  padding-top: 60px;
}

.caller__tab {
  background-color: #1B1E25;
  color: #fff;
  border: 2px solid #000 !important;
  width: 49%;
  padding: 0;
  margin: 0 !important;
}
.caller__tab.active {
  background-color: #0E0F13;
  border-color: transparent !important;
}
.caller__tab:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.caller__tab:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.caller__tab > a {
  color: #fff;
  background-color: transparent !important;
}
.caller__tab > a > svg {
  fill: #fff;
  height: 12px;
}
.caller__tab-content {
  background: none;
  padding: 0 !important;
  overflow: visible;
  position: static;
}
.caller__tab-pane {
  padding: 0 !important;
}

#iframe_calls_scheme_settings {
  width: 100%;
  min-height: 100%;
  height: 1px;
  position: absolute;
  padding-top: 60px;
}

.crater__title,
.crater__chart,
.crater__sales,
.crater__promo {
  width: 100%;
  display: inline-block;
}
.crater__nav {
  margin-right: 10px;
}
.crater__filter {
  position: relative;
}
.crater__filter-count {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
}
#crater-chart .highcharts-tooltip span {
  background-color: white;
  border: 1px solid #606060;
  border-radius: 3px;
  opacity: 1;
  z-index: 9999 !important;
  top: 0 !important;
  left: 0 !important;
  padding: 10px;
}

.lpt-intercom {
  position: fixed;
  z-index: 9999999999;
}
.lpt-intercom__add-btn {
  display: block;
  position: fixed;
  width: 24px;
  height: 24px;
  padding: 3px 7px;
  background: #1abc98;
  color: #fff;
  border-radius: 50%;
  bottom: 20px;
  right: 85px;
  cursor: pointer;
  z-index: 2147483642;
  /* из-за arcticmodal-container z-index */
}
.lpt-intercom__add-btn .hidden {
  display: none;
}
.lpt-intercom__close-btn {
  display: block;
  position: fixed;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAG1BMVEUAAAD///////////////////////////8AAADr8xjQAAAAB3RSTlMAM7cPx7jIAE21/gAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAABESURBVAjXYxAyYGBgYFZkUHcG0ialDCYlBgzM7slA7MxgUgaUNCkzdgfJMbunlIDUMpiUg7hwGiYOVQfTBzMHZi7UHgCB3RAZ7HszogAAAABJRU5ErkJggg==);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #1abc98;
  border-radius: 50%;
  z-index: 9999999999;
  cursor: pointer;
}
.lpt-intercom__close-btn .hidden {
  display: none;
}
.lpt-intercom-control {
  border: 1px solid #7dc189;
  max-width: 320px;
  min-width: 320px;
  margin: 0 auto;
  outline: none;
  min-height: 30px;
  border-radius: 5px;
  height: 30px!important;
}
.lpt-intercom-control::-webkit-input-placeholder {
  color: #6f7b8a;
}
.lpt-intercom-control.error {
  border: 1px solid #f35958;
}
.lpt-intercom-btn {
  display: inline-block;
  border-radius: 15px;
  color: white;
  background-image: url('/img/send-button.png') !important;
  background-color: #1bbc97;
  background-repeat: no-repeat;
  background-position: 100px;
  padding: 10px 20px;
  padding-right: 40px;
  cursor: pointer;
  margin-top: 5px;
}
.lpt-intercom-btn:hover {
  color: white;
}
.lpt-intercom__main-win {
  z-index: 9999;
  position: fixed!important;
  bottom: 90px!important;
  right: 20px!important;
  width: 370px!important;
  min-height: 250px!important;
  max-height: 580px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16) !important;
  border-radius: 8px!important;
  overflow: hidden;
  overflow-y: auto;
  background-image: url('/img/background-intercom.png');
  background-color: #ffffff;
}
.lpt-intercom__main-win-header {
  width: 100%;
  max-height: 150px;
  min-height: 20px;
  background-color: #1abc98;
}
.lpt-intercom__main-win-title {
  color: #fff;
  font-size: 17px;
  line-height: 1.1em;
  white-space: nowrap;
  text-align: center;
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lpt-intercom__main-win-intro {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 13px;
  width: 240px;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1.4;
}
.lpt-intercom__main-win-response {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.lpt-intercom__main-win-form {
  width: 100%;
  overflow-y: auto;
  padding: 20px 0 10px;
}
.lpt-intercom__main-win-row {
  margin: 10px 0;
  text-align: center;
  width: 100%;
  position: relative;
}
.lpt-intercom__main-win-row input {
  padding: 10px;
}
.lpt-intercom__main-win-row textarea {
  min-height: 120px;
  height: auto;
  outline: none;
  resize: none;
}
.lpt-intercom-input-file {
  display: none!important;
}
.lpt-intercom-input-file + .lpt-intercom-label-file {
  height: 20px;
  width: 20px;
  background: url(/img/icon/upload-button.png) no-repeat 50% 50%;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 30px;
  margin-bottom: 5px;
}
.lpt-intercom-label-file-loader {
  top: auto;
  display: none;
}

.leads-buying__campaigns-region {
  overflow-x: auto;
}

.news-page {
  width: 100%;
  min-height: 100%;
  height: 1px;
  position: absolute;
  padding-top: 60px;
}

#iframe_settings {
  width: 100%;
  min-height: 100%;
  height: 1px;
  position: absolute;
  padding-top: 60px;
}

.sms-senders__status-part-accept {
  color: var(--main-btn-text-color);
  background-color: var(--main-btn-color);
}


.b-popover__email_edit-template {
  width: 100%;
}
.b-popover__email_edit-body .select2-container {
  width: 100% !important;
}
.b-popover__email_edit-body .select2-selection--single {
  margin-left: 0;
}
.b-popover__email_edit-text {
  resize: none;
}

.export-money-dialog .select2-selection--single {
  margin-left: 0;
}

.b-buyout-settings-modal__one-hand-enable,
.b-buyout-settings-modal__all-hand-enable {
  background: #ffffff;
  padding: 15px;
  display: block;
}
.b-buyout-settings-modal__one-hand-enable-title,
.b-buyout-settings-modal__all-hand-enable-title {
  font-size: 14px !important;
}
.b-buyout-settings-modal__one-hand-enable-switch,
.b-buyout-settings-modal__all-hand-enable-switch {
  float: right;
}
.b-buyout-settings-modal__value {
  width: 75%;
}
.b-buyout-settings-modal__info-btn {
  margin-top: 12px;
  color: #55606e;
}
.b-buyout-settings-modal .select2-selection--single {
  margin-left: 0;
}
.b-buyout-settings-modal .select2-selection--multiple {
  height: 32px;
  width: 100%;
  overflow: auto;
}
.b-buyout-settings-modal .select2-search__field {
  display: none;
}
.b-buyout-settings-modal .select2-search__field:focus {
  display: inline-block;
}

.b-buyout-settings-modal__enable {
  background: #ffffff;
  padding: 15px;
  display: block;
}
.b-buyout-settings-modal__enable-title {
  font-size: 14px;
}
.b-buyout-settings-modal__enable-switch {
  float: right;
}
.b-buyout-settings-modal__info-btn {
  margin-top: 12px;
  color: #55606e;
}
.b-buyout-settings-modal .select2-search__field {
  display: none;
}
.b-buyout-settings-modal .select2-search__field:focus {
  display: inline-block;
}

.leads-moderation__upload .dropzone .dz-default,
.leads-moderation__upload .dropzone .dz-preview {
  display: none;
}
.leads-moderation__file-url {
  vertical-align: middle;
  line-height: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
  text-align: left;
}

.leads-search__site-select .select2-selection,
.leads-search__keyword-select .select2-selection,
.leads-search__phone-select .select2-selection {
  height: 114px;
}
.leads-search__site-select ul.select2-selection__rendered,
.leads-search__keyword-select ul.select2-selection__rendered,
.leads-search__phone-select ul.select2-selection__rendered {
  height: 100%;
  overflow-y: auto !important;
}
.leads-search__site-select li.select2-selection__choice,
.leads-search__keyword-select li.select2-selection__choice,
.leads-search__phone-select li.select2-selection__choice {
  max-width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.leads-search__weeks-title--disabled {
  opacity: 0.6;
}
.leads-search__tags-input .input {
  overflow: auto;
  height: 114px;
}
.leads-search__tags-input .tags {
  align-items: flex-start;
  align-content: flex-start;
}
.leads-search__tags-input .tag {
  color: #576475 !important;
  background-color: #e4e4e4 !important;
  border: 1px solid #aaa;
  height: 25px;
  max-width: 100%;
}
.leads-search__tags-input .tag .content {
  max-width: calc(100% - 14px);
}
.leads-search__tags-input .tag .tag-center {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leads-search__tags-input .new-tag-input-wrapper {
  padding: 0 !important;
  height: 25px;
}
.leads-search__tags-input .new-tag-input {
  height: 25px;
  min-height: 25px;
}
.leads-search__link {
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 2px;
  cursor: pointer;
  font-size: 13px;
}
.leads-search__link:hover {
  border-bottom: none;
}
@media (max-width: 1100px) {
  .leads-search {
    width: 100% !important;
  }
}
.error-control .leads-search__tags-input .input {
  border: 1px solid #f35958;
}
.error-control .leads-search__tags-input .icon-close {
  color: inherit;
}

.leads-search-info__params-table-container {
  margin: 0;
}
.leads-search-info__params-table {
  width: 100%;
}
.leads-search-info__params-table tr {
  height: 40px;
}
.leads-search-info__params-table th {
  text-align: center;
  background-color: #EDF1F3;
}
.leads-search-info__params-table td {
  text-align: right;
}
.leads-search-info__params-table td:first-child {
  text-align: center;
  width: 200px;
}
.leads-search-info__params-table td,
.leads-search-info__params-table th {
  border: 1px solid #ECF1F3;
  padding: 10px;
}

.b-popover__add_sphere-body {
  display: block;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
.b-popover__add_sphere-body .b-popover__add_sphere-name {
  margin: 15px;
  width: 368px;
  height: 32px;
}
.b-popover__add_sphere-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.b-popover__add_sphere-footer .b-btn {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#b-popover__add_sphere .popover-footer {
  text-align: right;
  display: block;
  padding: 10px;
}

.b-popover__stage-select-body .select2 {
  width: 100% !important;
}
.b-popover__stage-select-body .select2-container {
  position: relative;
}
.b-popover__stage-select-body .select2-container--disabled .select2-selection {
  background: none !important;
}
.b-popover__stage-select-body .select2-container--default .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer;
}
.b-popover__stage-select-body .select2-container--open .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer;
}

.b-filter__right .btn_pick_date {
  padding: 0 !important;
}
.b-filter__right .btn_pick_date .radio {
  padding: 5px;
  height: 40px;
}
.b-filter__right .btn_pick_date .radio label {
  padding: 0px 5px 0px 30px;
  margin: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.b-filter__right .btn_pick_date .radio label:before {
  top: 5px !important;
}
.b-filter__right .btn_pick_date .radio label:after {
  top: 5px !important;
}
.b-filter__right .btn_pick_date .radio label input {
  min-height: 30px;
  height: 20px;
  padding: 5px !important;
}
.b-filter__right .checkbox {
  padding: 5px;
  height: 40px;
}
.b-filter__right .checkbox label {
  width: 100%;
  padding: 0px 5px 0px 30px;
  margin: 0;
  height: 30px;
  line-height: 30px;
}
.b-filter__right .checkbox label:before {
  top: 5px !important;
}
.b-filter__footer {
  border-top: 1px solid #ddd;
}

.b-popover__funnel_steps__delimiter {
  align-items: center;
  margin: 0;
  display: flex;
  color: #999;
}
.b-popover__funnel_steps__delimiter:before,
.b-popover__funnel_steps__delimiter:after {
  content: "";
  flex: 1;
  height: 1px;
  margin: 0 1em;
  box-shadow: 0 0.5px 0 #999;
}

.b-popover__stage-select-body .select2 {
  width: 100% !important;
}
.b-popover__stage-select-body .select2-container {
  position: relative;
}
.b-popover__stage-select-body .select2-container--disabled .select2-selection {
  background: none !important;
}
.b-popover__stage-select-body .select2-container--default .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer;
}
.b-popover__stage-select-body .select2-container--open .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer;
}

.b-popover__sms_edit-template {
  width: 100%;
}
.b-popover__sms_edit-body .select2-container {
  width: 100% !important;
}
.b-popover__sms_edit-body .select2-selection--single {
  margin-left: 0;
}
.b-popover__sms_edit-text {
  resize: none;
}


.kanban-column {
  position: relative;
  width: 323px;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: top;
  flex-shrink: 0;
  flex-basis: 323px;
  flex-direction: column;
  background-color: #f8f8f8;
  transition: flex-basis 1s;
}
.kanban-column__placeholder {
  height: 66px;
  background-color: #d3d3d3;
  margin-top: 5px;
  text-align: center;
}
.kanban-column__name .kanban-column__remove {
  display: none;
  position: absolute;
  color: #505458;
  right: 5px;
  top: 10px;
  cursor: pointer;
}
.kanban-column__name .kanban-column__add {
  position: absolute;
  display: none;
  height: 26px;
  width: 26px;
  right: -13px;
  top: 38px;
  background-color: #fff;
  border-radius: 13px;
  z-index: 1;
  cursor: pointer;
}
.kanban-column__name .kanban-column__add > img {
  width: 26px;
  height: 26px;
}
.kanban-column__name:hover .kanban-column__remove,
.kanban-column__name:hover .kanban-column__add {
  display: block;
}
.kanban-column_movable .kanban-column__name {
  cursor: move;
}
.kanban-column.disabled {
  opacity: 0.2;
}
.kanban-column .ui-sortable {
  min-height: 66px;
}

.kanban-columns {
  display: block;
  white-space: nowrap;
  overflow: auto;
  height: 100%;
  background-color: #f8f8f8;
  text-align: center;
}
.kanban-columns__placeholder {
  background-color: #d3d3d3;
}

.kanban,
.kanban > div:first-child {
  height: 100%;
}
