/*
  Sidebar
  */
/*
  Breakpoints
  */
/*
  Constructor variables
 */
.anim {
  -webkit-transition: all 90ms ease-in-out 45ms;
  transition: all 90ms ease-in-out 45ms;
}
/*
 Grids
 */
/*
 Constructors
 */
html,
body {
  height: 100%;
  width: 100%;
}
BODY {
  width: 100%;
  background-color: #F2F5F5;
  min-width: 320px;
}
#content-warpper,
#content-wrapper {
  margin: 28px 32px 32px 32px;
  min-height: 72vh;
}
#content-warpper.gutter-bottom-lg,
#content-wrapper.gutter-bottom-lg {
  margin-bottom: 100px;
}
#content-warpper.content-warpper,
#content-wrapper.content-warpper,
#content-warpper.content-wrapper,
#content-wrapper.content-wrapper {
  min-height: auto;
}
@media (max-width: 620px) {
  #content-warpper.content-warpper,
  #content-wrapper.content-warpper,
  #content-warpper.content-wrapper,
  #content-wrapper.content-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.site-wrapper {
  min-width: 320px !important;
  min-height: 100%;
}
#page-wrapper {
  display: table;
}
#content-placeholder {
  display: table-cell;
}
#content-placeholder base {
  display: none;
}
/* фикс для страниц без #content-warpper -а*/
#header ~ *:not(#content-wrapper):not(#footer):not(.modal) {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
#header ~ link {
  position: absolute;
}
input::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
.fast-links {
  margin-bottom: 15px;
}
.fast-links > a.btn,
.fast-links > div.btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 7px;
}
/* general-stat */
.stat-all-graph-title,
.graph-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #688fa1;
}
.panel-body > .stat-all-graph-title {
  position: relative;
  top: -4px;
  margin-bottom: 16px;
  margin-top: 0;
}
table.noborder h2,
.dtable h2 {
  font-size: 28px;
  margin-bottom: 2px;
}
table.noborder h3 {
  font-size: 24px;
  margin-bottom: 2px;
  margin-top: 0;
}
h3 + span,
h2 + span,
.dtable h2 + span {
  color: #5c6a70;
  display: block;
  line-height: 1.15;
  font-size: 13px;
  font-weight: normal;
  text-transform: lowercase;
}
.dtable h2 + span big {
  font-size: 14px;
}
@media (max-width: 480px) {
  h3 + span,
  h2 + span,
  .dtable h2 + span {
    font-size: 12px;
  }
  .ec_task_item button.btn-action {
    padding: 2px 5px 3px 5px;
    margin-left: -32px !important;
    min-width: 40px !important;
  }
}
#lang-selector {
  min-width: 30px;
}
.dropdown-menu-has-arrow:after,
#lang-selector:after,
#user-dropdown:after,
.dropdown-menu-has-arrow:before,
#lang-selector:before,
#user-dropdown:before {
  content: '';
  right: 7px;
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-top: 0;
  position: absolute;
}
.dropdown-menu-has-arrow:after,
#lang-selector:after,
#user-dropdown:after {
  top: -6px;
}
.dropdown-menu-has-arrow:before,
#lang-selector:before,
#user-dropdown:before {
  border-bottom-color: #ccc;
  top: -7px;
}
.dropdown-menu-has-arrow:before {
  content: none;
}
.accordion .red-text,
.accordion .red-text span.sp-icon.icon-ap-textbuble {
  color: #FEC100 !important;
}
.btn-color-grey {
  background-color: #F3F3F3;
  color: #B6B6B6;
  border: 1px solid #B6B6B6;
}
.btn-color-grey:hover {
  background-color: #E5E5E5;
  color: #B6B6B6;
}
.btn.noactive {
  opacity: 0.38;
  filter: alpha(opacity=38);
}
.label.label-link:hover {
  opacity: 0.85;
  cursor: pointer;
}
.label-default {
  background-color: #688fa1;
}
.label-green {
  color: #31c178;
}
.label-yellow {
  border: 1px solid #CF8800;
  color: #333333;
}
.label-success {
  background-color: #31c178;
}
.label-danger {
  background-color: #FF5C46;
}
.label-muted {
  background-color: #aaa;
}
.label.label-outlined {
  color: #428bca;
  border: 1px solid;
  background: transparent;
}
.label.label-outlined:hover {
  color: #428bca;
}
.label.label-outlined.label-success {
  border-color: #31c178;
  color: #31c178;
}
.label.label-outlined.label-yellow {
  border-color: #DEA108;
  color: #DEA108;
}
/* label for tags */
.label-tag {
  font-weight: normal;
  font-size: 14px;
  padding: 0.46em 0.6em 0.4em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.label-grey {
  color: #688fa1;
  background-color: #F0F4F6;
}
.label-pink {
  color: #EC407A;
  background-color: #FEECF2;
}
.label-amber {
  color: #EAB000;
  background-color: #FDF8E6;
}
.label-teal {
  color: #4DB6AC;
  background-color: #EEF8F7;
}
.label-blue {
  color: #2196F3;
  background-color: #E9F5FE;
}
.label-indigo {
  color: #3F51B5;
  background-color: #ECEEF8;
}
.label-deep-purple {
  color: #7E57C2;
  background-color: #F3EFF9;
}
.label-purple {
  color: #BA68C8;
  background-color: #F9F0FA;
}
.label.label-light-warning {
  background-color: #FFFEDF;
  color: #DD9F1B;
  font-weight: normal;
  font-size: 13px;
  border: 1px solid #F7E6B7;
}
.label-sp-default {
  color: #5c6a70;
  background-color: #D6E3E3;
}
.label-sp-info {
  color: #5BC0DE;
  background-color: #dff6fd;
}
.label-sp-success {
  color: #31c178;
  background-color: #e3f5eb;
}
.label-sm {
  font-size: 12px;
  padding: 0em 0.5em 0.1em;
}
.small-progressbar {
  margin: 0;
  border-radius: 8px;
  height: 15px;
}
.xsmall-progressbar {
  margin: 0;
  border-radius: 4px;
  height: 8px;
}
.progress-bar-default {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
}
.rows-no-found {
  font-size: 18px !important;
  padding: 40px 20px;
  text-align: center;
}
.children-tabs {
  padding-top: 10px;
}
.bookmark-arrow {
  float: left;
  margin-bottom: 25px;
  margin-right: 4px;
}
.bookmark-arrow .label-as-link:hover:not(.arrow_box) {
  background-color: #e4eaea;
}
.label-as-link {
  color: #507E8F;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 14px 7px 14px;
  cursor: pointer;
}
.orange-pills {
  margin-bottom: 20px;
}
.nav-pills.orange-pills > li {
  margin-top: 5px;
}
.orange-pills a {
  color: #688fa1;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 5px 12px !important;
}
.orange-pills a:hover {
  color: #0B99B2;
}
.orange-pills li.active a,
.orange-pills li.active a:hover,
.orange-pills li.active a:focus,
.arrow_box {
  position: relative;
  color: #fff;
  background-color: #688fa1;
  border: 2px solid #688fa1;
  border-radius: 6px;
}
/*
.orange-pills li.active a:after,
.orange-pills li.active a:before,
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.orange-pills li.active a:after,
.arrow_box:after {
  //border-color: @sp-secondary;
  border-top-color: @muted-link-color;
  border-width: 8px;
  margin-left: -8px;
}
*/
@media (max-width: 620px) {
  .nav-tabs li a {
    font-size: 14px;
    padding: 16px 5px;
  }
  .panel-footer .btn {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
@media (max-width: 480px) {
  .label-as-link,
  .orange-pills a {
    padding: 0.2em 0.6em 0.3em !important;
    font-size: 13px;
  }
  .nav-tabs li a {
    padding: 12px 2px;
  }
  .bookmark-arrow {
    margin-bottom: 13px;
  }
}
.left-border {
  border-left: 3px solid #ddd;
  padding-left: 20px;
}
.gray-tr td {
  background-color: #F2F5F5;
  border: none;
  padding-bottom: 0;
}
#social.visible-notebook a img {
  margin-top: -13px;
}
.panel-footer .btn.coloredlink-green + em.color-light-grey,
.modal-footer em.color-light-grey,
.panel-footer .btn.coloredlink-green + em.grey,
.panel-footer .btn.btn-green + em.color-light-grey,
.panel-footer .btn.btn-green + em.grey {
  display: none;
  color: #ACACAC;
  margin: 5px 15px;
}
.panel-footer .btn.coloredlink-green:hover + em.color-light-grey,
.panel-footer .btn.btn-green:hover + em.color-light-grey,
.panel-footer .btn.btn-green:hover + em.grey {
  display: inline;
}
#more_text + a.dotted,
#more_text + p a.dotted {
  position: relative;
  top: -7px;
}
#more_text + a.dotted:focus,
#more_text + p a.dotted:focus,
#more_text + a.dotted:active,
#more_text + p a.dotted:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#company-fields-editor .form-group {
  margin-bottom: 0;
}
.custom-dialog .modal-dialog {
  width: 520px;
}
.custom-dialog-by-remame .modal-dialog {
  width: 460px;
}
#newPhoneNewCodeButton {
  top: -2px;
}
/*
 sms service
 */
