@charset "UTF-8";
/* Brand24 Panel */
*, *:before, *:after {
  box-sizing: border-box;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.vh100 {
  min-height: 100vh;
  height: 100vh;
}

/****** To use for visually not available links, texts ie. pricing item *****/
.nonactive,
.nonactive i {
  color: #C2C6CF !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
}

a {
  color: #0FB36C;
  cursor: pointer;
}

a:hover {
  color: #0FB36C;
  text-decoration: none;
  cursor: pointer !important;
}

a:focus {
  outline: 0 !important;
}

table {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

b, strong {
  font-weight: 500;
}

label {
  margin-bottom: 0;
  font-weight: normal;
}

input[type=checkbox], input[type=checkbox]:focus {
  outline: 0 !important;
}

::-moz-selection {
  color: #fff;
  background: #0FB36C;
}

::selection {
  color: #fff;
  background: #0FB36C;
}

.calc-full-height {
  height: 100vh !important;
  min-height: 100vh !important;
  height: 100vh !important;
}

td b, td strong {
  font-weight: 500;
}

.btn-loadMore {
  float: none !important;
  margin: 0 auto !important;
  background: #0FB36C !important;
  color: #fff !important;
  font-size: 13px !important;
  padding: 10px 20px !important;
  border-radius: 3px !important;
  border: solid 1px #0FB36C !important;
}

.btn-loadMore:hover {
  color: #fff !important;
  background: #11D480 !important;
}

.box-loadMore {
  background: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.slideshow img {
  background: none;
  background-color: none;
  background-image: none;
}

.top_panel {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  color: #074444;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  text-decoration: none;
  word-spacing: normal;
  width: 100%;
  /*background-image:url(/static/img/icons/sidebar/bg_top.png);
  background-repeat:repeat-y;*/
}

#side_logo {
  background-color: #161618;
  padding-left: 10px;
  height: 50px;
}

.mainmenu_panel {
  margin-top: 0px;
}

#mainmenu {
  display: inline;
  float: left;
  height: 40px;
  padding-top: 10px;
}

.logo_panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 5.53rem;
  background: #191f2c;
  box-shadow: 0 2px 0 #000;
  width: 23rem;
}

.logo_panel.black {
  background: transparent;
  box-shadow: none;
}

.logo-footer {
  height: 26px;
}

.header-help-link {
  font-size: 1.6rem;
}

.main {
  background-color: #f1f1f3 !important;
  /*
      background-image:url(/static/img/panel_bg.png);
      background-repeat:repeat-x !important;
      */
  padding-top: 0px;
  padding-right: 0px;
}

.main_holder {
  margin: 0 auto;
  width: 970px;
}

.panel {
  color: #333333;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
  word-spacing: normal;
  border: solid #fafafa 4px;
}

#main_container {
  min-width: 870px;
}

@media (max-width: 1080px) {
  .foldable--mobile {
    display: none;
  }
  #main_container.main_container--mobile {
    min-width: 100%;
  }
}
/* =================================== SIDEBAR ====================================== */
#panel_projects_list {
  background-color: #1d2533;
}

.panel_left {
  color: #7B8FA2;
  background: #1d2533;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
  word-spacing: normal;
  min-height: 900px;
  width: 23rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

@media (min-width: 1400px) {
  .logo_panel {
    width: 26rem;
  }
  .panel_left {
    width: 26rem;
  }
}
@media (min-width: 1680px) {
  .logo_panel {
    width: 28rem;
  }
  .panel_left {
    width: 28rem;
  }
}
.panel_big_holder {
  padding: 20px 0;
}

.panel_big {
  color: #333333;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
  word-spacing: normal;
}

.panel_main {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fffffe;
}

#panel_inside {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#panel_inside #data_loading_text {
  font-size: 14px;
  display: none;
  margin-bottom: 10px;
  text-align: center;
  padding: 25px 0;
}

.panel_set {
  padding: 20px;
  background-color: #fffffe;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.panel_set:last-child {
  margin-bottom: 0;
}

.panel_set_big {
  padding: 20px;
  background-color: #fffffe;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  min-height: 800px;
}

.panel_pager_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #fafafa;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  margin: 0 0 20px;
}

.panel_top_keyword {
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 8px;
  margin-top: 4px;
  background-color: #fffffe;
  height: 26px;
}

.keyword_title {
  color: #5c5c5c;
  font-size: 22px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 10px;
}

.keyword_title_compare {
  color: #323232;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 7px;
  padding-bottom: 10px;
}

.keyword_title a {
  color: #46a2c4;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.keyword_title a:hover {
  color: #0FB36C;
  text-decoration: none;
}

.keyword_meta {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
}

.light_btn {
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  color: #999991;
  font-size: 11px;
  padding: 9px;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0px;
  cursor: pointer;
}

.firststeps_feat {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 200px;
  width: 800px;
}

.firststeps_header {
  font: 44px/1 "HelveticaNeueW01-45Ligh", "helvetica neue", helvetica, arial, sans-serif;
  margin-bottom: 14px;
}

.firststeps_meta {
  font-size: 18px;
  line-height: 26px;
  color: #999999;
}

.firststeps_img {
  margin-top: 30px;
  padding-top: 30px;
  border-top: #eeeeee solid 1px;
}

.firststeps_img img {
  width: 500px;
}

.panel_left_mini {
  width: 90px;
}

.panel_left_mini img {
  width: 40px;
}

.panel_left img {
  vertical-align: middle;
}

.panel_minimize_options {
  padding: 10px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  margin-bottom: 20px;
  background-color: #242427;
}

.noprojects_msg {
  padding: 20px;
  text-align: left;
  font-size: 13px;
}

.noprojects_msg a {
  color: #a4aaae !important;
}

.panel_help_info {
  text-align: left;
  padding-bottom: 30px;
}

.panel_help_info .panel_option {
  padding: 5px 20px;
  background: none;
}

.panel_help_meta {
  margin-top: 5px;
  padding: 20px;
}

.panel_subheading {
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 10px;
  color: #777777;
  margin-top: 22px;
  margin-bottom: 7px;
  padding-right: 15px;
}

.panel_subheading_main {
  padding-left: 10px;
}

.panel_options_results_count_head {
  color: #aaaaab;
  font-size: 8px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.panel_options_results_count {
  color: #aaaaab;
  font-size: 8px;
}

.panel_options_results_count b {
  color: #555552;
  font-size: 8px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.panel_options_results_count span {
  color: #aaaaab;
  font-size: 8px;
  text-transform: uppercase;
}

.panel_options_results_count i {
  color: #cccccc;
  font-size: 8px;
  font-weight: 400;
  margin-left: 2px;
  margin-right: 2px;
}

.panel_heading_middle img {
  vertical-align: middle;
  margin-right: 5px;
}

.panel_minimized_option {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 50px;
}

.panel_minimized_option img {
  width: 25px;
}

.panel_minimized_option a {
  text-transform: capitalize;
  font-size: 11px !important;
  font-weight: normal !important;
  color: #6a6a6a !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding-top: 5px;
}

.panel_minimized_option a:hover {
  color: #099 !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

.panel_option_selected {
  padding: 10px 20px 10px 18px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background-color: #22282a;
  border-left: 3px solid #0FB36C;
  /*background-image:url(/static/img/icons/sidebar/bg_sel.png);
     background-repeat:repeat-y;
  */
}

.panel_option_stats {
  font-size: 12px;
  font-weight: normal;
}

.panel_option_stats .growth {
  display: inline-block;
  margin-right: 10px;
  color: #0FB36C;
}

.panel_option_stats .comments {
  color: #5d626c;
  display: inline-block;
}

.panel_suboption_section {
  padding-bottom: 8px;
}

.top_panel .header {
  text-align: left;
  padding: 0 20px;
}

.top_panel .header .header__title {
  text-transform: capitalize;
  color: #171719;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.top_panel .header .header__awareness-qtip {
  margin-left: 5px;
  margin-top: 2px;
}

.top_panel .header__awareness-not-available {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  width: 3.6rem;
  font-size: 1.4rem;
  color: #2d85e5;
  border: 5px solid #e0ecf9;
  border-radius: 50%;
}
.top_panel .header__awareness-not-available:hover {
  color: #2d85e5;
}
.top_panel .header__awareness-not-available i {
  color: inherit;
}

.top_panel .header .header__subtitle {
  display: flex;
  text-transform: capitalize;
  font-size: 13px;
  color: #aab4c0;
}

.awareness-header__qtip-content {
  max-width: 400px;
  width: 400px;
}

.top_panel .header .header-text {
  font-size: 12px;
  color: #5c5c5c;
}

.top_panel .header__awareness {
  height: 100%;
  float: left;
  margin-right: 1rem;
}

.panel_option_selected a {
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fffffd !important;
}

.panel_options_edit a:hover {
  background-color: none;
  background: none;
  padding: 0px;
  margin: 0px;
}

.panel_sidebar_phrases a {
  color: #333332;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.panel_sidebar_phrases a:hover {
  color: #45acdf;
  font-size: 16px;
  line-height: 20px;
}

.panel_sidebar_phrases img {
  vertical-align: middle;
}

.report-pdf-creator-view {
  display: none;
  width: calc(100vw - 290px);
  margin-bottom: 120px;
}

.main.report-pdf-creator .report-pdf-creator-view {
  display: block;
}

.hype-report-creator-view {
  display: none;
  width: calc(100vw - 290px);
  margin-bottom: 120px;
}

.main.hype-report-creator .hype-report-creator-view {
  display: block;
}

.main.report-pdf-creator #panel_results_loader, .main.report-pdf-creator #panel_results_loader_mini,
.main.report-pdf-creator .panel-results-view,
.main.report-pdf-creator .panel-analysis-view,
.main.report-pdf-creator .panel-sources-view,
.main.report-pdf-creator .panel-quotes-view,
.main.report-pdf-creator .panel-compare-view,
.main.report-pdf-creator .summary-view {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.main.hype-report-creator #panel_results_loader,
.main.hype-report-creator #panel_results_loader_mini,
.main.hype-report-creator .panel-results-view,
.main.hype-report-creator .panel-analysis-view,
.main.hype-report-creator .panel-sources-view,
.main.hype-report-creator .panel-quotes-view,
.main.hype-report-creator .panel-compare-view,
.main.hype-report-creator .summary-view {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.panel_results_count span {
  color: #666665;
  font-size: 11px;
  font-weight: 400;
}

.panel_results_count i {
  color: #cccccc;
  font-size: 11px;
  font-weight: 400;
  margin-left: 3px;
  margin-right: 3px;
}

.panel_results_count_new {
  font-size: 14px;
  color: #333334;
  font-weight: 500 !important;
}

.panel_results_unlock_title {
  font-size: 11px;
  line-height: 2;
  margin: 1px 0 -2px 0;
  color: #004cff;
  font-weight: 500;
}

.panel_results_sidecount,
.panel_results_sidecount_selected {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 4px 7px;
  text-align: center;
  border-radius: 3px;
  background: #15191B;
}

.panel_results_sidecount_selected {
  background: #0FB36C;
  color: #fff;
}

.negative {
  color: #999;
}

.panel_suboption {
  margin: 20px 20px;
  font-weight: 500;
  font-size: 13px;
  color: #7b8fa2;
  text-align: left;
  line-height: 1;
}

.panel_suboption a {
  line-height: inherit;
}

.panel_suboption .panel_suboption_ai {
  font-size: 16px;
  color: #7b8fa2;
}

.panel_suboption-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #aab4c0;
  margin: 12px 20px;
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.panel_suboption--separator {
  padding: 0;
  margin: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.panel_suboption-inner--separator {
  padding: 0;
  margin: 12px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.panel_suboption .fa,
.panel_suboption .fa-fw {
  text-align: center;
  margin-right: 5px;
}

.panel_suboption-title-with-banner {
  display: inline-block;
}

.panel_suboption-title .badge_beta {
  display: inline-block;
  position: relative;
  background-color: #D9525E;
  font-size: inherit;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: 32px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: auto;
  min-width: 55px;
  text-align: center;
}

.panel_suboption-title .badge_beta:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 3px solid;
  border-color: rgba(217, 82, 94, 0.4);
  border-radius: 32px;
  transform: translate(-50%, -50%);
}

.panel_suboption .badge_new {
  display: inline-block;
  position: relative;
  background-color: #2D85E6;
  font-size: 1rem !important;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  margin-left: 10px;
  border-radius: 32px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  float: right;
  min-width: 55px;
  text-align: center;
}

.panel_suboption .badge_new:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 3px solid;
  border-color: rgba(45, 133, 230, 0.4);
  border-radius: 32px;
  transform: translate(-50%, -50%);
}

.suboption_selected {
  color: #fff;
}

.suboption_selected i {
  color: #0FB36C !important;
}

.panel_suboption a {
  font-size: 1.3rem !important;
  color: inherit;
  display: block;
}

.panel_suboption ul {
  list-style: none;
  padding: 10px 0 0 20px;
  margin: 0;
}

.panel_suboption ul li {
  margin-bottom: 10px;
}

.panel_suboption ul li:last-child {
  margin-bottom: 0;
}

.panel_suboption ul a {
  color: #9f9f9f;
}

.panel_suboption a:hover {
  text-decoration: none;
  color: #0FB36C !important;
}

.panel_suboption__promo .promo-message {
  font-size: 9px;
  vertical-align: text-top;
  color: #fff;
}

.panel_suboption img {
  width: 20px;
  margin-right: 8px;
}

.panel_options {
  color: #888888;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

.panel_options .panel_heading {
  text-align: left;
}

.panel_options .panel_heading a {
  color: #0fb36c;
}

.panel_no_phrase a {
  color: #0FB36C;
  font-size: 14px;
  font-weight: 500;
}

.panel_no_phrase a:hover {
  color: #45acdf;
  font-size: 14px;
  font-weight: 500;
}

/* =================================== SIDEBAR END ====================================== */
.panel_data {
  padding: 15px 15px 50px 15px;
}

.panel_top_menu {
  vertical-align: bottom;
}

.panel_top_menu img {
  vertical-align: middle;
  height: 14px;
  padding-bottom: 4px;
}

.panel_top_menu div img {
  vertical-align: middle;
  width: 20px;
  padding-bottom: 4px;
}

.panel_top_menu div {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fffffe;
  color: #464646;
  font-size: 13px;
  line-height: 18px;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
  margin-left: 2px;
  display: inline;
  /*border-top:solid 2px #6cb5f4;
  */
  text-decoration: none;
}

.tab_results {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.panel_top_menu a {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f7f7f7;
  color: #999999;
  line-height: 18px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 7px;
  text-decoration: none;
  margin-left: 2px;
  display: inline-block;
}

.panel_top_menu a:hover {
  background-color: #f9f9f9;
  color: #0884b2;
}

.panelmenu.top-bar a:hover {
  color: inherit;
}

.panel_top_menu img {
  vertical-align: middle;
  margin-right: 4px;
}

.option_buttons {
  margin-bottom: 30px;
}

.option_buttons a {
  font-size: 12px;
  text-transform: capitalize;
  color: #7e7e7e;
}

.option_buttons div {
  height: 40px;
}

.option_buttons img {
  vertical-align: middle;
  margin-right: 7px;
}

#filters_popup {
  height: 500px !important;
  width: 400px;
}

.breaker {
  color: #444444;
}

.panelmenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 300;
  color: #7e7e7e;
  min-width: 500px;
  margin-right: 20px;
  font-size: 1.4rem;
}

.panelmenu .breaker {
  margin: 0 10px;
  color: #ccc;
}

.panelmenu.top-bar button {
  padding: 0;
}

.panelmenu form {
  display: inline;
}

.panelmenu .fa {
  position: relative;
}

.panelmenu.top-bar a:hover {
  color: inherit;
}

.panelmenu .fa-caret-down {
  margin-right: 0;
  margin-left: 0;
}

.panelmenu .fa-panel-stack {
  top: -2px;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 2em;
  vertical-align: middle;
}

.panelmenu .fa-panel-stack .fa {
  position: absolute;
  left: 0;
}

.panelmenu .fa-panel-stack .fa-circle-thin {
  top: 0;
}

.panelmenu .fa-panel-stack .fa-user {
  font-size: 11px;
  top: 5px;
  left: 5px;
}

.panelmenu .fa-panel-stack .fa-question {
  font-size: 13px;
  top: 4px;
  left: 5px;
}

.panelmenu .breaker {
  margin: 0 10px;
  color: #ccc;
}

.panelmenu.top-bar button {
  padding: 0;
}

.panelmenu a {
  color: #7e7e7e;
  text-decoration: none;
}

.panelmenu a:hover {
  color: #0FB36C;
}

.panelmenu a.messenger-integration {
  background-image: url("/static/img/icons/icon-facebook-messenger.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 22px 22px;
  padding-left: 25px;
  height: 25px;
  display: inline-block;
}

.panelmenu a.messenger-integration:hover {
  background-image: url("/static/img/icons/icon-facebook-messenger-hover.svg");
}

.btn-upgrade-filled {
  padding: 5px 8px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  font-size: 9px;
  background: #e82e56 !important;
  color: #fff !important;
  border-radius: 4px;
}

.panelmenu_meta {
  font-size: 11px;
  color: #aaa;
}

.sidepanel {
  background-color: #ffffff;
  border: solid #e5e5e6 4px;
  min-height: 300px;
  padding: 4px;
}

.stats_main {
  margin-top: 0px;
  margin-bottom: 20px;
}

.stat_single {
  background-image: url("/static/img/stats_bg.png");
  background-repeat: no-repeat;
  color: #333332;
  height: 80px;
  width: 110px;
}

.stat_meta {
  text-align: center;
  font-size: 12px;
  color: #777777;
}

.stat_meta span {
  text-align: center;
  font-size: 10px;
  color: #888888;
}

.stat_title {
  margin-top: 10px;
  font-size: 11px !important;
  text-align: center;
}

.stat_title b {
  font-size: 36px !important;
  font-weight: 300 !important;
  letter-spacing: -1px;
  color: #333;
}

.stat_pos b {
  color: #0FB36C !important;
}

.stat_neg b {
  color: #df184b;
}

.compare_chart_title {
  text-align: center;
  color: #3E576F;
  font-size: 16px;
}

#main_charts {
  position: relative;
  margin-top: 20px;
}

#main_charts_export {
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 10px;
  display: none;
  width: 15px;
  height: 15px;
  color: #aab4c0;
  font-size: 15px;
}

#main_charts_help {
  position: absolute;
  z-index: 1;
  top: -15px;
  right: 10px;
  display: none;
  width: 15px;
  color: #aab4c0;
  height: 15px;
}

#main_charts_export-menu {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 18px;
  background: #fff;
  border: 1px solid #f5f5f5;
  list-style: none;
  border-radius: 3px;
  width: 150px;
}

#main_charts_export-menu li {
  border-bottom: 1px solid #f5f5f5;
}

#main_charts_export-menu li:last-child {
  border-bottom: 0;
}

#main_charts_export-menu a {
  padding: 10px 20px;
  display: block;
  color: #0FB36C;
}

.fa-chart-stack {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 2em;
  vertical-align: middle;
}

.fa-chart-stack .fa {
  position: absolute;
  left: 0;
}

.fa-chart-stack .fa-circle-thin {
  font-size: 15px;
}

.fa-chart-stack .fa-question {
  font-size: 9.5px;
  top: 3px;
  left: 3px;
}

#chart_main {
  width: 100%;
  height: 250px;
  background-color: #ffffff;
  border-radius: 8px;
}

#chart_main_sentiment {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 130px;
  background-color: #ffffff;
  border-radius: 8px;
}

#chart_sentyment {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
}

.top_panel_heading {
  font-size: 14px;
  color: #121212;
  /*border-bottom:solid #eeeeee 1px;
  */
  padding-bottom: 5px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-right: 10px;
}

.categories_switch {
  display: flex;
  background: #fffffe;
  padding: 10px;
}

.panel_heading {
  padding: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #22282c;
}

.panel_option a {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: normal !important;
  color: #a4aaae !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.panel_heading_medium {
  font-size: 18px;
  color: #58667a;
  font-weight: 300;
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.panel_heading_medium::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background: #0FB36C;
}

.panel_heading_light {
  font-size: 16.15px;
  color: #121212;
  /*border-bottom:solid #eeeeee 1px;
  */
  padding-bottom: 5px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  border-bottom: solid 1px #efefef;
}

.panel_heading_medium img {
  vertical-align: middle;
  height: 15px;
}

.panel_heading_medium a {
  font-size: 10px;
}

.pn_header {
  width: 100%;
  display: table;
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 10px;
}

.pn_header img {
  vertical-align: middle;
  margin-right: 5px;
  height: 14px;
}

.pn_header_side {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}

.pn_header_side_icon {
  display: table-cell;
  width: 20px;
  vertical-align: middle;
  text-align: right;
}

.pn_header_side_in {
  display: table;
  border-top: dotted #aaaaaa 1px;
  width: 100%;
  margin-top: 1px;
}

.pn_header_center {
  display: table-cell;
}

a.filter_icon {
  border-radius: 3px;
  -khtml-border-radius: 3px;
  color: #999999;
  font-size: 10px;
  background-color: #f7f7f7;
  text-align: center;
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 2px;
  padding-right: 1px;
  margin-left: 0px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: -20px;
}

.ui-dialog a.filter_icon {
  height: 23px;
}

a.filter_icon:hover {
  background-color: #0FB36C;
  color: #FFFFFF;
  text-decoration: none;
}

.panel_breadcrumbs {
  margin-top: 50px;
}

.panel_breadcrumbs span {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  color: #CCC;
}

.panel_breadcrumbs b {
  font-size: 11px;
  color: #555555;
}

.panel_breadcrumbs a {
  color: #5c5c5c;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.panel_breadcrumbs a:hover {
  color: #45acdf;
  text-decoration: underline;
}

.chart_main_title a {
  moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  color: #999991;
  font-size: 11px;
  padding: 5px;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0px;
}

.chart_main_title a:hover {
  color: #30b9f9;
  border: 1px solid #30b9f9;
}

.small_btn a {
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  display: inline-block;
  color: #777777;
  font-size: 10px;
  padding: 3px;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0px;
}

.small_btn a:hover {
  color: #0FB36C;
  border: 1px solid #0FB36C;
}

.panel_set .small_btn a {
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  display: inline-block;
  color: #777777;
  font-size: 10px;
  padding: 8px 12px;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0px;
  display: inline-block;
  margin-right: 8px;
  top: -1px;
}

.panel_set .small_btn a:last-child {
  margin-right: 0px !important;
}

.panel_set .small_btn a:hover {
  color: #0FB36C;
  border: 1px solid #0FB36C;
}

.panel_filter_my_filters {
  margin-bottom: 25px;
  margin-top: 8px;
}

#panel_filter_my_filter_row_no_filter {
  text-align: center;
  padding-right: 15px;
}

a.chart_main_title_selected {
  border-radius: 4px;
  background-color: #6cb5f4;
  border: 1px solid #6cb5f4;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  padding: 5px;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0px;
}

a.chart_main_title_selected:hover {
  color: #ffffff;
}

.chart_main_time a {
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  color: #999991;
  font-size: 11px;
  padding: 5px;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0px;
}

.chart_main_time a:hover {
  color: #0FB36C;
  border: solid 1px #0FB36C;
}

.compare_new_button {
  border-radius: 4px;
  border: solid 1px #4e87e5;
  display: inline-block;
  background-color: #4e87e5;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  margin: 0 0 15px 0;
  font-weight: 400;
}

.compare_new_button:hover {
  color: #0884b2;
  background-color: transparent;
  border: 1px solid #0884b2;
}

a.chart_main_time_selected {
  border-radius: 4px;
  background-color: #0FB36C;
  border: 1px solid #0FB36C;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  padding: 5px;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0px;
}

a.chart_main_time_selected:hover {
  color: #fff;
}

.mentions_box {
  /*
     -moz-border-radius:8px;
     -webkit-border-radius:8px;
     -khtml-border-radius:8px;
     border-radius:8px;
     background-color: #F1F1F1;
     padding: 15px;
  */
}

.last_mentions {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 583px;
}

.last_mentions * :hover {
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
}

.mention {
  padding: 20px;
  background-color: #fffffe;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.mention:hover .analysis-interactions, .mention:hover .analysis-interactions fa {
  color: #0FB36C !important;
}

.mention_vis {
  padding: 20px;
  background-color: #f7f7f7 !important;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-position: left 110%;
}

.mention_vis_main {
  padding: 20px;
  background-color: #f8f7f7;
  margin-bottom: 20px;
  background-position: left 110%;
}

.mention_restricted {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.mention_meta table {
  width: 100%;
}

.vis_7 table {
  width: 99.99%;
}

.vis_6 table {
  width: 99.99%;
}

.mention_visited img {
  vertical-align: middle;
}

.mention_visited {
  color: #0baae0;
}

.mention_title {
  margin-bottom: 7px;
}

.mention_title img {
  margin: 0 10px;
}

.mention_title .fa {
  font-size: 14px;
}

.mention_title .fa-male,
.mention_title .fa-female {
  color: #ddd;
}

.mention_title a,
.mention_title span.title {
  color: #232323;
  font-size: 15px;
  font-weight: 300 !important;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.mention_source {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-right: 10px;
}

.mention_source span.host {
  color: #0FB36C;
}

.mention_title a:hover {
  color: #0FB36C;
}

.mention_text {
  color: #666666;
  line-height: 22px;
  font-size: 13px;
  font-weight: 300;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  float: right;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

.mention_text a {
  color: #0FB36C;
  font-size: 12px;
  font-weight: 500;
}

.mention_text b {
  color: #0FB36C;
  font-weight: 500 !important;
}

.mention_text a.more {
  color: #0FB36C;
  font-size: 11px;
  font-weight: 500;
  padding-left: 10px;
  display: inline-block;
}

.mention_text_oryginal {
  display: none;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  float: right;
  width: 100%;
}

.mention_to_pdf a {
  color: #0884B2;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
}

.mention_meta {
  color: #aaa;
  font-size: 11px;
  margin-top: 10px;
}

.mention_meta img {
  vertical-align: middle;
  margin-right: 6px;
}

.mention_type {
  color: #333332;
}

.mention_date {
  color: #aaa;
  font-size: 10px;
}

.mention_date img {
  margin-right: 7px;
}

.mention_meta a {
  color: #0FB36C;
}

.mention_meta a:hover {
  color: #0884b2;
  text-decoration: none;
}

.mention_highlight {
  font-weight: 500;
  color: #0884b2;
}

.mention_full {
  padding: 7px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
}

.mention_full_options {
  background-color: #F5F6FA;
  border-radius: 3px;
  color: #bbbbbb;
  font-size: 11px;
  padding: 5px;
  margin-top: 15px;
  padding-top: 3px;
  height: 14px;
}

.mention_full_options img {
  vertical-align: middle;
  margin-right: 4px;
}

.mention_full_option {
  border-right: #ebebeb solid 1px;
  padding-right: 20px;
  margin-right: 20px;
  display: inline;
  float: left;
}

.mention_full_option_r {
  border-right: #ebebeb solid 1px;
  padding-right: 20px;
  margin-right: 20px;
  display: inline;
  float: right;
}

.mention_full_option_r a {
  color: #0884b2;
}

.mention_full_option_r a:hover {
  color: #4e87e5;
  text-decoration: none;
}

.mention_option {
  text-align: center;
}

.mention_option img {
  margin: 0px;
  padding: 0px;
}

.mention_option a {
  color: #999;
}

.sentiment_status {
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 2px 4px;
  margin: 0 5px;
}

.sentiment_status-neu {
  border-color: #ddd;
  color: #ccc;
}

.sentiment_status-pos {
  border-color: #2ecc40;
  color: #2ecc40;
}

.sentiment_status-neg {
  border-color: #ff4136;
  color: #ff4136;
}

.mention_options a,
.bulk_options a {
  color: #999;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0;
}

.mention_options a:hover,
.bulk_options a:hover {
  color: #0FB36C;
}

#response_set_multi, #visited_set_multi {
  margin-left: 5px;
}

.separator {
  color: #cccccc;
  margin-left: 8px;
  margin-right: 8px;
}

.results_search {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 6px;
  font-size: 14px;
}

.panel_filter_options .results_search .results_type_btn,
.panel_filter_options .results_search .results_type_btn_on {
  flex: 1 0 23%;
  max-width: 25%;
  width: 25%;
}

.results_type_btn--hide {
  display: none;
}

.results_search_input {
  border-radius: 5px;
  -khtml-border-radius: 5px;
  border: #D2D2D2 solid 1px;
  background-color: #fff;
  color: #0FB36C;
  font-size: 11px;
  margin: 0;
  padding: 10px;
  width: 200px;
  height: 40px;
}

.results_search_input:focus {
  border: 1px solid #0FB36C;
  color: #999999;
  background-color: #fff;
}

.results_search_input:focus i {
  color: #0FB36C;
  border: none !important;
}

.results_search_btn {
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #0FB36C !important;
  padding: 4px;
  display: inline-block;
  color: #0FB36C !important;
  font-size: 10px;
  margin-left: 4px;
  font-weight: 500;
}

.panel_filter_options .results_search_btn {
  border: none;
  position: relative;
  padding: 10px;
  margin-top: 0px;
}

.panel_filter_options .results_search_btn:hover {
  text-decoration: underline;
}

.ui-autocomplete.ui-menu {
  border: solid 1px rgb(227, 227, 227);
  border-radius: 0;
  width: 265px;
  z-index: 99999999 !important;
}

.ui-autocomplete.ui-menu ui-menu-item {
  padding: 7px;
  transition: all 0.3s ease-in-out;
}

.ui-autocomplete.ui-menu .ui-state-hover {
  background-color: rgb(250, 250, 250);
  color: #333;
}

.ctr_selected_item {
  border-bottom: solid 1px rgb(227, 227, 227);
}

.ctr_selected_item td:nth-child(1) {
  color: #0FB36C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 13px 0;
}

.ctr_selected_item td:nth-child(2) {
  float: right;
  margin-top: 13px;
}

.video_thumb a {
  border-radius: 4px;
  -khtml-border-radius: 4px;
  border: 1px solid #999999;
  display: block;
  overflow: hidden;
  padding: 2px;
  position: relative;
  width: 50px;
  max-height: 50px;
}

.video_thumb a:hover {
  border: 1px solid #45acdf;
  background-color: #45acdf;
}

.vid_avatar {
  cursor: pointer;
  width: 50px;
  max-height: 50px;
}

.videoFilePlay {
  bottom: 1px;
  display: block;
  left: 1px;
  padding: 4px;
  position: absolute;
}

.panel_table {
  padding: 10px;
  background-color: #ffffff;
  color: #888888;
  font-size: 12px;
  font-weight: 400;
}

.panel_no_phrase {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
}

.table_heading {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #777777;
  margin-top: 10px;
  margin-bottom: 6px;
}

.table_row {
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  border-top: solid #dedede 1px;
  padding-top: 8px;
  padding-bottom: 12px;
}

.table_row_d {
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  border-top: solid #dedede 1px;
  background-color: #dfdfdf;
  padding-top: 8px;
  padding-bottom: 12px;
}

.table_row_new {
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  border-top: solid #888888 1px;
  background-color: #dfdfdf;
  padding-top: 8px;
  padding-bottom: 12px;
}

.extra_options {
  color: #0884b2;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 11px;
}

.extra_options b {
  color: #666666;
  font-weight: 400;
  font-size: 19px;
  line-height: 18px;
  letter-spacing: 1px;
}

.panel_phrase {
  color: #0FB36C;
  font-size: 14px;
  font-weight: 500;
}

.panel_phrase a {
  color: #0FB36C;
  font-size: 14px !important;
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 8px;
}

.panel_phrase_options img {
  margin-left: 10px;
}

.panel_phrase_results {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -1px;
}

.panel_phrase_buzz {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  padding-left: 15px;
}

.panel_phrase_buzz_pos {
  border: 1px solid #62B054;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: #62B054;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 3px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  width: 40px;
  display: inline-block;
}

.panel_phrase_buzz_neg {
  border: 1px solid #dddddd;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: #cccccc;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 3px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  width: 40px;
  display: inline-block;
}

.phrase_input {
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #AAAAAA;
  color: #bbbbbb;
  font-size: 12px;
  margin: 0;
  padding: 6px;
  width: 140px;
}

.phrase_input:focus {
  border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 2px solid #7f85d5;
  color: #999999;
  background-color: #FaFaFa;
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 4px;
  width: 140px;
}

.help_box_title {
  color: #111111;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.help_box_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 1px;
  background: #0FB36C;
}

.help_box_text {
  color: #636363;
  font-size: 12px;
  margin-bottom: 50px;
  line-height: 19px;
}

.help_box_text b {
  color: #333;
}

a.panel_save_btn {
  color: #ffffff;
}

.close-btn {
  text-align: right;
  padding-right: 15px;
}

.close-btn a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #111111;
}

.close-btn a:hover {
  text-transform: uppercase;
  font-size: 14px;
  color: #0FB36C;
  text-decoration: none;
}

.close-btn img {
  vertical-align: middle;
  margin-left: 6px;
}

.panel_alerts_options input {
  vertical-align: middle;
}

.panel_alert_email {
  color: #0884b2;
  font-size: 12px;
}

.panel_heading_small {
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  color: #333332;
  font-weight: normal;
  letter-spacing: 0px;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.author_avatar img {
  border: 1px solid #D8D8D8;
  padding: 3px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author_avatar img:hover {
  border-radius: 4px;
  -khtml-border-radius: 4px;
  border: 1px solid #0884b2;
  background-color: #0884b2;
  padding: 3px;
  width: 70px;
  height: 70px;
}

.author_data {
  font-size: 15px;
  color: #222222;
  line-height: 20px;
}

.author_data span {
  color: #0884b2;
}

.author_quote {
  font-size: 20px;
  color: #333332;
  width: 300px;
  font-size: 14px;
  line-height: 24px;
}

.author_quote b, .author_quote strong {
  color: #0FB36C !important;
}

.author_quote a {
  color: #333332;
}

.author_quote span {
  color: #3391D1;
}

.top_countries {
  width: 100%;
}

.top_countries_table {
  width: 49%;
  display: inline-block;
}

.top_countries_error, .top_countries_loader, .top_countries_empty {
  text-align: center;
  display: none;
  color: #000;
}

.top_countries.error .top_countries_error {
  display: block;
}

.top_countries.loading .top_countries_loader {
  display: block;
}

.top_countries.empty .top_countries_empty {
  display: block;
}

.top_countries.loading #top_countries_content, .top_countries.error #top_countries_content, .top_countries.empty #top_countries_content {
  display: none;
}

.sources_box {
  background-color: #fffffe;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.sources_entry {
  padding: 15px 0 15px 15px;
  border-radius: 4px;
}

.sources_entry:last-child {
  border-bottom: 0;
}

.sources_entry .fa-lock {
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.sources_entry a {
  color: #212121;
  font-weight: 300;
  font-size: 14px;
}

.sources_entry a:hover {
  color: #0FB36C;
  font-weight: 300;
  text-decoration: none;
}

.sources_entry .favicon {
  display: inline-block;
  margin-right: 5px;
}

.sources_entry .favicon img {
  width: 20px;
  height: auto;
}

.sources_entry .goto {
  padding: 6px;
  border: solid 1px #cdcdcd;
  color: #999991;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
}

.sources_entry .goto:hover {
  background: #0FB36C;
  border: solid 1px #0FB36C;
  color: #fff;
}

.sources_entry img {
  vertical-align: middle;
  width: 18px;
  height: auto;
}

.table_singleRow i {
  margin-left: 12px;
  color: #0FB36C;
  font-size: 12px;
}

.table_singleRow .link_rating {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #aab4c0;
  border-radius: 50%;
  margin-right: 2px;
}

.table_singleRow .link_rating.active {
  background: #0FB36C;
}

.table_singleRow .link_title {
  word-break: break-all;
}

.trending-links__column-box {
  width: 49%;
  float: left;
}

.trending-links__column-box:nth-of-type(2n) {
  margin-left: 2%;
}

.trending-links__column-box {
  width: 49%;
  float: left;
}

.link-score {
  height: 5px;
  background: #c5c5c5;
  margin-bottom: 5px;
  border-radius: 3px;
}

.link-score span {
  border-radius: 3px;
  display: block;
  height: 5px;
  border: none;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #0FB36C;
}

.links-analytics__container .help_qtip {
  margin: auto;
}

.links-analytics .sources_entry {
  padding: 10px 15px;
}

.links-analytics .panel_pager {
  box-shadow: unset;
  padding-right: 0;
  padding-bottom: 0;
  border-top: 1px solid #e3e3e3;
}

.sources-entry__author {
  padding-left: 15px;
}

.sources_table_heading {
  color: #555555;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
  font-size: 11px;
  padding-bottom: 5px;
}

.more_info a {
  color: #0884b2;
  font-weight: normal;
}

.more_info a:hover {
  color: #C39;
  font-weight: normal;
}

.sources_author_thumb {
  border-radius: 4px;
  -khtml-border-radius: 4px;
  border: 1px solid #999999;
  padding: 2px;
  background-image: url("/static/img/avatar.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.sources_author_thumb img {
  max-height: 20px;
  max-width: 20px;
  vertical-align: middle;
}

.sources_author_reach {
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
}

.sources_author_impact {
  color: #777777;
  font-size: 11px;
  font-weight: 400;
}

.heading_highlight {
  color: #0884b2;
}

#chart_sources {
  background-color: #ffffff;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
}

#chart_most_active {
  background-color: #ffffff;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
}

.panel_monitered_keywords {
  margin-bottom: 20px;
}

.panel_filter_options {
  margin-bottom: 20px;
}

.panel_set > .panel_filter_options:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.filter-influenceScore {
  margin-top: 20px;
}

.hidden_filter {
  display: block;
}

.del_filter {
  display: none;
}

.results_search select {
  border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #DDDDDD;
  color: #999999;
  font-size: 12px;
  padding: 4px;
  width: 200px;
  height: 35px !important;
}

.highcharts-tooltip {
  color: #F00;
}

.panel_more_results_btn {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.panel_more_results_btn a {
  background-color: #0884b2;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.panel_more_results_btn a:hover {
  background-color: #3a95d3;
  text-decoration: none;
}

.panel_chart_loader_meta {
  display: none;
}

.panel_chart_loader_gif {
  padding-bottom: 50px;
}

.mention_loader {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.panel_results_types {
  background-color: #ffffff;
}

#panel_results_loader {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}

#panel_results_loader .barber-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
}

.panel_results_loader_head {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 500;
}

.panel_results_loader_desc {
  margin-top: 20px;
  width: 200px;
  margin: 0 auto;
  font-weight: 500;
  color: #777;
  letter-spacing: 0px;
  font-size: 14px;
}

.panel_main .panel_results_loader_desc, .panel_results_loader_analysis .panel_results_loader_desc {
  max-width: 400px;
  width: auto;
}

#new_results_count {
  font-size: 14px;
  color: #333;
  letter-spacing: 0px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.panel_results_types td {
  padding: 8px 0;
}

.panel_results_types a {
  color: #aab4c0;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.panel_results_types_item_head span {
  color: #0FB36C;
  font-size: 11px;
}

.panel_results_types_item img {
  padding-top: 8px;
  max-width: 35px;
}

.panel_results_types_bar {
  width: 100%;
  background: #f5f5f5;
  height: 10px;
  padding: 0px;
  border-radius: 3px;
  margin-top: 5px;
}

.panel_results_types_bar_in {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #0FB36C;
  height: 10px;
  text-align: left;
  margin: 0px;
  border-radius: 3px;
}

.results_export_header {
  color: #555555;
  font-size: 11px;
  font-weight: normal;
}

#results_download a, #results_download_all a {
  color: #0884B2;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

#results_download img, #results_download_all img {
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-left: 4px;
}

.panel_pager {
  margin-top: 0px;
  padding: 20px;
  background-color: #fffffe;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.trending-hashtags__column-box {
  width: 49%;
  float: left;
}

.trending-hashtags__column-box:nth-of-type(2n) {
  margin-left: 2%;
}

.trending-hashtags__column-box {
  width: 49%;
  float: left;
}

.hashtags-analytics__container .help_qtip {
  margin: auto;
}

.hashtags-analytics .sources_entry {
  padding: 10px 15px;
}

.hashtags-analytics .panel_pager {
  box-shadow: unset;
  padding-right: 0;
  padding-bottom: 0;
  border-top: 1px solid #e3e3e3;
}

/* .panel_pager_btns {
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #e3e3e3;
	text-align: center;
}
*/
.panel_pager_btns a {
  border-radius: 3px;
  border: 1px solid #efefef;
  display: inline-block;
  color: #999999;
  background-color: #fff;
  font-size: 11px;
  cursor: pointer;
  margin-right: 2px;
  padding: 5px 3px;
}

.panel_pager_btns a:hover {
  border: solid 1px #0FB36C !important;
  color: #0FB36C;
  text-decoration: none;
}

.panel_pager_btns a:last-child {
  margin-right: 0;
}

.panel_pager a:hover {
  text-decoration: none;
  color: #0FB36C;
}

a.selected_page {
  background-color: #0FB36C;
  border: 1px solid #0FB36C;
  font-weight: 500;
  color: #ffffff;
}

.goto-page {
  display: inline-block;
}

.goto-page input {
  border-radius: 3px;
  border: 1px solid #efefef;
  display: inline-block;
  color: #999999;
  font-size: 11px;
  margin-right: 4px;
  padding: 5px;
  width: 60px;
}

.result_bar_iframe {
  height: 89%;
  width: 100%;
  overflow: auto;
}

.frame_url input {
  width: 590px;
  color: #999999;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid #999999;
  border-radius: 5px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  vertical-align: middle;
  padding: 4px;
}

.frame_url input:selected {
  background: #333;
  border: 0;
  border-radius: 5px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

div.frame_url_change {
  display: inline-block;
  font-size: 11px;
  color: #bbbbbb;
  text-transform: none;
  text-align: left;
}

.result_bar {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-color: #181c1f;
  color: #074444;
  font-size: 12px;
  font-style: normal;
  text-align: left;
}

.result_bar_btn a {
  padding: 4px 7px 4px 7px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  width: 12px;
  height: 12px;
  background-color: #33363b;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.result_bar_btn a:hover {
  background-color: #ffffff;
  color: #33363b;
}

.result_bar_btn a.selected {
  padding: 4px 7px 4px 7px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  width: 12px;
  height: 12px;
  background-color: #00a78a;
  color: #222222;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.result_bar img {
  vertical-align: middle;
}

.bar_result_controls a {
  font-size: 10px;
  color: #ffffff;
}

.bar_arrow_left {
  margin-left: 10px;
  margin-bottom: 3px;
}

.bar_arrow_right {
  margin-right: 10px;
  margin-bottom: 3px;
}

.bar_result_controls a:hover {
  font-size: 10px;
  color: #0CC;
}

.bar_groups_btn a {
  border-radius: 4px;
  background-color: #FFFFFF;
  background-image: url("/static/img/chart_btn_bg.png");
  background-repeat: repeat-x;
  color: #333332;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 5px 10px;
  text-decoration: none;
}

.bar_rep_btn a {
  border-radius: 4px;
  background-color: #0884b2;
  background-image: none;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 5px 10px;
  text-decoration: none;
}

.bar_rep_btn a:hover {
  color: #0FF;
}

.categories_switch:after {
  content: "";
  display: block;
  clear: both;
}

.results_type_btn {
  flex: 1 1 0px;
  text-align: center;
  padding: 0 5px 2px 5px;
  margin: 0 2px 0 0;
  float: left;
  color: #7e7e7e;
  border: 1px solid #FFF;
  position: relative;
}

.results_type_btn:last-child {
  margin-right: 0;
}

.results_type_btn_icon img {
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}

.results_type_btn_icon a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px auto;
  color: #AFAFBF;
}

.results_type_btn_icon a i {
  font-size: 25px;
  padding-top: 5px;
  color: #AFAFBF;
  display: block;
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  background-repeat: no-repeat !important;
  background-position: 4px 6px !important;
}
.results_type_btn_icon a i.fa-category-globe {
  background: url("/static/img/logo/external/globe_off.svg");
}
.results_type_btn_icon a i.fa-category-twitter {
  background: url("/static/img/logo/external/twitter_off.svg");
}
.results_type_btn_icon a i.fa-category-instagram {
  background: url("/static/img/logo/external/instagram_off.svg");
}
.results_type_btn_icon a i.fa-category-facebook {
  background: url("/static/img/logo/external/facebook_off.svg");
}
.results_type_btn_icon a i.fa-category-news {
  background: url("/static/img/logo/external/news_off.svg");
}
.results_type_btn_icon a i.fa-category-video {
  background: url("/static/img/logo/external/video_off.svg");
}
.results_type_btn_icon a i.fa-category-tiktok {
  background: url("/static/img/logo/external/tiktok_off.svg");
}
.results_type_btn_icon a i.fa-category-podcasts {
  background: url("/static/img/logo/external/podcasts_off.svg");
}
.results_type_btn_icon a i.fa-category-fotums {
  background: url("/static/img/logo/external/forums_off.svg");
}
.results_type_btn_icon a i.fa-category-blogs {
  background: url("/static/img/logo/external/blogs_off.svg");
}
.results_type_btn_icon a i.fa-category-web {
  background: url("/static/img/logo/external/web_off.svg");
}

.results_type_btn_on .results_type_btn_icon a i, .results_type_btn:hover .results_type_btn_icon a i {
  color: #0FB36C;
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-globe, .results_type_btn:hover .results_type_btn_icon a i.fa-category-globe {
  background: url("/static/img/logo/external/globe_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-twitter, .results_type_btn:hover .results_type_btn_icon a i.fa-category-twitter {
  background: url("/static/img/logo/external/twitter_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-instagram, .results_type_btn:hover .results_type_btn_icon a i.fa-category-instagram {
  background: url("/static/img/logo/external/instagram_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-facebook, .results_type_btn:hover .results_type_btn_icon a i.fa-category-facebook {
  background: url("/static/img/logo/external/facebook_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-news, .results_type_btn:hover .results_type_btn_icon a i.fa-category-news {
  background: url("/static/img/logo/external/news_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-video, .results_type_btn:hover .results_type_btn_icon a i.fa-category-video {
  background: url("/static/img/logo/external/video_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-tiktok, .results_type_btn:hover .results_type_btn_icon a i.fa-category-tiktok {
  background: url("/static/img/logo/external/tiktok_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-podcasts, .results_type_btn:hover .results_type_btn_icon a i.fa-category-podcasts {
  background: url("/static/img/logo/external/podcasts_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-fotums, .results_type_btn:hover .results_type_btn_icon a i.fa-category-fotums {
  background: url("/static/img/logo/external/forums_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-blogs, .results_type_btn:hover .results_type_btn_icon a i.fa-category-blogs {
  background: url("/static/img/logo/external/blogs_on.svg");
}
.results_type_btn_on .results_type_btn_icon a i.fa-category-web, .results_type_btn:hover .results_type_btn_icon a i.fa-category-web {
  background: url("/static/img/logo/external/web_on.svg");
}

.results_type_btn_disabled {
  display: block;
  margin: 0;
  font-size: 18px;
  color: #AFAFBF;
}

.results_type_btn_disabled__unlock {
  border: none;
  margin: 5px;
}

.results_type_btn_text {
  margin-top: 3px;
  color: #7e7e7e;
}

.results_type_btn a {
  color: #7e7e7e;
  font-size: 11px !important;
  letter-spacing: 0px;
  font-weight: 400;
  margin-top: 7px;
}

.results_type_btn a:hover {
  color: #0884b2;
}

.panel_results_counter {
  font-size: 16px !important;
  font-weight: 400;
  text-align: center;
  margin: 1px 0 -2px 3px;
  color: #9E9EAB;
}

.panel_results_select_checkbox {
  float: left;
  color: #666666;
  font-size: 11px;
  letter-spacing: 0px;
  font-weight: 400;
  text-align: center;
  margin-top: 3px;
  background-color: #fafafa;
  padding: 3px;
}

.panel_category_checkbox {
  width: 100%;
  text-align: center;
  font-size: 10px;
  padding-top: 3px;
}

.results_type_btn_on {
  flex: 1 1 0px;
  text-align: center;
  padding: 0 5px 2px 5px;
  margin: 0 2px 0 0;
  float: left;
  border-radius: 8px;
  color: #0FB36C !important;
  border: 1px solid #ffffff;
  position: relative;
}

.results_type_btn_on:last-child {
  margin-right: 0;
}

.results_type_btn_on a {
  margin-top: 7px;
  color: #0FB36C;
  font-size: 11px;
  letter-spacing: 0;
  font-size: 11px !important;
  font-weight: 400;
}

.results_type_btn_on input[type=checkbox]:checked {
  background: url("/static/img/icons/tick.png") center center no-repeat #0FB36C;
  background-size: 8px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #0FB36C;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}

.results_type_btn_on span {
  font-size: 10px;
  letter-spacing: 0px;
  font-weight: 300;
}

.results_type_btn_on .results_type_btn_icon a {
  color: #0FB36C;
}

.results_type_btn_on .panel_results_counter {
  color: #0FB36C;
}

.results_type_btn:hover a, .results_type_btn:hover i, .results_type_btn:hover .panel_results_counter, .results_type_btn:hover .panel_results_unlock_title {
  color: #0FB36C !important;
}

@media (min-width: 1440px) {
  /*
      .results_type_btn,
      .results_type_btn_on {
          width: 76px;
      }
  */
}
@media (min-width: 1500px) {
  /*	.results_type_btn,
      .results_type_btn_on {
          width: 82px;
      }
  */
}
a.sort_date, a.sort_date:hover {
  color: #0FB36C;
  display: block;
  float: left;
  font-size: 11px;
  padding: 8px;
}

a.sort_date_on, a.sort_date_on:hover {
  display: block;
  float: left;
  font-size: 11px;
  background: #0FB36C;
  padding: 8px;
  border-radius: 4px;
  color: #fff !important;
}

a.sort_found, a.sort_found:hover {
  color: #0FB36C;
  display: block;
  float: left;
  margin-left: 7px;
  font-size: 11px;
  padding: 8px;
}

a.sort_found_on, a.sort_found_on:hover {
  display: block;
  float: left;
  margin-left: 7px;
  font-size: 11px;
  background: #0FB36C;
  padding: 8px;
  border-radius: 4px;
  color: #fff !important;
}

a.sort_date i, a.sort_date_on i, a.sort_found i, a.sort_found_on i {
  padding-right: 3px;
  font-size: 12px;
}

.panel_filter_group_row {
  min-height: 25px;
  padding-bottom: 8px;
}

.panel_filter_group_row_hidden {
  color: #0884b2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  height: 25px;
  display: none;
}

.panel_filter_groups {
  padding: 10px 5px 10px 0;
}

.panel_filter_groups img {
  vertical-align: middle;
}

.panel_filter_groups a {
  color: #0FB36C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}

.panel_filter_groups a > i {
  color: #aab4c0;
  padding-right: 10px;
}

.panel_filter_groups a.filter_on {
  background: none !important;
}

.panel_filter_my_filters div > table {
  border-bottom: solid 1px #e3e3e3 !important;
  border-collapse: separate !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100% !important;
}

.panel_filter_my_filter_row_title {
  color: #0FB36C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}

.panel_filter_my_filter_row_title i {
  color: #aab4c0;
  padding-right: 10px;
}

.panel_filter_extra a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}

.panel_filter_extra img {
  vertical-align: middle;
}

#results_groups_add {
  width: 100%;
}

#results_groups_add a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 12px;
  color: #0FB36C;
  text-align: center;
  margin-top: 5px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #0FB36C;
  width: 100%;
  display: inline-block;
}

#results_groups_add a:hover {
  background: #0FB36C;
  color: #fff !important;
}

.panel_quotes {
  border-radius: 8px;
  background-color: #ffffff;
  min-height: 500px;
  width: 100%;
  vertical-align: top;
}

.panel_quote {
  display: inline-table;
  width: 27%;
  height: 200px;
  margin: 3%;
  vertical-align: top;
}

.panel_quote_msg {
  color: #676767;
  font-weight: normal;
  line-height: 26px;
  font: 17px/19px Helvetica, Arial, sans-serif;
}

.panel_quote_msg span {
  color: #222222;
  font-weight: 500;
}

.panel_quote_options {
  border-top: 1px dotted #E3E3E3;
  margin-top: 5px;
  padding-top: 5px;
  color: #999;
}

.panel_quote_options img {
  vertical-align: middle;
}

.panel_quote_options a {
  color: #0884b2;
  font-size: 10px;
  font-weight: 500;
}

.highlight_p {
  color: #0FB36C !important;
}

.highlight_n {
  color: #ee006a !important;
}

.source_info_loader {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
}

.source_info_title {
  color: #0884b2;
  font-weight: 300;
}

.source_info_title a {
  color: #0FB36C;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
}

.source_info_title a:hover {
  color: #27CAA6;
  text-decoration: none;
}

.source_info_stat_meta {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #aaaaaa;
}

.source_info_stat_title {
  padding-top: 9px;
  color: #0FB36C;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
}

#sourceInfoFriendsCount {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 8px;
}

.source_type_author {
  color: #777777;
  font-size: 14px;
}

.panel_help_header_big {
  color: #666666;
  font-size: 18px;
  border-bottom: solid #eeeeee 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.panel_help_box {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid #eeeeee 1px;
}

.panel_help_header {
  color: #666666;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 5px;
}

.panel_help_anchor a {
  color: #ffffff;
  font-size: 1px;
  text-decoration: none;
  cursor: text;
}

.panel_help_anchor a:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: text;
}

.panel_help_text {
  color: #888888;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.panel_help_text li {
  margin-bottom: 10px;
  margin-left: 20px;
}

.panel_help_text span {
  font-weight: 500;
}

.panel_help_scr {
  margin-bottom: 30px;
}

.panel_help_scr img {
  border: solid #d7d7d7 1px;
  padding: 4px;
}

.panel_help_feat_header {
  font-size: 15px;
  font-weight: 500;
  text-shadow: -1px -1px 0 rgba(244, 244, 244, 0.1);
}

.panel_help_feat {
  margin-top: 7px;
  margin-bottom: 25px;
}

.panel_help_text_small {
  font-size: 12px;
  color: #888888;
  line-height: 18px;
  text-align: justify;
}

.help_feats {
  margin-top: 35px;
}

.panel_help_feat_text {
  font-size: 12px;
  color: #888888;
  line-height: 18px;
}

.help_feat_row {
  height: 100px;
}

.help_btn a {
  border-radius: 5px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  background-color: #333333;
  background-image: none;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 5px 10px;
  text-decoration: none;
}

.help_btn a:hover {
  color: #ffffff;
}

a.help_btn_demo {
  border-radius: 5px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  background-color: #0884b2;
  background-image: none;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 5px 10px;
  text-decoration: none;
}

a.help_btn_demo:hover {
  background-color: #20ace0;
  color: #ffffff;
}

.panel_help_subheader {
  color: #666666;
  font-size: 17px;
  border-bottom: dotted 1px #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.panel_help_btns {
  text-align: left;
  margin-top: 25px;
}

.panel_sentiment_change {
  width: auto;
  overflow: hidden;
  position: absolute;
  top: 50px;
  z-index: 1000000;
  color: #000;
  text-align: left;
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  display: none;
  -moz-box-shadow: 0 4px 10px #dedede;
  padding: 10px;
}

.panel_groups_add {
  display: none;
  width: auto;
  overflow: hidden;
  position: absolute;
  top: 50px;
  z-index: 1000000;
  color: #000;
  text-align: left;
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  -moz-box-shadow: 0 4px 10px #dedede;
  padding: 10px;
}

.panel_groups_add a {
  color: #0884b2;
}

.panel_item_ingroup {
  margin-right: 10px;
  font-size: 10px;
  color: #666;
  line-height: 8px;
}

.panel_item_ingroup a {
  color: #0884b2;
  font-size: 10px;
  line-height: 8px;
}

.panel_results_sort_options {
  font-size: 10px;
}

.panel_results_sort_options a {
  color: #0884b2;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}

.panel_results_sort_options a:hover {
  color: #3391d1;
}

#search_edit_tabs {
  border: none;
  padding: 0px;
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}

.phrase_edit_heading a {
  color: #0FB36C;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0px;
}

.panel_submenu_inside {
  background-color: #fffffe;
  padding: 12px 0;
}

.panel_top {
  border-bottom: solid 1px #e3e3e3;
}

.panel_top img {
  vertical-align: middle;
}

.panel_data_edit_group {
  padding: 15px;
  background-color: #e8e8e7;
  border-radius: 8px;
}

.panel_phrase_form_header {
  color: #222222;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 20px;
}

.panel_phrase_title {
  color: #111111;
  font-size: 19px;
  font-weight: 300;
  padding-bottom: 10px;
}

.panel_phrase_title span {
  color: #aab4c0;
  font-size: 9px;
  text-transform: uppercase;
  vertical-align: top;
}

.panel_phrase_desc {
  color: #565656;
  font-size: 12px;
}

.panel_phrase_desc b {
  color: #0FB36C;
  font-weight: 500;
}

.panel_phrase_desc.green_bold b {
  font-weight: 600 !important;
}

.panel_phrase_title_key {
  color: #0FB36C;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}

.panel_phrase_title_key span {
  color: #f30044;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: top;
}

.panel_phrase_desc_key {
  color: #333333;
  font-size: 12px;
}

.panel_phrase_input {
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #D5D7D8;
  color: #333;
  font-size: 13px;
  margin: 0;
  padding: 8px;
  width: 98%;
}

.panel_phrase_input:focus {
  border: 1px solid #0FB36C;
  color: #333;
  background-color: #fff;
}

.panel_phrase_input_key {
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  color: #999999;
  font-size: 13px !important;
  margin: 0;
  padding: 8px;
  width: 90%;
}

.panel_phrase_input_key:focus {
  border: 1px solid #0FB36C;
}

.panel_phrase_options {
  padding-top: 12px;
}

#add_new_phrase_div {
  margin-top: 10px;
  padding-left: 12px;
}

#add_new_phrase_div a {
  color: #FFFFFF;
  background: #0FB36C;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 4px;
  border: solid 1px #0FB36C;
  padding: 8px;
  margin: 15px 0 0 0;
  display: inline-block;
  width: 226px;
  text-align: center;
}

#add_new_phrase_div a:hover {
  color: #fff;
}

.form_searches_one_set_div {
  background: #fff;
  padding: 14px 15px 10px 15px;
}

.form_searches_one_set_div:nth-child(2n+1) {
  background: #F9F9FB;
  border-radius: 4px;
}

.panel_phrase_keyword_field_in input {
  border-color: #0FB36C !important;
  color: #0FB36C !important;
  position: relative;
  background: url("/static/img/icons/keyword_icon.png") #fff;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.panel_phrase_default_top {
  padding-top: 10px;
  padding-bottom: 25px;
}

.panel_phrase_keyword_top {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-bottom: 25px;
}

.panel_phrase_keyword_bottom {
  background-color: #dceaf3;
  color: #dceaf3;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -khtml-border-bottom-left-radius: 8px;
  -khtml-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* .panel_phrase_default_space_r {
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-khtml-border-top-left-radius:8px;
	-khtml-border-top-right-radius:8px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
	background-color:#efefef;
	margin-bottom:10px;
	height:74px;
}
*/
.panel_phrase_table {
  /*/border-bottom:1px solid #aaaaaa;*/
}
.panel_phrase_table .panel_phrase_field {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
}
.panel_phrase_table .panel_phrase_field_input {
  flex: 1;
}
.panel_phrase_table .panel_phrase_field_input input {
  width: 100%;
}
.panel_phrase_table .panel_phrase_field i {
  font-size: 1.6rem;
  color: #8D9AAA;
}

.phrase_remove a {
  background-image: url("/static/img/icons/options_delete.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 10px;
  padding-top: 15px;
  text-align: center;
  width: 15px;
}

.phrase_remove a:hover {
  background-image: url("/static/img/icons/options_delete_on.png");
  color: #1CB6FF;
  text-decoration: none;
}

.sources_edit_language select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #DDDDDD;
  color: #999999;
  font-size: 12px;
  padding: 4px;
  width: 200px;
}

.sources_edit_types div {
  width: 89px;
  margin-bottom: 10px;
  float: left;
}

.sources_edit_types label {
  font-weight: 300;
  margin-bottom: 0;
  margin-left: 5px;
}

.sources_edit_table {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.sources_edit_table > tr {
  border-bottom: 1px solid #DDDDDD !important;
}

.sources_edit_excluded_item {
  font-size: 12px;
  color: #8697A2;
}

.sources_edit_excluded_item img {
  vertical-align: middle;
}

.sources_edit_excluded_remove a {
  color: #0FB36C;
  border: solid 1px #0FB36C;
  padding: 7px;
  display: block;
  float: right;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 4px;
}

.sources_edit_excluded_remove a:hover {
  color: #fff;
  background: #0FB36C;
}

.group_info_text {
  color: #0884b2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}

.panel_phrase_form_info {
  border-top: 1px solid #DDDDDD;
  margin-top: 25px;
  padding-top: 25px;
  color: #383838;
  font-size: 13px;
  line-height: 19px;
}

.facebook_fanpage_list_heading {
  color: #333333;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 auto;
  width: 500px;
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
  margin-top: 30px;
}

#facebook_fanpages_list {
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 15px;
  width: 630px;
}

.facebook_fanpage_list_item {
  width: 500px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  padding: 15px;
  height: 75px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.facebook_fanpage_pic {
  width: 100px;
  height: 75px;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.facebook_fanpage_name a {
  color: #0884B2;
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
}

.facebook_fanpage_name img {
  vertical-align: middle;
}

.facebook_fanpage_name span {
  margin-left: 4px;
  font-size: 11px;
  color: #333;
}

.facebook_fanpage_meta {
  color: #444444;
  font-size: 12px;
  line-height: 14px;
  word-wrap: break-word;
}

.facebook_fanpages_btn {
  margin-top: 10px;
}

.facebook_fanpage_pic a {
  display: block;
  width: 100px;
  height: 75px;
}

.facebook_fanpage_pic span {
  display: none;
}

.fanpage_select_box {
  color: #444444;
  font-size: 12px;
  min-height: 400px;
}

.fanpage_select_box_in {
  background-color: #FFFFFF;
  color: #888888;
  font-size: 12px;
  font-weight: 400;
  padding: 20px;
  min-height: 580px;
  position: relative;
}

.fanpage_select_box_in-save {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.fanpage_select_head {
  color: #333335;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.fanpage_select_search {
  margin-bottom: 20px;
}

.fanpages_input_title, .fanpages_monitored_title {
  margin-bottom: 15px;
}

#fanpages_list {
  overflow-y: auto;
  height: 400px;
}

.fanpage_info_photo_div {
  width: 50px;
  height: 50px;
  float: left;
}

.fanpage_info {
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
  float: none;
  clear: both;
}

#fanpages_user_list {
  width: 100%;
  overflow-y: auto;
  height: 280px;
}

#fanpages_next_page {
  margin-top: 20px;
  text-align: right;
}

#fanpages_next_page a {
  font-size: 12px;
  padding: 7px;
  color: #0FB36C !important;
  border: solid 1px #0FB36C;
  border-radius: 4px;
}

.fanpage_add_btn {
  cursor: pointer;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 15px;
  margin-right: 10px;
  background: url("/static/img/btn_add_phrase.png");
}

.fanpage_remove_btn {
  cursor: pointer;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 15px;
  margin-right: 10px;
  background: url("/static/img/btn_delete.png");
}

.fanpage_info_photo {
  float: left;
  width: 50px;
  height: 50px;
}

.fanpage_info_content {
  width: 245px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin-left: 10px;
}

.fanpage_info a {
  color: black;
}

.sentiment_analyser_input {
  -moz-border-radius: 5px 5px 5px 5px;
  background-color: #ffffff;
  border: 2px solid #45acdf;
  color: #999999;
  font-size: 14px;
  margin: 0;
  padding: 8px;
  width: 250px;
}

.sentiment_analyser_input:focus {
  border: 2px solid #70c9f5;
  color: #999999;
  background-color: #f9f9f9;
}

.sentiment_analyser_textarea {
  -moz-border-radius: 5px 5px 5px 5px;
  background-color: #ffffff;
  border: 2px solid #45acdf;
  color: #999999;
  font-size: 14px;
  margin: 0;
  padding: 8px;
  width: 250px;
  height: 150px;
}

.sentiment_analyser_textarea:focus {
  border: 2px solid #70c9f5;
  color: #999999;
  background-color: #f9f9f9;
}

div.paget {
  display: inline-block;
}

.payment_info {
  margin-top: 20px;
}

.payment_plan {
  color: #111111;
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 30px;
}

.payment_cost {
  color: #5ECF5A;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -2px;
}

.payment_cost span {
  color: #888888;
}

.payment_btn {
  margin-top: 15px;
  margin-bottom: 40px;
}

.payment_proforma a {
  font-size: 12px;
  font-weight: 500;
}

.payment_history a {
  font-size: 11px;
  font-weight: 500;
}

.payment_history .table_heading {
  margin-top: 10px;
  margin-bottom: 12px;
}

.payments_heading {
  padding-bottom: 20px;
}

.panel_payments {
  background-image: url(/static/img/invoice_body.gif);
  background-repeat: repeat;
  border-radius: 8px 8px 8px 8px;
  color: #888888;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.panel_payments_invoice {
  background-image: url(/static/img/invoice_body.gif);
  background-repeat: repeat;
  border-radius: 8px 8px 8px 8px;
  color: #888888;
  font-size: 12px;
  font-weight: 400;
  padding: 65px;
  padding-top: 0px;
  padding-bottom: 35px;
}

.payment_form {
  margin-top: 15px;
}

.payment_choice {
  margin-top: 30px;
}

.payment_choose_form {
  margin-bottom: 30px;
}

.payment_wire_data {
  font-size: 12px;
  font-weight: 500;
}

.payment_number {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.payment_number span {
  color: #0FB36C;
  font-size: 15px;
  font-weight: 500;
}

.payment_wire {
  margin-top: 25px;
}

.information_box {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  min-height: 250px;
  padding-top: 50px;
}

.information_box_in {
  background-color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  color: #888888;
  font-size: 12px;
  font-weight: 400;
  padding: 25px;
}

.information_box_head {
  color: #444444;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.information_box_text {
  color: #777777;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
}

.information_box_option {
  color: #777777;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sentiment_pick,
.valuable-pick,
.sort-filter {
  margin-top: 13px;
}

.sentiment_pick img {
  margin-bottom: 5px;
}

.sentiment_pick a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}

.bulk_checkbox_div input {
  vertical-align: middle;
  border: 1px solid #ededed;
}

.bulk_checkbox_div a {
  color: #999999 !important;
  font-size: 10px;
  font-weight: normal;
}

.bulk_checkbox_div a:hover {
  color: #3CF;
  text-decoration: none;
}

.bulk_options {
  text-align: right;
  padding: 20px;
  background-color: #fffffe;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.panel_pager_light {
  margin-top: 30px;
}

.bulk_meta {
  color: #555656;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}

#select_all_results a {
  color: #737373 !important;
}

#select_all_results img {
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 7px;
}

.authors_data_loader {
  font-size: 9px;
  color: #666;
  font-weight: 300;
}

.authors_data_loader img {
  vertical-align: middle;
  margin-left: 7px;
  height: 5px;
}

.panelmenu_payment {
  margin-left: 20px;
}

.panelmenu_payment_testowe a {
  text-transform: uppercase;
  color: #FFF;
  font-size: 9px;
  font-weight: 500;
  padding: 3px;
  background-color: #ff3366;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.panelmenu_payment_options {
  margin-top: 5px;
}

.panelmenu_payment_choose a {
  border-radius: 4px;
  border: 2px solid #bbbbbb;
  display: inline-block;
  color: #ffffff;
  background: #bbbbbb;
  font-size: 11px;
  padding: 4px;
  font-weight: 300;
}

.panelmenu_payment_choose a:hover {
  color: #fff;
  text-decoration: underline;
}

.panelmenu_payment_pay a {
  border-radius: 4px;
  background: #d89317;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  margin-left: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
}

.panelmenu_payment_pay a:hover {
  color: #fff !important;
  background: #d89317;
  text-decoration: none;
}

.panelmenu_payment_options span {
  color: #171719;
  font-size: 13px;
  font-weight: 500;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.panelmenu_payment_options {
  float: left;
  padding-left: 20px;
}

.panelmenu_payment_day {
  color: #ff3366 !important;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  font-weight: 300 !important;
  font-size: 15px !important;
  position: relative;
  padding-left: 20px;
}

.panelmenu_payment_pay .panelmenu_payment_options span.panelmenu_payment_finish {
  position: relative;
  padding-left: 20px;
}

.panelmenu_payment_day::before {
  content: "\f0f3";
  left: -10px;
  top: 2px;
  color: #ff3366;
  font-size: 16px;
  font-family: FontAwesome;
  position: absolute;
}

.panelmenu_payment .panelmenu_payment_pay .panelmenu_payment_options a.panelmenu_payment_finish,
.panelmenu_payment .panelmenu_payment_pay .panelmenu_payment_options .panelmenu_payment_finish a {
  border: none;
  display: inline-block;
  padding: 0 0 0 20px;
  margin-left: 0;
  text-transform: none;
  color: #ff3366;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  background: none;
}

.panelmenu_payment .panelmenu_payment_pay .panelmenu_payment_options a.panelmenu_payment_finish:hover,
.panelmenu_payment .panelmenu_payment_pay .panelmenu_payment_options .panelmenu_payment_finish a:hover {
  color: #ff3366 !important;
  background: none;
  text-decoration: none;
}

.panelmenu_payment_finish::before {
  content: "\f0f3";
  left: -10px;
  color: #ef7121;
  font-size: 16px;
  font-family: FontAwesome;
  position: absolute;
}

.panelmenu_payment_widget {
  bottom: 10%;
  position: fixed;
  width: 110px;
  right: 0;
  z-index: 5000;
  padding: 7px;
  background-color: #f5f5f5;
  border-bottom: solid 6px #ffffff;
  border-left: solid 6px #ffffff;
  border-top: solid 6px #ffffff;
  -moz-border-radius-topleft: 14px;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-top-left-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -khtml-border-top-left-radius: 14px;
  -khtml-border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.panelmenu_payment_widget .panelmenu_payment_day, .panelmenu_payment_widget .panelmenu_payment_finish {
  text-align: center;
}

.panelmenu_payment_widget .panelmenu_payment_day::before, .panelmenu_payment_widget .panelmenu_payment_finish::before {
  content: "" !important;
}

.panelmenu_payment_widget .panelmenu_payment_options, .panelmenu_payment_widget .panelmenu_payment_day, .panelmenu_payment_widget .panelmenu_payment_finish {
  padding-left: 0;
}

#changelog-widget {
  position: relative;
  cursor: pointer;
}
#changelog-widget #HW_badge_cont {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
}
#changelog-widget #HW_badge {
  top: 0;
  right: 0;
  left: auto;
  margin: -6px 0px 0px;
  font-size: 10px;
}
#changelog-widget #HW_badge:not(.HW_softHidden) {
  background: rgb(15, 179, 108);
}

#new_resuls_count_box {
  text-align: left;
  cursor: pointer;
  display: inline;
  float: left;
  width: 60px;
  height: 30px;
  margin-top: 15px;
}

#new_resuls_count_box span {
  background-color: #3a87ad;
  font-size: 10.998px;
  font-weight: 500;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  display: none;
}

body.simple-project-wizard #new_resuls_count_searches_list, body.simple-project-wizard #user_accounts_list {
  position: relative;
}

body.simple-project-wizard div.top_panel #new_resuls_count_searches_list,
body.simple-project-wizard div.top_panel #user_accounts_list {
  position: absolute;
}

#integrations_list_box i {
  font-weight: 900;
}

#new_resuls_count_searches_list, #user_accounts_list, #integrations_list {
  position: absolute;
  min-width: 240px;
  height: auto;
  overflow: hidden;
  background-color: white;
  padding: 20px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  display: none;
  text-align: left;
  z-index: 99999999;
  color: #777777;
  font-size: 12px;
  border-top: 2px solid #0fb36c;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}

#integrations_list {
  top: 70px;
  right: 126px;
}