.operatorslogo {
  width: 18px;
  margin-top: -2px;
}
.operator_td {
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: center;
}
.modal-open #f_lang_switcher_link {
  z-index: 1040;
}
#f_lang_switcher_link:hover {
  color: #0B99B2;
  background: #EEF7F3;
}
.lang-popover {
  -webkit-transform: translate(-24px);
          transform: translate(-24px);
  z-index: 999998;
}
.lang-popover .popover-content {
  list-style: none;
  margin-bottom: 0;
  padding: 4px;
  overflow: hidden;
}
.lang-popover li {
  line-height: 26px;
}
.lang-popover a {
  padding: 4px 15px;
  text-decoration: none;
  font-weight: 600;
  margin-right: -2px;
  display: block;
  border-radius: 3px;
}
.lang-popover a:hover {
  background: #EBF8F5;
}
.lang-popover a:active {
  -webkit-box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
}
.lang-popover a img {
  vertical-align: bottom;
  position: relative;
  top: -3px;
  left: -4px;
}
.squareChatButton {
  top: -48px;
}
.i-embedded-chat {
  z-index: 999999 !important;
}
.modal-open #driver-page-overlay,
.modal-open #driver-highlighted-element-stage,
.modal-open #driver-popover-item {
  display: none !important;
}
.modal-open .driver-highlighted-element {
  z-index: 0 !important;
}
.support-vip-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support-vip-box .support-vip-manager-photo {
  width: 50px;
  display: inline-block;
}
.support-vip-box .support-vip-info {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  line-height: 22px;
  margin-top: 4px;
}
/*  inline-chat-button fix   */
.inline-chat-button {
  margin-right: 15px;
}
.inline-chat-button > div > div {
  border-radius: 4px!important;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3) inset !important;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3) inset !important;
  height: 32px !important;
  padding-top: 1px !important;
}
.inline-chat-button > div > div:hover {
  background-color: #13A88A !important;
}
#stat-tasks-block .panel-footer.clearfix {
  position: relative;
}
/*.overlayed-title {
  position: relative;
  z-index: 5;
  left: 9px;

  & + .panel,
  & + .media-list.main-steps {
    margin-top: -17px;
  }
  & span {
    background-color: #fff;
    padding: 0 5px;
  }
}*/
.sp-navbar .parent-username-header {
  margin-top: -5px;
  background-color: #EFEFEF;
  color: #565656;
  line-height: 1.25;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sp-navbar .dropdown-header-agency .btn-link {
  padding: 0;
  color: #333;
}
.sp-navbar .dropdown-header-agency .btn-link:hover {
  color: #000;
}
.sp-navbar .dropdown-header-agency .btn-link .sp-icon {
  color: #34AABD;
}
.sp-navbar .dropdown-header-agency strong {
  margin-bottom: 4px;
}
.sp-navbar .dropdown-header-agency .label {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.sp-navbar .dropdown-header-agency .label.label-default {
  background-color: #aaa;
}
.sp-navbar .dropdown-header-agency .username-header-inner {
  margin-bottom: 12px;
}
.donut_graph text tspan,
.chart text,
.chart text tspan,
.nvd3.nv-wrap text {
  font-family: 'Nunito Sans', 'Avenir Next', 'Segoe UI', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.donut_graph text tspan {
  font-size: 11px !important;
  font-weight: normal;
}
.donut_graph text,
.nvd3.nv-wrap text {
  opacity: 0.65;
}
.donut_graph text + text {
  opacity: 0.4;
}
.donut_graph text + text tspan {
  font-weight: bold;
}
.nvtooltip {
  border: none !important;
  font-family: 'Nunito Sans', 'Avenir Next', 'Segoe UI', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.period-stat-block {
  margin-bottom: 12px;
  padding: 17px 20px;
}
.period-stat-block:empty {
  display: none;
}
#alert-bootstrap .modal-dialog {
  max-width: 400px;
}
.badge.badge-sent {
  position: absolute;
  left: 43px;
  top: 2px;
  background-color: #31c178;
  font-size: 7px;
  padding: 4px;
  width: 16px;
  height: 16px;
}
.badge.badge-counter {
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: -8px;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 1;
  padding: 3px 5px;
  background-color: #F15845;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.badge.status-beta {
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: -8px;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 1;
  padding: 3px 5px;
  color: #F15845;
  background-color: #ffd4cf;
}
.well .badge,
td .badge {
  margin-top: -1px;
}
/* -- account-stat (index page) -- */
.account-stat .row hr {
  margin-bottom: 15px;
}
.account-stat .help-block {
  margin: 7px 0 0 0;
}
.account-stat .progress-bar {
  opacity: 0.85;
}
.account-stat .control-label {
  font-weight: normal;
}
.account-stat .control-label:first-letter {
  text-transform: uppercase;
}
.account-stat .control-label span {
  font-weight: bold;
}
.account-stat .control-label .text-normal {
  font-weight: normal;
}
.account-stat .progress + .help-block {
  margin-bottom: 0;
}
.fill-additional-modal .modal-body {
  background-color: #fff;
  padding: 30px 30px 15px 30px;
}
.fill-additional-modal .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fill-additional-modal .panel-body,
.fill-additional-modal .panel-footer {
  padding: 0;
  background: #fff;
}
.fill-additional-modal .panel-footer {
  margin-top: 20px;
  border: 0;
}
@media (min-width: 840px) {
  .fill-additional-modal .modal-dialog {
    width: 820px;
    margin: 30px auto;
  }
}
.step-templates .nav-tabs a {
  max-width: 165px;
  padding: 12px 12px 20px 12px;
}
.step-templates .nav-tabs > li.active > a,
.nav-tabs.gradient-tabs > li.active > a {
  border-bottom-color: #ffffff;
}
.step-templates .nav-tabs .media-object {
  width: 32px  !important;
  height: 32px !important;
}
.nav-tabs .tab-icon {
  float: left;
  margin-right: 15px;
}
.nav-tabs .tab-text {
  line-height: 1.15;
}
.nav-tabs > li.active > a svg path[stroke],
.nav-tabs > li.active > a svg rect {
  stroke: #31c178 !important;
}
.nav-tabs > li.active > a svg path[fill] {
  fill: #31c178 !important;
}
@media (min-width: 768px) {
  .step-templates .nav-tabs a {
    max-width: 210px;
  }
  .nav-tabs .tab-text {
    margin-left: 46px;
  }
}
.step-templates .well .btn-link.disabled {
  opacity: 0.7;
}
code.sement-param-first,
code.grey-code {
  color: #716064;
  background-color: #EAEAEA;
  display: inline-block;
  line-height: 1.1;
}
code.clickable-code {
  background-color: rgba(11, 153, 178, 0.1);
  color: #0a849a;
  cursor: pointer;
}
code.clickable-code:hover {
  background-color: rgba(11, 153, 178, 0.15);
}
code.clickable-code:active {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
/* morris js custom styles */
.morris_graph,
.morris_graph text,
div.morris-hover.morris-default-style {
  font-family: 'Nunito Sans', 'Avenir Next', 'Segoe UI', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.morris-hover.morris-default-style {
  border: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.morris-hover.morris-default-style:after {
  content: '';
  bottom: -7px;
  right: 41%;
  right: calc(50% - 7px);
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(255, 255, 255, 0.9);
  border-bottom: 0;
  position: absolute;
}
#alert-bootstrap.wd600 .modal-dialog {
  width: 600px;
}
.stars-rating {
  display: inline-block;
  width: 97px;
  height: 20px;
  margin-right: 10px;
  background-image: url('/img/my/stars-rating.png');
  background-size: 100%;
  background-position: 0 -258px;
  background-repeat: no-repeat;
}
.stars-rating.rating-0 {
  background-position: 0 3px;
}
.stars-rating.rating-1 {
  background-position: 0 -40px;
}
.stars-rating.rating-2 {
  background-position: 0 -84px;
}
.stars-rating.rating-3 {
  background-position: 0 -128px;
}
.stars-rating.rating-4 {
  background-position: 0 -172px;
}
.stars-rating.rating-5 {
  background-position: 0 -216px;
}
.stat-rating-block .label {
  margin: 1px 0;
  position: relative;
  top: -4px;
  display: inline-block;
  padding: 0.2em 0.3em 0.3em;
}
.stat-rating-block .sp-icon {
  font-size: 115%;
  margin-right: 1px;
  opacity: 0.8;
}
#Principal img {
  border: 1px solid #ddd;
  border-radius: 4px;
}
#pushicon_container_image {
  background-size: 100% !important;
}
img.picture-element-image {
  max-width: 100% !important;
}
.unsuported-warning {
  padding: 2px 15px;
  background-color: #fff;
  border-bottom: 2px solid #FEC100;
}
.webhook-actions-check .checkbox:first-child {
  margin-top: 0;
}
.no-results .dotted {
  cursor: pointer;
}
.panel-discount {
  background-color: #F0FFFA;
  border-color: #31c178;
}
.panel-discount .lead {
  font-size: 17px;
}
.panel-discount .form-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .panel-discount .panel-body {
    padding: 28px 36px;
  }
  .panel-discount h2,
  .panel-discount .panel-body > h4 {
    margin-top: 0;
  }
  .panel-discount .form-inline {
    margin-top: 20px;
  }
}
.onboard-padding {
  padding-top: 12px;
}
.translate-cloak {
  display: none;
}
.tooltip-text-merci {
  background-color: #31b58e;
  background: linear-gradient(60deg, #2BAD84 0%, #0096BA 100%);
  padding: 3px 5px;
  margin: 4px 0;
  border-radius: 2px;
  line-height: 1.2;
}
/*
 ?order=complete
 */
.billing-success-modal .modal-body {
  padding: 45px 30px;
  background-color: #fff;
  color: #507384;
}
.billing-success-modal .modal-footer {
  border-top: none;
  padding: 0;
  background-color: #e2fff9;
}
.billing-success-modal .modal-footer .es-referrals-all {
  padding: 0 25px;
}
.billing-success-modal .modal-footer .es-referrals,
.billing-success-modal .modal-footer .mp-banner,
.billing-success-modal .modal-footer .leave-review-banner {
  padding: 15px 25px;
  width: 50%;
  float: left;
}
@media (max-width: 609px) {
  .billing-success-modal .modal-footer .es-referrals,
  .billing-success-modal .modal-footer .mp-banner,
  .billing-success-modal .modal-footer .leave-review-banner {
    padding: 15px 15px;
    width: 100%;
  }
}
.billing-success-modal .modal-footer .mp-banner {
  background-image: url('/img/my/emailservice/marketplace_banner_pattern2.jpg');
}
.billing-success-modal .modal-footer .leave-review-banner {
  background-image: url('/img/my/emailservice/leave-us-a-review-banner.png');
}
.billing-success-modal .media-body {
  height: 100px;
  vertical-align: middle;
}
.billing-success-modal .media-body .glyphicon,
.billing-success-modal .media-left .glyphicon {
  font-size: 32px;
  margin-bottom: 5px;
}
.billing-success-modal .media-left,
.billing-success-modal .media-right {
  vertical-align: middle;
}
.billing-success-modal .media-right {
  padding-left: 5px;
}
@media (min-width: 768px) {
  .billing-success-modal .modal-dialog {
    width: 620px;
  }
}
.relevant-kb-btn {
  position: absolute;
  top: 101px;
  right: -8px;
  border-radius: 20px;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 1;
  font-size: 20px;
  background-color: #F2F5F5;
  opacity: 0;
  -webkit-transition: all 30ms ease-in-out 15ms;
  transition: all 30ms ease-in-out 15ms;
}
@media (max-width: 480px) {
  .relevant-kb-btn {
    top: 83px;
  }
}
.relevant-kb-btn.in {
  opacity: 1;
}
.relevant-kb-btn .glyphicon-info-sign {
  color: #9db5c4;
}
.relevant-kb-btn:hover,
.relevant-kb-btn:active,
.relevant-kb-btn[aria-describedby] {
  background-color: #f8f9f9;
}
.relevant-kb-btn:hover .glyphicon-info-sign,
.relevant-kb-btn:active .glyphicon-info-sign,
.relevant-kb-btn[aria-describedby] .glyphicon-info-sign {
  color: #8aa7b9;
}
.relevant-kb-btn:hover .glyphicon-info-sign:after {
  content: '';
  position: absolute;
  top: 0.6em;
  right: -12px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: all 60ms ease-in-out 30ms;
  transition: all 60ms ease-in-out 30ms;
  top: 9px !important;
}
.relevant-kb-btn:active {
  -webkit-box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
}
.relevant-kb-btn[aria-describedby] {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.relevant-kb-popover {
  min-width: 320px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.relevant-kb-popover .arrow {
  top: -10px !important;
}
.relevant-kb-popover .popover-title {
  display: none;
}
.relevant-kb-popover .popover-content {
  min-width: 280px;
  position: relative;
  left: -5px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 620px) {
  .relevant-kb-popover .popover-content {
    left: -30px;
  }
}
.relevant-kb-popover .graph-title {
  margin: 10px 5px 6px 5px;
}
.relevant-kb-popover ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.relevant-kb-popover li > a {
  display: block;
  padding: 8px 15px 8px 5px;
  border-bottom: 1px solid #e5eded;
  position: relative;
}
.relevant-kb-popover li > a:hover {
  background-color: #EBF8F5;
  text-decoration: none;
}
.relevant-kb-popover li > a .glyphicon-new-window {
  position: absolute;
  right: 5px;
  top: 12px;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: all 24ms ease-in-out 12ms;
  transition: all 24ms ease-in-out 12ms;
}
.relevant-kb-popover li > a:hover .glyphicon-new-window {
  opacity: 1;
}
.relevant-kb-popover li:last-child > a {
  border-bottom: none;
}
.small input[type="radio"],
.small input[type="checkbox"] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.panel-payment-logos {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.panel-payment-logos > img {
  height: 30px;
}
@media (max-width: 768px) {
  .panel-payment-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .panel-payment-logos > img {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
a:not(.user-dropdown):not(.section-link-sms):not(.section-info-link):focus,
a:not(.user-dropdown):not(.section-link-sms):not(.section-info-link):active {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.product-remove {
  margin: 14px 0 0 20px;
}
.products-next-panel {
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 20px;
}
.products-next-panel .panel-body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 767px) {
  .products-next-panel .panel-body .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products-next-panel .panel-body .row > div {
    margin-bottom: 5px;
  }
}
.products-next-panel .panel-heading {
  padding: 12px 55px 12px 24px;
}
.products-next-panel .panel-footer .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .products-next-panel .panel-footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.products-next-panel .panel-footer .panel-total {
  text-align: right;
}
@media (max-width: 767px) {
  .products-next-panel .panel-footer .panel-total {
    text-align: left;
  }
}
.btn-group-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group-period sup {
  color: #F25A3E;
  font-size: 10px;
  font-weight: bold;
}
.btn-group-period .btn {
  font-size: 13px;
  font-weight: bold;
  color: #5C6A70;
  margin: 0;
  padding: 5px 9px;
}
.btn-group-period .btn:hover,
.btn-group-period .btn:active,
.btn-group-period .btn.active {
  background: #E4EAEA;
}
.panel-promocode {
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .panel-promocode {
    margin: 0 0 5px;
  }
}
.panel-promocode a {
  border-bottom: 1px dotted #0B99B2;
}
.panel-promocode a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.panel-promocode a.delete {
  color: #688fa1;
  border-bottom-color: #688fa1;
}
.panel-promocode a.delete:hover {
  border-bottom-color: transparent;
}
.panel-promocode .promocode {
  color: #5c6a70;
  background: #E9E9E9;
  border-radius: 2px;
  padding: 1px 3px;
}
.recommendation-panel {
  border: 1px solid #C4EBFC;
  border-radius: 6px;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
  padding: 19px 14px 14px;
}
.recommendation-panel-full {
  padding: 13px;
}
.recommendation-panel:after {
  position: absolute;
  background: rgba(0, 159, 193, 0.14);
  width: 82px;
  height: 82px;
  right: -11px;
  top: -15px;
  content: '';
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 33px rgba(0, 159, 193, 0.03), 0 0 0 65px rgba(0, 159, 193, 0.03), 0 0 0 98px rgba(0, 159, 193, 0.03);
          box-shadow: 0 0 0 33px rgba(0, 159, 193, 0.03), 0 0 0 65px rgba(0, 159, 193, 0.03), 0 0 0 98px rgba(0, 159, 193, 0.03);
}
.recommendation-panel:hover {
  background: rgba(92, 106, 112, 0.03);
}
.recommendation-panel h3 {
  color: #31708F;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recommendation-panel h3 span {
  margin: 2px 15px 0px 0;
}
.recommendation-panel .recommendation-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  padding: 0 40px 0 0;
}
.recommendation-panel .recommendation-add {
  color: #0B99B2;
}
.recommendation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recommendation-row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) and (min-width: 992px) {
  .recommendation-row > div {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .recommendation-row > div {
    display: block;
    width: 100%;
  }
}
.recommendation-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommendation-header img {
  position: relative;
  top: -1px;
  right: 5px;
  margin: 0 0 0 8px;
}
.recommendation-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  background: #FBFCFC;
  padding: 25px 20px;
  font-size: 13px;
  min-height: calc(100vh - 138px);
  margin-bottom: -27px;
}
@media (max-width: 1199px) {
  .recommendation-component {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
@media (max-width: 1023px) {
  .recommendation-component {
    background: none;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .recommendation-component {
    padding: 0 10px;
  }
}
.recommendation-component h2 {
  font-size: 13px;
  text-transform: uppercase;
}
.products-list-component {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px;
}
@media (max-width: 767px) {
  .products-list-component {
    padding: 15px 10px;
  }
}
.products-list-component .icon-ap-trash {
  font-size: 12px;
}
.products-list-component .panel-body {
  padding: 0 18px;
}
@media (max-width: 767px) {
  .products-list-component .panel-body {
    padding: 0 10px;
  }
}
.products-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1399px) {
  .products-details {
    display: block;
  }
}
@media (max-width: 767px) {
  .products-details {
    margin: 0 0 10px;
  }
}
.products-details-name {
  margin: 0 20px 0 0;
}
@media (max-width: 1399px) {
  .products-details-name {
    margin: 0 0 6px;
  }
}
.payment-wrapper ~ #footer {
  position: static;
}
.payment-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  left: 230px;
  background: #F8F9F9;
  -webkit-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.05);
  padding: 10px 30px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .payment-footer {
    left: 62px;
  }
}
@media (max-width: 619px) {
  .payment-footer {
    left: 0;
  }
}
@media (max-width: 767px) {
  .payment-footer {
    padding: 10px 27px;
  }
}
.payment-footer .text-muted {
  margin-left: 10px;
  font-size: 0.9em;
}
.payment-footer .btn {
  margin: 0;
}
.product-price-header {
  text-align: right;
}
.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.product-price .visible-xs-block {
  margin: 0 10px 0 0;
}
.products-pmselect h3 {
  font-size: 16px;
  font-weight: bold;
}
.products-pmselect .panel-heading {
  padding: 5px 18px;
}
@media (min-width: 1024px) {
  .products-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.buy-aside-state {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #F2F5F5;
  overflow-x: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.buy-aside-state::-webkit-scrollbar {
  width: 8px;
}
.buy-aside-state::-webkit-scrollbar:horizontal {
  height: 8px;
}
.buy-aside-state::-webkit-scrollbar-track {
  border-radius: 4px;
}
.buy-aside-state::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.05);
}
.buy-aside-state::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.buy-aside-state::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.buy-aside-state.opened-sidebar {
  width: 1100px;
  max-width: 90%;
}
.buy-aside-state .close {
  font-size: 36px;
  line-height: 24px;
}
.buy-aside-state-inner {
  padding: 24px;
  overflow-y: auto;
  max-height: 100vh;
  min-height: 100vh;
}
.buy-aside-state-inner h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    body.body-buy-overflowed .buy-aside-state {
      overflow-x: visible;
    }
  }
}
body.body-buy-overflowed {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.body-buy-overflowed::-webkit-scrollbar {
  display: none;
}
.overflowed-content-layout-buy {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  background-color: rgba(39, 50, 54, 0.3);
}
.billing_email_app .current-es-tariff {
  margin-bottom: 20px;
  color: #5c6a70;
}
.billing_email_app .es-tariff-options {
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #F2F5F5;
  padding: 4px;
  margin-right: -4px;
  margin-left: -4px;
}
@media (max-width: 1024px) {
  .billing_email_app .es-tariff-options {
    position: static;
  }
}
.billing_email_app .es-tariff-options .btn-group .btn-grey {
  font-size: 13px;
  background: #fff;
  color: #5c6a70;
  text-decoration: none !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  margin: 0;
}
.billing_email_app .es-tariff-options .btn-group .btn-grey:hover {
  background-color: #fafafa;
}
.billing_email_app .es-tariff-options .btn-group .btn-grey.active {
  background-color: #D6E3E3;
  color: #333;
  border-bottom-color: #D6E3E3;
  border-top-color: #D6E3E3;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.billing_email_app .es-tariff-options .btn-group .btn-grey .tariff-discount {
  color: #F15845;
}
.billing_email_app .es-tariff-options .btn-group .btn-grey .hint-icon {
  margin-left: 3px;
}
.billing_email_app .es-tariff-options .btn-group .btn-grey .hint-icon-tooltip {
  min-width: 200px;
}
.billing_email_app .es-tariff-options .es-tariff-period .control-label {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
@media (max-width: 870px) {
  .billing_email_app .es-tariff-options .es-tariff-period {
    float: none !important;
    margin-top: 15px;
  }
  .billing_email_app .es-tariff-options .es-tariff-period .control-label {
    float: none;
    margin-right: 0;
    margin-top: 0;
    display: block;
  }
}
.billing_email_app .plan-panel {
  cursor: pointer;
}
.billing_email_app .plan-panel.selected {
  -webkit-box-shadow: 0 0 0 3px #31c178;
          box-shadow: 0 0 0 3px #31c178;
}
.billing_email_app .plan-panel .panel-header {
  height: 8px;
  background-color: #c4ebfc;
  border-radius: 5px 5px 0 0;
}
.billing_email_app .plan-panel .panel-body {
  position: relative;
  min-height: 210px;
  padding: 20px 16px;
}
.billing_email_app .plan-panel .panel-body .badge-paid {
  position: absolute;
  top: 20px;
  left: 13px;
}
.billing_email_app .plan-panel .panel-body h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: uppercase;
  color: #688fa1;
}
.billing_email_app .plan-panel .panel-body .free-plan-features {
  padding-left: 16px;
}
.billing_email_app .plan-panel .panel-body .free-plan-features li {
  color: #31c178;
  margin-bottom: 5px;
}
.billing_email_app .plan-panel .panel-body .free-plan-features li span {
  color: #333;
}
@media (max-width: 1299px) and (min-width: 1200px) {
  .billing_email_app .plan-panel .panel-body .bootstrap-select .dropdown-menu {
    max-width: none;
  }
}
.billing_email_app .plan-panel .panel-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.billing_email_app .plan-panel .panel-footer .spacer {
  display: block;
  height: 21px;
}
.billing_email_app .plan-panel .panel-footer .old-price {
  color: #f25a3e;
  font-size: 15px;
  text-decoration: line-through;
}
.billing_email_app .plan-panel .panel-footer .price-per-letter {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  display: block;
}
.billing_email_app .plan-panel .panel-footer .plan-price {
  margin-top: 0;
  font-weight: 700;
}
.billing_email_app .plan-panel.plan-standard .panel-header {
  background: -webkit-gradient(linear, left top, right top, from(#7738ED), to(#b07df1)), #7738ED;
  background: linear-gradient(90deg, #7738ED 0%, #b07df1 100%), #7738ED;
}
.billing_email_app .plan-panel.plan-standard .panel-body h2 {
  color: #7738ED;
  margin-left: 25px;
}
.billing_email_app .plan-panel.plan-pro .panel-header {
  background: -webkit-gradient(linear, left top, right top, from(#7738ED), to(#33CFE4)), #7738ED;
  background: linear-gradient(90deg, #7738ED 0%, #33CFE4 100%), #7738ED;
}
.billing_email_app .plan-panel.plan-pro .panel-body h2 {
  color: #5583E9;
  margin-left: 25px;
}
.billing_email_app .plan-panel.plan-enterprise .panel-header {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.9%, #7738ED), color-stop(72.4%, #EA0830), to(#FFA800)), #7738ED;
  background: linear-gradient(90deg, #7738ED 9.9%, #EA0830 72.4%, #FFA800 100%), #7738ED;
}
.billing_email_app .plan-panel.plan-enterprise .panel-body h2 {
  color: #BD7A73;
  margin-left: 25px;
}
.billing_email_app .plan-panel .bootstrap-select .dropdown-menu {
  max-height: 210px !important;
}
.billing_email_app .plan-panel .bootstrap-select .dropdown-menu.inner {
  max-height: 207px !important;
}
.billing_email_app .comparison-plan.table > tbody > tr > th,
.billing_email_app .comparison-plan.table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #D6E3E3;
}
.billing_email_app .comparison-plan.table > tbody > tr > td:first-child {
  position: relative;
}
.billing_email_app .comparison-plan.table > tbody > tr > td:first-child .hint-icon-tooltip {
  min-width: 1000px;
}
.billing_email_app .comparison-plan th {
  text-transform: uppercase;
}
.billing_email_app .comparison-plan .not-available-feature {
  color: #f25a3e;
}
.billing_email_app .comparison-plan .available-feature {
  color: #31c178;
}
.billing_email_app .comparison-plan .unlimited-feature {
  color: #688fa1;
}
.billing_email_app .comparison-plan .is-loyal {
  background-color: #EDE7F2;
}
.billing_email_app .comparison-plan .plan-standard-title {
  color: #7738ED;
}
.billing_email_app .comparison-plan .plan-pro-title {
  color: #5583e9;
}
.billing_email_app .comparison-plan .plan-enterprise-title {
  color: #bd7a73;
}
.billing_email_app .comparison-plan .domain-list {
  margin-top: 5px;
  padding-left: 25px;
}
.billing_email_app .comparison-plan .more-info-link {
  margin-top: 0;
  margin-bottom: 0;
}
.billing_email_app .comparison-plan-site {
  table-layout: fixed;
}
@media (max-width: 768px) {
  .billing_email_app .comparison-plan-site {
    font-size: 13px;
    min-width: 500px;
  }
}
.billing_email_app .comparison-plan-site td,
.billing_email_app .comparison-plan-site th {
  width: 17%;
}
.billing_email_app .comparison-plan-site td:first-child,
.billing_email_app .comparison-plan-site th:first-child {
  width: 32%;
}
.billing_email_app .comparison-plan-site td.one-col,
.billing_email_app .comparison-plan-site th.one-col {
  width: auto;
}
@media screen and (max-width: 767px) {
  .billing_email_app .table-responsive > .table.comparison-plan-site > tbody > tr > td {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .billing_email_app .more-info-link {
    margin-top: 15px;
  }
}
.width-limit-tariffs {
  max-width: 1020px;
}
.buy-aside-state-inner .width-limit-tariffs {
  max-width: 100%;
}
a.logo-link {
  display: block;
  padding: 22px 15px 15px 15px;
  min-height: 75px;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  z-index: 3;
}
.logo-big {
  margin-top: 2px;
  display: none;
}
@media (min-width: 1024px) {
  .logo-big {
    display: block;
  }
}
a.logo-link span {
  color: #fff;
  font-size: 19px;
  display: block;
}
a.logo-link.logo-block {
  background: rgba(255, 255, 255, 0.15);
}
.side-menu {
  width: 230px;
  height: 100%;
  display: table-cell;
  vertical-align: top;
  background-color: #0097b7;
  -webkit-box-shadow: -1px 0 0 #0097b7;
          box-shadow: -1px 0 0 #0097b7;
}
@media (min-width: 1024px) {
  .side-menu:not(.collapsed) {
    min-width: 230px;
  }
}
.side-menu-close {
  display: none;
}
#activate-side-menu-xs {
  position: absolute;
  width: 62px;
  height: 100%;
  cursor: pointer;
  z-index: 6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#disable-all-tablet {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(242, 245, 245, 0.5);
}
.accordion {
  z-index: 1;
  width: 229px;
  /*.accordion li a:hover .sp-icon:not(.accordion li a.active:hover .sp-icon) {
      color: #1E565F;
  }*/
}
@media (min-width: 1024px) {
  .accordion.flat-list {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.accordion::-webkit-scrollbar {
  width: 8px;
}
.accordion::-webkit-scrollbar:horizontal {
  height: 8px;
}
.accordion::-webkit-scrollbar-track {
  border-radius: 4px;
}
.accordion::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.05);
}
.accordion::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.accordion::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.accordion li > a {
  display: block;
  text-decoration: none;
  padding: 14px 20px 14px 60px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.accordion li > a > .sp-icon {
  position: absolute;
  left: 26px;
  top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.accordion .sb-link-text {
  display: block;
  max-width: 100%;
}
.accordion li ul li a {
  padding-left: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.accordion li ul li a .sp-icon {
  left: 38px;
}
.menu-opened .accordion li ul li a .sp-icon {
  left: 30px;
}
.accordion li ul li a .sb-link-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion li > a.expandable.expand-on {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom-color: transparent;
}
.accordion li.open_item + li a.expandable.expand-on {
  border: none;
}
.accordion li > a.expandable:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.accordion li > a .caret {
  margin-top: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=6.123031769111886e-17,M12=-1,M21=1,M22=6.123031769111886e-17, SizingMethod="auto expand", enabled=true)';
  -webkit-transition: all 100ms ease-out 75ms;
  transition: all 100ms ease-out 75ms;
}
.accordion li > a.expand-on .caret {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion li > a[aria-expanded=false] .caret,
.accordion li > a.expand-on[aria-expanded=false] .caret {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.accordion li > a.active {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.07);
}
.accordion li > a.active .sp-icon {
  color: #fff;
}
.accordion li > a:active {
  background-color: #008ead;
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.accordion li.fast-create > a:active {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2) !important;
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2) !important;
}
.accordion .collapser.in {
  margin-bottom: 10px;
}
@media (min-width: 620px) {
  .accordion .collapser.in {
    max-height: 45vh;
    overflow-y: auto;
  }
  .accordion .collapser.in::-webkit-scrollbar {
    width: 4px;
  }
  .accordion .collapser.in::-webkit-scrollbar:horizontal {
    height: 4px;
  }
  .accordion .collapser.in::-webkit-scrollbar-track {
    border-radius: 2px;
  }
  .accordion .collapser.in::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  }
  .accordion .collapser.in::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.15);
  }
  .accordion .collapser.in::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
  }
}
.accordion .accordion.with-links {
  padding-bottom: 20px;
}
.accordion .app_link {
  margin-top: 20px;
}
.accordion .app_link a {
  opacity: 0.75;
  padding-left: 15px;
  -webkit-transition: opacity 50ms ease-out 25ms;
  transition: opacity 50ms ease-out 25ms;
  width: 100%;
}
.accordion .app_link a:hover {
  background: transparent;
}
.accordion .app_link a:hover,
.accordion .accordion .app_link a:active {
  opacity: 1;
}
.accordion .accordion-footer {
  bottom: 0;
  padding-bottom: 0;
  background-color: #0097b7;
}
.accordion .accordion-footer a > .sp-icon {
  display: none;
}
.accordion .accordion-footer .sb-link-text small {
  font-weight: normal;
  opacity: 0.8;
}
.accordion .accordion-footer .sb-link-text small.tariff-up {
  opacity: 1;
  color: #d6cfff;
}
.accordion .accordion-footer .label {
  position: relative;
  top: -2px;
  padding: 2px 4px;
}
.accordion .accordion-footer .progress {
  height: 2px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-footer .progress .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 620px) {
  .accordion .accordion-footer {
    max-width: 61px;
    position: fixed;
    z-index: 5;
  }
}
@media (min-width: 1024px) {
  .accordion .accordion-footer {
    max-width: 228px;
  }
  .accordion .accordion-footer > a {
    padding-left: 24px;
    padding-top: 0;
    padding-bottom: 18px;
  }
  .accordion .accordion-footer > a > .sp-icon {
    display: none;
  }
  .collapsed .accordion .accordion-footer {
    max-width: 61px;
    width: 61px;
  }
  .collapsed .accordion .accordion-footer .progress {
    display: none;
  }
  .collapsed .accordion .accordion-footer a {
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .collapsed .accordion .accordion-footer a > .sp-icon {
    display: block;
  }
  .collapsed .accordion .accordion-footer .sb-link-text {
    top: 0;
  }
}
@media (max-width: 1023px) and (min-width: 620px) {
  .accordion .accordion-footer {
    overflow: hidden;
  }
  .side-menu:not(.menu-opened) .accordion .accordion-footer .progress {
    display: none;
  }
  .side-menu:not(.menu-opened) .accordion .accordion-footer a > .sp-icon {
    display: block;
  }
  .menu-opened .accordion .accordion-footer {
    max-width: 228px;
    width: 228px;
  }
  .menu-opened .accordion .accordion-footer > a {
    padding-top: 0;
    padding-left: 24px;
  }
}
@media (max-width: 619px) {
  .accordion .accordion-footer {
    margin-top: 10px;
  }
  .accordion .accordion-footer > a {
    padding-top: 0;
    padding-left: 24px;
  }
}
.accordion li .sb_sitenames li a {
  padding-left: 62px;
}
.accordion li .sb_sitenames li a .sp-icon {
  top: 20px;
  left: 32px;
}
.accordion li .sb_sitenames li a .sp-icon.bot-status {
  top: 12px;
  left: 40px;
  z-index: 5;
}
.collapsed .accordion li .sb_sitenames li a .sp-icon {
  left: -34px;
  top: 2px;
}
.collapsed .accordion li .sb_sitenames li a .sp-icon.bot-status {
  left: -24px;
  top: -8px;
}
.btn-toggle-sidebar {
  display: none;
  position: fixed;
  left: 199px;
  bottom: 76px;
  width: 30px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  border-radius: 3px 0 0 3px;
  z-index: 6;
  outline: none !important;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.35);
}
@media (min-width: 1024px) {
  .collapsed .btn-toggle-sidebar {
    left: 32px;
  }
}
.fast-create > .btn {
  background: #00829d;
  border-color: #00829d;
}
.fast-create > .btn:hover {
  background: #007993;
  border-color: #007993;
}
.fast-create > .btn:active {
  background: #007189;
}
.fast-create > .btn:active:focus {
  background: #007189;
  border-color: #007189;
}
.fast-create > .btn > small {
  font-size: 7px;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.fast-create .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 177px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.fast-create .dropdown-menu > li > a {
  color: #527484;
  padding-left: 45px !important;
}
.fast-create .dropdown-menu > li > a:hover {
  color: #3f5864;
  background: #EBF8F5 !important;
}
.fast-create .dropdown-menu > li > a > .sp-icon,
.fast-create .dropdown-menu > li > a > .social-icon {
  position: absolute;
  left: 16px !important;
  top: 15px;
  color: #9db5c4 !important;
}
.bot-media-aside {
  position: absolute;
  left: 21px;
  top: 13px;
  width: 26px;
  height: 26px;
}
.bot-media-aside .social-icon {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 12px;
}
.bot-media-aside > span {
  position: absolute;
  width: inherit;
  height: inherit;
  background-size: cover !important;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 100%;
  left: 0;
  top: 0;
}
.bot-media-aside:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  z-index: 0;
  content: '';
  background: #e1e8e8;
}
.bot-media-aside:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.bot-media-aside.telegram:after {
  background: transparent;
}
.bot-media-aside.whatsapp:before {
  background-color: #31c178b5;
}
.collapsed .bot-media {
  min-height: 50px;
}
.collapsed .bot-media-aside {
  left: 17px;
}
.emailservice-navigation-campaign .sidebar-banner {
  display: none;
}
@media (min-width: 1024px) {
  .btn-toggle-sidebar {
    display: inline-block;
  }
  .icon-sidebar-show {
    display: none;
  }
  .collapsed .icon-sidebar-show {
    display: inline;
  }
  .collapsed .icon-sidebar-hide {
    display: none;
  }
  .side-menu {
    min-height: 100vh;
  }
  .side-menu:after {
    content: '';
    position: fixed;
    width: 230px;
    height: 100vh;
    min-height: 100vh;
    left: 0;
    top: 0;
    background-color: #0097b7;
    z-index: 0;
  }
  .side-menu,
  .side-menu .accordion {
    position: relative;
  }
  .accordion {
    -webkit-transition: width 50ms ease-out 10ms;
    transition: width 50ms ease-out 10ms;
    padding-bottom: 80px !important;
  }
  .side-menu.collapsed:after {
    width: 62px;
  }
  .side-menu.collapsed,
  .side-menu.collapsed .accordion {
    width: 62px;
  }
  .side-menu.collapsed li .sb_sitenames li a,
  .side-menu.collapsed .accordion li .sb_sitenames li a {
    padding-right: 2px;
  }
  .side-menu.collapsed .sb-link-text {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    z-index: 1070;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    left: 62px;
    color: #1B4256;
    border-radius: 2px;
    padding: 4px 10px;
    margin-top: -2px;
    max-width: initial;
  }
  .side-menu.collapsed .sb-link-text:before {
    position: absolute;
    content: '';
    border-top: 6px solid transparent;
    border-right: 6px solid rgba(255, 255, 255, 0.95);
    border-bottom: 6px solid transparent;
    left: -6px;
    top: 8px;
  }
  .side-menu.collapsed a:hover > .sb-link-text {
    opacity: 1;
    visibility: visible;
    left: 57px;
    -webkit-transition: all 100ms ease-out 50ms;
    transition: all 100ms ease-out 50ms;
    display: inline-table;
  }
  .side-menu.collapsed .logo-big {
    display: none;
  }
  .side-menu.collapsed .logo-sm {
    display: block;
  }
  .side-menu.collapsed li a {
    padding-left: 20px;
    text-align: center;
  }
  .side-menu.collapsed li a .sp-icon {
    margin: 3px 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .side-menu.collapsed .fast-create {
    width: 100%;
    text-align: center;
    position: relative;
    top: -4px;
  }
  .side-menu.collapsed .fast-create .btn {
    display: inline-block;
    padding: 10px 12px 8px;
    border-radius: 30px !important;
    float: none;
    margin: auto;
  }
  .side-menu.collapsed .fast-create .sp-icon {
    display: inline-block;
    margin: 0;
  }
  .side-menu.collapsed .fast-create.btn-group .dropdown-toggle {
    display: none;
  }
  .side-menu.collapsed li > a.expandable {
    display: none;
  }
  .side-menu.collapsed ul.collapse {
    height: auto !important;
    max-height: 100%;
    display: block;
    visibility: visible;
    overflow-y: inherit;
  }
  .side-menu.collapsed .sidebar-banner {
    display: none !important;
  }
  .side-menu:not(.collapsed) .accordion li.fast-create {
    position: relative !important;
    margin: 0 16px 14px 16px;
  }
  .side-menu:not(.collapsed) .accordion li.fast-create > .btn {
    padding: 8px !important;
    height: 39px;
    text-align: center;
    color: #fff;
  }
  .side-menu:not(.collapsed) .accordion li.fast-create > .btn[data-lang="fr"] .sb-link-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .side-menu:not(.collapsed) .accordion li.fast-create > .btn > .sp-icon {
    display: none;
  }
  .side-menu:not(.collapsed) .accordion li.fast-create.btn-group > a {
    border-radius: 5px 0 0 5px;
    width: 170px;
    margin: 0;
  }
  .side-menu:not(.collapsed) .accordion > li:not(.fast-create) > a {
    min-width: 229px;
  }
  .side-menu:not(.collapsed) .accordion > li > ul > li > a {
    min-width: 212px;
  }
  .collapsed .accordion li > a {
    overflow: inherit;
  }
  .accordion li.fast-create .visible-phone.visible-tablet {
    display: none;
  }
  .accrodion-collapser {
    position: sticky;
    top: -68px;
    z-index: 5;
  }
}
@media (max-width: 1023px) {
  .accordion .visible-tablet,
  .accordion .visible-phone {
    display: inline-block;
  }
  .accordion .app_link {
    display: none;
  }
  .menu-opened .accordion .app_link {
    display: block;
  }
}
@media (max-width: 619px) {
  .accordion li.fast-create {
    display: none !important;
  }
}
@media (max-width: 1023px) and (min-width: 620px) {
  .accordion li.fast-create {
    display: block;
  }
  .accordion li.fast-create .btn {
    width: 100%;
    border-radius: 0;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .menu-opened {
    padding-left: 230px !important;
    background-position: 0px !important;
    -webkit-transition: all 120ms ease-in-out 60ms;
    transition: all 120ms ease-in-out 60ms;
  }
  .menu-opened #side-menu {
    width: 230px;
  }
  .menu-opened #accordion a span.sp-icon {
    margin-right: 200px;
  }
  .menu-opened #header {
    display: none;
  }
  .menu-opened #accordion a span.sp-icon {
    margin-right: 5px;
  }
  .menu-opened #activate-side-menu-xs {
    display: none !important;
  }
  .menu-opened #disable-all-tablet {
    display: block;
  }
  .menu-opened .accordion .accordion-footer a > .sp-icon {
    display: none !important;
  }
  .menu-opened .accordion .accordion-footer .progress {
    display: block !important;
  }
  .menu-opened .sp-nav-account {
    display: none;
  }
}
/* navbar app banner */
.sidebar-banner .close {
  position: absolute;
  top: 4px;
  right: 8px;
  color: #000;
  opacity: 0.4;
  font-weight: normal;
  text-shadow: none;
}
.sidebar-banner .new-window-link {
  position: absolute;
  right: 8px;
  bottom: 6px;
  top: auto;
  color: #000;
  opacity: 0.4;
}
.sidebar-banner-inner {
  margin: 20px 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  position: relative;
}
.sidebar-banner-telegram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px 10px 10px;
}
.sidebar-banner-telegram > a {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  color: #fff;
}
.sidebar-banner-telegram > a:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  width: 36px;
  margin: 0 11px 0 0;
}
.sidebar-banner-telegram > a:first-child:hover {
  opacity: 0.95;
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}
.sidebar-banner-telegram > a:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  line-height: 18px;
}
.sidebar-banner-top {
  padding: 7px 25px 0 25px;
  font-size: 14px;
}
.sidebar-banner-top > p {
  margin: 0 0 14.7px;
}
.sidebar-banner-top > img {
  margin: auto;
}
.sidebar-banner-top > img.sidebar-banner-messengers {
  position: relative;
  left: 11px;
}
.sidebar-banner-app-link {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-banner-app-link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 4px 4px;
}
.sidebar-banner-app-link > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
.sidebar-banner-app-link > a > img {
  margin: 0 6px 0 0;
}
.sidebar-banner-button {
  font-weight: bold;
  padding: 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 4px;
}
.sidebar-banner-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #fff;
}
.sidebar-banner-button svg {
  margin-right: 9px;
}
.navbar-default .navbar-nav > .active > a {
  background: transparent !important;
}
/*
  header menu
*/
.sp-navbar {
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  padding-left: 26px;
  padding-right: 24px;
}
@media (max-width: 619px) {
  .sp-navbar {
    padding-right: 15px;
    padding-left: 15px!important;
    max-height: 60px;
    min-height: 60px;
    width: 100%;
  }
}
.sp-navbar .navbar-nav > li > a:hover,
.sp-navbar .navbar-nav > li > a:focus {
  color: #009FC1;
}
a.logo-link.logo-block,
.sp-navbar {
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.04);
}
.top-menu-item {
  margin-right: 6px;
  margin-top: -1px;
  margin-bottom: -2px;
  border-bottom: 3px solid transparent;
  text-align: center;
  font-weight: bold;
  line-height: 10px;
  font-size: 15px;
}
@media (min-width: 1281px) {
  .top-menu-item {
    margin-right: 9px;
  }
}
.sp-navbar .navbar-nav > .active > .top-menu-item {
  background: transparent;
  border-bottom-color: rgba(0, 159, 193, 0.4);
  color: #009FC1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 619px) {
  .sp-navbar .navbar-nav > .active > .top-menu-item {
    display: block;
  }
}
.sp-navbar .navbar-nav > .active > .top-menu-item:hover {
  color: #009FC1;
}
.navbar-nav > li > .top-menu-item {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-menu-item .top-menu-item-icon {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 9px;
}
.top-menu-item .top-menu-item-text {
  display: inline-block;
}
@media (max-width: 1280px) {
  .top-menu-item {
    font-size: 14px;
  }
  .top-menu-item .top-menu-item-icon {
    margin-right: 6px;
  }
}
@media (max-width: 1199px) {
  .top-menu-item {
    margin-right: 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .top-menu-item .top-menu-item-text {
    display: none;
  }
  .top-menu-item .top-menu-item-icon {
    margin-right: 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .top-menu-item {
    margin-right: 3px;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (max-width: 370px) {
  .top-menu-item {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.sp-nav-account {
  margin-right: 0 !important;
}
@media (max-width: 480px) {
  .sp-nav-account {
    margin: 0 0 0 14px;
  }
}
.sp-nav-account > li > a {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media (max-width: 480px) {
  .sp-nav-account > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 619px) {
  .sp-nav-account > li > a.user-dropdown {
    padding-top: 21px;
    padding-left: 0;
    padding-right: 0;
  }
}
.sp-nav-account > li > .section-link {
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 14px;
}
.sp-nav-account > li > .section-link > span {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
}
.sp-nav-account > li > .section-info-link {
  text-align: center;
  color: #6D848D;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  height: 75px;
}
.sp-nav-account > li > .section-info-link > .small {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.sp-nav-account > .stat-subscription a {
  padding-right: 5px;
}
.sp-nav-account .tooltip {
  min-width: 136px;
  line-height: 1.1;
}
.section-link-sms .section-link-sms-inner {
  display: inline-block;
  position: relative;
  padding: 5px 9px !important;
  margin-right: 5px;
  border-radius: 20px !important;
}
.section-link-sms .section-link-sms-inner .section-link-sms-inner-send {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1480px) {
  .section-link-sms .section-link-sms-inner .section-link-sms-inner-send {
    display: none;
  }
}
.active > .section-link-sms {
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 159, 193, 0.2);
          box-shadow: inset 0 -4px 0 rgba(0, 159, 193, 0.2);
}
.user-char {
  font-weight: normal;
  font-family: 'Nunito Sans', 'Avenir Next', 'Segoe UI', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 32px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: -2px;
}
.sp-navbar .user-dropdown {
  background-color: transparent !important;
}
@media (max-width: 480px) {
  .sp-navbar .user-dropdown {
    padding-top: 21px;
  }
}
.user-dropdown .img-circle {
  padding: 7px 4px !important;
  background-color: #5c6a70;
  color: #FFFFFF;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 619px) {
  .user-dropdown .img-circle {
    width: 20px;
    height: 20px;
    background-color: #F2F5F5;
    line-height: 20px;
  }
  .user-dropdown .img-circle .user-char {
    display: none;
  }
}
.sp-navbar .open .user-dropdown .img-circle {
  -webkit-box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
}
.user-dropdown .caret {
  position: absolute;
  right: -4px;
  top: 38px;
  color: #688fa1;
}
@media (max-width: 619px) {
  .user-dropdown .caret {
    top: 30px;
    right: 6px;
  }
}
.user-dropdown .badge {
  position: absolute;
  top: 10px;
  right: 3px;
  background-color: #f25a3e;
  padding-left: 5px;
  padding-right: 5px;
}
.user-dropdown-menu .badge {
  background-color: #f25a3e;
}
.user-dropdown-menu .tooltip {
  display: none !important;
}
.user-dropdown-menu li.active a {
  background-color: #EBF8F5 !important;
  color: #333;
}
.user-dropdown-menu li.active a:hover {
  color: #333 !important;
}
.user-dropdown-menu .account-stat {
  border-bottom: 1px solid #D6E3E3;
}
.user-dropdown-menu .sb-link-text > div > small {
  color: #0B99B2;
}
.user-dropdown-menu .tariff-up {
  color: #7738ED !important;
}
.sp-navbar .dropdown-menu {
  padding-top: 0;
}
.sp-navbar .dropdown-header {
  padding: 12px;
  font-size: 14px;
  margin-bottom: 5px;
}
.sp-navbar .username-header {
  background-color: #688fa1;
  color: #fff;
}
.sp-navbar .username-header-id {
  color: #D6E3E3;
}
.sp-navbar .dropdown-header,
.sp-navbar .username-header {
  margin-left: -4px;
  margin-right: -4px;
}
.account-stat.dropdown-header {
  padding: 0 !important;
}
.username-header-inner strong {
  display: block;
}
.expired-tarif-text {
  font-size: 11px;
  color: #F15845;
}
#user-dropdown:after {
  border-bottom-color: #688fa1;
}
.user-dropdown-menu .account-stat {
  background: #ecf1f1;
  color: #333;
  margin-top: -5px;
  position: relative;
}
.user-dropdown-menu .account-stat.account-stat-balance {
  display: block;
}
@media (max-width: 1400px) {
  .user-dropdown-menu .account-stat.account-stat-balance {
    display: block !important;
  }
}
.user-dropdown-menu .account-stat + .divider {
  display: none;
}
@media (min-width: 769px) {
  .sp-nav-account .user-dropdown-menu {
    right: -6px;
  }
  .account-stat-balance > a {
    padding: 12px 80px 12px 12px !important;
  }
  .account-stat-balance .color-info {
    position: absolute;
    right: 15px;
    top: 14px;
  }
}
@media (min-width: 620px) and (max-width: 850px) {
  .sp-nav-services,
  .sp-nav-account {
    margin: 0;
  }
}
@media (max-width: 850px) {
  .sp-nav-services,
  .sp-nav-account {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sp-nav-services > li > a {
    padding-top: 27px;
    padding-bottom: 28px;
  }
  .sp-nav-services {
    float: left;
  }
  .top-menu-item {
    float: left;
  }
  .sp-nav-account {
    float: right;
  }
  .sp-nav-account > li > .section-info-link {
    display: none !important;
  }
  .sp-nav-account .open .dropdown-menu {
    background: #fff;
    position: absolute;
  }
  .sp-nav-account .open .dropdown-menu > li > a,
  .sp-nav-account .open .dropdown-menu .dropdown-header {
    padding: 8px 12px;
  }
  .sp-nav-account > .account-stat {
    display: none;
  }
  .sp-nav-account .user-dropdown-menu .account-stat {
    display: block;
  }
  .sp-nav-account .user-dropdown-menu .account-stat-balance {
    margin-top: -10px;
  }
  .sp-navbar .navbar-nav .open .dropdown-menu {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .sp-navbar .navbar-nav > li {
    float: left;
  }
}
@media (max-width: 1120px) {
  /*.sp-nav-account > li > .section-link {display: none !important;}*/
  .sp-navbar .user-dropdown-menu .section-link {
    display: block;
  }
}
.refferal-nav-banner {
  max-width: 230px;
  padding: 10px;
  display: block;
  color: #333;
  text-decoration: none;
}
.refferal-nav-banner:hover {
  color: #333;
  text-decoration: none;
  background-color: #f9f9f9;
}
.refferal-nav-banner > .glyphicon {
  font-size: 32px;
  color: #F15845;
}
.refferal-nav-banner-link .img-circle {
  background: transparent;
  padding: 2px;
  position: relative;
  top: 2px;
}
.refferal-nav-banner-link .img-circle > .glyphicon-gift {
  font-size: 16px;
  top: 2px;
}
.hidden-item {
  width: 0;
  visibility: hidden;
  opacity: 0;
  left: -25px;
}
#user-dropdown {
  min-width: 280px;
  z-index: 9999;
}
/*
 Overflowed menu
 */
.overflowed-menu-link + .popover .popover-content {
  padding: 0;
}
.overflowed-menu-link:focus .img-circle,
.overflowed-menu-link[aria-describedby] .img-circle,
.section-link-sms:focus .section-link-sms-inner {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.overflowed-menu-link:active .img-circle,
.section-link-sms:active .section-link-sms-inner {
  -webkit-box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
}
.overflowed-menu-link .img-circle {
  padding: 8px;
  border-radius: 50%;
  margin: 1px 5px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.overflowed-menu-link .img-circle > span {
  font-size: 16px;
  position: relative;
  top: 4px;
}
/* del */
.overflowed-menu-link.service-menu-link .img-circle > span {
  font-size: 11px;
  top: -1px;
}
.service-menu-link {
  padding: 15px 2px !important;
}
@media (max-width: 480px) {
  .overflowed-menu-link {
    display: none !important;
  }
  .sp-nav-account > li > .section-link {
    padding-right: 0 !important;
  }
  .sp-navbar .navbar-nav .top-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.overflowed-menu-wrapper {
  width: 270px;
  max-width: 270px;
  margin-bottom: 0;
}
.go-link {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.go-link:first-child {
  border-top: 0 !important;
}
.go-link .go-link-icon {
  font-size: 18px;
  color: #26A0AC;
  margin-right: 9px;
  float: left;
}
.go-link .go-link-mailru-icon {
  display: block;
  width: 19px;
  height: 19px;
  float: left;
  margin-right: 6px;
  background-image: url('/img/my/emailservice/mailru-icon.png');
}
.go-link .go-link-icon.sp-icon {
  font-size: 14px;
  color: #777;
  position: relative;
  top: 2px;
}
.go-link-text {
  width: 212px;
  float: left;
}
@media (max-width: 619px) {
  .sp-nav-services {
    position: relative;
    padding-left: 42px;
    margin: 0;
  }
  .sp-nav-services li > a {
    padding-top: 20px;
    padding-bottom: 17px;
  }
}
@media (max-width: 480px) {
  .sp-nav-services {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 42px;
  }
}
.sp-nav-services .activate-submenu-phone {
  display: none;
}
@media (max-width: 619px) {
  .sp-nav-services .activate-submenu-phone {
    position: absolute;
    left: -8px;
    top: -5px;
    display: block;
  }
  .sp-nav-services .activate-submenu-phone .top-menu-item-logo {
    position: relative;
  }
  .sp-nav-services .activate-submenu-phone .top-menu-item-logo:hover {
    background-color: transparent;
  }
  .sp-nav-services .activate-submenu-phone .top-menu-item-logo:after {
    content: "\e235";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -5px;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #009FC1;
  }
}
@media (max-width: 619px) and (max-width: 480px) {
  .sp-nav-services .activate-submenu-phone .top-menu-item-logo:after {
    top: 54%;
  }
}
.section-balance {
  margin-left: 25px;
}
@media (max-width: 1400px) {
  .section-balance {
    display: none!important;
  }
}
.section-balance .section-link {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  position: relative;
}
.section-balance .section-link:after {
  content: "";
  height: 46px;
  background: #D6E3E3;
  position: absolute;
  width: 1px;
  left: -10px;
}
.table-responsive {
  background-image: -webkit-gradient(linear, left top, right top, from(#F2F5F5), to(#F2F5F5)), -webkit-gradient(linear, left top, right top, from(#F2F5F5), to(#F2F5F5)), -webkit-gradient(linear, left top, right top, from(#000), to(rgba(242, 245, 245, 0))), -webkit-gradient(linear, right top, left top, from(#000), to(rgba(242, 245, 245, 0)));
  background-image: linear-gradient(to right, #F2F5F5, #F2F5F5), linear-gradient(to right, #F2F5F5, #F2F5F5), linear-gradient(to right, #000, rgba(242, 245, 245, 0)), linear-gradient(to left, #000, rgba(242, 245, 245, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #F2F5F5;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}
.table-responsive.table-responsive-light {
  background-image: -webkit-gradient(linear, left top, right top, from(#F2F5F5), to(#F2F5F5)), -webkit-gradient(linear, left top, right top, from(#F2F5F5), to(#F2F5F5)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(242, 245, 245, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(242, 245, 245, 0)));
  background-image: linear-gradient(to right, #F2F5F5, #F2F5F5), linear-gradient(to right, #F2F5F5, #F2F5F5), linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(242, 245, 245, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(242, 245, 245, 0));
}
.panel .table-responsive,
.well .table-responsive {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#000), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#000), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #000, rgba(255, 255, 255, 0)), linear-gradient(to left, #000, rgba(255, 255, 255, 0));
}
.panel .table-responsive tbody > tr,
.well .table-responsive tbody > tr {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}
@media (min-width: 768px) {
  .table-responsive {
    overflow-y: visible;
    overflow-x: visible;
  }
}
@media (max-width: 1380px) {
  .table-responsive.table-responsive-big {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive.table-responsive-big > .table {
    margin-bottom: 0;
  }
  .table-responsive.table-responsive-big > .table > thead > tr > th,
  .table-responsive.table-responsive-big > .table > tbody > tr > th,
  .table-responsive.table-responsive-big > .table > tfoot > tr > th,
  .table-responsive.table-responsive-big > .table > thead > tr > td,
  .table-responsive.table-responsive-big > .table > tbody > tr > td,
  .table-responsive.table-responsive-big > .table > tfoot > tr > td {
    white-space: initial;
    max-width: 300px;
  }
  .table-responsive.overflow-y-fix {
    overflow-y: auto;
  }
}
.table-responsive.table-responsive-bigger {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  border: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.table-responsive.table-responsive-bigger > .table {
  margin-bottom: 0;
}
.table-responsive.table-responsive-bigger th,
.table-responsive.table-responsive-bigger .blue-table th {
  font-size: 13px;
}
@media (min-width: 1024px) {
  .table-responsive.table-responsive-bigger,
  .table-responsive.table-responsive-big {
    width: calc(100vw - 230px - 2 * 32px);
  }
  .side-menu.collapsed + #content-placeholder .table-responsive.table-responsive-bigger,
  .side-menu.collapsed + #content-placeholder .table-responsive.table-responsive-big {
    width: calc(100vw - 62px - 2 * 32px);
  }
  .table-responsive-bigger.overflow-y-fix {
    overflow-y: auto;
  }
}
.blue-table {
  width: 100%;
  border-collapse: separate;
  border-radius: 4px;
  border-left: 0;
  border-top: 0;
}
.blue-table th {
  background-color: transparent;
  line-height: 1.15 !important;
  font-size: 14px;
  vertical-align: middle !important;
}
.blue-table td,
.blue-table th {
  padding: 8px;
}
.blue-table tbody > tr {
  background-color: #fff;
  outline: 2px solid #F2F5F5;
}
.table-responsive .blue-table tbody > tr {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .table-responsive .blue-table tbody > tr {
    outline: none;
  }
  .table-responsive .blue-table tbody > tr > td {
    border-top: 4px solid #F2F5F5 !important;
  }
}
.blue-table tbody > tr th {
  background-color: #F2F5F5;
}
.blue-table.table > thead th,
.blue-table.table > tbody th,
.blue-table.table > tfoot th,
.blue-table.table > thead td,
.blue-table.table > tbody td,
.blue-table.table > tfoot td {
  border-top: none !important;
  vertical-align: middle;
}
.blue-table.table > tbody > tr > td:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  padding-left: 12px;
}
.blue-table.table > tbody > tr > td:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding-right: 12px;
}
.blue-table.table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 4px;
}
.blue-table.table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 4px;
}
.blue-table > thead:first-child > tr:first-child > th {
  border-bottom: 0;
}
.blue-table .btn-group .blue-btn {
  margin: 0 !important;
}
.blue-table tr td label.cbitem {
  font-weight: normal;
}
.blue-table .active-row .badge {
  margin-top: -4px;
}
.blue-table .active-row td {
  background-color: #d4f4e4;
  font-weight: bold;
}
.blue-table.table-without-border > thead:first-child > tr:first-child > th,
.blue-table.noborder > thead:first-child > tr:first-child > th {
  border-top: none;
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05);
}
.blue-table-dop-header {
  color: #008bbf;
  font-weight: bold;
  background-color: #e8f4fa;
}
.table-noborder-first tr:first-child > th,
.table-noborder-first tr:first-child > td {
  border-top: none;
}
.table.table-sm > tbody > tr > td,
.table.table-sm > tfoot > tr > td,
.table.table-sm > thead > tr > td,
.table.table-sm > tbody > tr > th,
.table.table-sm > tfoot > tr > th,
.table.table-sm > thead > tr > th,
.table.table-sm > tbody > tr > th,
.table.table-sm > tfoot > tr > th,
.table.table-sm > thead > tr > th {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 20px;
}
.table.table-sm > tbody > tr.active-row > td,
.table.table-sm > tfoot > tr.active-row > td,
.table.table-sm > thead > tr.active-row > td,
.table.table-sm > tbody > tr.active-row > th,
.table.table-sm > tfoot > tr.active-row > th,
.table.table-sm > thead > tr.active-row > th,
.table.table-sm > tbody > tr.active-row > th,
.table.table-sm > tfoot > tr.active-row > th,
.table.table-sm > thead > tr.active-row > th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table .empty_table_info {
  text-align: center;
}
.table .bottom-line,
.blue-table-footer {
  background-color: #f8f8f8;
}
.table-without-border {
  border: none;
}
.table-without-border td:first-child,
.table-without-border .table-without-border th:first-child {
  border-left: none;
}
.table-without-border th {
  border-top: none;
}
.table-without-border td {
  border-top: 1px solid #dddddd;
}
.table.table-without-border > tbody > tr > th {
  border-top: none;
}
.blue-table.noborder {
  border: none;
}
table.table.noborder th {
  border-top: none;
}
table.table tr td:first-child {
  font-weight: inherit;
}
.blue-table.noborder td:first-child,
.blue-table.noborder th:first-child {
  border-left: none;
}
table.table.blue-table.noborder th {
  border-top: none;
}
.panel-footer .table {
  margin-bottom: 0;
}
.dtable td div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.dtable p {
  margin-bottom: 5px;
}
.dtable.period-stat h2 {
  font-size: 24px;
}
table .item-heading,
.dtable .item-heading {
  margin-top: 0;
}
.campaigns-list .item-heading {
  margin-bottom: 5px;
}
.campaigns-list .item-heading .label {
  font-size: 11px;
}
.item-heading a {
  display: block;
}
.dtable.campaigns-list h2 {
  font-size: 24px;
  /*margin-top: 5px;*/
}
.campaigns-list .ec_task_item {
  margin-top: 12px;
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  position: relative;
}
@media (max-width: 992px) {
}
.campaigns-list-head {
  background-color: #F2F5F5;
  padding: 8px 24px;
  color: #688fa1;
  font-size: 14px;
  font-weight: bold;
}
.campaigns-list-head + .ec_task_item,
.campaigns-list-head + * .ec_task_item {
  margin-top: 0;
}
.ec_task_item .dropdown,
.ec_task_scheduled_item .dropdown {
  display: inline-block;
  float: right;
}
.task-info-date {
  margin-bottom: 8px !important;
  margin-top: -2px;
  color: #5c6a70;
}
@media (min-width: 480px) {
  .task-icon + .task-info,
  .ec_task_item .progress-task-stat {
    margin-left: 60px;
  }
}
.digits-data {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .digits-data {
    margin-top: 25px;
    text-align: right;
  }
  .digits-data.text-left {
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .campaigns-list .digits-data {
    padding-left: 60px;
  }
}
.smart-task-item .digits-data {
  margin-top: 16px;
}
.digits-data h2 {
  margin-bottom: 5px;
  font-weight: normal;
  color: #5c6a70;
}
.digits-data.digits-data-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.digits-data.digits-data-flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  min-width: 120px;
  max-width: 200px;
}
.digits-data .digits-data-item-divided {
  position: relative;
}
.digits-data .digits-data-item-divided:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #D6E3E3;
}
@media (min-width: 768px) {
  .digits-data > .form-group {
    margin-bottom: 0;
  }
}
.dropdown-item-options {
  position: absolute;
  top: 6px;
  right: 8px;
}
.task-icon {
  margin-top: 2px;
}
.task-icon .img-circle {
  width: 42px;
  height: 42px;
}
.task-icon .img-circle .sp-icon,
.task-icon .img-circle .social-icon,
.task-icon .img-circle .glyphicon {
  padding: 13px;
}
@media (max-width: 480px) {
  .task-icon {
    display: none;
  }
}
.task-icon .img-email.img-email-mailchimp {
  background: #FFFFFF url('/img/my/emailservice/integrations/mailchimp-freddie.png') no-repeat;
  background-size: 100%;
}
.task-icon .img-email.img-email-mailchimp .sp-icon {
  visibility: hidden;
}
.task-icon .img-sms .sp-icon {
  padding: 12px 13px;
  font-size: 16px;
}
.img-sms .sp-icon.icon-icon0:before {
  content: "\e76f";
}
.task-icon .img-circle .icon-viber {
  padding: 11px 12px;
  font-size: 19px;
}
.task-icon .auto-task-img {
  padding: 13px 14px;
  background-color: #E3F5FF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.task-icon .auto-task-img.messenger-ico-vk {
  background-color: #EEF3F8;
  background-image: url("/img/autoflow/sp-i-s-vk.svg");
}
.task-icon .auto-task-img.messenger-ico-messenger {
  background-color: #E6F3FF;
  background-image: url("/img/autoflow/sp-i-s-fb.svg");
}
.task-icon .auto-task-img.messenger-ico-telegram {
  background-color: #EBF7FB;
  background-image: url("/img/autoflow/sp-i-s-tg.svg");
}
.task-icon .auto-task-img.messenger-ico-whatsapp {
  background-image: url("/img/autoflow/sp-i-s-wp.svg");
}
.task-icon .img-email {
  background-color: #E3F9F6;
  color: #26A0AF;
}
.task-icon .img-sms {
  background-color: #E3F5FF;
  color: #509ACA;
}
.task-icon .img-viber,
.task-icon .auto-type-100 {
  background-color: #ebe4ff;
  color: #7e74a6;
}
.task-icon .auto-type-1 {
  background-color: #E3F5FF;
  color: #6E97A6;
}
.task-icon .auto-type-2 {
  background-color: #E3F9F6;
  color: #26A0AF;
}
.task-icon .auto-type-3,
.task-icon .auto-type-72,
.task-icon .auto-type-73,
.task-icon .auto-type-74,
.task-icon .auto-type-76 {
  background-color: #E3F9EA;
  color: #26AF89;
}
.task-icon .auto-type-5 {
  background-color: #FBEBEB;
  color: #DA8989;
}
.task-icon .auto-type-10 {
  background-color: #fbeddf;
  color: #ee9e4c;
}
.task-icon .img-stop {
  background-color: rgba(197, 185, 77, 0.1);
  color: #C5B94D;
}
.task-icon .img-messenger,
.task-icon .img-fb {
  background-color: #e5f3ff;
  color: #0084ff;
}
.task-icon .img-vk {
  background-color: #e9eff6;
  color: #5181b8;
}
.task-icon .img-telegram,
.task-icon .img-tg {
  background-color: #d6f1ff;
  color: #0088cc;
}
.task-icon .img-whatsapp {
  background-color: #e2f9ea;
  color: #2bc160;
}
.task-icon .img-instagram,
.task-icon .img-ig {
  background-color: #fef3f8;
  color: #d8106a;
}
.task-icon .img-circle .icon-whatsapp,
.task-icon .img-circle .icon-instagram {
  font-size: 20px;
  padding-top: 10px;
}
.unactive-task .task-icon .auto-task-img {
  padding: 13px 14px;
  background-color: #eee;
  color: #999;
}
.task-icon .img-abtest {
  background-color: #E3F9F6;
  color: #0B99B2;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 42px;
}
.task-icon .img-abtest:after {
  content: 'A/B';
}
.casual-actions-td {
  width: 20px;
}
.casual-checkbox-td,
.checkbox-td {
  width: 20px;
}
table.table tbody tr th a {
  text-decoration: none;
}
.table tr[onclick*='location.href'],
.table td[onclick*='location.href'] {
  cursor: pointer;
}
.progress-task-stat {
  height: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.progress-task-stat .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-toggle-columns {
  z-index: 999998;
}
.menu-toggle-columns li {
  margin: 3px 0;
}
.menu-toggle-columns label {
  display: block;
  padding: 7px 24px 7px 36px;
}
.menu-toggle-columns label:hover {
  background-color: #D1DEE6;
}
.menu-toggle-columns .dropdown-header {
  padding-left: 15px;
  font-weight: normal;
}
.menu-toggle-columns .glyphicon-menu-hamburger,
.menu-toggle-columns span[sv-handle] {
  position: absolute;
  right: 8px;
  top: 11px;
  font-size: 12px;
  opacity: 0;
}
.menu-toggle-columns span[sv-handle] {
  opacity: 0.2;
  cursor: -webkit-grab;
  cursor: grab;
  cursor: ns-resize;
}
.menu-toggle-columns span[sv-handle]:hover {
  opacity: 1;
}
.paginationControl {
  margin-top: 24px;
}
.paginationControlScheduled {
  margin-top: 24px;
}
.sp-pagination {
  float: left;
  padding-bottom: 10px;
  margin: 0 15px 0 0;
  padding-left: 0;
}
.sp-pagination > li {
  display: inline;
}
.sp-pagination > li > a,
.sp-pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #688fa1;
  background-color: transparent;
  border: 1px solid #D6E3E3;
  margin-left: -1px;
}
.sp-pagination > li:first-child > a,
.sp-pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.sp-pagination > li:last-child > a,
.sp-pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.sp-pagination > li > a:hover,
.sp-pagination > li > span:hover,
.sp-pagination > li > a:focus,
.sp-pagination > li > span:focus {
  z-index: 2;
  color: #075b6a;
  background-color: #f8f9f9;
  border-color: #c7d9d9;
}
.sp-pagination > .active > a,
.sp-pagination > .active > span,
.sp-pagination > .active > a:hover,
.sp-pagination > .active > span:hover,
.sp-pagination > .active > a:focus,
.sp-pagination > .active > span:focus {
  z-index: 3;
  color: #5c6a70;
  background-color: #D6E3E3;
  border-color: #D6E3E3;
  cursor: default;
}
.sp-pagination > .disabled > span,
.sp-pagination > .disabled > span:hover,
.sp-pagination > .disabled > span:focus,
.sp-pagination > .disabled > a,
.sp-pagination > .disabled > a:hover,
.sp-pagination > .disabled > a:focus {
  color: #777777;
  background-color: transparent;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination,
.sp-pagination {
  float: left;
  margin: 0;
  padding-bottom: 10px;
  margin-right: 15px;
}
.pagination > li > a,
.sp-pagination > li > a,
.pagination > li > span,
.sp-pagination > li > span {
  margin-right: 4px;
  border-radius: 4px;
}
.pagination > li > a:focus,
.sp-pagination > li > a:focus,
.pagination > li > a:active,
.sp-pagination > li > a:active {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.pagination .just-dots,
.sp-pagination .just-dots {
  border: transparent;
  background-color: transparent !important;
  padding-left: 4px;
  padding-right: 4px;
}
.paginator-info-dot {
  border-radius: 50%;
  background-color: #5c6a70;
  width: 4px;
  height: 4px;
  margin: 0 8px;
}
.pagination-page-view {
  color: #5c6a70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-page-view .form-control {
  max-width: 70px;
  padding: 5px 10px;
  margin-left: 5px;
}
.pagination-page-view .btn-group {
  margin-left: 5px;
}
.pagination-page {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pagination-page .paginator-info {
  padding: 0;
}
.pagination-page .btn {
  padding: 0;
}
.pagination-page .btn a,
.pagination-page .btn span {
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  color: #688fa1;
  padding: 8px 10px;
  display: block;
  line-height: 1.5;
}
.pagination-page .btn:hover {
  background-color: #f8f9f9;
  border-color: #c7d9d9;
}
.pagination-page .btn.active {
  background-color: #D6E3E3;
  color: #5c6a70;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.paginationControl .to-page {
  float: left;
  margin-right: 15px;
  padding-bottom: 10px;
  max-width: 120px;
}
@media (max-width: 992px) {
  .paginationControl .to-page {
    display: none;
  }
}
.paginationControl .paginationControl .to-page input {
  width: 80px;
}
.paginationControl .paginationControl .input-group-btn {
  width: auto;
}
.paginationControl .btn:not(.active):not(:active) {
  -webkit-box-shadow: inset 0 0 0;
          box-shadow: inset 0 0 0;
}
.paginationControl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagination-number-link {
  color: #688fa1;
}
.pagination-preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9db5c4;
}
.pagination-preloader .preloader {
  margin-right: 10px;
}
.paginator-info {
  color: #5c6a70;
  padding-bottom: 5px;
}
.paginator-info b {
  color: #333333;
}
.paginator-info-short {
  margin-top: 15px;
}
.paginator-info-short + .pagination-page {
  margin-top: -35px;
}
.paginator-casual-margin {
  margin-top: 30px;
}
.pagination-angular .pagination-page {
  float: left;
}
@media (max-width: 724px) {
  .pagination-page {
    float: none;
    clear: both;
  }
  .pagination.pagination-angular {
    float: none;
    display: block;
    overflow: hidden;
    margin: 0;
  }
  .pagination.pagination-angular .pagination-page {
    clear: none;
  }
}
.clear {
  height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
}
.sticky {
  position: absolute;
  bottom: 0;
}
.mw-200 {
  max-width: 200px;
}
.mw-300 {
  max-width: 300px;
}
.mw-590 {
  max-width: 590px;
}
.mw-715 {
  max-width: 715px;
}
.mw-960 {
  max-width: 960px;
}
.mw-1024 {
  max-width: 1024px;
}
.width_limit {
  max-width: 1020px;
}
.width_limit_wide,
.width_limit.width_limit_wide {
  max-width: 1180px;
}
.width_limit_narrow,
.width_limit.width_limit_narrow {
  max-width: 790px;
}
.width_limit_xnarrow {
  max-width: 420px;
}
.w-100 {
  width: 100% !important;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}
.col-flex {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  margin: 0 15px;
}
@media (min-width: 768px) {
  .col-flex.col-flex-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 992px) {
  .col-flex.col-flex-md {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1200px) {
  .col-flex.col-flex-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
img.img,
.width_limit img {
  max-width: 100%;
}
.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.white-text {
  color: #FFFFFF;
}
strong.color {
  color: #d44950;
}
.like-table {
  display: table;
  height: 100%;
}
.table-vcenter > thead > tr > th,
.table-vcenter > tbody > tr > th,
.table-vcenter > tbody > tr > td {
  vertical-align: middle;
}
.center,
.medium {
  text-align: center;
}
.no-margin {
  margin: 0 !important;
}
.flat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-item-divided,
.list-divided > li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.coloredlink-grey,
.btn-grey {
  background-color: #999;
}
.coloredlink-grey:hover,
.btn-grey:hover {
  background-color: #909090;
}
.coloredlink-red,
.btn-red {
  background-color: #ff5c46;
}
.coloredlink-red:hover,
.btn-red:hover {
  background-color: #ff3e2f;
}
.coloredlink-blue,
.btn-blue {
  background-color: #3ca3da;
}
.coloredlink-blue:hover,
.btn-blue:hover {
  background-color: #2885ce;
}
.coloredlink-green,
.btn-green {
  background-color: #31c178;
}
.coloredlink-green:hover,
.btn-green:hover {
  background-color: #2eb570;
}
.btn-marine {
  background-color: #1CACB4;
}
.btn-marine:hover,
.btn-marine:active,
.btn-marine:focus {
  background-color: #1a9fa7;
}
.coloredlink-grey,
.btn-grey,
.coloredlink-red,
.btn-red,
.coloredlink-green,
.btn-green,
.coloredlink-blue,
.btn-blue,
.btn-marine {
  color: #fff;
}
.coloredlink-grey:hover,
.btn-grey:hover,
.coloredlink-red:hover,
.btn-red:hover,
.coloredlink-green:hover,
.btn-green:hover,
.coloredlink-blue:hover,
.btn-blue:hover,
.btn-marine:hover,
.coloredlink-grey:active,
.btn-grey:active,
.coloredlink-red:active,
.btn-red:active,
.coloredlink-green:active,
.btn-green:active,
.coloredlink-blue:active,
.btn-blue:active,
.btn-marine:active,
.coloredlink-grey:focus,
.btn-grey:focus,
.coloredlink-red:focus,
.btn-red:focus,
.coloredlink-green:focus,
.btn-green:focus,
.coloredlink-blue:focus,
.btn-blue:focus,
.btn-marine:focus {
  color: #fff;
}
/*
// OLD

.coloredlink-orange, .btn-orange {
  color: #fff;
  background-color: #ff9b46;

  &:hover {
    color: #fff;
    background-color: #ff7a2f;
  }
}

.colored-dark-gray {
  background-color: #999999;
  color: #ffffff;
}

*/
/* stat colors */
.light-green-text {
  color: #75b531;
}
.dark-blue-text {
  color: #197599;
}
.light-grey,
.light-grey-text,
.text-mutted-light {
  color: #999;
}
.color-light-grey {
  color: #ACACAC;
}
.grey {
  color: #666;
}
.color-default,
.sp-icon.color-default::before {
  color: #7ca69e;
}
.color-primary,
.sp-icon.color-primary::before {
  color: #005E87;
}
.light-blue-text,
.color-info,
.sp-icon.color-info::before {
  color: #36AFB2;
}
.color-success,
.sp-icon.color-success::before {
  color: #4FAF52;
}
.orange-text,
.gold-text,
.color-warning,
.sp-icon.color-warning::before {
  color: #f28c4b;
}
.color-danger,
.sp-icon.color-danger::before,
.color-error {
  color: #F2594B;
}
.color-light,
.sp-icon.color-light::before {
  color: #9db5c4;
}
.color-marine {
  color: #31c178;
}
.color-pro {
  color: #7738ED;
}
.color-blue {
  color: #477AA7;
}
.lime {
  color: #56B259;
}
.color-active {
  color: #f25a3e;
}
.red-text {
  color: RED;
}
code.text-success {
  background-color: #DDE5D1;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #E6F9E6;
}
a.bg-success:hover {
  background-color: #b3e2ae;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #FFF5F5;
}
a.bg-danger:hover {
  background-color: #F0C7C7;
}
.bg-orange {
  background-color: #ffc046;
}
.bg-color-grey {
  background-color: #F3F3F3;
}
.control-group {
  margin-bottom: 10px;
}
.control-group:last-child {
  margin-bottom: 0;
}
.small-padding-top {
  padding-top: 15px;
}
.spacing-top {
  margin-top: 16px;
}
.spacing-top-xs {
  margin-top: 4px;
}
.spacing-top-sm {
  margin-top: 8px;
}
.spacing-top-lg {
  margin-top: 24px;
}
.spacing-bottom {
  margin-bottom: 16px;
}
.spacing-bottom-xs {
  margin-bottom: 4px;
}
.spacing-bottom-sm {
  margin-bottom: 8px;
}
.spacing-bottom-lg {
  margin-bottom: 24px;
}
.spacing-bottom-none {
  margin-bottom: 0;
}
.closer-top-xs {
  margin-top: -4px;
}
.closer-top-sm {
  margin-top: -8px;
}
.closer-top {
  margin-top: -16px;
}
.border-bottom-grey {
  border-bottom: 1px solid #D6E3E3;
}
.border-bottom-grey.form-group {
  border-color: #dce7e7;
  padding-bottom: 5px;
  margin-top: -5px;
}
.border-red {
  border: 1px solid #DB5656 !important;
}
.thin-border {
  border-width: 1px;
}
.btn.btn-dashed {
  border-style: dashed;
}
.revert {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.animate {
  -webkit-transition: all 90ms ease-in-out 45ms;
  transition: all 90ms ease-in-out 45ms;
}
.disabled,
.btn.disabled,
.td-variable-val.disabled,
.td-variable-val-tag.disabled {
  opacity: 0.6;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*background: rgba(0,0,0,.1);*/
}
.pale {
  opacity: 0.6;
}
.if-to-wide {
  overflow: auto;
}
.long-text-fix {
  white-space: pre-line;
  word-wrap: break-word;
}
.nowrap-text {
  white-space: nowrap;
}
.break-text {
  word-break: break-all;
}
.strip-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.clip-text {
  display: inline-block;
  max-width: 96%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.clip-text-row,
.clip-text-row-2,
.clip-text-row-3 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.clip-text-row-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.clip-text-row-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.error-ico {
  border-color: #bb364d !important;
}
.error-text {
  color: #bb364d !important;
  font-weight: bold;
}
pre.prettyprint {
  border-color: #ddd !important;
  padding: 9.5px;
  color: #999;
}
pre.prettyprint li.L1,
pre.prettyprint li.L3,
pre.prettyprint li.L5,
pre.prettyprint li.L7,
pre.prettyprint li.L9 {
  background-color: transparent !important;
}
.hover-effect {
  cursor: pointer;
  opacity: 0.8;
  pointer-events: auto;
}
.hover-effect:hover {
  opacity: 1;
  text-decoration: none;
}
.hover-help {
  cursor: help;
}
/* это все очень плохо */
.font-size-13 {
  font-size: 13px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-17 {
  font-size: 17px;
}
.position-relative {
  position: relative;
}
.margin-0 {
  margin: 0;
}
.margin-auto {
  margin: 0 auto;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-30 {
  margin-right: 30px;
}
.padding-5 {
  padding: 5px;
}
.padding-0 {
  padding: 0;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-25 {
  padding-top: 25px;
}
.height-5 {
  height: 5px;
}
.height-30 {
  height: 30px;
}
.display-none {
  display: none!important;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
.inline-block {
  display: inline-block;
}
.clear-both {
  clear: both;
}
.clear-left {
  clear: left;
}
.display-table {
  display: table !important;
}
.display-inline {
  display: inline !important;
}
.table-row {
  display: table-row !important;
}
.table-cell {
  display: table-cell !important;
  vertical-align: middle;
}
.float-left {
  float: left;
}
.overflow-hidden {
  overflow: hidden;
}
.font-weight-normal,
.text-normal {
  font-weight: normal;
}
.zi3 {
  z-index: 3;
}
.zi4 {
  z-index: 4;
}
.top0 {
  margin-top: 0;
  padding-top: 0;
}
.link-style {
  text-decoration: underline;
  cursor: pointer;
}
.italic-gray-font {
  font-style: italic;
  color: #999999;
}
.initpseudo-after:after {
  display: table;
  content: " ";
}
.clear-pseudo:after {
  width: 100%;
  clear: none;
}
.checkbox.btn-switch {
  padding-left: 0;
}
.title-bold {
  font-size: 20px;
  font-weight: bold;
}
.sans {
  font-family: 'Nunito Sans', 'Avenir Next', 'Segoe UI', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.upcase,
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.strike {
  text-decoration: line-through;
}
small.small-xs,
.small-xs {
  font-size: 65%;
}
.section_header {
  margin-top: 40px;
}
.divider {
  border-bottom: 1px solid #D6E3E3;
  clear: both;
  float: none;
  margin: 20px 0;
}
.dropdown-menu .divider {
  margin-top: 4px;
  margin-bottom: 4px;
}
.hr {
  -moz-border-image: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #EEEEEE;
}
.fast-spin {
  -webkit-animation: spin 400ms linear infinite;
  animation: spin 400ms linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.checkbox-val {
  padding-left: 20px;
  margin-top: 5px;
}
.page-header-descr {
  margin-top: -8px;
}
.align-middle {
  vertical-align: middle;
}
.align-top {
  vertical-align: top;
}
.margin-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.padding-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.list-group-unstyled .list-group-item {
  border: none !important;
  border-radius: 0 !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.d-block {
  display: block;
}
/*bootstrap4 flex styles start*/
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
/*bootstrap4 flex styles end*/
.has-top-arrow:before {
  content: "";
  position: absolute;
  left: 18px;
  top: -9px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fbfcfc transparent;
  z-index: 2;
}
.has-top-arrow.dropdown-menu-right:before {
  left: auto;
  right: 16px;
}
.nounderline {
  text-decoration: none;
}
.nounderline:hover {
  text-decoration: none;
}
.font-weight-bold {
  font-weight: bold;
}
.hide-visibility {
  position: absolute;
  left: -10000px;
  opacity: 0;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp p {
  margin: 0;
}
.dropdown-menu-scroll {
  max-height: 50vh;
  overflow-y: auto;
}
.sp-test {
  outline: 3px solid rgba(182, 63, 213, 0.5) !important;
  outline-offset: 2px;
  position: relative;
}
.sp-test:before {
  content: 'test';
  position: absolute;
  right: -5px;
  top: -20px;
  font-size: 12px;
  color: #b63fd5;
}
.avatar-bg-item {
  position: relative;
}
.avatar-bg-item > span {
  position: absolute;
  width: inherit;
  height: inherit;
  background-size: cover !important;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 100%;
  left: 0;
  top: 0;
}
.avatar-bg-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  content: '';
  background: url("/img/messengers/sp-i-placeholder-user-default.svg") no-repeat center / cover;
  border-radius: 100%;
}
.avatar-bg-bot-item {
  position: relative;
}
.avatar-bg-bot-item > span {
  position: absolute;
  width: inherit;
  height: inherit;
  background-size: cover !important;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 100%;
  left: 0;
  top: 0;
}
.avatar-bg-bot-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  content: '';
  background: url("/img/messengers/sp-i-placeholder-user-default.svg") no-repeat center / cover;
  border-radius: 100%;
}
.avatar-bg-bot-item:before {
  background-image: url("/img/messengers/sp-i-m-bot-avatar-new.svg") !important;
}
.image-bg-item {
  position: relative;
}
.image-bg-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  content: '';
  background: url("/img/messengers/sp-i-placeholder-img.svg") no-repeat center / cover;
}
img.avatar-bg-item,
img.avatar-bg-bot-item {
  overflow: hidden;
}
.zoom-onhover:hover {
  zoom: 1.5;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 5;
  position: relative;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  border-radius: 1px;
  -webkit-box-shadow: 2px 4px 10px rgba(32, 32, 35, 0.18);
          box-shadow: 2px 4px 10px rgba(32, 32, 35, 0.18);
}
/* preloader-spin */
.preloader {
  display: block;
  margin: 10px auto;
}
.preloader.preloader-lg {
  margin-top: 16px;
  margin-bottom: 16px;
}
.preloader.preloader-inline {
  display: inline-block;
  margin: initial;
}
.preloader + span {
  background-color: rgba(255, 255, 255, 0.8);
}
.preloader-spin {
  position: relative;
  height: 32px;
  width: 32px;
  border: 3.2px solid rgba(0, 159, 193, 0.1);
  border-radius: 50%;
}
.preloader-spin::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3.2px;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 3.2px solid transparent;
  border-top-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  border-radius: 50%;
  -webkit-animation: preloader-spin-3 1.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: preloader-spin-3 1.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.preloader-spin::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3.2px;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(16px, 16px, 32px, 0);
  border: 3.2px solid #009FC1;
  border-radius: 50%;
  -webkit-animation: preloader-spin-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: preloader-spin-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.preloader-puff {
  position: relative;
  height: 32px;
  width: 32px;
}
.preloader-puff::before,
.preloader-puff::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 3.2px solid #009FC1;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
          animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.preloader-puff::after {
  -webkit-animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
          animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
}
.preloader-puff.preloader-sm {
  position: relative;
  height: 24px;
  width: 24px;
}
.preloader-puff.preloader-sm::before,
.preloader-puff.preloader-sm::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 24px;
  width: 24px;
  border: 2.4px solid #009FC1;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
          animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.preloader-puff.preloader-sm::after {
  -webkit-animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
          animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
}
.preloader-puff.preloader-lg {
  position: relative;
  height: 48px;
  width: 48px;
}
.preloader-puff.preloader-lg::before,
.preloader-puff.preloader-lg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 48px;
  width: 48px;
  border: 3.36px solid #009FC1;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
          animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.preloader-puff.preloader-lg::after {
  -webkit-animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
          animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
}
.preloader-puff-rounds {
  position: relative;
  height: 32px;
  width: 32px;
}
.preloader-puff-rounds::before,
.preloader-puff-rounds::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 16px solid #009FC1;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
          animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.preloader-puff-rounds::after {
  -webkit-animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
          animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
}
.preloader-puff-rounds.preloader-xs {
  position: relative;
  height: 16px;
  width: 16px;
}
.preloader-puff-rounds.preloader-xs::before,
.preloader-puff-rounds.preloader-xs::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 16px;
  width: 16px;
  border: 8px solid #009FC1;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
          animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.preloader-puff-rounds.preloader-xs::after {
  -webkit-animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
          animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
}
.preloader-puff-rounds.preloader-sm {
  position: relative;
  height: 24px;
  width: 24px;
}
.preloader-puff-rounds.preloader-sm::before,
.preloader-puff-rounds.preloader-sm::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 24px;
  width: 24px;
  border: 12px solid #009FC1;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
          animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.preloader-puff-rounds.preloader-sm::after {
  -webkit-animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
          animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
}
.preloader-puff-rounds.preloader-lg {
  position: relative;
  height: 48px;
  width: 48px;
}
.preloader-puff-rounds.preloader-lg::before,
.preloader-puff-rounds.preloader-lg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 48px;
  width: 48px;
  border: 24px solid #009FC1;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
          animation: preloader-puff-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.preloader-puff-rounds.preloader-lg::after {
  -webkit-animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
          animation: preloader-puff-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s infinite;
}
@-webkit-keyframes preloader-spin-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes preloader-spin-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader-spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes preloader-spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader-spin-3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes preloader-spin-3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* preloader-puff  */
@-webkit-keyframes preloader-puff-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.3);
            transform: translate3d(0, 0, 0) scale(0.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
            transform: translate3d(0, 0, 0) scale(1.2);
    opacity: 0;
  }
}
@keyframes preloader-puff-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.3);
            transform: translate3d(0, 0, 0) scale(0.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
            transform: translate3d(0, 0, 0) scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-puff-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}
@keyframes preloader-puff-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}
/*
  BlockUI
 */
#content-load .blockOverlay {
  opacity: 0.6 !important;
  background-color: #F2F5F5 !important;
}
#content-load .blockElement {
  position: fixed !important;
  top: 35% !important;
  left: 40% !important;
}
@media (min-width: 1024px) {
  #content-load .blockElement {
    left: calc(40% + 230px/2) !important;
  }
}
.block-loading {
  position: relative;
  opacity: 1;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.block-loading:before {
  content: '';
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  background-image: url('/img/my/preloader-dots.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30px;
}
.block-loading:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.filter {
  margin-bottom: 7px;
}
.filter .sp-icon.icon-tag:before {
  content: "\e610";
}
.filter .form-group {
  margin: 0;
}
.filter .filter-fields {
  padding: 10px 15px;
}
.filter .filter-fields .btn-group-justified {
  max-width: 340px;
}
.filter .filter-fields .btn-group-justified label.btn-sm {
  padding-top: 6px;
  padding-bottom: 6px;
}
.filter .filter-fields .btn-group-justified label.btn-sm:active {
  background-color: #e4eaea;
}
.filter .filter-fields .btn-group-justified label.btn-sm.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.filter .filter-fields .btn-group-justified label.btn-sm.active {
  background-color: #e4eaea;
}
.filter .filter-fields .checkbox-inline {
  display: inline-block;
}
.filter .field {
  margin-bottom: 10px;
}
.filter .field label {
  display: block;
  color: #777;
  font-weight: normal;
  font-size: 13px;
}
.filter .field.date {
  float: left;
  width: 48%;
}
.filter .field.date.first {
  margin-right: 4%;
}
.filter .checkbox label {
  font-size: 14px;
}
.filter .dropdown-menu,
.filter .panel-filter-dropdown {
  padding: 0;
  margin-top: 10px;
  background: #fdfdfd;
  font-size: 15px;
  /*
    &:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 6px;
    position: absolute;
    top: -7px;
  }*/
}
.filter .dropdown-menu:after,
.filter .panel-filter-dropdown:after {
  border-bottom: 6px solid #fdfdfd;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 7px;
  position: absolute;
  top: -6px;
}
.filter .dropdown > a,
.filter .dropdown-filter > a {
  text-decoration: none;
}
.filter .dropdown > a:hover,
.filter .dropdown-filter > a:hover {
  opacity: 0.88;
}
.filter .dropdown > a:hover > .sp-icon,
.filter .dropdown-filter > a:hover > .sp-icon {
  color: #527484;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.filter .dropdown > a > span.sp-icon,
.filter .dropdown-filter > a > span.sp-icon {
  display: inline-block;
  padding: 9px;
  margin-right: 7px;
  background-color: #fff;
  border-radius: 50%;
  color: #688fa1;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  text-align: center;
}
.filter .dropdown > a span.title,
.filter .dropdown-filter > a span.title {
  border-bottom: 1px dotted;
  font-size: 17px;
  color: #5c6a70;
  font-weight: bold;
}
.filter .dropdown > a:first-of-type.active > span.sp-icon,
.filter .dropdown-filter > a:first-of-type.active > span.sp-icon,
.filter .dropdown > a:first-of-type.active span.title,
.filter .dropdown-filter > a:first-of-type.active span.title {
  color: #f25a3e;
}
.filter .dropdown > a:focus > span.sp-icon,
.filter .dropdown-filter > a:focus > span.sp-icon,
.filter .dropdown > a:active > span.sp-icon,
.filter .dropdown-filter > a:active > span.sp-icon,
.filter .dropdown.open > a > span.sp-icon,
.filter .dropdown-filter.open > a > span.sp-icon {
  -webkit-box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 1px #31c178, 0 0 0 4px rgba(49, 193, 120, 0.2);
}
.filter .dropdown > a:focus span.title,
.filter .dropdown-filter > a:focus span.title,
.filter .dropdown > a:active span.title,
.filter .dropdown-filter > a:active span.title,
.filter .dropdown.open > a span.title,
.filter .dropdown-filter.open > a span.title {
  color: #4e5a5f;
}
.search-filter > a:first-child {
  margin-right: 15px;
  margin-bottom: 4px;
  display: inline-block;
}
.search-filter a:focus,
.search-filter a:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.search-filter .one-filter-params,
#sementation-turn-block {
  display: inline-block;
  color: #5c6a70;
  font-size: 15px;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 4px;
}
.search-filter .one-filter-params .sp-icon,
#sementation-turn-block .sp-icon {
  cursor: pointer;
  font-size: 13px;
  position: relative;
  top: 0;
  color: #9db5c4;
}
.search-filter .one-filter-params .sp-icon:hover,
#sementation-turn-block .sp-icon:hover {
  color: #0B99B2;
}
#sementation-turn-block {
  margin-left: 8px;
}
.filter-fast-dates {
  margin-bottom: 10px;
}
.filter-fast-dates a {
  border-bottom: 1px dashed;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.filter-fast-dates a.active {
  color: #f25a3e !important;
}
.filter .filter-btn {
  background-color: #f8f8f8;
  padding: 10px 15px;
  text-align: right;
  border-radius: 0 0 4px 4px;
}
.filter .filter-btn .cancel {
  color: #adadad;
  font-style: italic;
  font-size: 12px;
  float: left;
  border-bottom: 1px dotted #adadad;
  margin-top: 10px;
}
.filter .filter-btn .btn.btn-default {
  background-color: #F86850;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 7px;
  border: none;
  color: #fff;
}
.filter .filter-btn .btn.btn-default:hover {
  background-color: #f25a3e;
}
.filter .filter-btn .btn.btn-default.reset,
.filter .filter-btn .btn.btn-default.btn-outlined {
  background-color: transparent;
  border: 1px solid #c6c6c6;
  color: #adadad;
  margin-left: 13px;
}
.filter .filter-btn .btn.btn-default.reset:hover,
.filter .filter-btn .btn.btn-default.btn-outlined:hover {
  border: 1px solid #999;
  color: #999;
}
.filter + .divider,
#smtpStatGraphFilter + .divider {
  margin-top: 10px;
}
.filter .dropdown-filter {
  position: relative;
}
.panel-filter-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  margin: 2px 0 0;
  text-align: left;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  width: 350px;
}
.dropdown-menu-billing-filter .payment-type-field .dropdown-menu {
  top: auto !important;
  bottom: 100% !important;
  margin-bottom: 2px;
}
.dropdown-menu-billing-filter .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 120px !important;
}
/* sticky-footer-fix */
#content-placeholder {
  position: relative;
  min-height: 100%;
}
@media (min-width: 620px) {
  #content-placeholder {
    padding-bottom: 90px;
  }
}
#content-placeholder.unStick {
  padding-bottom: 15px;
}
#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 620px) {
  #footer {
    position: absolute;
    bottom: 0;
  }
}
#footer.unStick {
  position: relative !important;
}
.footer-menu {
  margin-left: 32px;
  margin-right: 32px;
  width: 100%;
}
@media (max-width: 1499px) {
  .footer-menu .col-footer-left {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  .footer-menu .col-footer-right {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  .footer-menu .spacing-bottom {
    display: block !important;
  }
}
.footer-menu li {
  float: left;
  position: relative;
  margin-right: 16px;
}
.footer-menu li:last-child {
  margin-right: 0;
}
.footer-menu li.f_app_link {
  margin-top: -2px;
}
.footer-menu li.f_app_link:first-child {
  margin-right: 8px;
  margin-left: -2px;
}
.footer-menu li.livechat-item {
  margin-top: -2px;
}
.footer-menu li.livechat-item .btn {
  line-height: 1;
  border-radius: 15px;
}
.footer-menu li.livechat-item .glyphicon {
  margin-right: 3px;
}
.footer-menu a {
  font-size: 13px;
  text-decoration: none;
  color: #527484;
}
.footer-menu a:hover {
  color: #0B99B2;
}
.footer-menu a:active,
.footer-menu a:focus,
.footer-menu a[aria-describedby] {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
@media (max-width: 619px) {
  #footer {
    padding-top: 12px;
  }
  .footer-menu {
    clear: both;
    margin-bottom: 10px;
    margin-left: 12px;
  }
}
@media (max-width: 1499px) {
  .flat-list.pull-right-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
  .flat-list.pull-right-lg .livechat-item {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 16px;
    margin-top: 0;
  }
}
/* DateTime Picker */
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto !important;
  min-width: 10px !important;
  padding: 10px;
  font-size: 14px;
  background: #F3FEFF;
}
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  border-bottom: 7px solid #F3FEFF;
}
.bootstrap-datetimepicker-widget:before {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  content: '';
}
.bootstrap-datetimepicker-widget:after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #F3FEFF;
  border-left: 6px solid transparent;
  content: '';
}
.bootstrap-datetimepicker-widget.top:before,
.bootstrap-datetimepicker-widget.top:after {
  display: none;
}
.bootstrap-datetimepicker-widget .timepicker-picker .btn {
  padding: 2px 4px;
}
.bootstrap-datetimepicker-widget .timepicker-picker td {
  padding: 0 !important;
}
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour,
.timepicker-picker .timepicker-minute,
.timepicker-picker .timepicker-second {
  font-size: 20px;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget .separator {
  width: 15px;
  text-align: center;
}
.bootstrap-datetimepicker-widget .btn {
  color: #bbbbbb;
}
.bootstrap-datetimepicker-widget .hour,
.bootstrap-datetimepicker-widget .minute,
.bootstrap-datetimepicker-widget .second {
  cursor: pointer;
  text-align: center;
}
.bootstrap-datetimepicker-widget .hour:hover,
.bootstrap-datetimepicker-widget .minute:hover,
.bootstrap-datetimepicker-widget .second:hover {
  color: #000000;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget .switch,
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  color: #F86850;
}
.bootstrap-datetimepicker-widget .next,
.bootstrap-datetimepicker-widget .prev {
  cursor: pointer;
  color: #F86850;
  text-align: center;
}
.bootstrap-datetimepicker-widget .day {
  color: #000000;
  cursor: pointer;
  text-align: center;
}
.bootstrap-datetimepicker-widget .day:hover {
  color: #f25a3e !important;
  background: #ffd8d5;
  border-radius: 5px;
}
.bootstrap-datetimepicker-widget .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.picker-switch td > a {
  text-align: center;
}
.picker-switch td > a {
  display: block;
  padding: 3px;
  border-radius: 3px;
}
.picker-switch.accordion-toggle > table {
  width: 100%;
}
.bootstrap-datetimepicker-widget .day.new,
.bootstrap-datetimepicker-widget .day.old {
  color: #999;
}
.bootstrap-datetimepicker-widget .day.active,
.datepicker .month.active,
.datepicker .year.active {
  font-weight: bold;
  background: #F86850;
  border-radius: 5px;
  color: #fff !important;
}
.bootstrap-datetimepicker-widget .dow {
  color: #4B9397;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.datepicker-months .month,
.datepicker-years .year {
  padding: 3px 4px;
}
.picker-switch td > a:hover,
.timepicker-picker .btn:hover,
.datepicker .datepicker-months .month:hover,
.datepicker-years .year:hover,
.switch:hover,
.bootstrap-datetimepicker-widget .next:hover,
.bootstrap-datetimepicker-widget .prev:hover {
  cursor: pointer;
  background: #d1f4f6;
  border-radius: 5px;
  color: #0B99B2;
}
.bootstrap-datetimepicker-widget .disabled {
  color: #bbb !important;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget .disabled:hover {
  cursor: auto;
  background: transparent !important;
}
.bootstrap-datetimepicker-widget ul.list-unstyled {
  margin-bottom: 0;
}
.timepicker-picker .btn:active {
  position: relative;
  top: 1px;
}
/* emojionearea customization */
.emojionearea-search {
  display: none;
}
.emojionearea-search > input {
  display: block;
  width: calc(100% - 10px);
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 1px 5px;
}
.emojionearea.form-control > .emojionearea-editor {
  left: 12px !important;
}
.emojionearea.form-control .emojionearea-picker.emojionearea-filters-position-top .emojionearea-scroll-area {
  top: 40px;
  height: 195px;
}
.emojionearea.form-control .emojionearea-picker .emojionearea-wrapper,
.emojionearea.form-control .emojionearea-picker {
  height: 236px;
}
.emojionearea.form-control.emojionearea-inline > .emojionearea-button {
  top: 6px;
}
.emojionearea.form-control.emojionearea-inline > .emojionearea-editor {
  height: 39px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.emojionearea .emojionearea-editor:empty::before {
  padding-top: 1em;
}
.dropdown-menu-emoji {
  width: 300px;
  padding: 0;
  line-height: 1;
}
.dropdown-menu-emoji.block-loading {
  position: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu-emoji-tabs {
  background-color: #e9eeee;
  margin: 0;
  padding-left: 6px;
  padding-right: 2px;
  border-radius: 4px 4px 0 0;
}
.dropdown-menu-emoji-tabs > li {
  padding: 0;
}
.dropdown-menu-emoji-tabs > li > a {
  display: inline-block;
  padding: 10px 6px;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
}
.dropdown-menu-emoji-tabs > li > a:hover {
  background-color: #e1e8e8;
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%);
}
.dropdown-menu-emoji-tabs > li > a:active {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.dropdown-menu-emoji-tabs > li.active > a {
  background-color: #fff;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: inset 0 2px 0 #e9eeee;
          box-shadow: inset 0 2px 0 #e9eeee;
  border-radius: 4px 4px 0 0;
}
.dropdown-menu-emoji-list {
  max-height: 260px;
  overflow: auto;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1;
}
.dropdown-menu-emoji-list > h5 {
  color: #777777;
  font-size: 14px;
  margin-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.dropdown-menu-emoji-list > a {
  display: inline-block;
  padding: 7px;
  border-radius: 3px;
}
.dropdown-menu-emoji-list > a:hover {
  background-color: #EBF8F5;
}
.dropdown-menu-emoji-list > a:active {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.btn-insert-emoji {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 0.75;
  background-position: 0 -24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABuCAYAAADMB4ipAAAHfElEQVRo3u1XS1NT2Rb+9uOcQF4YlAJzLymFUHaLrdxKULvEUNpdTnRqD532f+AHMLMc94gqR1Zbt8rBnUh3YXipPGKwRDoWgXvrYiFUlEdIkPPYZ/dAkwox5yQCVt/bzRrBPnt9e+211/etFeDQDu3ArL+/X37OeqmRWoH7+vpItfWawStF1tfXR+zW9xW5ne0p8loOcAKuCdwpRft60C8a+X5zTvebCqcAvmidf1GGHtqhHdpf1qqKzsrKipyensbi4iKWl5cBAMFgEG1tbYhGo2hpadlbmxseHpaDg4MAgI6ODng8HgBAPp/H/Pw8AODatWvo7e2tvUHrui7v3r2L+fl5XL58GVeuXIHH49m1N5/Py0ePHmF0dBQdHR24desWVFXdtYdXAn/48CHm5+dx8+ZNRKPRigEUDpuenpb3799H4YaOnWh5eVmOj48jFoshGo0STdPkwMCAXF5elqV7BgYGpKZpMhqNklgshrGxMbx580Y6gicSCTDGEIvFAADpdBqpVArJZLK4J5lMIpVKIZ1OAwBisRgYY0gkEs6Rp1IphMNh+Hw+AgCGYQAANE0r7in8Xfjm8/lIOBzGq1evnMHX19fR1NRU/D8UCoFzjnA4XFwLh8PgnCMUChXXmpqakM1mUfVBS62xsZHk83lZWi1nz579ZA0AhBDO4A0NDchkMsWSJIRAURRiVy26rktVVUkmk0EgEHAGP3XqFKamppDP56Vpmrhz5w5u374t/X4/OP+w3TRNZLNZ6LoO0zSRz+dlf38/Ll686Jzz8+fPQwiBeDwOt9tNrl+/jkwmU6yaQpVkMhncuHEDbrebxONxCCEQiUScIw8Gg+TBgwdyZGQEyWRSdnV1kVQqJYeGhrC6ugrGGEKhEHp7e3Hy5EmSTCblvXv30NPTg2AwSA6M/vF4HCMjI7b0/yzh8vv9AIBsNrt34aokuQsLC7skt729varkHtqftUFf++FHsrq0QN3eBvp68Tfvf9Mv12oFCYU7G//e9nVuO7dpNbe2W4M//yQr0p8yRvyBo1Zr++lwLcCt7afD/sBRizJGavrB1dDYYh47Htrq+Kb7jBNwxzfdZ44dD201NLaYVUkU7ozQpuAJBkARwnRZpunN5zaa5hJjiXLH05GeiMd7JEM5zzHGNQBGZvk/Iv0yYVWMvK0zKk1Dl6ahW5RQobjqdjy+wEZn9PKF0n2d0csXPL7AhuKq26GECtPQLdPQZVtn1LlB69p7yRVVSEiDEGJwRd12e4+8PR3piRQidnuPvOWKuk0IMSSkwRVV6Np7WVVbSqvGsgSnlKkAFNPQXdrOtuKqcxtcUTUAhmUJnVJmlleJo3CVHmAaOlPUOmYJkxFKibQsSRkXhr4juKIKO2BHVSwcoLrqCVdUYho6K3YYRRWmoUtdey/tgKtK7rUffiQAsLq08MnbNLe2WwBgB/zHzueFyD8nwlIfbvdx8eU0WV1aKD1cVAMs9+F2j9gUPEEKemEJIe3AnXy4XfkBoNKSZHNthWfX31EA69VKttyHVyIOY1wRwmS6tqNsrr31vXo5k/bUu4gT2cp9lhbm0rzCJpeUUrE0vS63+c7/6uXMbDUWl/ssLczNFrVFddUT09AZpUy1LKvO0DVfPrfR9HxqfNbuEe185l9MFX3o6tIC5YpKFLWOfdQQ93Zu49j0+FDCDtjOp1yaOQCYhs4Y40wI05XfWj8yPT40Ua2ey33mEmMTtp2IUEq0nW3FKeJPGPjRp1Iz2QUuLUu66txG9NLVSK3gBZ+C1lcE54oqKOOCK6rm8QU2unu+u1ANuNynvFsBAG1ubbdMQ5eGviMAFDuP0w3sfMpvQEtb24fOQncU1bXl8R7JnOu+ZNv97XxKJwY6+PNPsrm13drObVqUMlMIU5OWpVHOc96Go5lTnV2fzC/VfAozD7HTCa6olBBa1Imlhbmq2lLuQ5xaW6nCPfnln0Yt7bDUhzhps8cfKH5//uTXmvS81OeLdqI/ZoROzSZrHqG/OvOPzxuhK5VgJTvV2bW3EdqJRABwrvvS/kfoSkoZvXT1YEbociHr7vnuYEfogpBFL109HKH/h0fomnXg3Lff79r7/MmvVbWG7gX4QObzc99+Tz7mHKah05KcW6ahQ9feS6cbMCdgt7eBWJagjCuUAC5tZzuouuo0Spm0hElc9R4cbf4bVl8v1p6WUmCuqEwIs34ruxaeeTy4uJVd67As08UVlVmWoG5vA7FLG3WMmHEupVTyW+vh2cn4DADMTsaTuc21LiGEhzHOnQ6gNtMrJSBMCKHkNt999WLi0S7hejEZH81n174WpukiIMw0dKq66p3Bw50RwhUVXFGJKUy28Xal48VkfKrSlWenhsc23q2cEB9SR7iiItwZIbbgHn8AlDFCCMW7laXjqZnHjkNpaubJzNuVpWZCKChjxOMPVH/QlaW0f/G3ZLqWWl6ce/bvlddp7yFD/w8Z+njoX1+GoZMjgzMAMDkyeLAMnRh+uKveJ0YGD4ahEyODFRk6OfrL/hj67GnckaHPng7vjaGzyYmaGDr77KktQ38H8tqx8Wja+WIAAAAASUVORK5CYII=') !important;
  -webkit-transition: -webkit-transform 60ms ease-in-out 30ms;
  transition: -webkit-transform 60ms ease-in-out 30ms;
  transition: transform 60ms ease-in-out 30ms;
  transition: transform 60ms ease-in-out 30ms, -webkit-transform 60ms ease-in-out 30ms;
}
.btn-insert-emoji:hover {
  opacity: 1;
}
.btn-insert-emoji:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.open > .btn-insert-emoji {
  background-position: 0 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.form-control[sp-emoji],
.form-control[sp-var] {
  padding-right: 42.5px;
}
.form-control[sp-emoji] ~ .form-control-feedback.dropdown-var,
.dropdown-emoji + .form-control-feedback.dropdown-feedback,
.dropdown-emoji + .form-control-feedback.dropdown-var {
  right: 35px;
}
/* ***countdow.js*** */
.countdownHolder {
  margin-top: 4px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -3px;
}
.countdownHolder .position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}
.countdownHolder .digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: #444;
  border-radius: 0.2em;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}
.countdownHolder .digit.static {
  -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
          box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #3A3A3A), color-stop(50%, #444));
  background-image: linear-gradient(bottom, #3A3A3A 50%, #444 50%);
}
.countDiv {
  display: inline-block;
  width: 16px;
  height: 1.6em;
  position: relative;
}
.countDiv:after,
.countDiv:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
          box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}
.countDiv:after {
  top: 0.9em;
}
.countdownHolder > span {
  position: relative;
  display: inline-block;
}
.countdownHolder > span > small {
  display: block;
  position: absolute;
  font-size: 12px;
  letter-spacing: normal;
  width: 100%;
  text-align: center;
  margin-top: -10px;
  opacity: 0.8;
}
/* Global responsive rules */
@media (max-width: 619px) {
  /*Телефоны*/
  .visible-phone {
    display: block;
  }
  .visible-tablet {
    display: none;
  }
  .visible-notebook {
    display: none;
  }
  .visible-hd {
    display: none;
  }
  .visible-phone.visible-tablet {
    display: block;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-tablet {
    display: block;
  }
  #page-wrapper {
    padding-left: 0 !important;
    display: block;
  }
  .site-wrapper:not(.mobile-menu-opened) .side-menu {
    width: 0;
  }
  .mobile-menu-opened .menu-placeholder {
    background-color: rgba(16, 34, 38, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
  }
  .mobile-menu-opened .side-menu {
    position: fixed;
    z-index: 1200;
    background: transparent;
    top: 0;
  }
  .mobile-menu-opened .side-menu .side-menu-close {
    display: block;
  }
  .mobile-menu-opened .side-menu #accrodion-collapser-phone {
    display: block;
    width: 230px;
    background: #0097b7;
    z-index: 1001;
    height: 100vh;
    overflow-y: auto;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-name: slidein;
            animation-name: slidein;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .mobile-menu-opened .side-menu .accrodion-collapser-logo {
    display: block;
    margin: 25px 22px;
  }
  #user-dropdown {
    min-width: 220px;
  }
  .side-menu-close {
    position: absolute;
    top: 0;
    left: 254px;
    z-index: 1200;
    display: none;
    font-size: 50px;
    color: #fff;
    text-decoration: none !important;
  }
  .side-menu-close:hover {
    opacity: 0.8;
    color: #fff;
  }
  .accordion {
    width: 100% !important;
  }
  .accordion li > a {
    font-size: 15px;
    padding: 12px 15px 12px 48px;
  }
  .accordion li a .caret {
    position: absolute;
    right: 19px;
    margin-top: 20px;
  }
  .accordion li a .sp-icon {
    left: 22px;
    top: 14px;
  }
  #content-placeholder {
    width: auto !important;
    margin-left: 0 !important;
    display: block;
  }
  #content-warpper,
  #content-wrapper {
    /*min-height: 63vh;*/
    margin-left: 15px;
    margin-right: 15px;
  }
  #header ~ *:not(#content-wrapper):not(#footer):not(.modal) {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .accrodion-collapser {
    display: none;
  }
  #breadcrumbs {
    padding-right: 100px;
  }
  #top-news {
    margin-right: -70px;
  }
  #top-news:before {
    right: 107px;
  }
  #activate-side-menu-xs {
    display: none !important;
  }
  .blue-table td {
    padding: 5px;
  }
  .blue-table td,
  .blue-table th {
    padding: 10px 5px;
  }
  a.logo-link {
    display: none !important;
  }
  .sidebar-banner {
    display: none !important;
  }
  .refferal-nav-banner-link,
  .popover-refferal {
    display: none !important;
  }
}
@media (max-width: 480px) {
  #top-news {
    width: 80%;
    min-width: 280px;
  }
  .search-filter .one-filter-params,
  #sementation-turn-block {
    font-size: 14px !important;
    line-height: 1;
  }
  .search-filter > .dropdown-menu {
    position: relative;
  }
  .search-filter.open > .dropdown-menu {
    position: absolute;
  }
}
@media (min-width: 620px) and (max-width: 1023px) {
  /*Планшеты в режиме portrait.*/
  body {
    overflow-x: hidden;
  }
  .visible-phone {
    display: none;
  }
  .visible-tablet {
    display: block;
  }
  .visible-notebook {
    display: none;
  }
  .visible-hd {
    display: none;
  }
  .hidden-phone {
    display: block;
  }
  .hidden-tablet {
    display: none !important;
  }
  #page-wrapper {
    /*background-position: -168px top;*/
    padding-left: 62px;
    display: block;
    position: relative;
  }
  .side-menu {
    width: 62px;
    float: left;
    position: absolute;
    left: 0;
    /*overflow: auto;*/
    overflow: hidden;
  }
  #content-placeholder {
    overflow: hidden;
    float: left;
    width: 100%;
  }
  .menu-opened + #content-placeholder {
    width: inherit;
  }
  .menu-opened + #content-placeholder .sp-navbar {
    height: 75px;
    overflow: hidden;
  }
  .accordion li > a {
    padding: 14px 15px 14px 72px;
    white-space: nowrap;
  }
  .menu-opened .accordion li > a {
    padding-left: 58px;
  }
  .accordion li a .sp-icon {
    margin-right: 200px;
    left: 22px;
  }
  .accordion li a .caret {
    position: absolute;
    right: 19px;
    top: 15px;
  }
  .accrodion-collapser {
    display: block !important;
  }
  .sidebar-banner {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  /*Планшеты в режиме landscape, нетбуки, ноутбуки, десктоп.*/
  .visible-phone {
    display: none;
  }
  .visible-tablet {
    display: none;
  }
  .visible-notebook {
    display: block;
  }
  .visible-hd {
    display: none;
  }
  .visible-notebook.visible-hd {
    display: block;
  }
  .hidden-phone {
    display: block;
  }
  .hidden-tablet {
    display: block;
  }
  .accordion li > a {
    white-space: normal;
  }
  .accrodion-collapser {
    display: block !important;
  }
}
@media (min-width: 620px) and (max-width: 1279px) {
  .hidden-user-info {
    display: none !important;
  }
  /* #menu-wrapper {position: relative;}*/
}
@media (min-width: 768px) {
  .modal-md {
    width: 420px;
  }
}
@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 621px) {
  .accordion {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  /*.side-menu {
      width: 230px !important;
  }*/
  #content-placeholder {
    margin-left: 0;
    width: 100%;
  }
  #page-wrapper {
    height: 100%;
  }
  .logo-sm {
    display: none;
  }
}
@media (min-width: 1280px) {
  /*Десктоп с большими разрешениями, телевизоры.*/
  .visible-phone {
    display: none;
  }
  .visible-tablet {
    display: none;
  }
  .visible-notebook {
    display: none;
  }
  .visible-hd {
    display: block;
  }
  .hidden-phone {
    display: block;
  }
  .hidden-tablet {
    display: block;
  }
  #page-wrapper {
    /*background-position: left top !important;*/
    width: 100%;
  }
  .accrodion-collapser {
    display: block !important;
  }
}
@-webkit-keyframes slidein {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
  old header with breadcrumbs / lang switcher
 */
#header-menu {
  margin-right: 15px;
}
.header-menu-element {
  float: left;
  margin-left: 10px;
  margin-top: 6px;
}
.drop-link {
  border-radius: 4px;
  padding: 5px 7px;
  color: #006CA6;
  text-decoration: none;
  white-space: nowrap;
}
#header-menu .drop-link {
  padding: 2px 7px 4px 7px;
  background: #fff;
  color: #0B99B2;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
}
#header-menu .drop-link > .glyphicon {
  position: relative;
  top: 2px;
}
#count-unread-news.badge {
  display: none;
}
.unread-news-link #count-unread-news.badge {
  background-color: #31c178;
  display: inline-block;
}
#header-menu .drop-link:hover,
#header-menu .drop-link:active,
#header-menu .drop-link:focus,
#header-menu .dropdown.open .drop-link {
  color: #008bbf;
  background-color: #DCEBEE;
  text-decoration: none;
}
#header-menu .dropdown.open .drop-link {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
#header {
  display: inline-block;
  position: absolute;
  right: 0;
}
#header .dropdown-menu {
  border: 1px solid #BCCCD2;
  top: 30px;
  background: #FDFEFF;
  font-size: 15px;
}
#header .dropdown-menu a {
  color: #008bbf;
  text-decoration: none;
  font-weight: bold;
}
#header .dropdown-menu a img {
  vertical-align: middle;
  margin-right: 5px;
}
#header .dropdown-menu .divider {
  background-color: #BED8E8;
}
/*
 24/7 label
 */