#new_resuls_count_searches_list, #user_accounts_list a, #integrations_list a {
  position: relative;
  padding-left: 15px;
  line-height: 22px;
}

#user_accounts_list a, #integrations_list a {
  color: #000;
  clear: both;
  display: block;
  width: 100%;
}

#new_resuls_count_searches_list, #user_accounts_list a:hover, #integrations_list a:hover {
  color: #0fb36c;
}

#new_resuls_count_searches_list, #user_accounts_list a::before, #integrations_list a::before {
  content: "\f054";
  font-family: FontAwesome;
  color: #0fb36c;
  font-size: 9px;
  left: 0px;
  position: absolute;
}

body.simple-project-wizard #loginSwitcher #user_accounts_list {
  top: -30px !important;
  left: 0 !important;
}

#date_range_offset {
  z-index: 99;
  position: relative;
}

#date_range_offset a {
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #FFF;
  border: #D2D2D2 solid 1px;
  color: #0FB36C;
  font-size: 11px;
  text-align: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 25px;
  background-image: url("/static/img/picker.png");
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 15px;
  display: inline-block;
  width: 95%;
}

#date_range_offset a:hover {
  border: #0FB36C solid 1px;
  color: #0FB36C;
  text-decoration: none;
}

#date_range_box {
  position: absolute;
  width: 766px;
  height: auto;
  right: 250px;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 15px 0px 4px 15px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  display: none;
  text-align: left;
  z-index: 999;
  color: white;
  font-size: 12px;
  margin-left: -545px;
  border: solid 1px #e3e3e3;
  box-shadow: 0px 0px 33px -11px rgba(0, 0, 0, 0.75);
}

#date_range_box .results_search_input {
  height: 20px !important;
}

.datepickerContainer {
  font-family: "Roboto", sans-serif;
}

#date_range_box #btn-confirm {
  moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background: #0FB36C !important;
  color: #fff !important;
  font-size: 11px;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}

#date_range_box #btn-confirm span {
  color: #fff !important;
}

#date_range_box #btn-confirm:last-child {
  margin-right: 0 !important;
}

#date_range_box #btn-confirm:hover {
  color: #fff !important;
  text-decoration: none;
}

#date_range_box * {
  box-sizing: content-box !important;
}

#new_resuls_count_box a {
  display: none;
  height: 35px;
  width: 35px;
}

#new_resuls_count_box table {
  width: 170px;
  float: left;
}

.new_resuls_count_searches_list_entry_name {
  float: left;
  width: 160px;
  margin-bottom: 30px;
}

.new_resuls_count_searches_list_entry_count {
  float: right;
  width: 25px;
}

.worthless_result {
  /*background-color:#f8f8f8 !important;*/
  background-image: url("/static/img/icons/mark_spam.png");
  background-repeat: no-repeat;
}

.worthless_result .mention_text {
  /*color:#CCC !important;	*/
  padding-left: 40px;
}

.worthless_result .mention_title {
  padding-left: 40px;
}

.source_integration_qtip {
  position: absolute;
  right: 4px;
  z-index: 99;
  border: none;
  background: none;
  margin-top: 0 !important;
}
.source_integration_qtip .fa {
  font-size: 13px;
  opacity: 0.8;
  transition: opacity 250ms ease 0ms;
}
.source_integration_qtip .fa:hover {
  opacity: 1;
}
.source_integration_qtip .fa.blue, .source_integration_qtip .fa.blue:hover {
  color: #60a2ea !important;
}
.source_integration_qtip .fa.pink, .source_integration_qtip .fa.pink:hover {
  color: #e2838b !important;
}

.account_integration_qtip {
  position: absolute;
  right: 4px;
  z-index: 99;
  margin-top: 0px !important;
}
.account_integration_qtip i,
.account_integration_qtip i:hover {
  color: #2D85E5 !important;
}
.account_integration_qtip_content {
  max-width: 500px;
}

.results_type_btn a.panel_results_activate_facebook_button {
  width: 200%;
}
.results_type_btn a.panel_results_activate_facebook_button:hover {
  color: #2d85e5 !important;
}
.results_type_btn .panel-results-category-activate {
  padding: 4px;
  margin-left: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #ffffff;
  border: #2d85e5 solid 1px;
  color: #2d85e5 !important;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.results_type_btn .account_integration_qtip i {
  color: #2d85e5 !important;
}

.search_text {
  background-color: #cce4f5;
  color: inherit;
}

.msg_nodata {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  padding-top: 50px;
}

.msg_nodata img {
  margin-bottom: 25px;
}

.popular_tags {
  background-color: #FFFFFF;
  width: 100%;
  height: 210px;
  margin-bottom: 23px;
}

.popular_tags a {
  margin-left: 4px;
  margin-right: 4px;
}

.popular_tags a:hover {
  margin-left: 4px;
  margin-right: 4px;
  background-color: #0884B2;
  color: #FFF;
  text-decoration: none;
}

.popular_tag1 {
  font-size: 32px;
}

.popular_tag2 {
  font-size: 29px;
  opacity: 0.9;
}
.popular_tag2.sentimental {
  opacity: 0.6 !important;
}

.popular_tag3 {
  font-size: 26px;
  opacity: 0.8;
}
.popular_tag3.sentimental {
  opacity: 0.65 !important;
}

.popular_tag4 {
  font-size: 23px;
  opacity: 0.7;
}
.popular_tag4.sentimental {
  opacity: 0.7 !important;
}

.popular_tag5 {
  font-size: 20px;
  opacity: 0.6;
}
.popular_tag5.sentimental {
  opacity: 0.75 !important;
}

.popular_tag6 {
  font-size: 18px;
  opacity: 0.5;
}
.popular_tag6.sentimental {
  opacity: 0.8 !important;
}

.popular_tag7 {
  font-size: 16px;
  opacity: 0.4;
}
.popular_tag7.sentimental {
  opacity: 0.85 !important;
}

.popular_tag8 {
  font-size: 14px;
  opacity: 0.3;
}
.popular_tag8.sentimental {
  opacity: 0.9 !important;
}

.popular_tag9 {
  font-size: 12px;
  opacity: 0.25;
}
.popular_tag9.sentimental {
  opacity: 0.95 !important;
}

.popular_tag10 {
  font-size: 11px;
  opacity: 0.2;
}
.popular_tag10.sentimental {
  opacity: 1 !important;
}

.popular_tag11 {
  font-size: 10px;
  opacity: 0.15;
}
.popular_tag11.sentimental {
  opacity: 1 !important;
}

.popular_tag12 {
  font-size: 9px;
  opacity: 0.1;
}
.popular_tag12.sentimental {
  opacity: 1 !important;
}

.most_popular_words_sentiment_mode {
  text-align: right;
}

.most_popular_words_sentiment_mode a {
  display: none;
  border-radius: 4px;
  background-color: #0FB36C;
  border: 1px solid #0FB36C;
  color: #ffffff;
  font-size: 11px;
  padding: 5px;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0px;
}

.most_popular_words_sentiment_mode a:hover {
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  color: #999991;
}

#most_popular_words_sentiment_mode_on {
  display: inline;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  color: #999991;
  font-size: 11px;
  font-weight: 500;
  padding: 5px;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0px;
}

#most_popular_words_sentiment_mode_on:hover {
  background-color: #0FB36C;
  border: 1px solid #0FB36C;
  color: #ffffff;
}

.popular_tag_color {
  color: #58667a;
}

.popular_tag_colorpos10 {
  color: #58667a;
}

.popular_tag_colorpos20 {
  color: #58667a;
}

.popular_tag_colorpos30 {
  color: #65a37a;
}

.popular_tag_colorpos40 {
  color: #65a37a;
}

.popular_tag_colorpos50 {
  color: #65a37a;
}

.popular_tag_colorneg60 {
  color: #65a37a;
}

.popular_tag_colorpos70 {
  color: #009933;
}

.popular_tag_colorpo80 {
  color: #009933;
}

.popular_tag_colorpos100 {
  color: #009933;
}

.popular_tag_colorneg10 {
  color: #58667a;
}

.popular_tag_colorneg20 {
  color: #58667a;
}

.popular_tag_colorneg30 {
  color: #b77a65;
}

.popular_tag_colorneg40 {
  color: #b77a65;
}

.popular_tag_colorneg50 {
  color: #b77a65;
}

.popular_tag_colorneg60 {
  color: #b77a65;
}

.popular_tag_colorneg70 {
  color: #cc3300;
}

.popular_tag_colorneg80 {
  color: #cc3300;
}

.popular_tag_colorneg90 {
  color: #cc3300;
}

.popular_tag_colorneg1000 {
  color: #cc3300;
}

.popular_tag_color_off {
  color: #58667a !important;
}

#sentimental_context_of_discussion_box .help_qtip {
  margin-top: 3px !important;
}

.filter_promo {
  position: fixed;
  left: 0;
  bottom: 70px;
  z-index: 5000;
}

.senti_button_pos a {
  color: #4DCD06;
}

.senti_button_neu a {
  color: #555555;
}

.senti_button_neg a {
  color: #E20086;
}

.results_search_btn {
  font-weight: 500;
}

.powered_mark {
  position: absolute;
  top: 32px;
  left: 104px;
}

.raport_configure_head {
  color: #444444;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.raport_configure_buttons {
  margin-top: 50px;
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
}

.raport_configure_buttons input[type=button] {
  border: solid 1px #0FB36C;
  color: #0FB36C;
  padding: 8px;
  margin-right: 3px;
  border-radius: 3px;
  background: #fff;
}

.raport_configure_buttons input[type=submit] {
  background: #0FB36C;
  color: #fff;
  border: none;
  padding: 8px;
  margin-right: 3px;
  border-radius: 3px;
}

.mention_avatar {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 10px;
  border: solid 1px #e3e3e3;
}

.mention_thumb {
  height: 54px;
  width: 54px;
}

.mention_thumb:hover {
  /*
     padding:2px;
     background-color:#45acdf;
     height:50px;
     width:50px;
  */
}

.result_influence_score {
  width: 287px;
  height: 16px;
  padding: 5px 10px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
}

.result_influence_score_value_left {
  width: 55px;
  height: 16px;
  float: left;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #888888;
}

.result_influence_score_scale {
  width: 100px;
  height: 8px;
  margin: 4px 10px;
  float: left;
  background-color: #EEEEEE;
}

.result_influence_score_scale_value {
  width: 0%;
  height: 6px;
  margin: 1px;
  background-color: #00aa00;
}

.result_influence_score_value_right {
  width: 110px;
  height: 16px;
  float: left;
  line-height: 16px;
  color: #888888;
}

.tag_size1 {
  font-size: 12px;
}

.tag_size2 {
  font-size: 16px;
}

.tag_size3 {
  font-size: 22px;
}

.tag_size4 {
  font-size: 28px;
}

.panel_filter_my_filters a.filter_on, .panel_filter_groups a.filter_on {
  color: #e82e56 !important;
}

.account-list {
  list-style: none;
  font-size: 12px;
  padding: 0 20px;
}

.account-list li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.account-list li:first-child {
  margin-left: 0;
}

.account-list a:hover {
  text-decoration: none;
}

.account-list li > ul {
  display: none;
  position: absolute;
  top: 140%;
  width: 200px;
  color: #888;
  background: #2b3235;
  border-radius: 3px;
  text-align: left;
  z-index: 100;
}

.account-list li > ul a {
  color: #d8d8d8;
}

.account-list li > ul:after {
  bottom: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 50, 58, 0);
  border-bottom-color: #2b3235;
  border-width: 5px;
  margin-left: -5px;
}

.account-list li > ul li {
  width: 180px;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #22282a;
  margin-left: 0;
}

.account-list li > ul li:last-child {
  border-bottom: 0;
}

.chart-options {
  font-size: 13px;
}

.chart-options_hidden {
  visibility: hidden;
}

.chart-options a {
  margin-right: 15px;
  color: #666;
}

.chart-options a:last-child {
  margin-right: 0;
}

.chart-options-analysis a {
  margin-right: 15px;
  padding: 10px 0;
  color: #0FB36C;
  margin-right: 0;
  font-size: 12px;
}

.chart-options-analysis a:first-child {
  border: 1px solid #0FB36C;
  padding: 10px 14px;
  border-radius: 6px 0 0 6px;
}

.chart-options-analysis a:last-child {
  border: 1px solid #0FB36C;
  padding: 10px 14px;
  border-radius: 0 6px 6px 0;
}

.chart-options-analysis a.active:first-child {
  font-weight: 400;
  text-decoration: underline;
  color: #fff !important;
  border: 1px solid #0FB36C;
  padding: 10px 14px;
  border-radius: 6px 0 0 6px;
  background: #0FB36C;
  color: white;
  text-decoration: none;
  margin-right: 0;
}

.chart-options-analysis a.active:last-child {
  font-weight: 400;
  text-decoration: underline;
  color: #fff !important;
  border: 1px solid #0FB36C;
  padding: 10px 14px;
  border-radius: 0 6px 6px 0;
  background: #0FB36C;
  color: white;
  text-decoration: none;
  margin-left: 0;
}

.noresults_box {
  font-size: 14px;
  margin: 20px 0;
}

#no-result-box {
  padding: 50px;
}

#no-result-box h1 {
  font-size: 20px;
  padding: 20px 0;
}

#no-result-box p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

#no-result-box .no-result-box__buttons, #no-result-box .no-result-box__loader {
  padding-top: 30px;
}

#no-result-box .no-result-box__buttons a {
  font-size: 14px;
  padding: 10px 20px;
}

#no-result-box .no-result-box__buttons a i {
  padding-right: 10px;
}

#no-result-box .no-result-box__buttons a:first-child {
  margin-right: 10px;
}

#no-result-box .no-result-box__buttons .btn-cta_pink {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.spam-filter span {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}

.spam-filter .slider-wrapper {
  display: inline-block;
}

.influence-score {
  height: 5px;
  background: #f5f5f5;
  margin-bottom: 5px;
  border-radius: 3px;
}

.influence-score span {
  border-radius: 3px;
  display: block;
  height: 5px;
  border: none;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #0FB36C;
}

input[type=range] {
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 5px;
  margin: 0;
  border: none;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  outline: none; /* no focus outline */
  background: #00f0b5;
  cursor: pointer;
}

.sentiment_pick input[type=range] {
  background: #ccc; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to right, #f30044 0%, #f30044 50%, #00f0b5 50%, #00f0b5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f30044", endColorstr="#00f0b5",GradientType=1 ); /* IE6-9 */
}

input[type=range]::-moz-range-track {
  border: inherit;
  background: transparent;
}

input[type=range]::-ms-track {
  border: inherit;
  color: transparent; /* don't drawn vertical reference line */
  background: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: transparent;
}

input[type=range]::-ms-tooltip {
  display: none;
}

/* thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  width: 10px;
  height: 16px;
  border: none;
  border-radius: 12px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 16px;
  border: none;
  border-radius: 12px;
  background: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type=range]::-ms-thumb {
  width: 10px;
  height: 16px;
  border-radius: 12px;
  border: 0;
  background: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.slider-data {
  list-style: none;
  margin-top: 7px;
  color: #999;
}

.slider-data:after {
  clear: both;
  content: "";
  display: block;
}

.slider-data li {
  float: left;
  width: 33%;
}

.filter-influenceScore .slider-data li {
  float: left;
  width: 9.9%;
}

.slider-data .slider-data-left {
  text-align: left;
}

.sentiment_pick .slider-data .slider-data-left {
  color: inherit;
}

.slider-data .slider-data-center {
  text-align: center;
}

.slider-data .slider-data-right {
  text-align: right;
}

.sentiment_pick .slider-data .slider-data-right {
  color: inherit;
}

.filter-influenceScore .slider-data .slider-data-item {
  text-align: center;
}

.filter-influenceScore .slider-data .slider-data-item:first-child {
  text-align: left;
  width: 5.5%;
}

.filter-influenceScore .slider-data .slider-data-item:last-child {
  text-align: right;
  width: 5.4%;
}

/*new panel by kb*/
.panel_table_grey {
  padding: 10px;
  background-color: #E8E8E7;
  border-radius: 8px;
  color: #888888;
  font-size: 12px;
  font-weight: 400;
}

.panel_table_grey .panel_heading_medium {
  border-bottom: none;
}

.analysis-stats {
  background: #fff;
  margin: -20px -20px 20px;
  margin-bottom: 60px;
}

.analysis-stats:after {
  clear: both;
  display: block;
  content: "";
}

.sources_box-analysis {
  position: relative;
}

.analysis-stats .analysis-stats-section {
  box-sizing: border-box;
  width: 33.3%;
  float: left;
  padding: 50px 20px;
  background: #fff;
  border-radius: 0;
  position: relative;
  border-right: 1px solid #E2E8ED;
  border-bottom: 1px solid #E2E8ED;
  text-align: center;
  height: 170px;
}

.analysis-stats .analysis-stats-section:last-child {
  border-right: 0;
}

.analysis-stats .analysis-stats-section:nth-child(13), .analysis-stats .analysis-stats-section:nth-child(14), .analysis-stats .analysis-stats-section:nth-child(15), .analysis-stats .analysis-stats-section:nth-child(16), .analysis-stats .analysis-stats-section:nth-child(17), .analysis-stats .analysis-stats-section:nth-child(18), .analysis-stats .analysis-stats-section:nth-child(19), .analysis-stats .analysis-stats-section:nth-child(20), .analysis-stats .analysis-stats-section:nth-child(21) {
  display: none;
}

.analysis-stats .analysis-stats-section:hover {
  background: #fbfbfb;
}

.analysis-stats .analysis-stats-section:hover .analysis-stats-result {
  font-weight: 400;
}

.analysis-stats .analysis-stats-section:hover i {
  background: #fbfbfb;
  color: #0FB36C;
}

.analysis-stats .analysis-stats-section .fa {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 13px;
  color: #aab4c0;
}

.analysis-stats .analysis-stats-section .filter_icon {
  position: absolute;
  top: 40px;
  right: 20px;
  margin-left: 0;
}

.analysis-stats .analysis-stats-title {
  text-transform: uppercase;
  text-align: center;
  color: #8D9AAA;
  font-size: 11px;
  font-weight: 500;
}

.analysis-stats .analysis-stats-result {
  margin: 0 0 10px;
  font-size: 26px !important;
  color: #0FB36C;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: center;
  position: relative;
}

.analysis-stats .analysis-stats-result sup {
  top: 12px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: absolute;
  padding-left: 5px;
}

@media all and (max-width: 1280px) {
  .analysis-stats .analysis-stats-result {
    font-size: 20px !important;
  }
  .analysis-stats .analysis-stats-result sup {
    top: 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding-left: 1px;
  }
}
.stat_women {
  color: #ff69b4;
}

.stat_men {
  color: #12cae6;
}

.interactions {
  color: #999;
  font-size: 13px;
  margin-top: 10px;
}

/*.interactions input {
    width: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 5px rgba(0,0,0,.05);
    border: 1px solid #ccc;
    padding: 7px 10px;
    margin-left: 5px;
}*/
.current-filter-alert input {
  width: 199px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  padding: 7px 10px;
  margin-left: 5px;
}

.mention-visited-info_hidden {
  display: none;
}

.mention-visited-info span {
  border-radius: 3px;
  border: 1px solid #17b8fa;
  background: #17b8fa;
  padding: 2px 4px;
  margin: 0 5px;
  color: #fff;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapse-header .fa {
  cursor: pointer;
}

.single-project-item .fa-angle-up {
  display: none;
}

.single-project-item .fa-angle-down {
  display: block;
}

.single-project-item--opened .fa-angle-up {
  display: block;
}

.single-project-item--opened .fa-angle-down {
  display: none;
}

.gender-filter .fa {
  font-size: 32px;
  color: #0FB36C;
}

.highcharts-export-menu > div {
  border-radius: 3px !important;
}

.highcharts-export-menu > div > div {
  padding: 10px !important;
}

.ui-widget-header,
.ui-widget,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  font-family: inherit;
}

.tab-description {
  font-size: 13px;
  margin-bottom: 20px;
}

.img-avatar {
  border-radius: 3px;
  margin-right: 3px;
  border-radius: 50%;
}

.table-options {
  font-size: 14px;
}

.sources_entry td {
  font-size: 13px;
}

.sources_entry:nth-child(2n+1) {
  background: #F9F9F9;
}

.sources_table_heading td {
  font-size: 12px;
}

.sources_entry td.source-entry-content {
  padding: 5px 0 0;
  color: #000;
}

.source-entry-meta,
.source-entry-meta a {
  color: #888;
  font-size: 12px;
}

.most_popular_words .popular_tags {
  height: auto;
}

.ui-tabs .ui-tabs-nav {
  background: #fff !important;
  border-radius: 3px !important;
  border: none !important;
  padding: 10px 20px 0 0;
}

.ui-tabs .ui-tabs-nav li.ui-state-default {
  background: #fff !important;
  border-radius: 4px 4px 0 0 !important;
  font-weight: 400 !important;
  /* color: #0FB36C !important; */
  border-left: solid 1px #e3e3e3;
  border-top: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #fff !important;
  border-radius: 4px 4px 0 0 !important;
  font-weight: 500 !important;
  color: #0FB36C !important;
  border-left: solid 1px #e3e3e3;
  border-top: solid 2px #0FB36C;
  border-right: solid 1px #e3e3e3;
}

.ui-state-active a {
  color: #0FB36C !important;
}

.urls-count {
  text-transform: uppercase;
  color: #b0b0b0;
  font-size: 11px;
}

#most_interactive_entries_from_social_media .loading-entries,
#entries_from_most_popular_authors .loading-entries {
  padding: 70px 0;
  margin-bottom: 10px;
}

#most_interactive_entries_from_social_media .loading-entries img,
#entries_from_most_popular_authors .loading-entries img {
  margin: 0px auto 5px auto;
}

#most_interactive_entries_from_social_media .loading-entries div,
#entries_from_most_popular_authors .loading-entries div {
  font-size: 11px;
  margin-top: 10px;
}

#most_interactive_entries_from_social_media .mention:last-child,
#entries_from_most_popular_authors .mention:last-child {
  margin-bottom: 0;
}

#most_interactive_entries_from_social_media .mention_avatar,
#entries_from_most_popular_authors .mention_avatar {
  overflow: visible;
  position: relative;
}

#most_interactive_entries_from_social_media .sources_author_impact,
#entries_from_most_popular_authors .sources_author_impact {
  position: absolute;
  display: block;
  width: 22px;
  text-align: center;
  height: 22px;
  background: #0FB36C;
  color: #fff !important;
  padding: 4px 0;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}

#most_interactive_entries_from_social_media .analysis-interactions {
  font-size: 15px;
  color: #58667A;
}

#most_interactive_entries_from_social_media .analysis-interactions .fa,
#most_interactive_entries_from_social_media .analysis-interactions .icon-export,
#most_interactive_entries_from_social_media .analysis-interactions .icon-comment {
  color: #8D9AAA;
  margin-left: 15px;
}

#most_interactive_entries_from_social_media .analysis-interactions .icon-comment {
  font-size: 13px;
}

#most_interactive_entries_from_social_media .analysis-interactions .fa:first-child {
  margin-left: 0;
}

#most_interactive_entries_from_social_media .analysis-interactions div {
  display: inline-block;
  height: 30px;
}

#entries_from_most_popular_authors .analysis-interactions div {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #f5f5f5;
  height: 30px;
}

#entries_from_most_popular_authors .analysis-interactions div:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

#entries_from_most_popular_authors .analysis-interactions strong {
  font-size: 12px;
  color: #58667A;
}

.tab {
  display: none;
}

.tab.in {
  display: block;
}

.chart-options .active {
  font-weight: 500;
}

#most_active_authors .sources_entry,
#most_important_authors .sources_entry,
#most_active_urls .sources_entry {
  padding: 10px 0;
}

#most_important_urls .sources_entry {
  padding: 10px 0;
}

.sources_entry-list-title {
  font-size: 11px;
  display: block;
  color: #aaa;
}

.sources_entry-list-value {
  color: #58667A;
  text-transform: uppercase;
}

.results_favicon_1 {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("/static/img/icons/result_microblog.png");
}

.results_favicon_2 {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("/static/img/icons/result_foto.png");
}

.results_favicon_3 {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("/static/img/icons/result_blog.png");
}

.results_favicon_4 {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("/static/img/icons/result_video.png");
}

.results_favicon_5 {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("/static/img/icons/result_facebook.png");
}

.results_favicon_6 {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("/static/img/icons/result_fora.png");
}

.results_favicon_7 {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("/static/img/icons/result_news.png");
}

.results_favicon_8 {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("/static/img/icons/result_other.png");
}

#source_authors > table,
#source_sites > table {
  margin-top: 20px;
}

.panel-compare {
  margin: 20px 0 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.panel-quotes {
  margin: 20px 0 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.panel-quotes .panel_pager_light {
  margin: 0;
  height: auto;
}

.panel_submenu-quotes {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.table-options a {
  color: #aab4c0;
}

.table-options .fa-panel-stack {
  top: -2px;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 2em;
  vertical-align: middle;
}

.table-options .fa-panel-stack .fa {
  position: absolute;
  left: 0;
}

.table-options .fa-panel-stack .fa-circle-thin {
  font-size: 15px;
  top: 0;
}

.table-options .fa-panel-stack .fa-info {
  font-size: 8px;
  top: 4px;
  left: 5px;
}

.table-options .fa-panel-stack .fa-lock {
  font-size: 9px;
  top: 3px;
  left: 5px;
  margin-left: 3px;
}

.panel-index-table {
  padding: 10px 0;
}

.panel-index-row {
  font-size: inherit;
  padding: 3px 0;
}

.panel-index-row .panel_phrase a {
  font-size: 15px;
  font-weight: 400;
  color: #0FB36C;
}

.mention-meta {
  margin: 0 -10px;
  padding: 0;
}

.mention-meta hr {
  border: none;
  border-top: 1px solid #f1f1f1;
  background: none;
  display: block;
  margin: 10px;
}

.mention-meta:after {
  content: "";
  display: block;
  clear: both;
}

.mention-meta-column {
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

.mention-meta-category {
  color: #aaa;
  width: 74px;
}

.mention-meta-category img {
  position: relative;
  top: 5px;
}

.mention-meta-category span {
  display: block-inline;
  padding-left: 5px;
}

.mention-meta-source {
  width: 95px;
  font-size: 10px;
  padding-right: 0;
  color: #aaa;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mention-meta-influencescore {
  width: 130px;
  color: #aaa;
  padding-top: 2px;
}

.mention-meta-interactions {
  width: 100%;
  width: -o-calc(100% - 590px);
  width: calc(100% - 590px);
  text-align: left;
  padding-top: 2px;
}

.mention-meta-interactions-category {
  width: 100%;
  width: -o-calc(100% - 664px);
  width: calc(100% - 664px);
  text-align: left;
  padding-top: 2px;
}

.mention-meta-interactions-item {
  display: inline-block;
  padding-right: 20px;
  font-weight: 500;
  color: #aaa;
  font-size: 14px;
}

.mention-meta-interactions-item .icon-export {
  color: #c6c6c4;
  font-size: 14px;
  font-weight: normal;
}

.mention-meta-interactions-item .icon-comment {
  color: #c6c6c4;
  font-size: 13px;
  font-weight: normal;
  margin-right: 0;
}

.mention-meta-interactions-item .fa {
  color: #c6c6c4;
  font-size: 12px;
  font-weight: normal;
}

.mention-meta-interactions-visits {
  display: inline-block;
}

.mention-meta-interactions-visits .icon-chart {
  color: #c6c6c4;
  font-size: 16px;
  font-weight: normal;
}

.mention-meta-interactions-visits .value {
  font-weight: 500;
  color: #aaa;
  font-size: 14px;
  text-transform: uppercase;
}

.mention-meta-interactions-visits .label {
  font-weight: normal;
  font-size: 10px;
  display: inline-block;
  padding-left: 10px;
  color: #aaa;
}

.mention-meta-followers-count {
  font-size: 8px;
  width: 45px;
  height: 32px;
  padding: 3px 3px;
  margin-left: 0px;
  border-radius: 3px;
  color: #aaaaaa;
  font-size: 8px;
  font-weight: normal;
  text-align: center;
}

.mention-meta-followers-count .number {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .mention-meta-interactions {
    display: none;
    padding: 0;
  }
  .mention-meta-interactions-item {
    font-size: 13px;
    padding-right: 7px;
  }
}
@media (max-width: 1366px) {
  .mention-meta-interactions {
    padding: 4px 0 0;
  }
  .mention-meta-interactions-category {
    padding: 0;
  }
  .mention-meta-interactions-item {
    font-size: 12px;
    padding-right: 5px;
  }
  .mention-meta-interactions-item .icon-export {
    font-size: 13px;
  }
  .mention-meta-interactions-item .icon-comment {
    font-size: 12px;
  }
  .mention-meta-interactions-item .fa {
    font-size: 11px;
  }
  .mention-meta-interactions-visits {
    font-size: 12px;
  }
  .mention-meta-interactions-visits .icon-chart {
    font-size: 13px;
  }
  .mention-meta-interactions-visits .label {
    font-size: 9px;
    padding-left: 0;
    display: block;
  }
}
.mention-meta-interactions-item:last-child {
  padding-right: 0;
}

.mention-meta-options {
  text-align: right;
  width: 365px;
  padding: 0;
  padding-right: 10px;
  float: right;
}

.mention-meta-options > div {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}

.mention-meta-options > div:first-child {
  padding: 0;
  padding-right: 5px;
}

.mention-meta-options > div:last-child {
  padding: 0;
  padding-left: 5px;
}

.mention-meta-options .mention_option_replied_ok a {
  color: #6cb5f4;
}

@media (max-width: 1366px) {
  .mention-meta-options {
    width: 340px;
  }
  .mention-meta-options > div {
    padding: 0 3px;
  }
  .mention-meta-options > div:first-child {
    padding-right: 3px;
  }
  .mention-meta-options > div:last-child {
    padding-left: 3px;
  }
  .mention-meta-influencescore {
    padding-right: 0;
    width: 120px;
  }
  .mention-meta-interactions {
    width: -o-calc(100% - 555px);
    width: calc(100% - 555px);
  }
  .mention-meta-interactions-category {
    width: -o-calc(100% - 629px);
    width: calc(100% - 629px);
  }
}
.mention-meta-options > div a {
  color: #aaa;
}

.demo-info {
  font-size: 10px;
  background: #f0f0f0;
  padding: 3px 5px;
  color: #2d2d2d;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 5px;
}

.panel_heading-clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.panel_heading-clearfix .project-remove {
  font-size: 12px;
  margin-left: 15px;
  letter-spacing: 0;
  font-weight: normal;
}

.panel_heading-clearfix .project-remove i {
  margin-right: 5px;
}

.sources-options {
  display: none;
}

.sources-options.in {
  display: block;
}

.loading-interactions {
  display: inline-block;
  border: 1px solid #c9c9c9;
  color: #aaa;
  text-transform: uppercase;
  font-size: 8px;
  padding: 2px 3px;
  border-radius: 3px;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .loading-interactions {
    font-size: 6px;
  }
}
/* panel-quotes */
#panel-quotes {
  margin-left: -20px;
  margin-bottom: 30px;
}

#panel-quotes::after {
  content: "";
  clear: both;
  display: block;
}

#panel-quotes .grid-sizer {
  width: 33.3%;
}

.panel-quotes_wrapper {
  width: 33.3%;
  float: left;
}

.panel-quotes_quote {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 40px 40px;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}

.panel-quotes_quote img {
  max-height: 42px;
  max-width: 42px;
}

.panel-quotes_quote .panel-quotes_icon {
  position: absolute;
  top: 5px;
  right: 5px;
}

.panel-quotes_quote-text {
  line-height: 26px;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-quotes_quote-mark {
  font-size: 62px;
  font-weight: 500;
  font-style: italic;
  color: #d9d9d9;
  position: relative;
  top: 25px;
  margin-right: 5px;
}

.panel-quotes_quote-text .highlight {
  color: #2d2d2d;
}

.panel-quotes_quote-text .highlight,
.panel-quotes_quote-text .highlight_p,
.panel-quotes_quote-text .highlight_n {
  font-weight: 500;
}

.panel-quotes_quote-meta {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

.panel-quotes_quote-meta time {
  color: #aaa;
  font-size: 12px;
}

.panel-quotes_quote-avatar {
  margin-bottom: 20px;
  border-radius: 3px;
}

.new-version-modal {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.new-version-wrapper {
  box-sizing: border-box;
  background: #000 !important;
  padding: 50px;
  width: 550px;
  height: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -275px;
  margin-left: -275px;
  border-radius: 10px;
}

.new-version-content {
  text-decoration: none !important;
  text-align: center;
  display: block;
}

.new-version-content_title {
  font-size: 48px;
  letter-spacing: -1px;
  color: #fff;
}

.new-version-content_subtitle {
  font-size: 30px;
  color: #999;
}

.new-version-content_image {
  display: block;
  margin: 30px auto 0;
}

.new-version-content_btn {
  background: #1bbf9c !important;
  border-radius: 4px;
  padding: 13px 13px 12px;
  position: relative;
  top: -20px;
  margin-left: 5px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #0eac8a;
  transition: background 0.4s ease-in-out;
}

.new-version-content_btn:hover {
  background: #0eac8a;
  color: #fff;
}

.new-version-content_close {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  z-index: 50;
}

#logo_frame {
  height: 50px;
  background: #181c1f;
}

#logo_frame img {
  height: auto;
  margin: 14px 20px;
}

.ui-slider {
  height: 5px;
  background: #f5f5f5;
  border: none;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.ui-slider .ui-slider-range {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #0FB36C;
}

.ui-slider .ui-slider-handle {
  background: #fff;
  top: -5px;
  width: 10px;
  height: 15px;
  border: none;
  border-radius: 12px;
  margin-left: -5px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#sentimentPickSlider {
  background: url("/static/img/sentiment_bar.png") #fff no-repeat center center !important;
}

#sentimentPickSlider .ui-slider-range {
  background: initial !important;
}

/**

.message--wrapper {
	padding: 10px 100px 10px 100px;
	text-align: left;
}

.message--wrapper .message--title {
	font-size: 18px;
	margin: 0 0 5px;
	display: block;
	color: #2d2d2d;
}

.message--wrapper .message--description {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #777;
}

.panel_big .message--wrapper {

}


.message--infoMessage {
	background: #f1f1f3;
	padding: 50px;
}

.message--infoMessageC {
	background: #bbeab9;
}

.message--infoMessageC .message--title {
	color: #324831;
}

.message--infoMessageC .message--description {
	color: #4e934b;
}

.message--infoMessageE {
	background: #f1c8c8 no-repeat -30px center;
}

.message--infoMessageE .message--title {
	color: #483131;
}

.message--infoMessageE .message--description {
	color: #934b4b;
}

.message--infoMessageQ {
	background: #ddd no-repeat -30px center;
}

.message--infoMessageI {
	background: #d9edf7 no-repeat -30px center;
}

.message--infoMessageI .message--title {
	color: #2679a3;
}

.message--infoMessageI .message--description {
	color: #4398c4;
}

**/
.project--progress {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
  background: #fffffe url("/static/img/project-progress.gif") no-repeat 20px 20px;
  height: 140px;
}

.project--progress-content {
  padding: 40px 120px;
}

.project--progress-content strong {
  font-size: 18px;
  display: block;
  color: #2d2d2d;
  margin: 0 0 5px;
}

.project--progress-content p {
  font-size: 14px;
  color: #777;
}

.project--progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #0FB36C;
  height: 20px;
}

.project--progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  overflow: hidden;
}

.payments-details {
  margin-top: 10px;
}

.card-details .form {
  width: 100%;
}

.card-details .form .item {
  margin: 3px 0px;
  float: left;
  width: auto;
}

.card-details .form .item label {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.2pt;
  display: block;
  margin-bottom: 5px;
}

.card-details .form .item label.checkbox {
  display: inline;
  font-size: 12px !important;
}

.card-details .form .item label img {
  vertical-align: middle;
}

.card-details .form .item input.cards {
  margin-right: 10px;
}

.card-details .form .item select {
  color: #000;
  border: 1px solid #f0f1f5;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  width: 100%;
  background: #fff;
}

.card-details .form .item .payment_item_name {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
}

.card-details .form .item .payment_item_name span {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
}

.card-details .form .item .payment_item_name img {
  vertical-align: middle;
}

.card-details input[type=button] {
  background-color: #60c662;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 35px;
  padding: 0px 15px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
}

.payments-details .bill-details {
  margin-top: 150px;
}

.payments-details .bill-details .title {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.payments-details .bill-details .title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #8b9096;
}

.payments-details .bill-details table.bill {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  width: 100%;
}

.payments-details .powered {
  color: #aaaaaa;
  font-size: 10px !important;
  font-weight: normal;
  letter-spacing: 0;
}

.payments-details .bill-details table.bill .position {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.payments-details .bill-details table.bill h4 {
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
  width: 100%;
}

.payments-details .bill-details .total {
  border-top: 1px solid #eaeaea;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 52px;
  color: #000;
}

.veles-input {
  height: 44px;
  padding: 0 12px;
  margin-bottom: 15px;
  border: none;
  font-size: 1.5rem !important;
  color: rgb(44, 7, 48) !important;
  font-variant: normal;
  font-style: normal;
  line-height: normal;
  visibility: visible;
  border: 1px solid #BEC5DA !important;
}

.clearfix {
  content: "";
  clear: both;
}

#view-monitoring-movie {
  display: block;
  text-align: center;
  margin-top: 15px;
}

#view-monitoring-movie a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0FB36C;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  padding-bottom: 10px;
}

#view-monitoring-movie a:before {
  content: " ";
  background: url("/static/img/new/iconPlay.png") center center no-repeat;
  width: 34px;
  height: 34px;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  position: relative;
  top: 10px;
}

#view-monitoring-movie a:hover {
  text-decoration: underline;
}

.panel_main.results-loading-box {
  margin-bottom: 15px;
  display: none;
  text-align: center;
}

.panel_main.results-loading-box.hidden-chart {
  position: absolute;
  top: 90px;
  z-index: 98;
  border: none;
  box-shadow: none;
  width: calc(100% - 290px);
  height: 230px;
}

.panel_main.results-loading-box .content {
  width: 500px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  text-align: left;
}

.panel_main.results-loading-box .content h4 {
  width: auto;
  color: #171719;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.panel_main.results-loading-box.hidden-chart .content h4 {
  margin-top: 55px;
}

.panel_main.results-loading-box .content div.loader {
  width: auto;
  height: auto;
  margin: 10px auto 5px auto;
  position: relative;
  padding-right: 25px;
}

.panel_main.results-loading-box .content div.loader svg {
  margin-left: -15px;
}

.panel_main.results-loading-box .content .loader-no-of-results-text {
  font-size: 13px;
  color: #101214;
}

.panel_main.results-loading-box .content div.loader div.percent {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 22px;
  font-size: 24px;
  color: #0FB36C;
}

.panel_main.results-loading-box .content div.text {
  font-size: 11px;
  margin-top: 10px;
}

.panel_main.results-loading-box .content div.text span span {
  font-weight: 500;
  font-size: 13px;
  color: #171719;
}

.panel_main.results-loading-box a {
  margin-top: 0;
  margin-bottom: 5px;
}

.panel_main.results-loading-box .content div.loader-no-of-results {
  display: none;
}

.no-results-heading {
  color: #171719;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 80px;
  margin-bottom: 30px;
}

.no-results-text {
  font-weight: normal;
  font-size: 13px;
  color: #171719;
  line-height: 24px;
}

.no-results-button {
  margin-top: 30px;
}

.results-loading-box__progress-info {
  font-size: 13px;
  font-weight: 500;
  color: #868686;
}

.results-loading-box__mini {
  display: none;
  padding: 10px 10px;
  font-size: 14px;
  margin-top: 15px;
  width: 100%;
  float: none;
  clear: both;
  border-radius: 3px;
  border: solid 1px #2965a4;
  border-left: solid 3px #2965a4;
  background-color: #f4f7fa;
  color: #2965a4;
}

.spin-animation {
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.results-loading-box__spinner {
  transform-origin: 50%;
}

body.simple-project-wizard {
  background-color: #f1f1f3 !important;
}

body.simple-project-wizard #logo {
  margin: 30px auto;
  width: 83px;
}

body.simple-project-wizard .content-box {
  text-align: center;
}

body.simple-project-wizard.searches .content-box {
  text-align: left;
}

body.simple-project-wizard .content-box .searches-edit-short {
  border-radius: 3px;
}

body.simple-project-wizard .panel_big_holder {
  width: 60%;
  margin: 10px auto !important;
  text-align: center;
}

body.simple-project-wizard .searches-edit-short {
  padding: 30px !important;
}

body.simple-project-wizard .searches-edit-short h1 {
  font-size: 28px;
  font-family: "Roboto", Sans-Serif;
  font-weight: 100;
  padding: 15px 0 8px 0;
}

body.simple-project-wizard .searches-edit-short {
  font-size: 14px;
  font-weight: 300;
}

body.simple-project-wizard .searches-edit-short .small {
  font-size: 11px;
  font-weight: 400;
  color: #999;
}

body.simple-project-wizard .searches-edit-short .setup-your-monitoring .keywords-content input[type=button] {
  clear: both;
  float: none;
  margin: 0 auto;
}

body.simple-project-wizard .searches-edit-short .setup-your-monitoring .keywords-content {
  width: auto !important;
}

body.simple-project-wizard .searches-edit-short .setup-your-monitoring .keywords-content .keywords-content-info {
  text-align: center !important;
  color: #999;
  font-size: 11px;
}

body.simple-project-wizard .searches-edit-short .setup-your-monitoring .keywords-content a.more-settings {
  clear: both;
  margin: auto;
  float: none;
  height: auto;
  text-align: center;
  font-weight: 400;
}

body.simple-project-wizard .searches-edit-short .setup-your-monitoring .keywords-content .tag-editor {
  width: 90% !important;
  margin: 20px 0 !important;
  border: 1px solid #bbc3d2;
}

.searches-edit-short {
  padding: 50px;
}

body.simple-project-wizard .searches-edit-short .heading p {
  font-weight: 500;
  font-size: 15px;
}

.searches-edit-short .heading h2 {
  display: block;
  font-size: 26px;
  font-weight: 500;
  color: #22282c;
  margin-bottom: 60px;
}

.searches-edit-short .heading span {
  margin: 20px 0px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #AAAAAB;
}

.searches-edit-short .choose-your-goal .goals ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 950px;
}

.searches-edit-short .choose-your-goal .goals ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

.searches-edit-short .choose-your-goal .goals ul li a.goal {
  box-sizing: content-box !important;
  display: block;
  width: 205px;
  height: 140px;
  padding: 70px 5px 10px 5px;
  margin: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #AAAAAB;
  text-align: center;
  text-decoration: none;
}

.searches-edit-short .choose-your-goal .goals ul li a.company {
  background: url(/static/img/company-ico.png) center top no-repeat #fff;
}

.searches-edit-short .choose-your-goal .goals ul li a.sales-leads {
  background: url(/static/img/sales-leads-ico.png) center top no-repeat #fff;
}

.searches-edit-short .choose-your-goal .goals ul li a.competitor {
  background: url(/static/img/competitor-ico.png) center top no-repeat #fff;
}

.searches-edit-short .choose-your-goal .goals ul li a.topic {
  background: url(/static/img/topic-ico.png) center top no-repeat #fff;
}

.searches-edit-short .choose-your-goal .goals ul li a.goal:hover {
  color: #AAAAAB;
  text-decoration: none;
}

.searches-edit-short .choose-your-goal .goals ul li a.goal h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #202020;
  margin: 30px 0;
}

.searches-edit-short .choose-your-goal .goals a.other {
  display: block;
  width: 617px;
  height: 47px;
  color: #0FB36C;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #e4e4e4;
}

.searches-edit-short .choose-your-goal .goals a.other:hover {
  text-decoration: none;
}

.searches-edit-short .choose-your-goal .goals ul li a.goal-choose {
  border: 1px solid #00B495;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #00B495;
  margin-top: 30px;
  padding: 10px 24px;
  text-decoration: none;
}

.searches-edit-short .choose-your-goal .goals ul li a.goal-choose:hover {
  background: #00B495;
  color: #fff;
}

.searches-edit-short .setup-your-monitoring {
  display: none;
}

.searches-edit-short .setup-your-monitoring .keywords-content * {
  box-sizing: content-box !important;
}

.searches-edit-short .setup-your-monitoring .keywords-content {
  width: 760px;
  min-height: 110px;
}

.searches-edit-short .setup-your-monitoring .keywords-content input[type=text] {
  border: 0;
  height: 30px;
  padding: 8px 5px 2px 5px;
  width: 15px;
  background: #fff;
  font-size: 13px;
  color: #22282c;
  line-height: 35px;
  display: inline-block;
}

.searches-edit-short .setup-your-monitoring .keywords-content input[type=text] {
  border: 0;
  height: 30px;
  padding: 8px 5px 2px 5px;
  width: 15px;
  background: #fff;
  font-size: 13px;
  color: #22282c;
  line-height: 35px;
  display: inline-block;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor {
  box-sizing: content-box !important;
  float: left;
  border: 1px solid #AAAAAB;
  border-radius: 3px;
  background: url(/static/img/icons/loupe.svg) 9px 11px no-repeat #fff;
  background-size: 25px;
  font-size: 13px;
  color: #22282c;
  padding: 8px 0 8px 40px;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor li {
  background: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor li input:focus {
  border: 1px solid #e7eaf1;
  border-radius: 3px;
  background: none;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 12px;
  color: #5f687b;
  text-align: left;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor li:first-child {
  display: none;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor div {
  padding: 0 5px;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .tag-editor-tag {
  padding: 6px 10px 6px 10px;
  border-radius: 4px 0 0 4px;
  border-right: none;
  background: #e7eaf1;
  font-size: 12px;
  color: #5f687b;
  text-align: left;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .tag-editor-spacer {
  display: none;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .tag-editor-tag.active {
  font-size: 13px;
  color: #22282c;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .tag-editor-delete {
  padding: 2px 5px 3px 0px;
  margin-right: 10px;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background: #e7eaf1;
  color: #80899c;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .tag-editor-delete:after {
  font-size: 13px;
  color: #9ea9bb !important;
  line-height: 25px;
  top: 0;
  background: none;
  content: "x";
  padding-right: 5px;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .tag-editor-tag.active + .tag-editor-delete {
  display: none;
  background: none;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .tag-editor-tag.active + .tag-editor-delete:after {
  display: none;
  background: none;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .tag-editor-delete i {
  display: none;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .placeholder {
  padding: 2px 0 !important;
  margin-top: 3px !important;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .placeholder div {
  color: #c1c1c1;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .placeholder div span {
  padding: 5px;
  margin: 9px 0px 5px 5px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: none;
  font-size: 13px;
  color: #c1c1c1;
  text-align: left;
}

.searches-edit-short .setup-your-monitoring .keywords-content .tag-editor .placeholder div span i:after {
  display: inline-block;
  font-size: 11px;
  color: #8c94a5;
  line-height: 25px;
  background: none;
  content: "x";
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}

.searches-edit-short .setup-your-monitoring .keywords-content input[type=button] {
  width: 175px;
  height: 35px;
  text-align: center;
  float: left;
  padding: 5px;
  margin: 0px 5px 0px 0px;
  border: 1px solid #0FB36C;
  background-color: #0FB36C;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.searches-edit-short .setup-your-monitoring .keywords-content input[type=button]:hover {
  background: #02b585;
}

.searches-edit-short .setup-your-monitoring .keywords-content a.more-settings {
  box-sizing: content-box !important;
  display: block;
  width: 105px;
  height: 47px;
  color: #0FB36C;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  float: left;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
}

.searches-edit-short .setup-your-monitoring .keywords-content span.info {
  display: block;
  color: #AAAAAB;
  text-align: left;
  padding: 5px 5px 30px 5px;
}

.searches-edit-short .setup-your-monitoring .keywords-content .error_form_div {
  text-align: left;
}

.searches-edit-short .setup-your-monitoring .keywords-content .keywords-content-info {
  text-align: left;
}

.searches-edit-short .setup-your-monitoring .discover .heading {
  position: relative;
  border-bottom: 1px solid #AAAAAB;
  height: 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.searches-edit-short .setup-your-monitoring .discover .heading h3 {
  display: block;
  height: 40px;
  font-size: 18px;
  background-color: #ffffff;
  color: #AAAAAB;
  line-height: 40px;
  text-transform: uppercase;
  width: 455px;
  text-align: center;
  margin-top: -5px;
  font-weight: normal;
}

.searches-edit-short .setup-your-monitoring .discover .boxes {
  width: 850px;
}

.searches-edit-short .setup-your-monitoring .discover .boxes .box {
  display: block;
  width: 283px;
  float: left;
}

.searches-edit-short .setup-your-monitoring .discover .boxes .box:hover {
  text-decoration: none;
}

.searches-edit-short .setup-your-monitoring .discover .boxes .box.success {
  background: url(/static/img/succes-stories.jpg) center top no-repeat #fff;
}

.searches-edit-short .setup-your-monitoring .discover .boxes .box.screencast {
  background: url(/static/img/screencast-video.jpg) center top no-repeat #fff;
}

.searches-edit-short .setup-your-monitoring .discover .boxes .box.help {
  background: url(/static/img/allow-us-to-help.jpg) center top no-repeat #fff;
}

.searches-edit-short .heading h1 span {
  display: inline-block;
  vertical-align: super;
}

.searches-edit-short .heading h1 span i {
  font-size: 14px;
}

.searches-edit-short .heading h1 span i:hover {
  color: #0f9d58;
}

body.simple-project-wizard .discover .heading h3 {
  font-weight: 300 !important;
  font-size: 17px;
  color: #909090;
}

body.simple-project-wizard .discover .boxes li {
  margin: 40px auto 15px auto;
  width: 33%;
  float: left;
  display: inline-block;
  list-style: none;
  padding: 0 15px;
  box-sizing: border-box;
}

body.simple-project-wizard .discover .boxes .box h4 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
  color: #22282c;
  text-align: left;
}

body.simple-project-wizard .discover .boxes .box:hover h4, body.simple-project-wizard .discover .boxes .box:hover h4 span {
  color: #0FB36C !important;
}

body.simple-project-wizard .discover .boxes .box p {
  display: block;
  font-size: 11px;
  font-weight: 400;
  padding-top: 10px;
  line-height: 15px;
  color: #999;
}

body.simple-project-wizard .discover .boxes .box h4 span {
  color: #424242;
  font-weight: 300 !important;
}

#noresult-footer p {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  padding: 0;
}

#noresult-footer .noresult_video h4 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #22282c;
  text-align: left;
  line-height: 28px;
}

#noresult-footer .noresult_video:hover h4, .noresult_video:hover h4 span {
  color: #0FB36C !important;
}

#noresult-footer .noresult_video h4 span {
  color: #424242;
  font-weight: 300 !important;
}

#noresult-footer img {
  display: block;
  float: left;
}

.searches-edit-short .setup-your-monitoring .discover .boxes .box .desc {
  margin: 0px auto 20px auto;
  width: 243px;
  display: block;
  font-size: 12px;
  color: #AAAAAB;
  text-align: center;
}

.searches-edit-short .setup-your-monitoring .discover .boxes .box a {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  padding: 0px;
  margin: 0 auto;
  background-color: #e1e1e1;
  border-radius: 3px;
  font-size: 12px;
  color: #8b8b8b;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* POCZATEK STYLU DLA POJEDYNCZEGO WYNIKU */
.mentions_box {
  background: #f1f1f3;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  color: #565668;
}

.mentions_box a {
  text-decoration: none;
}

.mentions_box a:hover {
  transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
}

.mentions_box p {
  margin: 0;
}

.mentions_box ul {
  padding-left: 0;
  margin-left: 0;
}

.mentions_box ul li {
  list-style: none;
}

.mentions_box .mention {
  padding: 0px;
}

section.mention-box {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.05);
  color: #9393A7;
  float: left;
  border-radius: 3px;
  margin-bottom: 20px;
  position: relative;
}

section.mention-box.mention_vis {
  background: none;
  background-color: #f6f7f6;
  padding: 0px;
  margin-bottom: 20px;
}

section.mention-box.spam {
  border: solid 1px #e65656 !important;
}

section.mention-box.spam li.spam-label a {
  font-weight: 500 !important;
  color: #e65656 !important;
}

section.mention-box.mention_restricted {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

section.mention-box.mention-responsed {
  border-top: solid 3px #0FB36C;
}

section.mention-box a:hover {
  color: #0FB36C;
}

section.mention-box .header {
  padding: 20px 20px 0 20px;
  clear: both;
  width: 100%;
  float: left;
}

/******* AVATAR + KLASA .new-mention DLA NOWYCH WPISÓW ********/
section.mention-box .header .avatar {
  border-radius: 50%;
  max-width: 50px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 20px;
}

section.mention-box .header .avatar img {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

section.mention-box .header .avatar .fa-avatar {
  font-size: 20px;
  color: #14B97C;
  border-radius: 50%;
  border: solid 1px #14B97C;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  display: block;
  padding-top: 14px;
}

section.mention-box .header .avatar .play-button {
  position: absolute;
  z-index: 1000;
  left: 0;
  bottom: -5px;
  color: #0FB36C;
}

section.mention-box .header .new-mention::after {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #d63b6c;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #fff;
}

/******* INFORMACJE O AUTORZE ********/
section.mention-box .author {
  float: left;
  width: 74%;
  overflow: hidden;
}

section.mention-box .author .mention-title-box {
  width: auto;
  max-width: 80%;
  min-width: 13%;
  float: left;
  overflow: hidden;
  height: 25px;
  line-height: 28px;
  padding-top: 0;
  margin-top: -5px;
}
section.mention-box .author .mention-title-box a {
  line-break: anywhere;
}
section.mention-box .author .mention-title-box a img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: -3px;
}

section.mention-box .author p {
  margin: 0;
  display: inline-flex;
  font-size: 12px;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}

section.mention-box .author p.followers-count {
  text-transform: lowercase;
  float: left;
  top: 2px;
}

section.mention-box .author p .followers-count-no {
  text-transform: uppercase;
  margin-right: 5px;
}

section.mention-box .author .visited-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  z-index: 999;
}

.mention_vis .mention-title-box a, .mention_vis .description p {
  color: #6C7075 !important;
}

section.mention-box .author .visited-box span.visited {
  background: url(/static/img/visited-label.png) no-repeat left top;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
}

section.mention-box .author i {
  padding-right: 5px;
  color: #0FB36C !important;
}

section.mention-box .author .woman,
section.mention-box .author .man {
  display: none;
}

section.mention-box:hover .author .woman,
section.mention-box:hover .author .man {
  display: inline-block;
  transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
}

section.mention-box:hover .author .woman:after {
  content: "\f221";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
}

section.mention-box:hover .author .man:after {
  content: "\f221";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
}

section.mention-box .author p:after {
  content: "•";
  position: absolute;
  left: 0;
}

section.mention-box .author .mention-title {
  color: #232323;
  font-size: 17px;
  font-weight: 300 !important;
}

section.mention-box .author a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

section.mention-box .author .mention-source {
  font-size: 12px !important;
  color: #9393A7 !important;
  position: absolute;
  right: 15px;
  top: 20px;
}

section.mention-box .mention-information .added-groups {
  width: auto;
  max-width: 30%;
  overflow: hidden;
  position: relative;
  padding-right: 10px;
}

section.mention-box a.mention_importance_qtip {
  background: url(/static/img/mention-importance-label.png) no-repeat left top;
  display: block;
  width: 27px;
  height: 42px;
  margin: 0;
  padding: 0;
  background-size: 100%;
  position: absolute;
  right: 160px;
  top: -5px;
}
section.mention-box a.mention_importance_qtip_content {
  max-width: 200px;
}

/******* TREŚĆ WPISU ********/
section.mention-box .description {
  font-size: 13px;
  padding: 10px 20px;
  width: 100%;
  line-height: 20px;
  float: left;
  color: #9393A7;
}

section.mention-box .description p {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 13px;
  line-height: 21px;
  color: #3E4144;
  font-weight: 300;
}

section.mention-box .description li {
  list-style: none;
  padding: 10px 0 5px 0;
}

section.mention-box .description li a {
  padding: 0px 7px;
  display: inline-block;
  color: #9696aa;
  font-size: 10px;
  background: #f4f4f7;
  line-height: 18px;
  border-radius: 3px;
  margin: 0 0 5px 5px;
}

/******* CZAS DODANIA I INFORMACJE O WPISIE ********/
section.mention-box .mention-information {
  float: left;
  width: 88%;
  font-size: 12px;
  margin: 8px 0 0;
}

section.mention-box .mention-information p, section.mention-box .mention-information select {
  display: inline-block;
}

section.mention-box .mention-information li {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #ededed;
  height: 20px;
  line-height: 19px;
}

section.mention-box .mention-information li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}

section.mention-box .mention-information .added-groups a {
  padding: 0px 7px;
  display: inline-block;
  color: #0FB36C;
  border: solid 1px #0FB36C !important;
  border-radius: 3px;
  font-size: 10px;
  line-height: 18px;
  border-radius: 3px;
  margin-left: 5px;
}

section.mention-box .mention-information .added-groups a:hover {
  background: #0FB36C;
  color: #fff !important;
}

/******* DOMYŚLNY SELECT ********/
section.mention-box .mention-information select {
  background: #fff;
  padding: 2px 20px 4px 6px;
  font-size: 12px;
  border: solid 1px #babac8;
  color: #babac8;
  font-size: 11px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  font-weight: 400;
  background: url("/static/img/sentiment-arrows.png") no-repeat;
  background-position: 93% 4px;
  width: auto;
  text-align: center;
  height: 24px;
}

/******* KLASA .positive ZMIENIA KOLOR INPUTA NA ZIELONY ********/
section.mention-box select.positive {
  border: solid 1px #0FB36C !important;
  color: #0FB36C !important;
  background-position: 93% -11px;
}

/******* KLASA .positive ZMIENIA KOLOR INPUTA NA CZERWONY ********/
section.mention-box .mention-information select.negative {
  border: solid 1px #bb0023 !important;
  color: #bb0023 !important;
  background-position: 93% -28px;
}

section.mention-box .mention-information .social-stats p {
  margin: 0 20px 0 0;
  line-height: 22px;
}

section.mention-box .mention-information .social-stats p:last-child {
  margin: 0;
}

/******* FOOTER: OPCJE ZWIĄZANE Z WPISEM ********/
section.mention-box .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.6rem;
  padding: 0 10px;
  background: #fafafa;
  font-size: 13px;
  line-height: 3.6rem;
}

section.mention-box .options a {
  color: #afafbf;
}

section.mention-box .options .featured a {
  color: #14B97C;
}

section.mention-box .options .active > a {
  color: #14B97C;
}

section.mention-box .options ul {
  padding: 0 !important;
  margin: 0 !important;
  float: left;
}

section.mention-box .options ul li {
  float: left;
  margin: 0 30px 0 10px;
}

section.mention-box .options ul li:last-child {
  margin-right: 0px;
}

section.mention-box .options ul li i {
  padding-right: 5px;
}

section.mention-box .options .pull-right {
  float: right;
}

section.mention-box .options .select {
  display: block;
  line-height: 1;
}

section.mention-box .options .mention-in-group-shortcut-label.active .shortcut-add-to-pdf-label {
  display: none;
}

section.mention-box .options .mention-in-group-shortcut-label.active .shortcut-remove-from-pdf-label {
  display: inline;
}

section.mention-box .options .mention-in-group-shortcut-label .shortcut-add-to-pdf-label {
  display: inline;
}

section.mention-box .options .mention-in-group-shortcut-label .shortcut-remove-from-pdf-label {
  display: none;
}

/******* DROPDOWN'y ********/
section.mention-box .options ul li {
  position: relative;
}

section.mention-box .options ul li .options-more,
section.mention-box .options ul li .group-more {
  background: #fff;
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
  box-shadow: 0px 0px 10px 1px rgb(222, 222, 222);
  z-index: 1000;
}

section.mention-box .options ul li .group-more li,
section.mention-box .options ul li .options-more li {
  display: block;
  clear: both;
  color: #fff;
  min-width: 200px;
  padding: 0px 10px;
  margin: 0;
  border-bottom: solid 1px #e3e3e3;
  width: 100%;
}

section.mention-box .options ul li .group-more li:hover,
section.mention-box .options ul li .options-more li:hover,
section.mention-box .options ul li .group-more li.active {
  background: #f7f8fa;
  color: #0FB36C !important;
}

section.mention-box .options ul li .group-more li.active a {
  color: #0FB36C !important;
  cursor: pointer;
}

section.mention-box .options ul li .group-more li:hover a, section.mention-box .options ul li .options-more li:hover a {
  color: #0FB36C !important;
  cursor: pointer;
}

section.mention-box .options ul li:hover .group-more,
section.mention-box .options ul li:hover .options-more {
  display: block;
}

section.mention-box .options-more:after,
section.mention-box .group-more:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: #fff transparent;
}

/******* DROPDOWNy (Dodanie grupy) ********/
section.mention-box .add-group {
  padding: 0 15px 15px 15px;
  min-width: 270px;
  float: left;
}

section.mention-box .group-more p {
  color: #0FB36C;
  display: block;
  clear: both;
  margin: 0;
}

section.mention-box .group-more .add-group-error {
  color: #ff0000;
}

section.mention-box .group-more .create-text {
  min-width: 195px;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  border: solid 1px #e3e3e3;
  padding: 0px 10px;
  float: left;
}

section.mention-box .add-group .create-button {
  display: inline-block;
  float: left;
  padding: 2px 6px !important;
  background: #0FB36C;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
}

/******* INFLUENCER SCORE (użyłem aktualnych stylów) ********/
section.mention-box .influencer-score {
  font-size: 11px;
}

section.mention-box .influencer-score strong {
  color: #0FB36C;
}

section.mention-box .influence-score {
  height: 5px;
  background: #f5f5f5;
  margin-bottom: 5px;
  border-radius: 3px;
  width: 50px;
  display: inline-block;
  margin: 0px 0 0 5px;
}

section.mention-box .influencer-score li {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

section.mention-box .influence-score span {
  border-radius: 3px;
  display: block;
  height: 5px;
  border-radius: 3px;
  background: #0FB36C;
  width: 40%;
}

/******* ZAZNACZENIE WPISU ********/
section.mention-box input[type=checkbox] {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

section.mention-box input[type=checkbox]:checked {
  background: url("/static/img/icons/tick.png") center center no-repeat #0FB36C;
  background-size: 8px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #0FB36C;
  outline: 0;
}

/******* HOVER EFFECT DLA IKONEK STATYSTYCZNYCH ********/
section.mention-box:hover .social-stats p {
  transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
}

section.mention-box .mention-information .social-stats .loading-interactions {
  border: none;
  color: #aaa;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 18px;
  white-space: nowrap;
  height: 18px;
  padding: 0px 5px;
  border-radius: 3px;
}

section.mention-box:hover .retweets {
  color: #0FB36C !important;
}

section.mention-box:hover .favs {
  color: #0FB36C !important;
}

section.mention-box:hover .likes {
  color: #0FB36C !important;
}

section.mention-box:hover .comments {
  color: #0FB36C !important;
}

section.mention-box:hover .shares {
  color: #0FB36C !important;
}

section.mention-box:hover .visits {
  color: #0FB36C !important;
}

section.mention-box .mention_source {
  width: auto !important;
  display: block;
  overflow: auto;
  margin-right: 0px !important;
}

section.mention-box select::-ms-expand {
  display: none;
}

/* KONIEC STYLU DLA POJEDYNCZEGO WYNIKU */
.categories-heading {
  font-size: 12px;
  color: #6F6F6F;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 11px 0;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  margin-top: 5px;
  border-bottom: #F5F5F5 1px solid;
  position: relative;
}

.categories-heading::after {
  position: absolute;
  content: "";
  background: #0FB36C;
  width: 30px;
  height: 1px;
  bottom: -1px;
  left: 0;
}

.pn_header_center {
  font-size: 12px;
  color: #6F6F6F;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 11px 0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  border-bottom: #F5F5F5 1px solid;
  position: relative;
}

.pn_header_center::after {
  position: absolute;
  content: "";
  background: #0FB36C;
  width: 30px;
  height: 1px;
  bottom: -1px;
  left: 0;
}

/******* KLASY GENERYCZNE DLA FLOAT ********/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/******* KLASY GENERYCZNE DLA BUTTONOW ********/
.btn-outline {
  moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #0FB36C;
  display: inline-block;
  color: #0FB36C;
  font-size: 12px;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 5px;
}

.btn-outline:last-child {
  margin-right: 0 !important;
}

.btn-outline:hover {
  background: #0FB36C;
  color: #fff !important;
}

.btn-outline-grey {
  moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
  display: inline-block;
  color: #b3b3b3;
  font-size: 12px;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 5px;
}

.btn-cta {
  moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background: #0FB36C !important;
  color: #fff !important;
  font-size: 11px;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}

.btn-cta:last-child {
  margin-right: 0 !important;
}

.btn-cta:hover {
  color: #fff !important;
  text-decoration: none;
}

.btn-info {
  background-color: #00bff3;
  border-radius: 4px;
  color: #fff;
  box-shadow: none;
  border: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
}

.btn-light {
  moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d7d7df;
  display: inline-block;
  color: #9393A7 !important;
  font-size: 11px;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 5px;
  background: none !important;
}

.btn-light:last-child {
  margin-right: 0 !important;
}

.btn-light:hover {
  color: #9393A7 !important;
  border: solid 1px #0FB36C !important;
}

.btn-nonactive {
  moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #EFEFF7;
  display: inline-block;
  color: #DADAE2 !important;
  font-size: 11px;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 5px;
  background: none !important;
  cursor: default;
  pointer-events: none;
}

.btn-nonactive:last-child {
  margin-right: 0 !important;
}

.btn-nonactive:hover {
  color: #DADAE2 !important;
}

.btn-cta_pink {
  border-radius: 4px;
  border: 1px solid #e82e56;
  display: inline-block;
  color: #e82e56;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
}

.btn-cta_pink:last-child {
  margin-right: 0 !important;
}

.btn-cta_pink:hover {
  color: #fff !important;
  background: #e82e56;
  text-decoration: none;
}

.panel_set.panel-filters {
  padding: 13px 20px;
}

.panel-filters__heading {
  overflow: auto;
}

.panel-filters__title {
  float: left;
  font-size: 18px;
}

.panel-filters .panel-filters__heading .btn-clear-additional-filters {
  font-size: 11px !important;
  margin: 0;
  float: right;
  padding: 4px 8px !important;
  background: transparent !important;
  border: 1px solid #0FB36C;
  color: #0FB36C !important;
  font-weight: 500;
}

.panel-filters .panel-filters__heading .btn-nonactive {
  border: 1px solid #EFEFF7;
  color: #DADAE2 !important;
}

.panel-filters .filter--promo .promo-badge {
  display: inline-block;
  background-color: #0FB36C;
  color: #fff;
  font-size: 10px;
  text-transform: capitalize;
  padding: 1px 3px;
  border-radius: 3px;
  vertical-align: text-bottom;
  margin-left: 5px;
}

.panel_set .btn-cta, .panel_set .btn-nonactive {
  font-size: 13px !important;
  width: auto;
  padding: 10px 12px !important;
  margin-top: 30px;
}

.clear-filters {
  padding-right: 5px;
  margin-right: 5px;
  float: left;
  border-right: solid 1px #ededed;
}

.clear-filters a:hover {
  color: #fff !important;
}

.clear-filters.bottom {
  border-right: none;
}

.bulk_options .clear-filters {
  padding-right: 21px;
  margin-right: 8px;
  border-right: solid 1px #ededed;
  float: right;
}

.bulk_options .clear-filters a:hover {
  color: #0FB36C !important;
}

.payments-details ​*, .setup-your-monitoring * ​, .registry_form_personal * {
  box-sizing: content-box !important;
}

.registry_form_personal .error {
  padding-left: 10px;
}

#result_notification_email_content .avatar-photo {
  border-radius: 50%;
  max-width: 50px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 20px;
}

#result_notification_email_content .avatar-photo img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  border: solid 1px #e3e3e3;
}

#result_notification_email_content .avatar-photo .fa-avatar {
  font-size: 20px;
  color: #0FB36C;
  border-radius: 50%;
  border: solid 1px #0FB36C;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  display: block;
  padding-top: 14px;
}

#result_notification_email_content .avatar-photo .play-button {
  position: absolute;
  z-index: 1000;
  left: 0;
  bottom: -5px;
  color: #0FB36C;
}

#result_notification_email_content .mention-title {
  text-decoration: none;
  color: #178EE8;
  font-size: 14px;
}

#result_notification_email_content .mention-title i {
  margin-right: 5px;
}

#result_notification_email_content .mention-content {
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 13px;
  line-height: 20px;
  color: #828294;
}