.label.sb-label {
  color: #75B4D8 !important;
  position: relative;
  margin-left: 3px;
  top: -2px;
}
/*#top-news {
  width: 330px;
  padding: 0;
}
#top-news:before, #user-dropdown:after {
  border-bottom-color: @sp-secondary;
}

.top-news-title {
  color: #FFFFFF;
  padding: 7px 12px 8px 12px;
  background-color: @sp-secondary;
}
.top-news-body {
  padding: 6px 0;
  font-size: 13px;
}
.top-news-item {
  color: #959595;
  padding: 0 12px;
}
#top-news.dropdown-menu .top-news-item a {
  color: #202020;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
}
#top-news.dropdown-menu .top-news-item a:hover{
  color: #0970A2 !important;
}
#top-news.dropdown-menu .top-news-item.unread a {
  color: #202020;
  text-decoration: none;
  font-weight: bold;
}
.top-news-separator {
  height: 1px;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #D1DAE0;
}
.top-news-footer {
  padding: 5px 12px 8px 12px;
  background-color: #bed8e8;
}
#header .top-news-footer a {
  border-bottom: 1px dotted;
  font-weight: normal;
  font-size: 13px;
}
#header .top-news-footer a:hover { border: none; color: #005872; }
#header .top-news-footer a.all-news {
  font-weight: bold;
  border: none;
  position: relative;
  top: 2px;
}*/
/*unused*/
.panel-lightblue {
  border-color: #bed8e8;
}
.panel-blue-active {
  border-color: #008bbf;
}
.panel-lightblue .panel-heading {
  color: #008bbf;
  padding: 0;
  background-color: #f6fcff;
  border-color: #bed8e8;
}
.panel-blue-active .panel-heading {
  color: #FFF;
  background-color: #008bbf;
}
.panel-lightblue .panel-heading a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 15px;
}
.panel-lightblue .panel-body {
  border-top: 1px solid #bed8e8 !important;
}
.panel-blue-active .panel-body {
  border-top: 1px solid #008bbf !important;
}
#breadcrumbs {
  font-size: 13px;
  color: #999;
  margin-top: -10px;
  margin-bottom: 15px;
  padding-right: 220px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8e7f0;
  display: none;
}
#breadcrumbs a {
  color: #66a7c5;
}
#breadcrumbs a:hover {
  color: #008bbf;
}
#breadcrumbs span {
  color: #999;
}
#breadcrumbs > * {
  margin-right: 8px;
  display: inline-block;
}
@media (min-width: 1px) and (max-width: 767px) {
  .dop-service-item {
    min-height: 10px !important;
  }
  .header-menu-element .feedback-link {
    display: none;
  }
}
.panel.panel-sm {
  max-width: 250px;
  max-height: 100px;
  overflow: auto;
  padding: 6px 10px;
  margin: 3px 0;
}
.rounded-box,
.round-box {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 10px;
  padding: 15px;
}
.support-phones p {
  margin-bottom: 7px;
  line-height: 1.1;
}
.support-phones .btn.btn-sm {
  margin-top: 5px;
}
.support-phones .btn.btn-sm .sp-icon {
  margin-right: 3px;
}
/*.service-news a {
  font-size: 14px;
  color: #428bca;
}
.service-news .alert {
  padding: 8px;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.service-news a.small {
  font-size: 12px;
}
.service-news small {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
  color: #999;
}
@media (min-width: 1475px)  {
  .service-news {
    position: absolute;
    right: 0;
  }
}*/
.t_options {
  display: none;
}
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}
#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}
#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}
#noty_layout__bottomRight {
  bottom: 0;
  right: 0;
  width: calc(325px + 32px);
  max-height: 100vh;
  overflow-y: auto;
  padding: 0 16px 16px 24px;
}
#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}
#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}
.noty_progressbar {
  display: none;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}