.change_website {
  width: 85%;
  margin: 30px auto;
}

.change_website a {
  width: 100%;
  color: #0FB36C !important;
}

.change_website a:hover {
  text-decoration: none;
}

.mention-title-options {
  display: none;
}

.filter_button_re a, .filter_button_vi a,
.filter_button_re a:hover, .filter_button_vi a:hover {
  color: #0FB36C;
  font-size: 11px;
  font-weight: 400;
  border-radius: 4px;
  padding: 8px;
}

.sort_date, .sort_date_on {
  /*
  padding: 8px 7px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #aaaaaa;
  color: #777;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  */
}

.hidden_filter a.filter_on {
  background: #0FB36C;
  color: #fff;
}

.filter_button_ne a, .filter_button_ne a:hover {
  background: #fff;
  width: 100% !important;
  padding: 10px 20px;
  border-radius: 4px;
  border: solid 1px #0FB36C;
  color: #0FB36C;
  margin: 10px 0;
  display: block;
  text-align: center;
}

.filter_button_ne a.filter_on {
  background: #0FB36C;
  color: #fff;
  padding: 10px 20px;
}

.add_alert {
  padding: 10px;
  border: solid 1px #0FB36C;
  color: #0FB36C;
  border-radius: 3px;
  display: inline-block;
  margin: 15px 0;
  font-size: 12px;
}

.panel_filter_options .importance_metric_pick {
  box-sizing: border-box;
  height: 30px;
  width: 250px;
  border-radius: 4px;
  background-color: #F4F6F8;
}
.panel_filter_options .importance_metric_pick .all-mentions {
  display: inline-block;
  box-sizing: border-box;
  height: 30px;
  width: 123px;
  border: 1px solid #E4E8EB;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #3E4144;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}
.panel_filter_options .importance_metric_pick .important-mentions {
  display: inline-block;
  box-sizing: border-box;
  height: 30px;
  width: 122px;
  border: 1px solid #F4F6F8;
  background-color: #F4F6F8;
  color: #AFAFBF;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}
.panel_filter_options .importance_metric_pick.filter_on .all-mentions {
  background-color: transparent;
  border: none;
  color: #3E4144;
}
.panel_filter_options .importance_metric_pick.filter_on .important-mentions {
  border: 1px solid #0FB36C;
  border-radius: 4px;
  background-color: #0FB36C;
  color: #FFFFFF;
}

.sources_edit_excluded_list {
  width: 350px;
}

.sources_edit_excluded_list select {
  width: 85%;
  font-size: 13px;
  height: auto;
  padding: 8px 15px;
  margin: 0;
  border-radius: 4px;
  background: #FFFFFF;
  color: #333 !important;
  outline: none;
  display: inline-block;
  border: 1px solid #BFBFBF;
  cursor: pointer;
}

#language_level_restriction {
  color: #333 !important;
}

#search_edit_tabs_sources .registry_form_personal {
  font-weight: 300 !important;
  font-size: 15px;
}

#search_edit_tabs_sources .help_qtip {
  padding-top: 25px !important;
  color: #0FB36C !important;
}

#search_edit_tabs_alerts .form_searches_one_alert_div {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e3e3e3;
}

div#panel_filter_groups_div > div {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.chart-options.chart-options-analysis a:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.filter_button_ge a.filter_on {
  background: none !important;
}

.sentiment_pick a.filter_on i {
  background: none !important;
  color: #e82e56;
}

.panel_filter_options .results_search tr td > div {
  width: 100%;
}

.btn-filter-te {
  border: none !important;
  margin: 0 5px;
}

.form_field_value .panel_phrase_input_key {
  width: 100% !important;
}

.form_field_value {
  width: 85% !important;
}

.form_field {
  width: 100% !important;
}

.form_field_value #download_url {
  height: 30px !important;
}

.help_btn a {
  padding: 4px;
  background: #0FB36C;
}

.linked-text {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.linked-text:hover {
  background: none !important;
  color: inherit !important;
}

/**************  Wyświetlanie większej ilości grup dla screenów > od 1366px ***************/
@media all and (min-width: 1366px) {
  section.mention-box .mention-information .added-groups {
    max-width: 40%;
  }
}
/**************  FIX dla roz. < 1300px - przeniesienie źródła do nowej linii ***************/
@media all and (max-width: 1300px) {
  section.mention-box .author {
    width: 77%;
  }
  .panel_pager_top .clear-filters, .panel_pager_btns .clear-filters {
    display: none;
  }
}
/**************  FIX dla roz. między 1280 a 1330 px ***************/
@media all and (min-width: 1281px) and (max-width: 1330px) {
  section.mention-box .options ul li {
    margin: 0 20px 0 10px;
  }
}
/**************  Dostosowanie dla screenów 1280px ***************/
@media all and (max-width: 1280px) {
  section.mention-box .author .mention-title-box {
    width: auto;
    max-width: 80%;
    float: left;
    overflow: hidden;
    height: 25px;
    line-height: 28px;
    padding-top: 0;
    margin-top: -5px;
    word-break: break-all;
    position: relative;
    padding-right: 10px;
  }
  section.mention-box .author .mention-title-box::after {
    content: "...";
    position: absolute;
    right: 3px;
    bottom: -5px;
    font-size: 11px;
  }
  section.mention-box .author {
    width: 77%;
  }
  section.mention-box .options ul li {
    margin: 0 20px 0 10px;
  }
  .influencer-score .score .influence-score {
    display: none;
  }
}
/**************  FIX dla roz. między 1171 a 1280 px ***************/
@media all and (min-width: 1171px) and (max-width: 1220px) {
  .influencer-score {
    display: none;
  }
  section.mention-box .author .mention-title-box {
    max-width: 55% !important;
  }
  section.mention-box .author {
    width: 77%;
  }
  .avatar {
    display: none;
  }
}
/**************  FIX dla roz. między 1171 a 1280 px ***************/
@media all and (min-width: 1200px) and (max-width: 1270px) {
  .influence-score {
    display: none !important;
  }
}
/**************  FIX dla roz. między 1171 a 1280 px ***************/
@media all and (max-width: 1270px) {
  .added-groups {
    display: none;
  }
}
/**************  FIX dla rozdzielczości < 1200px ***************/
@media all and (max-width: 1200px) {
  .panel_pager_top .clear-filters, .added-groups {
    display: none;
  }
  section.mention-box .author {
    width: 100%;
  }
  section.mention-box .author .mention-title-box {
    max-width: 60% !important;
  }
  section.mention-box .mention-information {
    margin: 0;
  }
  section.mention-box .author a {
    font-size: 13px;
  }
  .avatar {
    display: none;
  }
  .panel_pager_top .panel_pager_btns a:last-child {
    display: none;
  }
  .panel_pager_btns a {
    padding: 6px 5px;
  }
  .btn-filter-te {
    display: none;
  }
  .form_field_value {
    width: 100% !important;
    padding-top: 10px;
  }
  .ui-tabs .ui-tabs-nav li i {
    display: none;
  }
}
/**************  Chowanie Inf. Score i źródła dla screenów < od 1023px ***************/
@media all and (max-width: 1023px) {
  section.mention-box .influencer-score .score, section.mention-box .author .mention-source {
    display: none;
  }
}
/**************  Ukrycie elementów dla screenów < od 768px ***************/
@media all and (max-width: 768px) {
  section.mention-box .options ul li {
    margin: 0 10px 0 10px;
  }
  .influencer-score {
    display: inline-block;
  }
  section.mention-box .author {
    width: 100%;
  }
  section.mention-box .author .mention-title-box {
    max-width: 80%;
  }
  .added-groups {
    display: none !important;
  }
}
/**************  Ustawienia ***************/
li.single-option {
  padding: 30px 15px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  list-style: none;
  height: 250px;
  font-size: 13px;
  color: #777777;
  line-height: 24px;
}

li.single-option:hover {
  background: #fcfcfc;
}

li.single-option:nth-child(4n) {
  border-right: none;
}

li.single-option:nth-child(n+9) {
  border-bottom: none;
}

li.single-option h3 {
  font-size: 18px !important;
  color: #292929 !important;
  font-weight: 400 !important;
  padding-bottom: 10px;
  display: block;
}

li.single-option:hover h3 {
  color: #0FB36C !important;
}

li.single-option svg {
  height: 70px;
  margin-bottom: 15px;
  width: auto;
}

li.single-option:hover svg #return {
  stroke: #0FB36C;
}

li.single-option--promo {
  transition: color 0.25s;
}

li.single-option--promo::before, li.single-option--promo::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

li.single-option--promo::before {
  border-top-color: rgba(15, 179, 108, 0.47);
  border-right-color: rgba(15, 179, 108, 0.47);
  -webkit-animation: animateBorderTopRight 3s infinite;
          animation: animateBorderTopRight 3s infinite;
}

li.single-option--promo::after {
  border-bottom-color: rgba(15, 179, 108, 0.47);
  border-left-color: rgba(15, 179, 108, 0.47);
  -webkit-animation: animateBorderLeftBottom 3s infinite;
          animation: animateBorderLeftBottom 3s infinite;
}

li.single-option--promo .promo__message {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 0 15px;
  color: #fff;
  background-color: #0FB36C;
}

@-webkit-keyframes animateBorderTopRight {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 100%;
    height: 0;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  75% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@keyframes animateBorderTopRight {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 100%;
    height: 0;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  75% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@-webkit-keyframes animateBorderLeftBottom {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 0;
    height: 100%;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  75% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes animateBorderLeftBottom {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 0;
    height: 100%;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  75% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}
/**************  Ustawienia - Media Queries dla Medium Devices ***************/
@media all and (max-width: 1199px) {
  li.single-option:nth-child(4n) {
    border-right: 1px solid #e3e3e3 !important;
  }
  li.single-option:nth-child(3n) {
    border-right: none !important;
  }
  li.single-option:nth-child(n+9) {
    border-bottom: 1px solid #e3e3e3 !important;
  }
  li.single-option:nth-child(n+10) {
    border-bottom: none !important;
  }
}
/**************  Ustawienia - Dodawanie Integracji Slacka ***************/
body.integration-slack fieldset {
  border: none !important;
}

body.integration-slack .half {
  padding: 40px 50px;
}

body.integration-slack .half p {
  display: block;
  margin: 30px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

body.integration-slack .slack-intro {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 50px;
  line-height: 24px;
}

body.integration-slack .slack-integration {
  font-size: 15px !important;
  font-weight: 300;
  background: #f6f6f5;
  border-radius: 5px;
  position: relative;
}

body.integration-slack .slack-integration::after {
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #dbdbdb;
  content: "";
}

body.integration-slack .slack-integration h3 {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 30px;
  display: block;
}

body.integration-slack .cta {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  float: left;
  clear: both;
}

body.integration-slack .cta a {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
}

/**************  Fix dla Clear Filters Button  ***************/
.change-billing-cycle__modal-wrapper, #cancel-subscription__modal, #cancel-subscription__confirmation-modal--success, #cancel-subscription__confirmation-modal--error,
#change-billing-cycle__modal, #change-billing-cycle__confirmation-modal--success, #change-billing-cycle__confirmation-modal--error {
  display: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  background: #0FB36C !important;
  color: #fff !important;
  border: none !important;
  font-size: 14px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child > .ui-button-text {
  color: #fff !important;
}

.ui-dialog.cancel-subscription__modal .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  background: #e82e56 !important;
  border: solid 1px transparent !important;
}

.ui-dialog.cancel-subscription__modal .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover {
  background: transparent !important;
  border: solid 1px #e82e56 !important;
}

.ui-dialog.cancel-subscription__modal .ui-dialog-content {
  padding: 1rem;
}

.ui-dialog.cancel-subscription__modal .ui-dialog-buttonpane {
  margin-top: 0;
}

.ui-dialog.cancel-subscription__modal .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover .ui-button-text {
  color: #e82e56 !important;
}

.ui-dialog.cancel-subscription__modal .ui-button {
  border: inherit !important;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 1rem;
  font-size: 22px;
  border: none;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  right: 1rem;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0.5rem 1rem;
}

.ui-dialog .ui-dialog-content {
  padding: 0.5rem 1rem;
}

/**************  Account Unpaid Screen  ***************/
body.account-unpaid .main {
  min-height: 600px;
  height: 100%;
}

body.account-unpaid .panelmenu_payment_widget {
  display: none !important;
}

body.account-unpaid .btn-large {
  padding: 10px 40px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  background: #ef7121 !important;
}

body.account-unpaid .information_box {
  width: 600px !important;
  padding-top: 0 !important;
}

body.account-unpaid .black-friday-information_box {
  width: 870px !important;
  min-height: 500px !important;
  padding-bottom: 0 !important;
}

body.account-unpaid .expired-account h1 {
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 36px !important;
  color: #333333 !important;
  padding-bottom: 5px;
}

body.account-unpaid .expired-account h2 {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  color: #0FB36C !important;
}

body.account-unpaid .expired-account svg {
  width: 260px;
  height: auto;
  display: block;
  margin: 30px auto;
}

body.account-unpaid .expired-account.black-friday-expired-account {
  background-color: #000000;
  background-image: url(/static/img/black_friday/welcome-box-bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  padding: 90px 15px;
}

body.account-unpaid .expired-account.black-friday-expired-account h1 {
  font-family: "Asap" !important;
  font-size: 28px !important;
  font-weight: bold !important;
  line-height: 36px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding-bottom: 15px;
}

body.account-unpaid .expired-account.black-friday-expired-account h2 {
  font-family: "Asap" !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 26px !important;
  color: #0FB36C !important;
}

body.account-unpaid .expired-account.black-friday-expired-account .discount-info {
  font-family: "Asap" !important;
  font-size: 25px !important;
  font-weight: bold !important;
  line-height: 32px !important;
  color: #ffffff !important;
  margin-top: 35px;
}

body.account-unpaid .expired-account.black-friday-expired-account .c_btn_blue {
  font-family: "Asap" !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: bold !important;
  margin-top: 33px;
  margin-bottom: 23px;
}

/**************  END: Account Unpaid Screen  ***************/
#cancel-automatic-renewal-window {
  font-size: 17px !important;
  line-height: 29px !important;
}

#cancel-automatic-renewal-window .icon svg {
  display: block;
  margin: 20px auto;
  width: 80px;
  height: auto;
}

body.account-limits .ui-dialog > .ui-widget-content {
  background: none !important;
  border: none;
}

body.account-limits .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
  display: table;
  margin: 0 auto;
  clear: both;
  width: auto;
}

body.account-limits .ui-dialog .ui-dialog-title {
  float: none !important;
}

body.account-limits .ui-button-text {
  font-size: 14px !important;
}

.slack-button {
  font-size: 11px !important;
  color: #0FB36C !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.slack-button .fa {
  font-size: 12px !important;
  padding: 2px 5px 0 0;
}

.upgrade-sidebar {
  padding: 5px 8px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  background: #d89317;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-family: Arial, sans-serif !important;
}

.upgrade-sidebar:hover {
  color: #fff !important;
  background: #d89317;
}

/************************ PAYMENT PAGE SIDEBAR ******************/
#panel_projects_list .sidebar-payment-process .payment-headline {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #e3e3e3;
  font-weight: bold;
  padding-bottom: 20px;
}

#panel_projects_list .sidebar-payment-process .payment-process {
  width: 19rem;
  overflow: hidden;
  height: auto;
  margin: 20px 20px 20px 20px;
  color: #fff;
}

#panel_projects_list .sidebar-payment-process ul li {
  padding: 0 5px 20px 0;
  position: relative;
  color: #757575;
}

#panel_projects_list .sidebar-payment-process ul li a {
  color: #999999;
}

#panel_projects_list .sidebar-payment-process ul li a:hover {
  color: #fff;
}

#panel_projects_list .sidebar-payment-process .payment-process ul li::before {
  content: "";
  background: #464646;
  width: 1px;
  position: absolute;
  top: 1.5rem;
  left: 0.5rem;
  height: 3rem;
}

#panel_projects_list .sidebar-payment-process .payment-process ul li:last-child {
  color: #757575;
}

#panel_projects_list .sidebar-payment-process .payment-process ul li:last-child::before {
  height: 0px;
  color: #757575;
}

#panel_projects_list .sidebar-payment-process ul li.payment-step.init {
  color: #999999;
}

#panel_projects_list .sidebar-payment-process ul li strong {
  color: #fff;
}

#panel_projects_list .sidebar-payment-process ul li i {
  color: #0FB36C;
  font-size: 14px;
  padding-right: 10px;
}

.grey-link {
  color: #757575 !important;
}

@media (min-width: 1400px) {
  #panel_projects_list .sidebar-payment-process,
  .payment-details .sidebar-payment-process {
    width: 26rem;
  }
}
@media (min-width: 1680px) {
  #panel_projects_list .sidebar-payment-process,
  .payment-details .sidebar-payment-process {
    width: 28rem;
  }
}
/*** API INTEGRATIONS ***/
body.integration-api .api-description {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 300;
  padding: 30px 0;
}

body.integration-api .api-details {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 300;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}

body.integration-api .api-details span {
  border-bottom: solid 1px #e3e3e3;
  width: 100%;
  display: block;
  padding: 5px;
}

body.integration-api .api-details img {
  clear: both;
  display: block;
  padding: 30px 0;
}

body.integration-api .api-details strong {
  color: #0FB36C;
}

body.integration-api .api-details i {
  padding-right: 10px;
  color: #0FB36C;
}

body.integration-api .api-details h3 {
  font-size: 22px;
  font-weight: 300;
  clear: both;
  padding: 30px 0 10px 0;
  display: block;
}

body.integration-api .btn-cta {
  font-size: 16px !important;
  font-weight: 400;
  clear: both;
  display: inline-block;
  padding: 8px 18px;
}

body.integration-api .btn-cta i {
  color: #fff;
}

.alert-danger.api a {
  color: #a94442;
  font-weight: bold;
}

/* New reports */
.big-light {
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 20px;
}

.reports-heading {
  min-height: 60px;
}

.report-setup {
  padding-bottom: 20px;
}

.additional-reports-edit-checkbox {
  margin: 20px 0 30px 0;
  border-bottom: solid 1px #E3E3E3;
  padding-bottom: 35px;
}

.additional-reports-edit-checkbox h4 {
  float: left;
  font-weight: 500;
  font-size: 13px;
}

.additional-reports-edit-checkbox h4 i {
  color: #0FB36C;
  padding-right: 5px;
}

.report-full {
  border: 1px solid #e3e3e3;
  background: #fff;
  width: 100% !important;
  height: 30px;
  margin: 10px 0;
}

.report-percent-name {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

@media all and (max-width: 1268px) {
  .report-percent-name {
    width: 100% !important;
    text-align: center;
  }
  .storm-alerts-percentage-input-div {
    width: 130px !important;
    padding-top: 10px;
  }
  .storm-alerts-percentage-character {
    padding-top: 10px;
  }
}
.report-percent {
  border-bottom: 1px solid #E3E3E3;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: none !important;
  padding-bottom: 5px;
  font-size: 24px !important;
  color: #0FB36C;
  line-height: 1.25;
  text-align: center;
  width: 100%;
}

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
  padding: 2px;
  width: 40px;
  height: 15px;
  background-color: #dddddd;
  border-radius: 10px;
  float: right;
}

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 10px;
  transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 13px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #0FB36C;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 25px;
}

/* ============================================================
  S
============================================================ */
#search_edit_tabs_reports ul {
  list-style: none;
}

li.report-setup:nth(2n+1) {
  background: #e3e3e3;
}

.users-list-select, .periodic_reports_daily_hour, .periodic_reports_weekly_day, .periodic_reports_weekly_hour {
  width: 100%;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  appearance: none;
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #FFF;
  border: #D2D2D2 solid 1px;
  color: #0FB36C;
  font-size: 12px !important;
  text-align: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 25px;
  margin-bottom: 20px;
  background-image: url("/static/img/picker.png");
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 15px;
}

.send-if-zero {
  width: 100%;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  appearance: none;
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #FFF;
  border: #D2D2D2 solid 1px;
  color: #0FB36C;
  font-size: 11px !important;
  text-align: left;
  padding-top: 5px;
  padding-left: 8px;
  padding-bottom: 5px;
  padding-right: 20px;
  margin-bottom: 20px;
  background-image: url("/static/img/picker.png");
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 15px;
}

.reports_user_add_input {
  width: 80%;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  appearance: none;
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #FFF;
  border: #D2D2D2 solid 1px;
  color: #0FB36C;
  font-size: 12px !important;
  text-align: left;
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 25px;
  margin-bottom: 20px;
}

.reports_user_add_btn {
  background: #1a1d1c;
  border: none;
  border-radius: 4px;
  padding: 5px 15px;
  color: #fff;
}

.new_report_user {
  padding-top: 20px;
  padding-bottom: 40px;
}

.new_report_user p {
  padding-bottom: 5px;
  font-size: 11px;
  color: #999;
}

.periodic_reports_user_add_input {
  height: 36px;
  width: 195px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px;
  border: #D2D2D2 solid 1px;
  padding: 10px;
  font-size: 13px !important;
}

.periodic_reports_user_add_btn {
  color: #fff;
  background: #22282A;
  border: none;
  border-radius: 0 3px 3px 0;
  height: 35px;
  font-size: 12px;
  font-weight: 500;
  width: 65px;
  padding: 0;
  font-size: 13px !important;
  margin-left: -3px;
}

p.report_setting_label {
  padding-bottom: 10px !important;
}

#add_new_report_div, #add_new_storm_alert_div {
  padding-top: 25px;
  border-top: solid 1px #E3E3E3;
}

.searches #add_new_report_div, #add_new_storm_alert_div {
  padding-top: 25px;
  border-top: none !important;
}

.del_report {
  border-color: #999 !important;
  color: #999 !important;
}

.del_report:hover {
  color: #fff !important;
  background: #e82e56 !important;
  border-color: #e82e56 !important;
}

.report-description {
  font-size: 11px;
  line-height: 20px;
  color: #999;
}

.single-report {
  padding: 0 30px 30px 30px !important;
  border: 1px solid #e3e3e3;
  border-width: 1px !important;
  border-radius: 4px;
  margin-top: 30px;
}

/** PROJECT SETTINGS: TAB WIDTH FIX **/
.ui-tabs .ui-tabs-nav li a {
  padding: 0.7em 0.8em !important;
  letter-spacing: 0;
}

#account-data-div {
  margin-top: 15px;
  padding-top: 15px;
}

ul.payment-form-ul li .col-half {
  clear: both;
  width: 100%;
  padding-bottom: 5px;
}

#account_kind_1, #account_kind_2 {
  width: 16px !important;
  height: 15px;
  margin-right: 7px;
  -webkit-appearance: radio !important;
}

#alert_email_user_add {
  width: 80%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #FFF;
  border: #D2D2D2 solid 1px;
  color: #0FB36C;
  font-size: 12px !important;
  text-align: left;
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 25px;
  margin-bottom: 20px;
}

#alert_email_user_add_btn_hidden {
  background: #1a1d1c;
  border: none;
  border-radius: 4px;
  padding: 5px 15px;
  color: #fff;
}

/********** MARGIN FIX FOR REPORT SETTINGS TAB **********/
.report-description p {
  padding-bottom: 15px;
}

.report-description strong {
  color: #353535 !important;
}

.report-description .additional-reports-edit-checkbox {
  margin: 0px 0 15px 0 !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.category-link {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.category-link#twitter-policy-notification-trigger {
  z-index: 1000;
  height: 95px;
}

/* Styles for 5th anniversary video after first payment */
body.account-limits .after p {
  padding-top: 15px;
  font-size: 32px;
}

body.account-limits .after ul li {
  list-style: none;
}

body.account-limits .after .loader {
  opacity: 1 !important;
}

body.account-limits .after p.loading-fact {
  font-weight: 400 !important;
  font-size: 18px !important;
  padding-top: 50px;
  color: #e4cccc;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.account-limits .after .quotes {
  display: none;
}

#scenario .vm-scenario-container .flowplayer .fp-engine,
#scenario .vm-scenario-container .flowplayer .fp-ui,
#scenario .vm-scenario-container .flowplayer .fp-message {
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
}

.btn-filled-gray {
  moz-border-radius: 3px;
  border-radius: 3px;
  border: none !important;
  display: inline-block;
  background: #f1f1f3 !important;
  color: #8f92a0 !important;
  font-size: 12px;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 5px;
}

.select_newStyle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background-color: #FFF !important;
  border: #D2D2D2 solid 1px;
  color: #0FB36C;
  text-align: left;
  padding: 13px 20px;
  background-image: url(/static/img/picker.png);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 15px;
  width: 90% !important;
  margin: 20px 0 !important;
  border: 1px solid #bbc3d2;
  z-index: 0;
}

body.clean-project-wizard {
  background-color: #f1f1f3 !important;
}

body.loading-data .content-box a {
  pointer-events: none !important;
}

#date_range_box_info {
  background: #eef0f7;
  border: 1px solid #d9e0f7;
  color: #78809e;
  display: block;
  clear: both;
  width: 95%;
  padding: 10px;
  border-radius: 3px;
  margin: 20px 0 10px 0;
}

#date_range_box_info a {
  font-size: 12px !important;
}

#date_range_box_info a:last-child {
  padding-left: 15px;
  font-size: 14px !important;
}

div#new-servers-info {
  background: #8f9baf;
}

div#new-servers-info .message--description {
  font-size: 12px;
}

div#new-servers-info .unpaid .message--description::before {
  content: "\f069";
  font-size: 11px;
}

div#new-servers-info .message--description a > i {
  position: absolute;
  right: 15px;
  top: 12px;
}

.mention_instagram_preloader {
  float: left;
  width: 150px;
  height: auto;
  padding-right: 20px;
}
.mention_instagram_preloader--active {
  height: 150px;
}

.mention_instagram_preloader {
  background: url("/static/img/loader.gif") center center no-repeat;
}

.mention_instagram_img img {
  width: 100%;
}

.mention_instagram_preloader + .mention_text,
.mention_instagram_preloader + .mention_text + .mention_text_oryginal,
.mention_instagram_img + .mention_text {
  width: calc(100% - 150px);
}

.mention_instagram_img img {
  border-radius: 3px;
}

.pricing-featured {
  font-weight: 500 !important;
  color: #000;
}

.price-table-new-flag {
  background-color: #0fb36c;
  color: white;
  font-weight: 500;
  font-size: 9px;
  padding: 1px 4px;
}

div.price_table span.small {
  padding-left: 22px;
  font-size: 11px;
  font-weight: 400;
}

body.account-upgrade .price_table .highlighted a {
  background: #0FB36C;
  color: #FFF;
}

section#widget_webinar {
  text-align: left;
}

section#widget_webinar h3 {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 70px;
}

section#widget_webinar h4 {
  color: #a4aaae;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 17px;
}

section#widget_webinar ul {
  margin: 0 0 20px 0;
}

section#widget_webinar ul li {
  color: #a4aaae;
  font-weight: 300;
  font-size: 11px;
  list-style: none;
  line-height: 24px;
}

section#widget_webinar .btn-outline {
  font-size: 11px;
  display: inline;
}

.ui-dialog {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.payment_history .btn_invoice {
  background: #0fb26c;
  padding: 6px 10px;
  color: #fff;
  border-radius: 3px;
}

.payment_history .btn_pastdue {
  background: #E82E56;
  padding: 6px 10px;
  margin-left: 10px;
  color: #fff;
  border-radius: 3px;
}

#loginSwitcher {
  text-align: left;
  position: relative;
  margin-top: 50px;
}

#loginSwitcher a {
  color: #000;
  clear: both;
  display: block;
  width: 100%;
}

#loginSwitcher a i {
  float: right;
  color: #0fb36c;
}

.loginSwitcher-label {
  font-size: 12px;
  color: #AAAAAB;
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
  margin-top: 10px;
}

.loginSwitcher-label i {
  padding-right: 5px;
}

.btn-logout {
  position: fixed;
  right: 30px;
  top: 30px;
}

.btn-logout a {
  padding: 10px 20px;
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.btn-logout:hover a,
.btn-logout:hover i {
  color: #0FB36C !important;
}

.btn-logout i {
  padding-right: 5px;
}

.sources_table_heading a {
  color: #555555;
  position: relative;
}

.sources_table_heading a.sort_btn.asc,
.sources_table_heading a.sort_btn.desc {
  color: #0FB36C;
}

.sources_table_heading a.sort_btn i {
  padding-left: 6px;
  position: absolute;
  top: 14%;
}

body.account-after-reactivation .panel_set .header {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 15px;
}

body.account-after-reactivation .panel_set .panel_results_loader_desc {
  padding-bottom: 30px;
}

body.account-after-reactivation .panel_set .panel_chart_loader_meta {
  font-weight: 300;
  font-style: 16px;
  color: #0FB36C;
  display: block;
  margin: 0;
  margin-top: 55px;
  margin-bottom: 10px;
  padding: 10px;
  width: 97%;
  border: 1px solid #0FB36C;
  border-radius: 5px;
}

body.account-after-reactivation .panel_set .panel_chart_loader_meta .fa-info-circle {
  font-size: 18px;
  display: inline-block;
  width: 20px;
  vertical-align: top;
}

body.account-after-reactivation .panel_set .panel_chart_loader_meta .info {
  display: inline-block;
  width: calc(100% - 35px);
  text-align: left;
  margin-left: 10px;
  font-size: 13px;
}

/* Geolocalisation filters autocomplete */
.geo-autocomplete {
  max-height: 350px;
  width: auto !important;
  left: 0;
  right: 0;
  overflow-y: scroll;
  padding: 5px;
}

.geo-autocomplete__category {
  padding: 15px 5px 10px;
  font-size: 10px;
  font-weight: 500;
}

.geo-autocomplete__category:first-of-type {
  padding-top: 5px;
}

.geo-autocomplete__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5px;
}

.geo-autocomplete__item:hover {
  background: #FAFAFA;
  cursor: pointer;
}

.geo-autocomplete__item label {
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 12px;
}

.geo-autocomplete__item input[type=checkbox] {
  display: inline-block;
  margin: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.geo-autocomplete__item input[type=checkbox]:checked {
  background: url(/static/img/icons/tick.png) center center no-repeat #0FB36C;
  background-size: 8px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #0FB36C;
}

.geo-autocomplete__wrapper {
  padding-bottom: 10px;
  position: relative;
}

.geo-autocomplete__wrapper input {
  margin-bottom: 0;
}

.geo-autocomplete__wrapper .geo-autocomplete__search-icon {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: calc(50% - 14px);
  line-height: 14px;
  color: #D2D2D2;
  border: none;
  background: none;
  z-index: 99999999;
}

/* TOP NOTIFICATIONS (LACK OF PAYMENTS, TRIAL END ETC); EWERYTHING DISPLAYED ON TOP OF PANEL GLOBALLY */
.top-notification {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  color: #fff;
  z-index: 999;
}

.top-notification:after {
  display: block;
  content: "";
  clear: both;
}

.top-notification a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.top-notification__content {
  display: inline-block;
}

.top-notification__icon {
  margin-right: 10px;
}

.top-notification--danger {
  background: #C34953;
}

.top-notification--warning {
  background: #CE9539;
}

.top-notification--info {
  background: #387FA6;
}

.top-notification--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.top-notification--sticky + #site {
  margin-top: 40px;
}

/* TAG */
.tag {
  display: inline-block;
  padding: 4px;
  border-radius: 3px;
  line-height: 1em;
  font-size: 0.85em;
  font-weight: 500;
}

.tag--brand {
  background: #51b072;
  color: #fff;
}

/* PAYMENTS */
.optional-billing-details .billing-details__show,
.optional-billing-details .billing-details__hide {
  padding: 0;
  margin: 0;
  width: auto;
  background: none;
  border: none;
  color: #0FB36C;
  letter-spacing: normal;
}

.optional-billing-details .billing-details__hide {
  display: none;
}

.optional-billing-details--opened .billing-details__show {
  display: none;
}

.optional-billing-details--opened .billing-details__hide {
  display: block;
}

.sentiment-progress {
  text-align: left;
  position: relative;
  height: 10px;
  margin: 5px 0 5px 0;
  background: #bdc3c7;
  width: 90%;
  border-radius: 25px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  padding: 1px;
}

.sentiment-progress > span {
  display: block;
  height: 100%;
  border-radius: 25px;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.change-billing-cycle button.change-billing-cycle__trigger {
  display: inline;
  margin: 0;
  padding: 8px 13px !important;
  border: none;
}

.confirmation-meta {
  padding: 20px 10px;
}

.confirmation-meta b {
  color: #51b072;
}

.confirmation-meta p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.confirmation-meta p:first-of-type {
  margin-bottom: 30px;
}

.confirmation-meta .price {
  float: right;
}

.price__accent {
  font-weight: 300;
  font-size: 12px;
}

body.account-limits .ui-dialog.change-billing-cycle__modal .ui-dialog-buttonpane .ui-dialog-buttonset,
body.account-limits .ui-dialog.change-billing-cycle__modal--success .ui-dialog-buttonpane .ui-dialog-buttonset,
body.account-limits .ui-dialog.change-billing-cycle__modal--error .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right !important;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.change-billing-cycle--loading span.ui-button-text {
  transition: opacity 150ms ease 0ms;
  opacity: 0;
}

.change-billing-cycle--loading:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 1px solid #fff;
  border-left: none;
  border-radius: 50%;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.results-top-controls__search {
  flex: 1 1 auto;
  position: relative;
  display: flex;
}

.results-top-controls__search > a {
  height: 30px;
  width: 20px;
  padding-top: 10px;
  background-color: #E3E3E3;
  color: #747474;
}

.results-top-controls__search .filter_icon {
  margin: 0 5px;
}

.results-top-controls__input-wrapper {
  position: relative;
  flex: 1 1 auto;
}

.panel_pager_top .choices.results-top-controls__mention-order-wrapper:after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 18.5px;
  margin-top: -5.5px;
  font-size: 11px;
  border: none;
  color: #0FB36C;
}

.choices.results-top-controls__mention-order-wrapper.is-open:after {
  content: "\f077";
}

.results-top-controls__search-input {
  width: 100%;
  height: 30px;
  padding-right: 55px;
  color: #999999;
}

.results-top-controls__search-button {
  position: absolute;
  right: 0;
  width: auto;
  padding: 0 10px;
  height: 30px;
}

.results-top-controls__separator {
  width: 1px;
  opacity: 0.3;
  background-color: #979797;
  height: 31px;
  margin: 0 15px;
}

.b24-choices-select {
  padding: 2px 10px;
  border-radius: 5px;
  border: #0FB36C solid 1px;
  background-color: #fff;
  color: #0FB36C;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.choices.results-top-controls__mention-order-wrapper {
  margin: 0;
}

.choices.results-top-controls__mention-order-wrapper .choices__list--dropdown {
  z-index: 1000;
  min-width: 100%;
  width: auto;
}

.choices.is-open .choices__list--dropdown {
  border: 1px solid #ddd;
}

.choices__list--dropdown .choices__list {
  padding: 4px;
}

.choices .choices__list--dropdown .choices__item {
  white-space: nowrap;
}

.choices__list--dropdown .choices__item:hover,
.choices .choices__list--dropdown .choices__item--selectable.is-highlighted:hover {
  background-color: #fafafa;
}

.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: transparent;
}

.choices .choices__list--dropdown .choices__item--selectable[data-active=true] {
  color: #0FB36C;
}

.choices .choices__list--dropdown .choices__item--selectable[data-active=true]:before {
  content: "\f00c";
  position: absolute;
  right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.results-top-controls__mention-order-select:before {
  content: "\f161";
  display: inline-block;
  padding-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.options-search a {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 14px;
  border: none;
  background: transparent;
  color: #989ca8;
}

.username-check-input {
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: none;
  background: transparent;
  font-size: 0;
}

#excel_preloader {
  display: none;
  padding: 15px;
  position: absolute;
  z-index: 1000000;
  text-align: left;
  width: 400px;
  box-sizing: content-box;
}

#excel_preloader .close-btn {
  text-align: right;
  padding-right: 0px;
  float: right;
}

#excel_preloader .close-btn img {
  vertical-align: middle;
  margin-left: 6px;
  width: 10px;
}

#excel_preloader #excel-question {
  float: left;
  text-align: center;
}

#excel_preloader #excel-question .header {
  font-family: "Roboto", sans-serif;
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
  text-align: center;
}

#excel_preloader #excel-question svg {
  margin: 20px auto;
  padding: 0;
  width: 120px;
  height: 120px;
}

#excel_preloader #excel-question .description {
  padding: 0px 50px;
  font-size: 12px;
}

#excel_preloader #excel-question button {
  background: #0FB36C !important;
  color: #fff !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 30px;
  margin: 15px 0;
  border: 0;
}

#excel_preloader #excel-question a {
  font-family: "Roboto", sans-serif;
  color: #0FB36C;
  text-decoration: underline;
}

.summer_sale_ribbon {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 99;
  width: 140px;
}

.panel_set .right-box {
  width: 100%;
  margin-bottom: 25px;
}

.panel_set .right-box header {
  color: #111111;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 2px;
}

section.right-box {
  margin-top: 30px;
}

section.right-box:nth-child(1) {
  margin-top: 0;
}

.panel_set .right-box .subtitle {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D2D4DA;
}

.panel_set .right-box .content {
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.panel_set .right-box .content p {
  color: #636363;
  font-size: 12px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.panel_set .right-box .content p strong {
  color: #555;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.panel_set .right-box .content ul {
  padding: 0px;
  margin: 0px;
}

.panel_set .right-box .content ul li {
  color: #636363;
  font-size: 12px;
  font-weight: 400;
  padding: 1px 0px;
  margin: 0px;
  list-style: none;
}

.panel_set .right-box .content ul li a {
  color: #636363;
  font-size: 12px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.panel_set .right-box .btn-outline {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid #0fb36c;
  background: transparent;
  color: #0fb36c;
  transition: 0.5s;
}

.panel_set .right-box .btn-outline:hover {
  color: #ffffff !important;
  background: #0fb36c;
}

.panel_results_types .panel_results_types_item i {
  border: solid 1px;
  border-radius: 50%;
  padding: 7px;
}

.panel_results_types_item {
  padding: 0 1rem;
  float: left;
  width: 165px;
  height: 85px;
}

.grecaptcha-badge {
  left: 0 !important;
}

#panel-top-trial-upgrade-notification.not-active {
  display: none;
}

#panel-top-trial-upgrade-notification .trial-upgrade-notification {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

#panel-ex-paid-renew-notification {
  height: 44px;
}
#panel-ex-paid-renew-notification .upgrade-notification {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.trial-upgrade-notification,
.upgrade-notification {
  clear: both;
  width: 100%;
  display: block;
  padding: 10px 15px;
  background-color: #2965a4;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.05);
}

a.trial-upgrade-notification__cta,
a.upgrade-notification__cta {
  padding: 0 5px;
  font-weight: 900;
  text-decoration: underline;
  color: #fff;
}

.trial-upgrade-notification__cta img,
.upgrade-notification__cta img {
  padding-right: 5px;
}

.trial-upgrade-notification__cta i,
.upgrade-notification__cta i {
  padding-left: 5px;
  font-size: 10px;
}

.panel_results_category_unlock_button {
  margin-top: 5px;
}

#results_type_btn_type_instagram_unlock .results_type_btn_text,
#results_type_btn_type_instagram_unlock .results_type_btn_text a,
#results_type_btn_type_facebook_unlock .results_type_btn_text,
#results_type_btn_type_facebook_unlock .results_type_btn_text a {
  color: #C3C3C3 !important;
}

.panel_filter_options .panel_results_category_unlock_button {
  margin-top: 0;
  font-size: 11px;
  padding: 2px 6px;
}

.panel_results_types_item .panel_results_category_unlock_button {
  margin-top: 0;
}

.barber-progress-bar {
  background-color: #fafafa;
  height: 6px;
  margin: 0 auto;
  width: 100%;
}

.barber-progress-bar--meter {
  -webkit-animation: barber-progress-bar-background 0.7s linear infinite;
          animation: barber-progress-bar-background 0.7s linear infinite;
  background-color: #0FB36C;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-size: 2.5em 2.5em;
  background-repeat: repeat-x;
  display: block;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes barber-progress-bar-background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2.5em 0;
  }
}

@keyframes barber-progress-bar-background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2.5em 0;
  }
}
.no-results__panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 20px 10px;
  text-align: center;
}

.no-results__title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
}

.no-results__subtitle {
  display: inline-block;
  margin-bottom: 10px !important;
  font-weight: 500;
  font-size: 12px;
  color: #777;
}

.no-results__cta {
  font-size: 14px;
  border: none;
}

.no-results__facebook-cta {
  font-size: 14px;
  border: none;
  background-color: #2d85e5 !important;
}
.no-results__facebook-cta svg {
  width: 15px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.btn-cta.no-results__secondary-cta {
  border: 1px solid #0FB36C !important;
  background-color: #ffffff !important;
  color: #0FB36C !important;
  font-weight: 500;
  line-height: 1.4;
}

.no-results__keywords {
  margin-bottom: 20px;
}

.no-results__divider {
  width: 100%;
  max-width: 350px;
  margin: 10px auto;
  padding: 5px 20px;
  position: relative;
  background-color: #ffffff;
  color: #80909B;
  text-align: center;
}
.no-results__divider:before {
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #F2F2F2;
}
.no-results__divider span {
  padding: 5px 20px;
  position: relative;
  background-color: #ffffff;
}

.no-results__keyword {
  padding: 5px 10px;
  background: #f3f4f6;
  border: 1px solid #c4c8d2;
  border-radius: 4px;
}

.no-results__reasons {
  font-size: 12px;
  line-height: 1.4;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  max-width: 600px;
}

.no-results__reason {
  display: flex;
  align-items: center;
  flex: 1 1 30%;
  margin: 0 2em;
  text-align: left;
  color: #aaa;
}

.no-results__reason i {
  font-size: 2.5em;
  margin: 0 0.5em;
}

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

div.main .black-friday-promo-ribbon {
  background: transparent;
  margin: 0 auto;
  width: 190px;
  display: block;
}

td.bf-promo-right .panel_set {
  padding-top: 105px;
}

.mention-importance-submetric {
  font-size: 13px;
  margin: 5px;
  color: #ffac00;
}

.mention-importance_sentiment_0 {
  color: #ffac00;
}

.mention-importance_sentiment_1 {
  color: #2ecc40;
}

.mention-importance_sentiment_2 {
  color: #ff4136;
}

.new-results-found-box {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 0;
  margin: 0px auto;
  width: 100%;
  height: 50px;
  z-index: 9999999;
}
.new-results-found-box .content {
  position: relative;
  margin: 0px auto;
  padding-left: 25px;
  width: 265px;
  height: 40px;
  border-radius: 20px;
  background-color: #2965a4;
  color: #ffffff;
  text-align: left;
  line-height: 40px;
  font-size: 15px;
  cursor: pointer;
  z-index: 9999999;
}
.new-results-found-box .content a.refresh {
  display: block;
  background-color: #ffffff;
  color: #2965a4;
  position: absolute;
  top: 7px;
  right: 15px;
  width: 60px;
  height: 26px;
  border-radius: 4px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
}

#account_mentions_limit .mentions-limit-alert {
  margin: 0;
  background: #fff5e9;
  border: 1px solid #f6e0b8;
  color: #303645;
  font-size: 13px;
  padding: 10px 40px;
  border-radius: 6px;
  background-image: url("/static/img/icons/alert-warning.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 24px 24px;
}
#account_mentions_limit .sources_box {
  box-shadow: none;
  padding-bottom: 0;
  margin-top: 30px;
}
#account_mentions_limit .analysis-stats .analysis-stats-section {
  border-bottom: none;
}
#account_mentions_limit .analysis-stats .analysis-stats-section:hover {
  background: #ffffff;
}
#account_mentions_limit .analysis-stats .analysis-stats-section .title {
  font-size: 16px;
  color: #636363;
}
#account_mentions_limit .analysis-stats .analysis-stats-section .count {
  font-size: 34px;
  line-height: 200%;
  font-weight: bold;
  color: #000000;
}
#account_mentions_limit .analysis-stats .analysis-stats-section .count.danger {
  color: #F44336;
}
#account_mentions_limit .analysis-stats .analysis-stats-section .count.warning {
  color: #FF9800;
}
#account_mentions_limit .analysis-stats .analysis-stats-section .buttons {
  margin-top: 25px;
  text-align: center;
}
#account_mentions_limit .analysis-stats .analysis-stats-section .buttons a {
  display: inline-block;
  width: auto;
  margin: 0 5px 5px 5px;
  background: none;
  border: 1px solid #0FB36C;
  color: #0FB36C;
  font-size: 12px;
  padding: 5px 5px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
}
#account_mentions_limit .panel_table .table_row:first-child {
  background: #f9f9f9;
}
#account_mentions_limit .panel_table .table_row a.delete {
  display: block;
  text-decoration: none;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background-image: url("/static/img/icons/delete_icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px 24px;
}
#account_mentions_limit .panel_table .table_row a.delete:hover {
  text-decoration: none;
}

#user-access_tabs {
  border: 0;
}

#add-user-access-window label {
  font-weight: normal;
}

/******* All kind of fixes to old CSS *******/
.sidebarfix {
  background: #1d2533;
}

.clearfix {
  clear: both;
}

/******* Responsive Classes *******/
.col-quarter {
  width: 22%;
  margin-right: 3%;
  float: left;
}

.col-quarter-last {
  margin-right: 0 !important;
}

.col-third {
  width: 30%;
  margin-right: 3%;
  float: left;
}

.col-third-last {
  margin-right: 0 !important;
}

.col-half {
  width: 47;
  margin-right: 3%;
  float: left;
}

.col-half-last {
  margin-right: 0 !important;
}

/******* END: Responsive Classes *******/
body.payment-details .sidebar-payment-process {
  min-height: calc(100vh - 140px);
}

body.payment-details .card-details {
  /*width: 100%;*/
  /*padding: 0px 30px;*/
}

body.payment-details hr {
  border-top: solid 2px #e4e4e4;
  margin: 0 !important;
}

body.payment-details li {
  list-style: none;
}

body.payment-details input {
  border-radius: 4px;
  height: 47px;
}

body.payment-details .form .full-width {
  width: 100%;
  float: none;
  max-width: 300px;
}

body.payment-details .payment-details-form {
  width: 48%;
  display: inline-block;
}
body.payment-details .payment-details-form:not(:first-of-type) {
  margin-left: 2%;
}

body.payment-details .payment-details-form-cvv {
  margin-left: -4px;
}

body.payment-details .payment-details-form-expiry-date {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

body.payment-details .payment-details-form-input-cvv {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

body.payment-details .card-details .form .item label {
  color: #6F6F6F;
  font-weight: 500;
  letter-spacing: 0;
}

body.payment-details .cc-icon {
  height: 30px;
  position: relative;
  display: inline-block;
  border: 1px solid #bfc5d8;
  border-radius: 3px;
}

body.payment-details .cc-icon-visa {
  height: 18px;
  width: 47px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

body.payment-details .cc-icon-mastercard {
  height: 18px;
  width: 47px;
  margin-top: 5px;
}

body.payment-details .cc-icon-mastercard .cls-1 {
  fill: none;
}

body.payment-details .cc-icon-mastercard .cls-2 {
  fill: #231f20;
}

body.payment-details .cc-icon-mastercard .cls-3 {
  fill: #ff5f00;
}

body.payment-details .cc-icon-mastercard .cls-4 {
  fill: #eb001b;
}

body.payment-details .cc-icon-mastercard .cls-5 {
  fill: #f79e1b;
}

body.payment-details .disabled.cc-icon-mastercard .cls-2 {
  fill: #b0b0b0;
}

body.payment-details .disabled.cc-icon-mastercard .cls-3 {
  fill: #b0b0b0;
}

body.payment-details .disabled.cc-icon-mastercard .cls-4 {
  fill: #b0b0b0;
}

body.payment-details .disabled.cc-icon-mastercard .cls-5 {
  fill: #b0b0b0;
}

body.payment-details .cc-icon-maestro {
  height: 18px;
  width: 47px;
  margin-top: 5px;
}

body.payment-details .cc-icon-maestro .cls-maestro-1 {
  fill: none;
}

body.payment-details .cc-icon-maestro .cls-maestro-2 {
  fill: #7673c0;
}

body.payment-details .cc-icon-maestro .cls-maestro-3 {
  fill: #eb001b;
}

body.payment-details .cc-icon-maestro .cls-maestro-4 {
  fill: #00a1df;
}

body.payment-details .disabled.cc-icon-maestro .cls-maestro-2 {
  fill: #b0b0b0;
}

body.payment-details .disabled.cc-icon-maestro .cls-maestro-3 {
  fill: #b0b0b0;
}

body.payment-details .disabled.cc-icon-maestro .cls-maestro-4 {
  fill: #b0b0b0;
}

body.payment-details .card-details.full-width, body.payment-details .bill-details.full-width {
  width: 100%;
}

body.payment-details #panel_projects_list {
  min-height: calc(100vh - 70px);
}

body.payment-details .payments-details .total {
  color: #0FB36C !important;
}

#account-data_details-div {
  width: 100%;
}

body.payment-details .panel_set_big {
  min-height: 735px !important;
}

body.payment-details .main .panel_big_holder {
  width: 930px;
  margin-left: auto;
}

body.payment-details .bill-details {
  float: right;
  width: 340px;
  height: 310px;
  margin: 0;
  padding-top: 8px;
}

.payments-details .card-details {
  width: 505px;
  float: left;
  padding: 10px 20px 0 0;
}

.payment-details-awards {
  margin-top: 50px;
  max-width: 100%;
}

body.payment-details .main .payment-submit__box {
  margin-top: 89px;
}

body.payment-details .payments-details .bill-details .total {
  border-bottom: none !important;
}

body.payment-details .form .payment_type_box {
  margin: 15px 0;
}

body.payment-details .form .payment_type_box div:last-child {
  margin-bottom: 15px;
}

body.payment-details .form .payment_type_item {
  margin-right: 25px;
}

body.payment-details .card-details input[type=text] {
  border: solid 1px #d2d2d2;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}

body.payment-details .card-details input[type=button] {
  background-color: #1aa98a !important;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

body.payment-details .card-details .form select {
  height: 44px;
  border: solid 1px #d2d2d2;
  border-radius: 3px;
}

body.payment-details #footer {
  display: none !important;
}

body.payment-details .panelmenu_payment_widget {
  display: none;
}

body.payment-details .btn-cta {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  border: none;
}

body.payment-details ul.form-structure li {
  float: left;
  width: 237px;
  margin-right: 9px;
}

body.payment-details ul.form-structure li:nth-child(2n) {
  margin-right: 0 !important;
  width: 237px !important;
}

body.payment-details .payment-form-ul {
  width: 100%;
  padding-bottom: 20px;
  float: left;
}

body.payment-details .payment-form-ul li {
  list-style: none;
  float: left;
  width: 50% !important;
}

#div_nip {
  width: 48%;
}

body.payment-details .item li input {
  width: 100%;
}

body.payment-details .payment-form-ul input[type=select] {
  width: 80% !important;
  float: left;
}

body.payment-details .payment-form-ul li .col-half label {
  display: inline-block;
  padding-top: 5px;
  font-size: 14px !important;
  color: #000;
}

body.payment-details .payment-form-ul li .col-half input {
  display: inline-block;
  width: auto !important;
}

body.payment-details #card_payment_details .btn-cta {
  height: auto;
  line-height: 21px;
  float: right;
  width: 30%;
}

body.payment-details #card_payment_details .item {
  margin-bottom: 20px;
}

.payment-details .panel_set_line {
  border: solid 1px #e4e4e4;
}

ul.three-cols li {
  width: 30%;
  float: left;
  margin-right: 5%;
}

ul.three-cols li:last-child {
  margin-right: 0;
}

body.payment-details .form #account-data_details-div label {
  margin-bottom: 15px;
}

body.payment-details .payment_item_name span {
  color: #1B1B1B !important;
  font-size: 13px !important;
  padding: 0 19px 0 3px;
  margin-right: 19px;
  position: relative;
}

body.payment-details .payment_item_name span::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #e3e3e3;
}

body.payment-details .payment_item_name span:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

body.payment-details .payment_item_name span:last-child::after {
  content: "";
}

body.payment-details .payment_item {
  width: 50%;
  float: left;
}

body.payment-details .card-details .form .item .payment_item_name {
  line-height: 26px !important;
}

.back-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -32px;
}

.back-button-wrapper .back-button {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  max-height: 38px;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  padding: 0 20px;
}

@media all and (max-width: 1600px) {
  body.payment-details .payment_item {
    width: 100%;
  }
}
@media all and (max-width: 1280px) {
  #payment_method_div .payment_method_cards img {
    width: 30px !important;
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  body.payment-details .card-details input[type=button] {
    clear: both;
    margin: 15px 0;
  }
  body.payment-details #paylane-powered {
    display: none;
  }
}
.StripeElement {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  font-size: 14px;
  height: 47px;
}
.StripeElement > * {
  flex-basis: 100%;
}

body.account-pay #paylane-powered {
  float: right;
  padding-right: 30px;
}

body.account-pay #paylane-powered .paylane-powered-badge {
  vertical-align: middle;
  margin-left: 20px;
}

body.account-pay .pay-table {
  max-width: 1600px;
}

body.account-pay #payment_method_details_div {
  background-color: #fff;
  padding: 10px 0;
  max-width: 300px;
}

body.account-pay .payment-method-details-label {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
}

body.account-pay .payment-item-name-header {
  padding: 20px 0 5px;
  font-size: 13px;
  color: #6f6f6f;
}

body.account-pay .payment-item-name-description {
  float: none;
  font-size: 16px;
}

body.account-pay .payment-details-new-card {
  font-size: 13px;
  color: #0fb36c;
  font-weight: 400;
  margin: 25px 0;
  display: inline-block;
}

body.account-pay .complete-payment-btn {
  cursor: pointer;
  background-color: #0fb36c;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
}

body.account-pay .payment-method-card-name {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
}

body.account-pay .payment-details-form {
  width: 50%;
  display: inline-block;
}

body.account-pay .payment-details-form-cvv {
  margin-left: -4px;
}

body.account-pay a {
  color: #676c6f;
}

body.account-pay a:hover {
  color: #1aa98a;
}

body.account-pay a.btn-outline-grey {
  color: #676c6f;
  border: solid 1px #c2c6cf;
  border-radius: 3px;
  padding: 10px 20px;
  clear: both;
  float: none;
  font-size: 12px;
  margin: 18px auto;
  display: block;
  max-width: 200px;
  text-align: center;
}

body.account-pay a.btn-outline-grey i {
  padding-right: 5px;
}

body.account-pay a.btn-outline-grey:hover {
  color: #1aa98a;
  border-color: #1aa98a;
}

body.account-pay div.line {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 13px;
  color: #b6c3bf;
  margin: 20px 0;
}

body.account-pay div.line:before {
  position: absolute;
  left: 0;
  top: 10px;
  background: #e3e3e3;
  height: 1px;
  width: 46%;
  content: "";
}

body.account-pay div.line:after {
  position: absolute;
  right: 0;
  top: 10px;
  background: #e3e3e3;
  height: 1px;
  width: 46%;
  content: "";
}

hr {
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
  margin: 40px 0 !important;
}

body.account-pay .heading_strapline {
  color: #9faab7;
  text-align: left;
  font-size: 12px;
  padding: 10px 0;
}

body.account-pay .panelmenu_payment {
  margin-left: 20px;
  position: absolute;
  left: 120px;
  top: 17px;
  padding-left: 20px;
}

body.account-pay #mainmenu_panel {
  display: none;
}

body.account-pay .payment_plan {
  font-size: 22px;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}

body.account-pay .payment_proforma {
  width: auto;
  float: left;
  margin-right: 10px;
}

body.account-pay .payment_wire {
  line-height: 20px;
  font-size: 12px;
}

body.account-pay .banktransfer {
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  padding: 15px;
}

body.account-pay .banktransfer .payment_number {
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px 15px 15px;
}

body.account-pay .banktransfer .payment_number i {
  color: #1aa98a;
  padding-right: 5px;
  font-size: 12px;
  vertical-align: middle;
}

body.account-pay .keyword_meta {
  color: #676767;
  font-size: 16px;
  font-weight: 300 !important;
  letter-spacing: 0;
  margin-top: 20px;
}

body.account-pay input[type=submit] {
  border: none;
  padding: 15px 60px;
  font-weight: 500;
  font-size: 12px;
}

body.account-pay .panel_set .btn-cta {
  margin-top: auto;
}

body.account-pay #footer {
  display: none;
}

body.account-pay .panelmenu_payment_widget {
  display: none;
}

table#invoice_company {
  width: 100%;
  font-size: 12px;
  margin: 20px 0 40px 0;
}

table#invoice_company tr td {
  vertical-align: top;
  padding: 10px;
}

table#invoice_company tr td:first-child {
  width: 30%;
  text-align: right;
}

table#invoice_company tr td:nth-child(2) {
  width: 70%;
  text-align: left;
  color: #22272a;
}

table#invoice_company tr:nth-child(2n+1) {
  background: #f3f4f6;
  border-radius: 3px;
}

a.change_invoice_details {
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  width: 100%;
  display: block;
}

/*********** PAYPAL REDIRECT **********/
body.account-pay-paypal .btn-cta {
  width: 200px !important;
  border: none;
}

body.account-pay-paypal .panel_options {
  display: none !important;
}

/*********** PAY PL **********/
body.account-pay-paypal .tab {
  display: block;
  border: none;
}

body.account-pay-paypal .wrapper {
  width: 980px;
  margin: auto;
}

body.account-pay-paypal ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
}

body.account-pay-paypal ul.tabs li {
  float: left;
  display: inline;
  margin-right: 1px;
  cursor: pointer;
  font-weight: bold;
}

body.account-pay-paypal ul.tabs li a {
  width: 195px;
  line-height: 30px;
  background: #09f;
  text-align: center;
  float: left;
  text-decoration: none;
  color: #fff;
}

body.account-pay-paypal ul.tabs li a:hover, ul.tabs li a.active {
  background: #fff;
  color: #09f;
}

.account-pay .ui-widget-content {
  /*background: none;*/
}

.account-pay .ui-tabs .ui-tabs-nav {
  background: none !important;
}

body.account-pay button {
  width: 100%;
  border: none;
  background-color: inherit;
}

.tabs {
  margin-bottom: 30px;
  display: flex;
}

.account-pay .tab {
  display: block;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin: 0 auto;
  height: 100%;
}

.account-pay .wrapper {
  margin-right: 30px;
}

.account-pay .panel_big_holder {
  padding: 30px 0;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
}

ul.tabs li {
  float: left;
  display: inline;
  margin-right: 1px;
  cursor: pointer;
  font-weight: bold;
}

ul.tabs li a {
  width: 195px;
  line-height: 30px;
  background: #09f;
  text-align: center;
  float: left;
  text-decoration: none;
  color: #fff;
}

ul.tabs li a:hover, ul.tabs li a.active {
  background: #fff;
  color: #09f;
}

body.account-pay .tab_content_container {
  width: 100%;
  margin-top: 1px;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  display: block;
}

body.account-pay .tab_content_container .tab_content_active {
  background: #fff;
  padding: 10px 20px 1px 20px;
}

body.account-pay .tab_content {
  display: none;
  position: relative;
  width: 100%;
}

body.account-pay .tab_content_active {
  display: block;
  position: relative;
  width: 100%;
}

body.account-pay .tab.active .arrow_box:before {
  bottom: -35px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}

body.account-pay .payment-transfer-download-proforma-btn {
  width: 200px;
  height: initial;
  padding: 12px 25px;
  font-weight: 600;
}