.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}
.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out;
}
.noty_close_with_click {
  cursor: pointer;
}
.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-family: Arial, Helvetica, sans-serif;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
          animation: noty_modal_in 0.3s ease-out;
}
.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
          animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
/*
 Bootstrap 3 theme
 */
.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_body small {
  display: block;
}
.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: transparent;
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit;
}
.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #bb364d;
  border-color: #bb364d;
}
.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
/*
 Overrides
 */
.noty_theme__bootstrap-v3.noty_bar {
  border-width: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  opacity: 0.3;
  font-weight: 600;
  font-size: 20px;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.noty-promotion .noty_close_button,
.noty-promotion.noty_bar .noty_close_button {
  opacity: 0.6;
  background: #fff;
}
.noty_body:empty {
  display: none;
}
.noty_theme__bootstrap-v3.noty-promotion {
  background-color: #fff;
  border-width: 0;
  -webkit-box-shadow: 0 6px 18px rgba(92, 106, 112, 0.35), 0 1px 1px rgba(92, 106, 112, 0.15);
          box-shadow: 0 6px 18px rgba(92, 106, 112, 0.35), 0 1px 1px rgba(92, 106, 112, 0.15);
  border-radius: 6px;
  margin-top: 8px;
}
.noty_theme__bootstrap-v3.noty-promotion:hover {
  background-color: #F9FBFD;
  -webkit-box-shadow: 0 6px 18px rgba(92, 106, 112, 0.45), 0 1px 1px rgba(92, 106, 112, 0.25);
          box-shadow: 0 6px 18px rgba(92, 106, 112, 0.45), 0 1px 1px rgba(92, 106, 112, 0.25);
}
.noty_theme__bootstrap-v3.noty-promotion .noty_body > a {
  color: #55778d;
}
.noty_theme__bootstrap-v3.noty-promotion .noty_body > a:hover {
  text-decoration: none;
}
.noty_theme__bootstrap-v3.noty-promotion .noty_body > a .link-style {
  color: #0B99B2;
}
.noty_theme__bootstrap-v3.noty-promotion p > a {
  text-decoration: underline;
}
.noty_theme__bootstrap-v3.noty-promotion .noty-img-full-width {
  margin: -15px 0 15px -15px;
  display: block;
  max-width: calc(100% + 30px);
}
.noty_theme__bootstrap-v3.noty-push-monetization {
  background-color: #F9FBFD;
}
.noty_theme__bootstrap-v3.noty-push-monetization:hover {
  background-color: #f1f6fa;
}
@media (max-width: 860px) {
  .noty_layout,
  #noty_layout__bottomRight {
    overflow-y: auto;
    padding: 10px;
    max-height: calc(100% - 20px);
  }
}
#retently-inapp-modal:not(:empty) ~ #noty_layout__bottomRight .noty-promotion {
  display: none;
}
div#driver-popover-item {
  display: none;
  position: absolute;
  background: #ffffff;
  color: #333;
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  z-index: 1000000000;
}
div#driver-popover-item .driver-popover-tip {
  border: 5px solid #ffffff;
  content: '';
  position: absolute;
}
div#driver-popover-item .driver-popover-tip.bottom {
  bottom: -10px;
  border-top-color: #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
div#driver-popover-item .driver-popover-tip.bottom.position-center {
  left: 49%;
}
div#driver-popover-item .driver-popover-tip.bottom.position-right {
  right: 20px;
}
div#driver-popover-item .driver-popover-tip.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
div#driver-popover-item .driver-popover-tip.left.position-center {
  top: 46%;
}
div#driver-popover-item .driver-popover-tip.left.position-bottom {
  top: auto;
  bottom: 20px;
}
div#driver-popover-item .driver-popover-tip.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #ffffff;
}
div#driver-popover-item .driver-popover-tip.right.position-center {
  top: 46%;
}
div#driver-popover-item .driver-popover-tip.right.position-bottom {
  top: auto;
  bottom: 20px;
}
div#driver-popover-item .driver-popover-tip.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ffffff;
  border-left-color: transparent;
}
div#driver-popover-item .driver-popover-tip.top.position-center {
  left: 49%;
}
div#driver-popover-item .driver-popover-tip.top.position-right {
  right: 20px;
}
div#driver-popover-item .driver-popover-tip.mid-center {
  display: none;
}
div#driver-popover-item .driver-popover-footer {
  display: block;
  margin-top: 10px;
}
div#driver-popover-item .driver-popover-footer .driver-close-btn {
  float: left;
}
div#driver-popover-item .driver-popover-footer .driver-close-only-btn {
  float: right;
}
div#driver-popover-item .driver-popover-footer .driver-btn-group {
  float: right;
}
div#driver-popover-item .driver-navigation-btns button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #5c6a70;
  background-color: transparent;
  border-color: #D6E3E3;
}
div#driver-popover-item .driver-navigation-btns button:focus,
div#driver-popover-item .driver-navigation-btns button:active:focus,
div#driver-popover-item .driver-navigation-btns button.active:focus,
div#driver-popover-item .driver-navigation-btns button.focus,
div#driver-popover-item .driver-navigation-btns button:active.focus,
div#driver-popover-item .driver-navigation-btns button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div#driver-popover-item .driver-navigation-btns button:hover,
div#driver-popover-item .driver-navigation-btns button:focus,
div#driver-popover-item .driver-navigation-btns button.focus {
  color: #5c6a70;
  text-decoration: none;
}
div#driver-popover-item .driver-navigation-btns button:active,
div#driver-popover-item .driver-navigation-btns button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
div#driver-popover-item .driver-navigation-btns button.disabled,
div#driver-popover-item .driver-navigation-btns button[disabled],
fieldset[disabled] div#driver-popover-item .driver-navigation-btns button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
adiv#driver-popover-item .driver-navigation-btns button.disabled,
fieldset[disabled] adiv#driver-popover-item .driver-navigation-btns button {
  pointer-events: none;
}
div#driver-popover-item .driver-navigation-btns button:focus,
div#driver-popover-item .driver-navigation-btns button.focus {
  color: #5c6a70;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8aafaf;
}
div#driver-popover-item .driver-navigation-btns button:hover {
  color: #5c6a70;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b2caca;
}
div#driver-popover-item .driver-navigation-btns button:active,
div#driver-popover-item .driver-navigation-btns button.active,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns button {
  color: #5c6a70;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b2caca;
}
div#driver-popover-item .driver-navigation-btns button:active:hover,
div#driver-popover-item .driver-navigation-btns button.active:hover,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns button:hover,
div#driver-popover-item .driver-navigation-btns button:active:focus,
div#driver-popover-item .driver-navigation-btns button.active:focus,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns button:focus,
div#driver-popover-item .driver-navigation-btns button:active.focus,
div#driver-popover-item .driver-navigation-btns button.active.focus,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns button.focus {
  color: #5c6a70;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8aafaf;
}
div#driver-popover-item .driver-navigation-btns button:active,
div#driver-popover-item .driver-navigation-btns button.active,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns button {
  background-image: none;
}
div#driver-popover-item .driver-navigation-btns button.disabled:hover,
div#driver-popover-item .driver-navigation-btns button[disabled]:hover,
fieldset[disabled] div#driver-popover-item .driver-navigation-btns button:hover,
div#driver-popover-item .driver-navigation-btns button.disabled:focus,
div#driver-popover-item .driver-navigation-btns button[disabled]:focus,
fieldset[disabled] div#driver-popover-item .driver-navigation-btns button:focus,
div#driver-popover-item .driver-navigation-btns button.disabled.focus,
div#driver-popover-item .driver-navigation-btns button[disabled].focus,
fieldset[disabled] div#driver-popover-item .driver-navigation-btns button.focus {
  background-color: transparent;
  border-color: #D6E3E3;
}
div#driver-popover-item .driver-navigation-btns button .badge {
  color: transparent;
  background-color: #5c6a70;
}
div#driver-popover-item .driver-navigation-btns .driver-next-btn {
  color: #fff;
  background-color: #31c178;
  border-color: #31c178;
}
div#driver-popover-item .driver-navigation-btns .driver-next-btn:focus,
div#driver-popover-item .driver-navigation-btns .driver-next-btn.focus {
  color: #fff;
  background-color: #27985f;
  border-color: #175b39;
}
div#driver-popover-item .driver-navigation-btns .driver-next-btn:hover {
  color: #fff;
  background-color: #27985f;
  border-color: #25905a;
}
div#driver-popover-item .driver-navigation-btns .driver-next-btn:active,
div#driver-popover-item .driver-navigation-btns .driver-next-btn.active,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns .driver-next-btn {
  color: #fff;
  background-color: #27985f;
  border-color: #25905a;
}
div#driver-popover-item .driver-navigation-btns .driver-next-btn:active:hover,
div#driver-popover-item .driver-navigation-btns .driver-next-btn.active:hover,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns .driver-next-btn:hover,
div#driver-popover-item .driver-navigation-btns .driver-next-btn:active:focus,
div#driver-popover-item .driver-navigation-btns .driver-next-btn.active:focus,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns .driver-next-btn:focus,
div#driver-popover-item .driver-navigation-btns .driver-next-btn:active.focus,
div#driver-popover-item .driver-navigation-btns .driver-next-btn.active.focus,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns .driver-next-btn.focus {
  color: #fff;
  background-color: #1f7c4d;
  border-color: #175b39;
}
div#driver-popover-item .driver-navigation-btns .driver-next-btn:active,
div#driver-popover-item .driver-navigation-btns .driver-next-btn.active,
.open > .dropdown-togglediv#driver-popover-item .driver-navigation-btns .driver-next-btn {
  background-image: none;
}
div#driver-popover-item .driver-navigation-btns .driver-next-btn.disabled:hover,
div#driver-popover-item .driver-navigation-btns .driver-next-btn[disabled]:hover,
fieldset[disabled] div#driver-popover-item .driver-navigation-btns .driver-next-btn:hover,
div#driver-popover-item .driver-navigation-btns .driver-next-btn.disabled:focus,
div#driver-popover-item .driver-navigation-btns .driver-next-btn[disabled]:focus,
fieldset[disabled] div#driver-popover-item .driver-navigation-btns .driver-next-btn:focus,
div#driver-popover-item .driver-navigation-btns .driver-next-btn.disabled.focus,
div#driver-popover-item .driver-navigation-btns .driver-next-btn[disabled].focus,
fieldset[disabled] div#driver-popover-item .driver-navigation-btns .driver-next-btn.focus {
  background-color: #31c178;
  border-color: #31c178;
}
div#driver-popover-item .driver-navigation-btns .driver-next-btn .badge {
  color: #31c178;
  background-color: #fff;
}
div#driver-popover-item .driver-navigation-btns button.driver-disabled {
  color: #808080;
  cursor: default;
  pointer-events: none;
}
div#driver-popover-item .driver-popover-title {
  font: 16px / normal 'Nunito Sans', 'Avenir Next', 'Segoe UI', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 5px;
  max-width: calc(100% - 10px);
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 1.5;
  zoom: 1;
}
div#driver-popover-item .driver-popover-description {
  margin-bottom: 0;
  font: 15px / normal 'Nunito Sans', 'Avenir Next', 'Segoe UI', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #333;
  font-weight: normal;
  zoom: 1;
}
.driver-clearfix:before {
  content: "";
  display: table;
}
.driver-clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.driver-stage-no-animation {
  -webkit-transition: none !important;
  transition: none !important;
  background: transparent !important;
  outline: 5000px solid rgba(0, 0, 0, 0.75);
}
div#driver-page-overlay {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
  z-index: 100002 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div#driver-highlighted-element-stage {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 300px;
  background: #F2F5F5 !important;
  z-index: 100003 !important;
  display: none;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.driver-highlighted-element {
  z-index: 100004 !important;
}
.driver-position-relative {
  position: relative !important;
}
.driver-fix-stacking {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
  -webkit-perspective: none !important;
  -ms-perspective: none !important;
  -o-perspective: none !important;
  perspective: none !important;
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
  -webkit-transform-box: border-box !important;
  -moz-transform-box: border-box !important;
  -ms-transform-box: border-box !important;
  -o-transform-box: border-box !important;
  transform-box: border-box !important;
  will-change: unset !important;
}
/*
  Customizations
 */
.driver-close-btn {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: normal;
}
.driver-close-btn:hover,
.driver-close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.driver-close-btn {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