body.account-pay .payment-details-form-expiry-date {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

body.account-pay .payment-details-form-input-cvv {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

body.account-pay .box-border {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

body.account-pay .header-padding {
  margin-bottom: 20px;
}

body.account-pay .box-header {
  font-size: 23px;
  color: #000;
  font-weight: 300;
}

body.account-pay .box-subheader {
  font-size: 13px;
  color: #aaa;
  font-weight: 400;
}

body.account-pay .tab.active {
  border: 1px solid #0fb36c;
}

body.account-pay .tab.not-active {
  background: #fffffe;
}

body.account-pay .tab.not-active .tab-headline,
body.account-pay .tab.not-active .tab-description {
  color: #b3b3b3;
}

body.account-pay .tab:hover:not(.active) .tab-headline,
body.account-pay .tab:hover:not(.active) .tab-description {
  color: #0fb36c;
}

.tab_content_active span.cc-number-icon,
.tab_content_active span.cc-cvv-icon {
  float: none;
}

.text-center {
  text-align: center;
}

.card-icon {
  height: 50px;
}

.card-icon svg {
  height: 75px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.transfer-icon {
  height: 50px;
}

.transfer-icon svg {
  height: 50px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.dotpay-icon {
  height: 50px;
}

.dotpay-icon svg {
  height: 40px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  margin-left: -5px;
}

.tab:not(.not-active) .card-icon svg g,
.tab:not(.not-active) .card-icon svg path,
.tab:not(.not-active) .transfer-icon svg g,
.tab:not(.not-active) .transfer-icon svg path,
.tab:not(.not-active) .transfer-icon svg rect,
.tab:not(.not-active) .dotpay-icon svg g,
.tab:not(.not-active) .dotpay-icon svg path,
.tab.active .card-icon svg g,
.tab.active .card-icon svg path,
.tab.active .transfer-icon svg g,
.tab.active .transfer-icon svg path,
.tab.active .transfer-icon svg rect,
.tab.active .dotpay-icon svg g,
.tab.active .dotpay-icon svg path {
  stroke: #0fb36c;
}

.tab:not(.not-active) .dotpay-icon svg path,
.tab.active .dotpay-icon svg path {
  fill: #0fb36c;
}

.tab:not(.not-active) .transfer-icon svg #Rectangle-11,
.tab.active .transfer-icon svg #Rectangle-11 {
  fill: #cae7d3;
}

.tab:hover .card-icon svg g,
.tab:hover .card-icon svg path,
.tab:hover .transfer-icon svg g,
.tab:hover .transfer-icon svg path,
.tab:hover .transfer-icon svg rect,
.tab:hover .dotpay-icon svg g,
.tab:hover .dotpay-icon svg path {
  stroke: #0fb36c;
}

.tab:hover .dotpay-icon svg path {
  fill: #0fb36c;
}

.tab:hover .transfer-icon svg #Rectangle-11 {
  fill: #cae7d3;
}

.tab-headline {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding: 14px 0 0;
}

.tab-description {
  font-family: "Roboto", sans-serif;
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
}

svg {
  fill: #b0b0b0;
}

.account-pay .bar {
  list-style: none;
}

.account-pay .bar > li {
  position: relative;
  padding-bottom: 20px;
}

.account-pay .bar > li:nth-child(1):before {
  content: url('data:image/svg+xml; utf8, <svg width="19px" height="19px" viewBox="0 0 19 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs></defs> <g id="6.-Payment-/-Registration-forms" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Group-7"> <circle id="Oval" fill="#51B072" cx="9.5" cy="9.5" r="9.5"></circle> <polygon id="1" fill="#FFFFFF" points="10.4023438 14 9.3125 14 9.3125 6.77539062 7.12695312 7.578125 7.12695312 6.59375 10.2324219 5.42773438 10.4023438 5.42773438"></polygon> </g> </g> </svg>');
  margin-right: 10px;
  font-size: 20px;
  z-index: 1;
  position: absolute;
}

.account-pay .bar > li:nth-child(2):before {
  content: url('data:image/svg+xml; utf8, <svg width="19px" height="19px" viewBox="0 0 19 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs></defs> <g id="6.-Payment-/-Registration-forms" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Group-7"> <circle id="Oval" fill="#51B072" cx="9.5" cy="9.5" r="9.5"></circle> <path d="M12.4296875,14 L6.83984375,14 L6.83984375,13.2207031 L9.79296875,9.93945312 C10.2304709,9.44335689 10.5322257,9.04004062 10.6982422,8.72949219 C10.8642586,8.41894376 10.9472656,8.09765791 10.9472656,7.765625 C10.9472656,7.32031027 10.8125013,6.95507955 10.5429688,6.66992188 C10.2734362,6.3847642 9.91406475,6.2421875 9.46484375,6.2421875 C8.92577855,6.2421875 8.50683743,6.39550628 8.20800781,6.70214844 C7.90917819,7.0087906 7.75976562,7.43554414 7.75976562,7.98242188 L6.67578125,7.98242188 C6.67578125,7.1972617 6.92870841,6.56250242 7.43457031,6.078125 C7.94043222,5.59374758 8.61718326,5.3515625 9.46484375,5.3515625 C10.2578165,5.3515625 10.8847633,5.55956823 11.3457031,5.97558594 C11.8066429,6.39160364 12.0371094,6.94530904 12.0371094,7.63671875 C12.0371094,8.4765667 11.5019585,9.4765567 10.4316406,10.6367188 L8.14648438,13.1152344 L12.4296875,13.1152344 L12.4296875,14 Z" id="2" fill="#FFFFFF"></path> </g> </g> </svg>');
  margin-right: 10px;
  font-size: 20px;
  z-index: 1;
  position: absolute;
}

.account-pay .bar > li:nth-child(3):before {
  content: url('data:image/svg+xml; utf8, <svg width="19px" height="19px" viewBox="0 0 19 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs></defs> <g id="6.-Payment-/-Registration-forms" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Group-7"> <circle id="Oval" fill="#51B072" cx="9.5" cy="9.5" r="9.5"></circle> <path d="M8.41601562,9.20703125 L9.23046875,9.20703125 C9.74219006,9.19921871 10.1445298,9.06445443 10.4375,8.80273438 C10.7304702,8.54101432 10.8769531,8.18750223 10.8769531,7.7421875 C10.8769531,6.7421825 10.3789112,6.2421875 9.3828125,6.2421875 C8.91406016,6.2421875 8.54004046,6.37597522 8.26074219,6.64355469 C7.98144392,6.91113415 7.84179688,7.26562279 7.84179688,7.70703125 L6.7578125,7.70703125 C6.7578125,7.03124662 7.00488034,6.4697288 7.49902344,6.02246094 C7.99316653,5.57519308 8.62108994,5.3515625 9.3828125,5.3515625 C10.187504,5.3515625 10.8183571,5.564451 11.2753906,5.99023438 C11.7324242,6.41601775 11.9609375,7.00780871 11.9609375,7.765625 C11.9609375,8.13672061 11.8408215,8.49609201 11.6005859,8.84375 C11.3603504,9.19140799 11.0332052,9.45117102 10.6191406,9.62304688 C11.087893,9.77148512 11.450194,10.0175764 11.7060547,10.3613281 C11.9619153,10.7050798 12.0898438,11.1249975 12.0898438,11.6210938 C12.0898438,12.3867226 11.8398463,12.9941384 11.3398438,13.4433594 C10.8398412,13.8925804 10.1894571,14.1171875 9.38867188,14.1171875 C8.58788662,14.1171875 7.93652595,13.9003928 7.43457031,13.4667969 C6.93261468,13.033201 6.68164062,12.4609411 6.68164062,11.75 L7.77148438,11.75 C7.77148438,12.199221 7.91796729,12.5585924 8.2109375,12.828125 C8.50390771,13.0976576 8.89648191,13.2324219 9.38867188,13.2324219 C9.91211199,13.2324219 10.3124986,13.0957045 10.5898438,12.8222656 C10.8671889,12.5488268 11.0058594,12.1562526 11.0058594,11.6445312 C11.0058594,11.148435 10.8535171,10.7675795 10.5488281,10.5019531 C10.2441391,10.2363268 9.80469037,10.0996094 9.23046875,10.0917969 L8.41601562,10.0917969 L8.41601562,9.20703125 Z" id="3" fill="#FFFFFF"></path> </g> </g> </svg>');
  margin-right: 10px;
  font-size: 20px;
  z-index: 1;
  position: absolute;
}

.account-pay .bar > li:nth-child(3):after {
  padding-top: 20px;
}

.account-pay .bar > li:nth-child(4):before {
  content: url('data:image/svg+xml; utf8, <svg width="19px" height="19px" viewBox="0 0 19 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs></defs> <g id="6.-Payment-/-Registration-forms" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Group-7"> <circle id="Oval" fill="#51B072" cx="9.5" cy="9.5" r="9.5"></circle> <path d="M11.4160156,11.1347656 L12.5996094,11.1347656 L12.5996094,12.0195312 L11.4160156,12.0195312 L11.4160156,14 L10.3261719,14 L10.3261719,12.0195312 L6.44140625,12.0195312 L6.44140625,11.3808594 L10.2617188,5.46875 L11.4160156,5.46875 L11.4160156,11.1347656 Z M7.671875,11.1347656 L10.3261719,11.1347656 L10.3261719,6.95117188 L10.1972656,7.18554688 L7.671875,11.1347656 Z" id="4" fill="#FFFFFF"></path> </g> </g> </svg>');
  margin-right: 10px;
  font-size: 20px;
  z-index: 1;
  position: absolute;
}

.account-pay .bar > li:nth-child(4):after {
  display: none;
}

.account-pay .bar > li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-left: 2px solid #0fb36c;
  margin-left: 8px;
  height: 100%;
}

.account-pay .bar > li:first-of-type:after {
  top: 10px;
}

.account-pay .bar > li:last-of-type:after {
  top: -50%;
}

.account-pay .bar .pay-offline-step > p,
.account-pay .bar .payment_form {
  padding-left: 35px;
}

.account-pay .bar .banktransfer {
  margin-left: 35px;
  margin-top: 20px;
  max-width: 600px;
}
.account-pay .bar .banktransfer .price-summary {
  font-size: 0.9rem;
}

body.account-pay li {
  list-style: none;
}

body.account-pay input {
  border-radius: 4px;
}

body.account-pay .form .full-width {
  width: 100%;
  float: none;
}

body.account-pay .card-details.full-width, body.account-pay .bill-details.full-width {
  width: 100%;
}

body.account-pay #panel_projects_list {
  min-height: calc(100vh - 70px);
  background-color: #1a1d1c;
}

body.account-pay .main > table {
  height: 100vh;
}

body.account-pay .payments-details .card-details {
  padding: 0 20px 0 0;
}

body.account-pay .payments-details .total {
  color: #0fb36c !important;
}

#account-data_details-div {
  width: 100%;
}

body.account-pay .panel_set_big {
  min-height: 735px !important;
}

body.account-pay .bill-details {
  width: 290px;
  float: right;
  margin: 0;
  padding: 0 30px;
}

.payment-details-awards {
  margin-top: 50px;
  max-width: 100%;
}

body.account-pay .payments-details .bill-details .total {
  border-bottom: none !important;
}

body.account-pay .form .payment_type_box {
  margin: 5px 0;
}

body.account-pay .form .payment_type_item {
  margin-right: 25px;
  margin-bottom: 20px;
}

body.account-pay .card-details .price-summary,
body.account-pay #payment_method_details_div .price-summary {
  font-size: 13px;
  color: #aaa;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}

body.account-pay .card-details input[type=text] {
  border: solid 1px #d2d2d2;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
body.account-pay .card-details input[type=button] {
  background-color: #1aa98a !important;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
body.account-pay .card-details .form .item label {
  color: #6F6F6F;
  font-weight: 500;
  letter-spacing: 0;
}

body.account-pay .banktransfer.banktransfer-full-width {
  width: 100%;
}

body.account-pay .card-details .form select {
  height: 44px;
  border: solid 1px #d2d2d2;
  border-radius: 3px;
}

body.account-pay #footer {
  display: none !important;
}

body.account-pay .panelmenu_payment_widget {
  display: none;
}

body.account-pay .btn-cta {
  margin: 0 auto;
  border: none;
  height: auto;
  line-height: 21px;
}

body.account-pay ul.form-structure li {
  width: 48% !important;
  margin-right: 2% !important;
  float: left;
}

body.account-pay ul.form-structure li:nth-child(2n) {
  margin-right: 0 !important;
  width: 50% !important;
}

body.account-pay .payment-form-ul {
  width: 100%;
  padding-bottom: 20px;
  float: left;
}

body.account-pay .payment-form-ul li {
  list-style: none;
  float: left;
  width: 50% !important;
}

#div_nip {
  width: 48%;
}

body.account-pay .item li input {
  width: 100%;
}

body.account-pay .payment-form-ul input[type=select] {
  width: 80% !important;
  float: left;
}

body.account-pay .payment-form-ul li .col-half label {
  display: inline-block;
  padding-top: 5px;
  font-size: 14px !important;
  color: #000;
}

body.account-pay .payment-form-ul li .col-half input {
  display: inline-block;
  width: auto !important;
}

body.account-pay #card_payment_details {
  max-width: 300px;
}
body.account-pay #card_payment_details .btn-cta {
  margin-top: 10px;
}

ul.three-cols li {
  width: 30%;
  float: left;
  margin-right: 5%;
}

ul.three-cols li:last-child {
  margin-right: 0;
}

body.account-pay .form #account-data_details-div label {
  margin-bottom: 15px;
}

body.account-pay .payment_item_name span {
  color: #1b1b1b;
  font-size: 16px;
  padding: 0 19px 0 3px;
  margin-right: 19px;
  position: relative;
}

body.account-pay .payment_item_name span:after {
  content: "|";
  position: absolute;
  right: 0;
  color: #e3e3e3;
}

body.account-pay .cc-icon {
  height: 30px;
  position: relative;
  display: inline-block;
  border: 1px solid #bfc5d8;
  border-radius: 3px;
}

body.account-pay .cc-icon-visa {
  height: 18px;
  width: 47px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

body.account-pay .cc-icon-mastercard {
  height: 18px;
  width: 47px;
  margin-top: 5px;
}

.disabled.cc-icon-visa polygon,
.disabled.cc-icon-visa g,
.disabled.cc-icon-visa path {
  fill: #b0b0b0 !important;
}

body.account-pay .cc-icon-mastercard .cls-1 {
  fill: none;
}

body.account-pay .cc-icon-mastercard .cls-2 {
  fill: #231f20;
}

body.account-pay .cc-icon-mastercard .cls-3 {
  fill: #ff5f00;
}

body.account-pay .cc-icon-mastercard .cls-4 {
  fill: #eb001b;
}

body.account-pay .cc-icon-mastercard .cls-5 {
  fill: #f79e1b;
}

body.account-pay .disabled.cc-icon-mastercard .cls-2 {
  fill: #b0b0b0;
}

body.account-pay .disabled.cc-icon-mastercard .cls-3 {
  fill: #b0b0b0;
}

body.account-pay .disabled.cc-icon-mastercard .cls-4 {
  fill: #b0b0b0;
}

body.account-pay .disabled.cc-icon-mastercard .cls-5 {
  fill: #b0b0b0;
}

body.account-pay .cc-icon-maestro {
  height: 18px;
  width: 47px;
  margin-top: 5px;
}

body.account-pay .cc-icon-maestro .cls-maestro-1 {
  fill: none;
}

body.account-pay .cc-icon-maestro .cls-maestro-2 {
  fill: #7673c0;
}

body.account-pay .cc-icon-maestro .cls-maestro-3 {
  fill: #eb001b;
}

body.account-pay .cc-icon-maestro .cls-maestro-4 {
  fill: #00a1df;
}

body.account-pay .disabled.cc-icon-maestro .cls-maestro-2 {
  fill: #b0b0b0;
}

body.account-pay .disabled.cc-icon-maestro .cls-maestro-3 {
  fill: #b0b0b0;
}

body.account-pay .disabled.cc-icon-maestro .cls-maestro-4 {
  fill: #b0b0b0;
}

body.account-pay .payment_item_name span:last-child {
  padding-right: 0;
  margin-right: 0;
}

body.account-pay .payment_item_name span:last-child:after {
  content: "";
}

body.account-pay .payment_item {
  width: 50%;
  float: left;
}

body.account-pay .card-details .form .item .payment_item_name {
  line-height: 26px;
}

.cc-number-icon,
.cc-cvv-icon {
  float: none;
  position: relative;
}

.cc-number-icon:after {
  content: url('data:image/svg+xml; utf8, <svg width="37px" height="23px" viewBox="0 0 37 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="1.0.4.Payment_wybor-planow-przelew-Copy" transform="translate(-672.000000, -671.000000)" fill-rule="nonzero"> <g id="Group-10-Copy" transform="translate(260.000000, 337.000000)"> <g id="Group-20" transform="translate(25.000000, 122.000000)"> <g id="Group-2-Copy-3" transform="translate(0.000000, 166.000000)"> <g id="Group" transform="translate(0.000000, 20.000000)"> <g id="Group-6" transform="translate(387.000000, 26.000000)"> <g id="Bitmap"> <path d="M2.55555556,1.27777778 C1.84985838,1.27777778 1.27777778,1.84985838 1.27777778,2.55555556 L1.27777778,20.4444444 C1.27777778,21.1501416 1.84985838,21.7222222 2.55555556,21.7222222 L34.0740741,21.7222222 C34.7797713,21.7222222 35.3518519,21.1501416 35.3518519,20.4444444 L35.3518519,2.55555556 C35.3518519,1.84985838 34.7797713,1.27777778 34.0740741,1.27777778 L2.55555556,1.27777778 Z M2.55555556,0 L34.0740741,0 C35.4854684,-2.59268938e-16 36.6296296,1.14416119 36.6296296,2.55555556 L36.6296296,20.4444444 C36.6296296,21.8558388 35.4854684,23 34.0740741,23 L2.55555556,23 C1.14416119,23 1.72845959e-16,21.8558388 0,20.4444444 L0,2.55555556 C-1.72845959e-16,1.14416119 1.14416119,2.59268938e-16 2.55555556,0 Z" id="Mask" fill="#193651" opacity="0.600000024"></path> <path d="M5.06548374,5.50350253 C4.83025135,5.50350253 4.63955782,5.69419606 4.63955782,5.92942845 L4.63955782,8.52812221 C4.63955782,8.7633546 4.83025135,8.95404813 5.06548374,8.95404813 L9.38711087,8.95404813 C9.62234326,8.95404813 9.81303679,8.7633546 9.81303679,8.52812221 L9.81303679,5.92942845 C9.81303679,5.69419606 9.62234326,5.50350253 9.38711087,5.50350253 L5.06548374,5.50350253 Z M5.06548374,4.22572475 L9.38711087,4.22572475 C10.3280404,4.22572475 11.0908146,4.98849888 11.0908146,5.92942845 L11.0908146,8.52812221 C11.0908146,9.46905178 10.3280404,10.2318259 9.38711087,10.2318259 L5.06548374,10.2318259 C4.12455417,10.2318259 3.36178004,9.46905178 3.36178004,8.52812221 L3.36178004,5.92942845 C3.36178004,4.98849888 4.12455417,4.22572475 5.06548374,4.22572475 Z" id="Rectangle-5" fill="#E1E6E9"></path> <polygon id="Line-2" fill="#E1E6E9" points="4.25925926 7.66666667 4.25925926 6.81481481 7.66666667 6.81481481 7.66666667 7.66666667"></polygon> </g> <path d="M4.59868276,15.8169201 C4.12821798,15.8169201 3.74683091,15.435533 3.74683091,14.9650682 C3.74683091,14.4946034 4.12821798,14.1132164 4.59868276,14.1132164 L7.52237045,14.1132164 C7.99283524,14.1132164 8.37422231,14.4946034 8.37422231,14.9650682 C8.37422231,15.435533 7.99283524,15.8169201 7.52237045,15.8169201 L4.59868276,15.8169201 Z" id="Path-2" fill="#193651" opacity="0.600000024"></path> <path d="M4.67887347,19.8640851 C4.16412058,19.8640851 3.74683091,19.4467954 3.74683091,18.9320426 C3.74683091,18.4172897 4.16412058,18 4.67887347,18 L14.2661711,18 C14.7809239,18 15.1982136,18.4172897 15.1982136,18.9320426 C15.1982136,19.4467954 14.7809239,19.8640851 14.2661711,19.8640851 L4.67887347,19.8640851 Z" id="Path-2-Copy-4" fill="#E1E6E9"></path> <path d="M11.4134976,15.8341675 C10.9430328,15.8341675 10.5616457,15.4527804 10.5616457,14.9823156 C10.5616457,14.5118508 10.9430328,14.1304638 11.4134976,14.1304638 L14.3371853,14.1304638 C14.8076501,14.1304638 15.1890371,14.5118508 15.1890371,14.9823156 C15.1890371,15.4527804 14.8076501,15.8341675 14.3371853,15.8341675 L11.4134976,15.8341675 Z" id="Path-2-Copy" fill="#193651" opacity="0.600000024"></path> <path d="M18.2283124,15.8341675 C17.7578476,15.8341675 17.3764605,15.4527804 17.3764605,14.9823156 C17.3764605,14.5118508 17.7578476,14.1304638 18.2283124,14.1304638 L21.1520001,14.1304638 C21.6224649,14.1304638 22.0038519,14.5118508 22.0038519,14.9823156 C22.0038519,15.4527804 21.6224649,15.8341675 21.1520001,15.8341675 L18.2283124,15.8341675 Z" id="Path-2-Copy-2" fill="#193651" opacity="0.600000024"></path> <path d="M25.0431272,15.8341675 C24.5726624,15.8341675 24.1912754,15.4527804 24.1912754,14.9823156 C24.1912754,14.5118508 24.5726624,14.1304638 25.0431272,14.1304638 L27.9668149,14.1304638 C28.4372797,14.1304638 28.8186668,14.5118508 28.8186668,14.9823156 C28.8186668,15.4527804 28.4372797,15.8341675 27.9668149,15.8341675 L25.0431272,15.8341675 Z" id="Path-2-Copy-3" fill="#193651" opacity="0.600000024"></path> </g> </g> </g> </g> </g> </g> </g> </svg>');
  position: absolute;
  right: 10px;
  top: -2px;
}

.cc-cvv-icon:after {
  content: url('data:image/svg+xml; utf8, <svg width="37px" height="23px" viewBox="0 0 37 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="1.0.4.Payment_wybor-planow-przelew-Copy" transform="translate(-649.000000, -730.000000)"> <g id="Group-10-Copy" transform="translate(260.000000, 337.000000)"> <g id="Group-20" transform="translate(25.000000, 122.000000)"> <g id="Group-2-Copy-6" transform="translate(150.000000, 247.000000)"> <g id="Group" transform="translate(0.000000, 20.000000)"> <g id="Group-6" transform="translate(214.000000, 4.000000)"> <g id="Bitmap"> <path d="M2.55555556,1.27777778 C1.84985838,1.27777778 1.27777778,1.84985838 1.27777778,2.55555556 L1.27777778,20.4444444 C1.27777778,21.1501416 1.84985838,21.7222222 2.55555556,21.7222222 L34.0740741,21.7222222 C34.7797713,21.7222222 35.3518519,21.1501416 35.3518519,20.4444444 L35.3518519,2.55555556 C35.3518519,1.84985838 34.7797713,1.27777778 34.0740741,1.27777778 L2.55555556,1.27777778 Z M2.55555556,0 L34.0740741,0 C35.4854684,-2.59268938e-16 36.6296296,1.14416119 36.6296296,2.55555556 L36.6296296,20.4444444 C36.6296296,21.8558388 35.4854684,23 34.0740741,23 L2.55555556,23 C1.14416119,23 1.72845959e-16,21.8558388 0,20.4444444 L0,2.55555556 C-1.72845959e-16,1.14416119 1.14416119,2.59268938e-16 2.55555556,0 Z" id="Mask" fill="#193651" fill-rule="nonzero" opacity="0.600000024"></path> <polygon id="Rectangle-5" stroke="#E1E6E9" stroke-width="1.5" fill="#E1E6E9" points="2.08400226 4.65165067 34.5167405 4.65165067 34.5167405 8.10219628 2.08400226 8.10219628"></polygon> </g> <path d="M4.19930644,13.3986129 C3.53694778,13.3986129 3,12.8616651 3,12.1993064 C3,11.5369478 3.53694778,11 4.19930644,11 L9.71820543,11 C10.3805641,11 10.9175119,11.5369478 10.9175119,12.1993064 C10.9175119,12.8616651 10.3805641,13.3986129 9.71820543,13.3986129 L4.19930644,13.3986129 Z" id="Path-2" fill="#E1E6E9" fill-rule="nonzero"></path> <path d="M12.7052915,12.410583 C12.3157698,12.410583 12,12.0948132 12,11.7052915 C12,11.3157698 12.3157698,11 12.7052915,11 L14.6219517,11 C15.0114734,11 15.3272432,11.3157698 15.3272432,11.7052915 C15.3272432,12.0948132 15.0114734,12.410583 14.6219517,12.410583 L12.7052915,12.410583 Z" id="Path-2-Copy-2" fill="#193651" fill-rule="nonzero" opacity="0.600000024"></path> </g> </g> </g> </g> </g> </g> </g> </svg>');
  position: absolute;
  right: 10px;
  top: -2px;
}

body.account-pay input::-moz-placeholder {
  color: #c2c6cf;
}

body.account-pay input:-ms-input-placeholder {
  color: #c2c6cf;
}

body.account-pay input::placeholder {
  color: #c2c6cf;
}

@media all and (max-width: 1600px) {
  body.account-pay .payment_item {
    width: 100%;
  }
}
@media all and (max-width: 1280px) {
  #payment_method_div .payment_method_cards img {
    width: 30px !important;
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  body.account-pay .card-details input[type=button] {
    clear: both;
    margin: 15px 0;
  }
  body.account-pay #paylane-powered {
    display: none;
  }
}
.payment-details .message--wrapper {
  position: relative;
}

.b24-price-switcher {
  padding-top: 10px;
}
.b24-price-switcher .switch-box {
  display: flex;
  max-height: 2.5rem;
}
.b24-price-switcher .switch {
  position: relative;
  display: inline-block;
  margin: 0 1.4rem 0 1.4rem;
}
.b24-price-switcher .switch-input {
  display: none;
}
.b24-price-switcher .switch-input:checked + .switch-label::after {
  left: 2.5rem;
  background-color: #0FB36C;
}
.b24-price-switcher .switch-input:checked + .switch-label::before {
  background-color: #e7f8f1;
}
.b24-price-switcher .switch-label {
  display: block;
  width: 5rem;
  height: 2.5rem;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b24-price-switcher .switch-label::before, .b24-price-switcher .switch-label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.b24-price-switcher .switch-label::before {
  width: 100%;
  height: 100%;
  background-color: #f2f2f6;
  border-radius: 9999em;
  transition: all 300ms ease;
}
.b24-price-switcher .switch-label::after {
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #5B6976;
  transition: all 300ms ease;
}
.b24-price-switcher .label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  color: #0C0B26;
  font-size: 12px;
}
.b24-price-switcher .extra {
  display: block;
  position: absolute;
  max-width: 40vw;
  color: #0FB36C;
  background: transparent;
  font-weight: 500;
  white-space: nowrap;
  font-size: 10px;
  bottom: 0;
  top: auto;
  left: 0;
  margin-bottom: -1.2rem;
}
.b24-price-switcher .total-price {
  font-size: 16px;
  color: #000;
  text-align: right;
}
.b24-price-switcher .total-payment {
  font-size: 18px;
  color: #2AA765;
  text-align: right;
}

body.account-data .registry_form_personal tr {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e3e3e3;
}

body.account-data .register_input {
  border-color: #D2D2D2;
  color: #424242;
  width: 270px;
}

body.account-payments .btn-outline:hover body.account-payments .btn-outline {
  width: 100%;
}

body.account-payments .btn-cta {
  width: 100% !important;
  padding: 8px 12px !important;
  margin-top: 10px;
}

body.account-payments .btn-outline:hover {
  color: #fff !important;
  background: #0FB36C !important;
}

body.account-payments .awards {
  border-top: solid 1px #e3e3e3;
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
}

body.account-payments .awards img {
  width: 600px;
  height: auto;
  margin: 0 auto;
}

body.account-payments #footer {
  display: none;
}

body.account-payments .panelmenu_payment_widget {
  display: none;
}

@media all and (max-width: 800px) {
  body.account-upgrade .logo_panel {
    background: transparent;
  }
}
body.account-upgrade .billing-cycle-switcher {
  display: flex;
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.account-upgrade .billing-cycle-switcher > * {
  margin: 20px;
  position: relative;
}

body.account-upgrade .billing-cycle-switcher__option label {
  font-size: 14px;
}

body.account-upgrade .billing-cycle-switcher__option input {
  vertical-align: sub;
}

body.account-upgrade .billing-cycle-switcher__option [type=radio]:checked,
body.account-upgrade .billing-cycle-switcher__option [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

body.account-upgrade .billing-cycle-switcher__option [type=radio]:checked + label,
body.account-upgrade .billing-cycle-switcher__option [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}

body.account-upgrade .billing-cycle-switcher__option [type=radio]:checked + label:before {
  border: 1px solid #0FB36C;
}

body.account-upgrade .billing-cycle-switcher__option [type=radio]:not(:checked) + label:before {
  border: 1px solid #898c92;
}

body.account-upgrade .billing-cycle-switcher__option [type=radio]:checked + label:before,
body.account-upgrade .billing-cycle-switcher__option [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
}

body.account-upgrade .billing-cycle-switcher__option [type=radio]:checked + label:after,
body.account-upgrade .billing-cycle-switcher__option [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0FB36C;
  position: absolute;
  top: 3px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}

body.account-upgrade .billing-cycle-switcher__option [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

body.account-upgrade .billing-cycle-switcher__option [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

body.account-upgrade .billing-cycle-switcher__promo {
  border: 1px solid #0FB36C;
  border-radius: 3px;
  color: #0FB36C;
  position: static;
  display: inline;
  margin-left: 5px;
  padding: 1px 5px;
  font-size: 11px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

body.account-upgrade .billing-cycle-switcher__option [type=radio]:checked + label .billing-cycle-switcher__promo {
  background-color: #0FB36C;
  color: #fff;
}

body.account-upgrade .promo-annual .price-table__amount .monthly-price {
  -webkit-animation: price-fade-out 0.7s forwards ease-in-out;
          animation: price-fade-out 0.7s forwards ease-in-out;
}

body.account-upgrade .promo-annual .price-table__amount .annual-price {
  -webkit-animation: price-fade-in 0.7s 0.3s forwards ease-in-out;
          animation: price-fade-in 0.7s 0.3s forwards ease-in-out;
}

body.account-upgrade .promo-annual .price-table__discount-message {
  -webkit-animation: price-fade-out 0.7s backwards ease-in-out;
          animation: price-fade-out 0.7s backwards ease-in-out;
}

body.account-upgrade .default-month .price-table__amount .monthly-price {
  -webkit-animation: price-fade-in 0.7s 0.3s backwards ease-in-out;
          animation: price-fade-in 0.7s 0.3s backwards ease-in-out;
}

body.account-upgrade .default-month .price-table__amount .annual-price {
  -webkit-animation: price-fade-out 0.7s backwards ease-in-out;
          animation: price-fade-out 0.7s backwards ease-in-out;
}

body.account-upgrade .default-month .price-table__discount-message {
  -webkit-animation: price-fade-in 0.7s 0.3s backwards ease-in-out;
          animation: price-fade-in 0.7s 0.3s backwards ease-in-out;
}

body.account-upgrade .default-month .price-table__amount .monthly-price {
  opacity: 1;
}

body.account-upgrade--simple .price-table__amount .annual-price {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: right;
}

body.account-upgrade .promo-annual .price-table__discount-message {
  opacity: 0;
}

body.account-upgrade--simple .price__save-amount {
  font-size: 14px;
  font-weight: 500;
  color: #0FB36C;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
}

body.account-upgrade .promo-annual .price__save-amount {
  -webkit-animation: price-fade-in 0.7s 0.3s forwards ease-in-out;
          animation: price-fade-in 0.7s 0.3s forwards ease-in-out;
}

body.account-upgrade .default-month .price__save-amount {
  -webkit-animation: price-fade-out 0.7s backwards ease-in-out;
          animation: price-fade-out 0.7s backwards ease-in-out;
}

@-webkit-keyframes price-fade-out {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes price-fade-out {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes price-fade-in {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes price-fade-in {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
body.account-upgrade .panel-header {
  float: left;
  margin-top: 5px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 300;
}

body.account-upgrade .price-table__amount {
  position: relative;
  font-weight: 900;
  display: inline-block;
}

body.account-upgrade .b24-price-table-price-monthly.black-friday-promo {
  padding-top: 10px;
}
body.account-upgrade .b24-price-table-price-monthly.black-friday-promo h3 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  display: inline-block;
  padding: 0 10px 0 0;
  margin-top: -20px;
}
body.account-upgrade .b24-price-table-price-monthly.black-friday-promo span.presale {
  display: inline-block;
}
body.account-upgrade .b24-price-table-price-monthly.black-friday-promo span.presale h4 {
  font-size: 26px;
  color: #BBBBBB;
  position: relative;
  font-weight: 500;
}
body.account-upgrade .b24-price-table-price-monthly.black-friday-promo span.presale h4::after {
  left: -5px;
  top: 15px;
  width: 120%;
  height: 2px;
  background: #FF6B00;
  transform: rotate(-15deg);
  content: "";
  z-index: 1;
  position: absolute;
}
body.account-upgrade .b24-price-table-price-monthly.black-friday-promo span.presale h5 {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-top: -10px;
  text-align: left;
}
body.account-upgrade .b24-price-table-price-monthly.black-friday-promo .price_table_tag_mth {
  display: block;
}
body.account-upgrade .b24-price-table-price-monthly.black-friday-promo .price_table_tag_mth p.three-months {
  font-size: 14px;
  color: #BBBBBB;
  padding: 5px 0 10px 0;
  font-weight: 400;
}

body.account-upgrade--simple .price_table_tag_mth {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  margin-left: -8px;
}

body.account-upgrade .price-table__discount-message {
  font-weight: 400;
  font-size: 14px;
  color: #0FB36C;
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
}

body.account-upgrade .summer_sale_pricing_ribbon {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

body.account-upgrade--simple .price_table_tag {
  color: #000;
  padding: 16px 0 20px 0;
  margin-bottom: 2rem;
}

@media all and (max-device-width: 800px) {
  body.payment-details .top_panel {
    background-color: #08090a !important;
    border-bottom: none !important;
  }
  body.payment-details .top_panel #logo_panel {
    background-color: transparent;
    box-shadow: none;
  }
  body.payment-details .top_panel #logo_panel img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
  }
  body.payment-details .registry_heading > div {
    font-size: 17px !important;
  }
  body.payment-details .main .panel_big_holder {
    margin-top: 0;
    max-width: 360px;
    width: auto;
    margin-left: auto;
  }
  body.payment-details #panel_projects_list {
    display: none !important;
  }
  body.payment-details .bill-details {
    float: none !important;
    width: 100% !important;
    display: table-footer-group;
  }
  body.payment-details .payments-details .card-details {
    display: table-header-group;
    float: none !important;
  }
  body.payment-details .stripe-secured {
    margin-top: 30px;
  }
  body.payment-details #veles_card_number_container,
  body.payment-details #veles_card_first_name_container,
  body.payment-details #veles_card_last_name_container,
  body.payment-details #veles_country_container {
    clear: both;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  #add_card_form div.veles_cvv {
    margin-left: 0;
    margin-right: 15px;
    width: 95px;
  }
  #billing-details .card-details .invoice-details-form li,
  body.payment-details ul.form-structure li:nth-child(2n),
  #billing-details .card-details .invoice-details-form li select.veles-card-select {
    width: 100% !important;
  }
  body.payment-details .veles_cvv {
    margin-left: 0 !important;
    margin-right: 20px;
    width: 95px !important;
  }
  body.payment-details #veles_card_number {
    background: white !important;
    width: auto !important;
    padding-right: 0 !important;
  }
  body.payment-details #veles_post_code_container {
    margin: 0 !important;
  }
  body.payment-details #show-billing-details,
  body.payment-details #hide-billing-details {
    padding: 0 0 30px 0;
    margin-top: 0;
    font-size: 14px;
  }
  body.payment-details .c_btn_blue {
    width: 100% !important;
  }
  body.payment-details .monthly-charge-info,
  body.payment-details .stripe-secured,
  body.payment-details .stripe-secured img {
    clear: both;
    margin: 0 auto;
    text-align: center;
    border-bottom: none !important;
    width: 100% !important;
    float: none !important;
  }
  body.payment-details .stripe-secured {
    border-top: none !important;
  }
  body.payment-details #billing-details label {
    text-transform: none;
  }
}
@media all and (max-device-width: 800px) {
  body.account-upgrade .top_panel {
    border-bottom: none !important;
  }
  body.account-upgrade .top_panel #logo_panel img {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
  }
  body.account-upgrade .top_panel #paylane-powered {
    display: none;
  }
  body.account-upgrade .registry_heading > div {
    font-size: 17px !important;
  }
  body.account-upgrade .panel_big_holder {
    margin-top: 0 !important;
    width: 360px !important;
    width: auto !important;
  }
  body.account-upgrade #panel_projects_list {
    display: none !important;
  }
  body.account-upgrade #main_container {
    min-width: 10px;
  }
  body.account-upgrade footer.main-footer {
    display: none;
  }
  body.account-upgrade .price_table tr td {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 50px;
    padding-right: 0;
  }
}
@media all and (max-device-width: 1024px) and (orientation: landscape) {
  body.payment-details #panel_projects_list {
    display: none;
  }
}
@media all and (max-device-width: 800px) {
  body.account-upgrade .top_panel table, body.account-upgrade .top_panel thead, body.account-upgrade .top_panel tbody, body.account-upgrade .top_panel th, body.account-upgrade .top_panel td, body.account-upgrade .top_panel tr {
    display: block;
  }
  body.account-upgrade .top_panel {
    border-bottom: none !important;
    background-color: #000;
  }
  body.account-upgrade--simple .top_panel {
    padding: 10px;
  }
  body.account-upgrade .top_panel #logo_panel img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
  }
  body.account-upgrade--simple .top_panel #logo_panel {
    height: 30px;
  }
  body.account-upgrade--simple .top_panel #logo_panel img {
    position: static;
    height: 100%;
  }
  body.account-upgrade--simple .panel-header {
    font-size: 18px;
    float: none;
    padding: 0;
    text-align: left;
    color: #fff;
  }
  body.account-upgrade .billing-cycle-switcher__option #payment-annually + label {
    margin-right: 95px;
  }
  body.account-upgrade .top_panel #paylane-powered {
    display: none;
  }
  body.account-upgrade .registry_heading > div {
    font-size: 17px !important;
  }
  body.account-upgrade .panel_big_holder {
    margin-top: 0 !important;
    width: 360px !important;
    width: auto !important;
  }
  body.account-upgrade #panel_projects_list {
    display: none !important;
  }
  body.account-upgrade #main_container {
    min-width: 10px;
  }
  body.account-upgrade footer.main-footer {
    display: none;
  }
  body.account-upgrade .price_table tr td {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 50px;
    padding-right: 0;
  }
}
@media all and (max-device-width: 1024px) and (orientation: landscape) {
  body.payment-details #panel_projects_list {
    display: none;
  }
}
body.password-change .panel_table {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.password-change .registry_form_user {
  width: 600px;
  margin: 30px 0;
}

body.password-change .registry_form_user tr td {
  height: 50px;
  padding-right: 20px;
}

body.password-change .panel_table {
  padding: 20px;
}

body.password-change .register_input {
  padding: 5px 15px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.5rem;
  border: 1px solid #D5D7D8;
  border-radius: 3px;
  height: 43px;
  color: #333;
}

body.password-change .change_password_form {
  padding: 0 25px;
}

body.password-change .registry_form_user .last_password_change {
  font-size: 12px;
  color: #999;
  line-height: 1.25;
}

body.password-change .registry_form_user .last_password_change_date_overdue {
  color: #000;
}

body.password-change .registry_form_user .last_password_change td {
  height: auto;
  padding-bottom: 40px;
  padding-top: 2px;
}

body.email-change .registry_form_user {
  width: 600px;
  margin: 30px 0;
}

body.email-change .registry_form_user table {
  width: 600px;
}

body.email-change .registry_form_user table tbody tr td {
  height: 50px;
  padding-right: 20px;
}

body.integration-slack .filtr {
  font-size: 11px;
  padding-top: 5px;
  float: left;
  clear: both;
}

body.integration-slack .filtr strong {
  color: #999;
}

body.integration-slack .panel_phrase a {
  margin-left: 0;
}

body.integration-slack .register_input {
  height: 40px;
}

#add-slack-integration-window table tr {
  height: 70px;
}

body.integration-slack #add-slack-integration-window a.add_filter {
  padding-top: 20px;
  display: inline-block;
  clear: both;
}

body.integration-slack .heading {
  width: 100%;
  display: block;
  height: 50px;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 20px;
}

body.integration-slack .btn-cta {
  font-size: 13px;
}

html {
  font-size: 10px;
}

@media (min-width: 1400px) {
  html {
    font-size: 11px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 12px !important;
  }
}
input[type=checkbox] {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  background: #FFF;
  cursor: pointer;
}
input[type=checkbox]:checked {
  border: solid 1px #0FB36C;
  background: url("/static/img/icons/tick.png") center center no-repeat #0FB36C;
  background-size: 8px 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.dropdown {
  position: relative;
}
.dropdown--active .dropdown__content {
  display: block;
}
.dropdown__toggle {
  border: none;
  background: none;
}
.dropdown__toggle span {
  margin: 0 5px;
}
.dropdown__content {
  display: none;
  position: absolute;
  top: 110%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.dropdown__content--right {
  right: 0;
}

.pie {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e4e8eb;
  background-image: linear-gradient(to right, transparent 50%, #2d85e5 0);
  position: relative;
  display: inline-block;
}
.pie:before {
  content: "";
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0/50%;
  background-color: inherit;
  transform-origin: left;
}
.pie:after {
  content: attr(data-value);
  position: absolute;
  width: 70%;
  height: 70%;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #465e75;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
}
.pie[data-value="0"]:before {
  transform: rotate(0turn);
}
.pie[data-value="1"]:before {
  transform: rotate(0.01turn);
}
.pie[data-value="2"]:before {
  transform: rotate(0.02turn);
}
.pie[data-value="3"]:before {
  transform: rotate(0.03turn);
}
.pie[data-value="4"]:before {
  transform: rotate(0.04turn);
}
.pie[data-value="5"]:before {
  transform: rotate(0.05turn);
}
.pie[data-value="6"]:before {
  transform: rotate(0.06turn);
}
.pie[data-value="7"]:before {
  transform: rotate(0.07turn);
}
.pie[data-value="8"]:before {
  transform: rotate(0.08turn);
}
.pie[data-value="9"]:before {
  transform: rotate(0.09turn);
}
.pie[data-value="10"]:before {
  transform: rotate(0.1turn);
}
.pie[data-value="11"]:before {
  transform: rotate(0.11turn);
}
.pie[data-value="12"]:before {
  transform: rotate(0.12turn);
}
.pie[data-value="13"]:before {
  transform: rotate(0.13turn);
}
.pie[data-value="14"]:before {
  transform: rotate(0.14turn);
}
.pie[data-value="15"]:before {
  transform: rotate(0.15turn);
}
.pie[data-value="16"]:before {
  transform: rotate(0.16turn);
}
.pie[data-value="17"]:before {
  transform: rotate(0.17turn);
}
.pie[data-value="18"]:before {
  transform: rotate(0.18turn);
}
.pie[data-value="19"]:before {
  transform: rotate(0.19turn);
}
.pie[data-value="20"]:before {
  transform: rotate(0.2turn);
}
.pie[data-value="21"]:before {
  transform: rotate(0.21turn);
}
.pie[data-value="22"]:before {
  transform: rotate(0.22turn);
}
.pie[data-value="23"]:before {
  transform: rotate(0.23turn);
}
.pie[data-value="24"]:before {
  transform: rotate(0.24turn);
}
.pie[data-value="25"]:before {
  transform: rotate(0.25turn);
}
.pie[data-value="26"]:before {
  transform: rotate(0.26turn);
}
.pie[data-value="27"]:before {
  transform: rotate(0.27turn);
}
.pie[data-value="28"]:before {
  transform: rotate(0.28turn);
}
.pie[data-value="29"]:before {
  transform: rotate(0.29turn);
}
.pie[data-value="30"]:before {
  transform: rotate(0.3turn);
}
.pie[data-value="31"]:before {
  transform: rotate(0.31turn);
}
.pie[data-value="32"]:before {
  transform: rotate(0.32turn);
}
.pie[data-value="33"]:before {
  transform: rotate(0.33turn);
}
.pie[data-value="34"]:before {
  transform: rotate(0.34turn);
}
.pie[data-value="35"]:before {
  transform: rotate(0.35turn);
}
.pie[data-value="36"]:before {
  transform: rotate(0.36turn);
}
.pie[data-value="37"]:before {
  transform: rotate(0.37turn);
}
.pie[data-value="38"]:before {
  transform: rotate(0.38turn);
}
.pie[data-value="39"]:before {
  transform: rotate(0.39turn);
}
.pie[data-value="40"]:before {
  transform: rotate(0.4turn);
}
.pie[data-value="41"]:before {
  transform: rotate(0.41turn);
}
.pie[data-value="42"]:before {
  transform: rotate(0.42turn);
}
.pie[data-value="43"]:before {
  transform: rotate(0.43turn);
}
.pie[data-value="44"]:before {
  transform: rotate(0.44turn);
}
.pie[data-value="45"]:before {
  transform: rotate(0.45turn);
}
.pie[data-value="46"]:before {
  transform: rotate(0.46turn);
}
.pie[data-value="47"]:before {
  transform: rotate(0.47turn);
}
.pie[data-value="48"]:before {
  transform: rotate(0.48turn);
}
.pie[data-value="49"]:before {
  transform: rotate(0.49turn);
}
.pie[data-value="50"]:before {
  transform: rotate(0.5turn);
}
.pie[data-value="51"]:before {
  background-color: #2d85e5;
  transform: rotate(0.01turn);
}
.pie[data-value="52"]:before {
  background-color: #2d85e5;
  transform: rotate(0.02turn);
}
.pie[data-value="53"]:before {
  background-color: #2d85e5;
  transform: rotate(0.03turn);
}
.pie[data-value="54"]:before {
  background-color: #2d85e5;
  transform: rotate(0.04turn);
}
.pie[data-value="55"]:before {
  background-color: #2d85e5;
  transform: rotate(0.05turn);
}
.pie[data-value="56"]:before {
  background-color: #2d85e5;
  transform: rotate(0.06turn);
}
.pie[data-value="57"]:before {
  background-color: #2d85e5;
  transform: rotate(0.07turn);
}
.pie[data-value="58"]:before {
  background-color: #2d85e5;
  transform: rotate(0.08turn);
}
.pie[data-value="59"]:before {
  background-color: #2d85e5;
  transform: rotate(0.09turn);
}
.pie[data-value="60"]:before {
  background-color: #2d85e5;
  transform: rotate(0.1turn);
}
.pie[data-value="61"]:before {
  background-color: #2d85e5;
  transform: rotate(0.11turn);
}
.pie[data-value="62"]:before {
  background-color: #2d85e5;
  transform: rotate(0.12turn);
}
.pie[data-value="63"]:before {
  background-color: #2d85e5;
  transform: rotate(0.13turn);
}
.pie[data-value="64"]:before {
  background-color: #2d85e5;
  transform: rotate(0.14turn);
}
.pie[data-value="65"]:before {
  background-color: #2d85e5;
  transform: rotate(0.15turn);
}
.pie[data-value="66"]:before {
  background-color: #2d85e5;
  transform: rotate(0.16turn);
}
.pie[data-value="67"]:before {
  background-color: #2d85e5;
  transform: rotate(0.17turn);
}
.pie[data-value="68"]:before {
  background-color: #2d85e5;
  transform: rotate(0.18turn);
}
.pie[data-value="69"]:before {
  background-color: #2d85e5;
  transform: rotate(0.19turn);
}
.pie[data-value="70"]:before {
  background-color: #2d85e5;
  transform: rotate(0.2turn);
}
.pie[data-value="71"]:before {
  background-color: #2d85e5;
  transform: rotate(0.21turn);
}
.pie[data-value="72"]:before {
  background-color: #2d85e5;
  transform: rotate(0.22turn);
}
.pie[data-value="73"]:before {
  background-color: #2d85e5;
  transform: rotate(0.23turn);
}
.pie[data-value="74"]:before {
  background-color: #2d85e5;
  transform: rotate(0.24turn);
}
.pie[data-value="75"]:before {
  background-color: #2d85e5;
  transform: rotate(0.25turn);
}
.pie[data-value="76"]:before {
  background-color: #2d85e5;
  transform: rotate(0.26turn);
}
.pie[data-value="77"]:before {
  background-color: #2d85e5;
  transform: rotate(0.27turn);
}
.pie[data-value="78"]:before {
  background-color: #2d85e5;
  transform: rotate(0.28turn);
}
.pie[data-value="79"]:before {
  background-color: #2d85e5;
  transform: rotate(0.29turn);
}
.pie[data-value="80"]:before {
  background-color: #2d85e5;
  transform: rotate(0.3turn);
}
.pie[data-value="81"]:before {
  background-color: #2d85e5;
  transform: rotate(0.31turn);
}
.pie[data-value="82"]:before {
  background-color: #2d85e5;
  transform: rotate(0.32turn);
}
.pie[data-value="83"]:before {
  background-color: #2d85e5;
  transform: rotate(0.33turn);
}
.pie[data-value="84"]:before {
  background-color: #2d85e5;
  transform: rotate(0.34turn);
}
.pie[data-value="85"]:before {
  background-color: #2d85e5;
  transform: rotate(0.35turn);
}
.pie[data-value="86"]:before {
  background-color: #2d85e5;
  transform: rotate(0.36turn);
}
.pie[data-value="87"]:before {
  background-color: #2d85e5;
  transform: rotate(0.37turn);
}
.pie[data-value="88"]:before {
  background-color: #2d85e5;
  transform: rotate(0.38turn);
}
.pie[data-value="89"]:before {
  background-color: #2d85e5;
  transform: rotate(0.39turn);
}
.pie[data-value="90"]:before {
  background-color: #2d85e5;
  transform: rotate(0.4turn);
}
.pie[data-value="91"]:before {
  background-color: #2d85e5;
  transform: rotate(0.41turn);
}
.pie[data-value="92"]:before {
  background-color: #2d85e5;
  transform: rotate(0.42turn);
}
.pie[data-value="93"]:before {
  background-color: #2d85e5;
  transform: rotate(0.43turn);
}
.pie[data-value="94"]:before {
  background-color: #2d85e5;
  transform: rotate(0.44turn);
}
.pie[data-value="95"]:before {
  background-color: #2d85e5;
  transform: rotate(0.45turn);
}
.pie[data-value="96"]:before {
  background-color: #2d85e5;
  transform: rotate(0.46turn);
}
.pie[data-value="97"]:before {
  background-color: #2d85e5;
  transform: rotate(0.47turn);
}
.pie[data-value="98"]:before {
  background-color: #2d85e5;
  transform: rotate(0.48turn);
}
.pie[data-value="99"]:before {
  background-color: #2d85e5;
  transform: rotate(0.49turn);
}
.pie[data-value="100"]:before {
  background-color: #2d85e5;
  transform: rotate(0.5turn);
}
.pie--topbar {
  height: 3.6rem;
  width: 3.6rem;
}
.pie--topbar:after {
  font-size: 1.2rem;
  line-height: 2.3;
}
.pie--analysis {
  height: 12rem;
  width: 12rem;
}
.pie--analysis:after {
  font-size: 3.6rem;
  line-height: 2.4;
}
.pie--projectslist {
  height: 3.2rem;
  width: 3.2rem;
  margin: 6px 0 0;
}
.pie--projectslist:after {
  font-size: 1.1rem;
  line-height: 2.1;
}

.top-notification {
  display: block;
  width: 100%;
  height: 4rem;
  padding: 1rem 2rem;
  color: #FFF;
  z-index: 999;
}

.top-notification:after {
  display: block;
  clear: both;
  content: "";
}

.top-notification a {
  color: #FFF;
  font-weight: 600;
  text-decoration: underline;
}

.top-notification__content {
  display: inline-block;
}

.top-notification__icon {
  margin-right: 1rem;
}

.top-notification--danger {
  background: #c34953;
}

.top-notification--warning {
  background: #ce9539;
}

.top-notification--info {
  background: #387fa6;
}

.top-notification--sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.top-notification--sticky + #site {
  margin-top: 4rem;
}

.geo-autocomplete {
  right: 0;
  left: 0;
  width: auto !important;
  max-height: 35rem;
  padding: 0.5rem;
  overflow-y: scroll;
}
.geo-autocomplete__category {
  padding: 1.5rem 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.geo-autocomplete__category:first-of-type {
  padding-top: 5px;
}
.geo-autocomplete__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.5rem;
}
.geo-autocomplete__item:hover {
  background: #fafafa;
  cursor: pointer;
}
.geo-autocomplete__item label {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.geo-autocomplete__wrapper {
  position: relative;
  padding-bottom: 1rem;
}
.geo-autocomplete__wrapper input {
  margin-bottom: 0;
}
.geo-autocomplete__wrapper .geo-autocomplete__search-icon {
  display: inline-block;
  position: absolute;
  top: calc(50% - 1.4rem);
  right: 1rem;
  border: none;
  background: none;
  color: #d2d2d2;
  line-height: 1.4rem;
  z-index: 99999999;
}

.button--new-project {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #0FB36C !important;
  color: #FFF;
  z-index: 10;
}
.button--new-project:hover {
  background: #0FB36C;
  color: #FFF;
}
.button--new-project:after {
  display: block;
  position: absolute;
  top: calc(50% - 1.4rem);
  left: calc(50% - 1.4rem);
  width: 2.8rem;
  height: 2.8rem;
  transform: scale(1);
  transition: opacity 350ms ease 100ms, transform 450ms ease 0ms;
  border-radius: 50%;
  background: #0FB36C;
  content: "";
  opacity: 0.5;
  z-index: -1;
}
.button--new-project:hover:after {
  transform: scale(1.5);
  opacity: 0;
}

.projects-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 2rem 1rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.projects-list__header a {
  color: inherit;
}
.projects-list__header-projects-link {
  color: #aab4c0 !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}

@media (min-width: 1400px) {
  .projects-list__header {
    font-size: 1.3rem;
  }
}
.single-project-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-bottom: 2px solid #1d2533;
  background: rgba(255, 255, 255, 0.06);
  color: #7b8fa2;
  font-size: 1.3rem;
}
.single-project-item--opened {
  border-bottom: none;
}
.single-project-item--selected .single-project-item__name {
  color: #FFF;
}
.single-project-item--selected:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 0 10rem 10rem 0;
  background: #0FB36C;
  content: "";
}
.single-project-item__meta {
  margin-right: auto;
  color: inherit;
  text-align: left;
}
.single-project-item__meta:hover {
  color: inherit;
}
.single-project-item__name {
  color: #aab4c0;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.single-project-item__settings {
  margin-right: 1rem;
  color: #7b8fa2;
  font-size: 1.5rem;
}
.single-project-item__settings a, .single-project-item__settings i, .single-project-item__settings a:hover {
  color: #7b8fa2;
}
.single-project-item__new-mentions-count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1;
}
.single-project-item__new-mentions-indicator {
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: #7b8fa2;
}
.single-project-item__new-mentions-indicator--active {
  background: #0FB36C;
}
.single-project-item__new-mentions-count-number {
  margin-right: 5px;
  font-weight: 500;
}

.actions-list {
  list-style: none;
}
.actions-list__item {
  font-size: 1.4rem;
  text-align: left;
}
.actions-list__item a {
  display: block;
  padding: 1rem 1.5rem;
  color: inherit;
  border: none;
  background: transparent;
}
.actions-list__item:last-of-type a {
  padding-bottom: 1.5rem;
}
.actions-list__item i {
  margin-right: 0.5rem;
  color: #aab4c0;
}
.actions-list__item--separator {
  margin: 0.5rem 0;
  border-top: 1px solid #e4e8eb;
}

.account-options__dropdown-toggle {
  font-weight: 500;
}
.account-options__dropdown-content {
  min-width: 20rem;
  text-align: left;
  font-weight: 500;
}
.account-options__dropdown-content, .account-options__dropdown-content a {
  color: #5b6976;
}
.account-options__dropdown-content a:hover {
  color: inherit;
  opacity: 0.8;
}
.account-options__account-avatar {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: #333;
  color: #aab4c0;
  text-transform: uppercase;
  border-radius: 50%;
  line-height: 3rem;
  margin-left: 0 !important;
  text-align: center;
}
.account-options .account-details {
  padding: 1rem 1.5rem;
}
.account-options .account-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
}
.account-options .upgrade-account {
  padding: 3px 5px !important;
  font-size: 1rem;
  background: #d89317;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  margin-left: 1rem;
}
.account-options .upgrade-account:hover {
  color: #FFF !important;
}
.account-options .account-time-in-trial {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #7b8fa2;
}

.account-select {
  margin: 1rem 0 0;
  color: #7b8fa2;
  font-weight: 500;
}
.account-select__current {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  color: #1e2534;
}
.account-select__current .open-indicator {
  margin-left: 1rem;
}
.account-select__accounts-list {
  height: 0;
  overflow-y: scroll;
}
.account-select__list-item {
  display: block;
  padding: 0.5rem 0;
  color: #7b8fa2;
}
.account-select--active .account-select__current .open-indicator {
  transform: rotateX(180deg);
}
.account-select--active .account-select__accounts-list {
  max-height: 10rem;
  height: auto;
}
.account-select--active .account-select__current {
  margin-bottom: 1rem;
}

.integrations-dropdown__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  color: #1e2534;
  font-weight: 500;
}
.integrations-dropdown__integrations {
  margin-top: 1rem;
  display: flex;
}
.integrations-dropdown__integration {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2rem;
  transition: background 200ms ease 0ms, color 200ms ease 0ms;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #fff;
  color: #aab4c0;
}
.integrations-dropdown__integration-name {
  white-space: nowrap;
}
.integrations-dropdown__integration:hover {
  border: 1px solid #e4e8eb;
  background: #f4f6f8;
  color: #1e2534 !important;
}
.integrations-dropdown__integration-logo {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 1rem;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 179, 108, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(15, 179, 108, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(15, 179, 108, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 179, 108, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(15, 179, 108, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(15, 179, 108, 0);
  }
}
.cart {
  position: relative;
}
.cart__badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #0FB36C;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0 0 0 rgba(15, 179, 108, 0.4);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

#twitter-policy-notification-modal {
  padding: 15px;
  display: none;
}

#twitter-policy-notification-modal p {
  margin: 10px 25px 26px;
}

#twitter-policy-notification-modal ul {
  padding: 0 10px;
  margin: 15px;
}

#twitter-policy-notification-modal li {
  padding-left: 10px;
}

[aria-labelledby*=-modal] .ui-dialog-titlebar {
  display: none;
}

[aria-labelledby*=-modal] .ui-dialog-buttonpane {
  border-top: none;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0 10px;
  margin: 20px 10px;
}

[aria-labelledby*=-modal] .ui-dialog-buttonpane .ui-button {
  margin: 0;
}

[aria-labelledby*=-modal] .ui-dialog-buttonpane .ui-button .ui-button-text {
  font-weight: 500 !important;
  font-size: 14px;
  padding: 3px 12px !important;
}

.twitter-policy-notification__illustration {
  display: block;
  max-width: 300px;
  width: 80%;
  margin: 25px auto;
}
.twitter-policy-notification__illustration--logo {
  width: 30%;
  max-width: 200px;
}

.twitter-policy-notification__ribbon {
  position: absolute;
  top: -5px;
  left: -5px;
}

.new-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: transparent;
  color: #c2c6cf;
  font-weight: 500;
  font-size: 13px;
}

.new-modal__content {
  padding: 0 15px;
  text-align: center;
}

.twitter-policy-notification__policy-content {
  display: none;
}

.twitter-policy-notification__heading {
  display: inline-block;
  font-size: 35px;
  font-weight: 500;
  margin: 20px 0 15px;
}

.twitter-policy-notification__subheading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.twitter-policy-notification__text {
  font-size: 14px;
  color: #b5b5b5;
}

.twitter-policy-notification__more {
  color: #2d85e5;
  font-weight: 300;
  cursor: pointer;
}

.twitter-policy-notification__sidebar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  border: none;
}

.awareness-analytics__container--loading .awareness-analytics__content {
  display: none;
}
.awareness-analytics__container--loading .awareness-analytics__loader {
  display: flex;
}
.awareness-analytics__container--no-data .awareness-analytics__content {
  display: none;
}
.awareness-analytics__container--no-data .awareness-analytics__placeholder {
  display: flex;
}
.awareness-analytics__container .awareness-analytics__panel {
  padding: 0 !important;
}
.awareness-analytics__loader {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.awareness-analytics__placeholder {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
}
.awareness-analytics__placeholder .awareness-placeholder__image {
  margin-bottom: 1rem;
}
.awareness-analytics__placeholder .awareness-placeholder__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #465e75;
}
.awareness-analytics__placeholder .awareness-placeholder__subtitle {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #9aa6b4;
}
.awareness-analytics__content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.awareness-analytics__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 30rem;
  margin-right: 3rem;
  padding: 3rem;
  border-right: 1px solid #e3e3e3;
}
.awareness-analytics__score .searches-name {
  text-transform: capitalize;
}
.awareness-analytics__score .awareness-score__chart {
  margin-top: 2rem;
}
.awareness-analytics__score .awareness__benchmark {
  margin-top: 2rem;
}
.awareness-analytics__score p {
  color: #9aa6b4;
  font-size: 1.4rem;
  text-align: center;
}
.awareness-analytics__score p span.awareness__highlight {
  text-align: center;
  display: block;
  margin: 5px 0;
  color: #465e75;
  font-weight: 500;
}
.awareness-analytics__score p span.awareness__highlight--bigger {
  font-size: 1.8rem;
}
.awareness-analytics__chart {
  display: flex;
  align-items: center;
  width: 85%;
  padding: 3rem 0;
}

.reputation-analytics__container--loading .reputation-analytics__content {
  display: none;
}
.reputation-analytics__container--loading .reputation-analytics__loader {
  display: flex;
}
.reputation-analytics__container--no-data .reputation-analytics__content {
  display: none;
}
.reputation-analytics__container--no-data .reputation-analytics__placeholder {
  display: flex;
}
.reputation-analytics__container .reputation-analytics__panel {
  padding: 0 !important;
}
.reputation-analytics__loader {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.reputation-analytics__placeholder {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
}
.reputation-analytics__placeholder .reputation-placeholder__image {
  margin-bottom: 1rem;
}
.reputation-analytics__placeholder .reputation-placeholder__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #465e75;
}
.reputation-analytics__placeholder .reputation-placeholder__subtitle {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #9aa6b4;
}
.reputation-analytics__content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.reputation-analytics__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 30rem;
  margin-right: 3rem;
  padding: 3rem;
  border-right: 1px solid #e3e3e3;
}
.reputation-analytics__score #reputation-score {
  font-family: ‘Roboto’, sans-serif;
  font-size: 24px;
  color: #465e75;
  font-weight: 500;
  margin-top: -20px;
}
.reputation-analytics__score .searches-name {
  text-transform: capitalize;
}
.reputation-analytics__score .reputation-score__chart {
  margin-top: 2rem;
}
.reputation-analytics__score .reputation__benchmark {
  margin-top: 2rem;
}
.reputation-analytics__score p {
  color: #9aa6b4;
  font-size: 1.4rem;
  text-align: center;
}
.reputation-analytics__score p span.reputation__highlight {
  text-align: center;
  display: block;
  margin: 5px 0;
  color: #465e75;
  font-weight: 500;
}
.reputation-analytics__score p span.reputation__highlight--bigger {
  font-size: 1.8rem;
}
.reputation-analytics__chart {
  display: flex;
  align-items: center;
  width: 85%;
  padding: 3rem 0;
}

.footer {
  height: 100%;
  background: #1e2534;
  color: #7b8fa2;
}
.footer__upper {
  padding: 5rem 3rem 3rem;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 800px) {
  .footer__upper {
    flex-direction: column;
  }
}
.footer__details {
  grid-area: details;
  max-width: 35rem;
}
.footer__details p {
  margin-bottom: 1.5rem;
}
.footer__nav {
  grid-area: nav;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media all and (max-width: 350px) {
  .footer__nav {
    flex-direction: column;
  }
}
.footer__legal {
  grid-area: legal;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 1.5rem 3rem;
  border-top: 1px solid #3f3d56;
  background: #1e2534;
  color: #7b8fa2;
}
.footer__legal p ~ p:before {
  content: "|";
  margin: 0 0.5rem;
}
.footer__legal a {
  color: currentColor;
}
.footer__legal .legal__address em {
  font-style: normal;
  font-weight: 700;
}
.footer__legal .legal__address br {
  display: none;
}
.footer__legal .legal__links {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.2rem;
}
.footer__legal .legal__links li:not(:last-of-type):after {
  content: "|";
  margin: 0 0.5rem;
}
.footer__legal .mobile-switch {
  display: flex;
  align-items: center;
  border-left: 1px solid #3f3d56;
  margin-left: 1em;
  padding-left: 1em;
}
.footer__legal .mobile-switch__link {
  display: inherit;
  align-items: inherit;
}
.footer__legal .mobile-switch__icon {
  color: #0FB36C;
  font-size: 2em;
  margin-right: 0.5rem;
}
.footer__legal .mobile-switch__text {
  color: #FFF;
}
.footer .details__logo {
  margin-bottom: 2rem;
}
.footer .details__logo svg {
  fill: #FFF !important;
}
.footer .details__contact {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.footer .details__contact p {
  color: currentColor;
}
.footer .details__contact p ~ p {
  margin-left: 2rem;
}
.footer .details__contact span {
  color: #FFF;
  font-weight: 500;
}
.footer .details__contact a {
  color: #0fb36c;
  text-decoration: none;
}
@media all and (max-width: 350px) {
  .footer .details__contact {
    flex-direction: column;
  }
  .footer .details__contact p ~ p {
    margin-left: 0;
  }
}
.footer .nav-list {
  margin: 0;
}
.footer .nav-list__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: block;
  float: none;
}
.footer .nav-list__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 2.5rem;
  background: none;
  border: none;
  padding: 0;
}
.footer .nav-list__title:hover {
  cursor: default;
}
.footer .nav-list__item {
  color: #7b8fa2;
  margin-bottom: 1.5rem;
  float: none;
  line-height: 1.3;
  margin-left: 0 !important;
}
.footer .nav-list__item a {
  color: inherit;
  height: auto;
}

.intercom-lightweight-app .intercom-lightweight-app-launcher {
  bottom: 60px !important;
}