/* ---------------------------- **
** SME													**
------------------------------- **
** Version 1.0 [build 20170524] **
------------------------------- */

/* Base */

.sme-content {
  display: none;
}

.sme-nodataerror {
  display: none;
}

.sme-content > div:first-child {
  /*padding-left: 0;*/
}

.sme-content > div:last-child {
  /*padding-right: 0;*/
  margin-bottom: 15px;
}

.sme-content .huge {
  /*font-size: 30px;
  line-height: 28px;
*/
  font-size: 24px;
  line-height: 18px;
}

.sme-content .medium-text {
  font-size: 18px;
  line-height: 22px;
}

.sme-content .type {
  /*font-size: 15px;
  line-height: 15px;*/
	font-size: 14px;
  line-height: 18px;
}

.sme-content .text-right {
  text-align: right;
}

.sme-content .text-left {
  text-align: left;
}

.sme-content .text-center {
  text-align: center;
  padding: 0;
}

.sme-content .text-bold {
  font-weight: bold;
}

.sme-content .text-large {
  /*font-size: 15px;
  line-height: 30px;*/
	font-size: 14px;
  line-height: 18px;
}

.sme-content .text-medium {
  font-size: 18px;
}

.sme-content .text-medium i {
  font-size: 14px;
}

.sme-content .small-caps {
  font-variant: small-caps;
}

.sme-content .small-caps span {
  border-left: 1px solid #fff;
}

.sme-content .no-padding span.no-border,
.sme-content .no-padding span:first-child {
  border-left: 0 !important;
}

/* * */

/* SME.DialogAreas */

#sme-dialogareas_content.modal-body, {
  padding: 25px 0 0 0 !important;
}

#sme-dialogareas-areas {
  padding: 0;
}

.sme-dialogareas-options {
  max-height: 640px;
  overflow-y: auto;
}

.sme-dialogareas-options .active {
  opacity: 1;
}

.sme-dialogareas-options div {
  display: inline-block;
  min-height: 91px;
  text-align: center;
  vertical-align: middle;
}

.sme-dialogareas-options ul.box-panel {
  margin: 0 auto 0;
  list-style-type: none;
  padding: 0;
}

ul.box-panel li {
  -webkit-transform: perspective(600px);
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 50%;
  -ms-transform: perspective(600px);
  -ms-transform-style: preserve-3d;
  -ms-transform-origin-x: 50%;
  -ms-transform-origin-y: 50%;
  transform: perspective(600px);
  transform-style: preserve-3d;
  transform-origin-x: 50%;
  transform-origin-y: 50%;
  cursor: default;
  position: relative;
  text-align: center;
  margin: 0 10px 10px 0;
  width: 150px;
  height: 80px;
  background: #626262;
  color: #ffffff;
  float: left;
  -webkit-transition: .2s -webkit-transform, 1s opacity;
  -ms-transition: .2s -ms-transform, 1s opacity;
  transition: .2s transform, 1s opacity;
  cursor:pointer;
}

ul.box-panel li:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

ul.box-panel li.active {
  background-color: #708090;
}

ul.box-panel li i {
  font-size: 30px;
  margin: 20px 0 0;
  color: #fff;
}

ul.box-panel li span {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 8px;
  bottom: 4px;
  font-size: 11px;
  text-align: left;
}

.mmi-analysis-sub-title .sme-visible-xs-calendarArea {
  display: inline-block!important;
  position: absolute;
  width: 120px;
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {

  .sme-dialogareas-options {
    max-height: 480px;
  }

}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {

  .sme-content > div:last-child {
    margin-bottom: 30px;
  }

  .sme-dialogareas-options {
    max-height: 400px;
  }

}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .sme-content > div:last-child {
    margin-bottom: 30px;
  }

  .sme-dialogareas-options {
    max-height: 340px;
    overflow-x: hidden;
  }

  .sme-dialogareas-options div {
	min-height: 75px;
  }

  ul.box-panel li {
	width: 87%;
	height: 38px;
  }

  ul.box-panel li i {
	display: none;
  }

  ul.box-panel li span {
	bottom: 10px;
  }

}

/* SM LANDSCAPE */
@media (min-width: 768px) and (max-width: 991px) and (orientation:landscape) {

  .sme-dialogareas-options {
    max-height: 240px;
  }

}

/* XS LANDSCAPE */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {

  .sme-dialogareas-options {
    max-height: 200px;
  }

}

/* * */

/* -------------------------------------*/
/*                                      */
/* SME.PagesOverview					*/
/*                                      */
/* ------------------------------------ */

.sme-pagesoverview-filter {
  color: #fff;
	border: 1px solid #708090;
  background-color: #708090;
	margin: 5px 5px 5px 0;
}

.sme-pagesoverview-filter-show-all {
	margin: 5px 0;
}

/* SME.PagesOverview.TotalData */


.sme-content .sme-pagesoverview-total .small-caps span {
  color: #fff;
}

.sme-pagesoverview-total .panel-fb,
.sme-pagesoverview-total .panel-twitter,
.sme-pagesoverview-total .panel-youtube,
.sme-pagesoverview-total .panel-instagram {
  border-color: #708090;
}


.sme-pagesoverview-total .panel-heading {
  color: #fff;
  background-color: #708090;
}

.sme-pagesoverview-total .panel-fb a {
  color: #3b5998;
}

.sme-pagesoverview-total .panel-fb a:hover {
  color: #274364;
}

.sme-pagesoverview-total .panel-twitter a {
  color: #00aced;
}

.sme-pagesoverview-total .panel-twitter a:hover {
  color: #0084b4;
}

.sme-pagesoverview-total .panel-youtube a {
  color: #bb0000;
}

.sme-pagesoverview-total .panel-youtube a:hover {
  color: #9c0202;
}

.sme-pagesoverview-total .panel-instagram a {
  color: #125688;
}

.sme-pagesoverview-total .panel-instagram a:hover {
  color: #03487a;
}

/* * */

/* SME.PagesOverview.PostsData */

.sme-pagesoverview-posts .timeline {
  position: relative;
  padding: 15px 0 0 0;
  list-style: none;
}

.sme-pagesoverview-posts .timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.sme-pagesoverview-posts .timeline > li {
  position: relative;
  margin-bottom: 20px;
}

.sme-pagesoverview-posts .timeline > li:before,
.sme-pagesoverview-posts .timeline > li:after {
  content: " ";
  display: table;
}

.sme-pagesoverview-posts .timeline > li:after {
  clear: both;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 92%;
  padding: 5px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
  box-shadow: 0 1px 6px rgba(0,0,0,0.175);
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #f9f9f9;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

.sme-pagesoverview-posts .timeline > li > .timeline-badge {
  z-index: 15;
  position: absolute;
  top: 22px;
  left: 22px;
  width: 40px;
  height: 40px;
  margin-left: -35px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  line-height: 57px;
  color: #fff;
  background-color: #f9f9f9;
}

.sme-pagesoverview-posts .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.sme-pagesoverview-posts .timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.sme-pagesoverview-posts .timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel .timeline-heading {
  margin-bottom: 10px;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel .timeline-heading img {
  float: left;
  border-radius: 50% 50% 50% 50%;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel .timeline-body img {
  border-radius: 3% 3% 3% 3%;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel h4 {
  color: #555;
  line-height: 50px;
  margin: 0 10px;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel small {
  color: #555;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel div span {
  color: #999;
  border-left: 1px solid #999;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel div span:first-child {
  color: #999;
  border-left: 0;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel div span.sort {
  color: #555;
}

.sme-pagesoverview-posts .text-grey span {
  color: #555 !important;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel .timeline-heading div,
.sme-pagesoverview-posts .timeline > li > .timeline-panel .timeline-body div {
  float: left;
}

.sme-pagesoverview-posts .timeline > li > .timeline-panel .timeline-body p {
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

.sme-pagesoverview-posts .timeline-badge.fb {
  color: #3b5998 !important;
}

.sme-pagesoverview-posts .timeline-badge.twitter {
  color: #00aced !important;
}

.sme-pagesoverview-posts .timeline-badge.youtube {
  color: #bb0000 !important;
}

.sme-pagesoverview-posts .timeline-badge.instagram {
  color: #125688 !important;
}

.sme-pagesoverview-posts .timeline-title {
  margin-top: 0;
  color: inherit;
}

.sme-pagesoverview-posts .timeline-body > p,
.sme-pagesoverview-posts .timeline-body > ul {
  margin-bottom: 0;
}

.sme-pagesoverview-posts .timeline-body > p + p {
  margin: 5px;
}

.sme-pagesoverview-posts .timeline-body div p,
.sme-pagesoverview-posts .timeline-body div img {
  margin: 10px;
}

/* * */

/* SME.PagesOverview.TopData */

.sme-pagesoverview-top ul.top {
  margin: 0;
  padding: 0;
  list-style: none;
	cursor: pointer;
}

.sme-pagesoverview-top ul.top li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
}

.sme-pagesoverview-top ul.top li:last-child {
  border-bottom: 0;
}

.sme-pagesoverview-top ul.top li .top-body p {
  margin: 0;
}

.sme-pagesoverview-top ul.top li .top-body .header {
  line-height: 20px;
}

.sme-pagesoverview-top li .top-body strong {
  line-height: 20px;
	font-size: 14px;
  font-weight: bold;
}

.sme-pagesoverview-top .glyphicon {
  margin-right: 5px; /* not used? */
}

.sme-pagesoverview-top .panel-heading.fb {
  color: #3b5998 !important;
}

.sme-pagesoverview-top .panel-heading.twitter {
  color: #00aced !important;
}

.sme-pagesoverview-top .panel-heading.youtube {
  color: #bb0000 !important;
}

.sme-pagesoverview-top .panel-heading.instagram {
  color: #125688 !important;
}

/* -------------------------------------*/
/*                                      */
/* SME.MentionsOverview					*/
/*                                      */
/* ------------------------------------ */

.sme-mentionsoverview-filter {
  color: #fff;
	border: 1px solid #708090;
  background-color: #708090;
	margin: 5px 5px 5px 0;
}

.sme-mentionsoverview-filter-show-all {
	margin: 5px 0;
}

/* SME.MentionsOverview.TotalData */


.sme-content .sme-mentionsoverview-total .small-caps span {
  color: #fff;
}

.sme-mentionsoverview-total .panel-fb,
.sme-mentionsoverview-total .panel-twitter,
.sme-mentionsoverview-total .panel-blogs,
.sme-mentionsoverview-total .panel-youtube,
.sme-mentionsoverview-total .panel-news,
.sme-mentionsoverview-total .panel-foruns {
  border-color: #708090;
}


.sme-mentionsoverview-total .panel-heading {
  color: #fff;
  background-color: #708090;
	border: 1px solid #ececec;
}


.sme-mentionsoverview-total.color-fb .panel-heading {
  background-color: #3b5998;
}

.sme-mentionsoverview-total.color-twitter .panel-heading {
  background-color: #00aced;
}

.sme-mentionsoverview-total.color-blogs .panel-heading {
  background-color: #00b489;
}

.sme-mentionsoverview-total.color-youtube .panel-heading {
  background-color: #bb0000;
}

.sme-mentionsoverview-total.color-news .panel-heading {
  background-color: #007bb6;
}

.sme-mentionsoverview-total.color-foruns .panel-heading {
  background-color: #9cacd1;
}


.sme-mentionsoverview-total .panel-bottom {
  margin: 2px 0 !important;
  padding: 2px 0 !important;
	font-size: 14px !important;
  font-variant: small-caps;
}

.sme-mentionsoverview-total .panel-fb .panel-heading {
	border-bottom: 2px solid #ececec;
}

.sme-mentionsoverview-total .panel-fb a {
  color: #3b5998;
}

.sme-mentionsoverview-total .panel-fb a:hover {
  color: #274364;
}

.sme-mentionsoverview-total .panel-twitter a {
  color: #00aced;
}

.sme-mentionsoverview-total .panel-twitter a:hover {
  color: #0084b4;
}

.sme-mentionsoverview-total .panel-blogs a {
  color: #3b5998;
}

.sme-mentionsoverview-total .panel-blogs a:hover {
  color: #3b5998;
}

.sme-mentionsoverview-total .panel-youtube a {
  color: #bb0000;
}

.sme-mentionsoverview-total .panel-youtube a:hover {
  color: #9c0202;
}

.sme-mentionsoverview-total .panel-news a {
  color: #3b5998;
}

.sme-mentionsoverview-total .panel-news a:hover {
  color: #3b5998;
}

.sme-mentionsoverview-total .panel-foruns a {
  color: #3b5998;
}

.sme-mentionsoverview-total .panel-foruns a:hover {
  color: #3b5998;
}

/* * */

/* SME.MentionsOverview.TimelineChart */

.sme-mentionsoverview-timelinechart-chart-height {
  height: 160px;
 }

/* * */

/* SME.MentionsOverview.PostsData */

.sme-timeline-comment i {
	padding: 0 5px 0 0;
}


.sme-timeline-comment img.img-circle {
	border-radius: 50% !important;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel h5 {
  color: #555;
  line-height: 30px;
  margin: 0 10px;
}







.sme-mentionsoverview-posts .timeline {
  position: relative;
  padding: 15px 0 0 0;
  list-style: none;
}

.sme-mentionsoverview-posts .timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.sme-mentionsoverview-posts .timeline > li {
  position: relative;
  margin-bottom: 20px;
}

.sme-mentionsoverview-posts .timeline > li:before,
.sme-mentionsoverview-posts .timeline > li:after {
  content: " ";
  display: table;
}

.sme-mentionsoverview-posts .timeline > li:after {
  clear: both;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 92%;
  padding: 5px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
  box-shadow: 0 1px 6px rgba(0,0,0,0.175);
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #f9f9f9;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-badge {
  z-index: 15;
  position: absolute;
  top: 22px;
  left: 22px;
  width: 40px;
  height: 40px;
  margin-left: -35px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  line-height: 57px;
  color: #fff;
  background-color: #f9f9f9;
}

.sme-mentionsoverview-posts .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.sme-mentionsoverview-posts .timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.sme-mentionsoverview-posts .timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel .timeline-heading {
  margin-bottom: 10px;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel .timeline-heading img {
  float: left;
  border-radius: 50% 50% 50% 50%;
}
/*
.sme-mentionsoverview-posts .timeline > li > .timeline-panel .timeline-body img {
  border-radius: 3% 3% 3% 3%;
}
*/
.sme-mentionsoverview-posts .timeline > li > .timeline-panel h4 {
  color: #555;
  line-height: 50px;
  margin: 0 10px;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel small {
  color: #555;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel div span {
  color: #999;
  border-left: 1px solid #999;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel div span:first-child {
  color: #999;
  border-left: 0;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel div span.sort {
  color: #555;
}

.sme-mentionsoverview-posts .text-grey span {
  color: #555 !important;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel .timeline-heading div,
.sme-mentionsoverview-posts .timeline > li > .timeline-panel .timeline-body div {
  float: left;
}

.sme-mentionsoverview-posts .timeline > li > .timeline-panel .timeline-body p {
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

.sme-mentionsoverview-posts .timeline-badge.fb {
  color: #3b5998 !important;
}

.sme-mentionsoverview-posts .timeline-badge.twitter {
  color: #00aced !important;
}

.sme-mentionsoverview-posts .timeline-badge.blogs { 
  color: #00b489 !important;
}

.sme-mentionsoverview-posts .timeline-badge.youtube {
  color: #bb0000 !important;
}

.sme-mentionsoverview-posts .timeline-badge.news {
  color: #007bb6 !important;
}

.sme-mentionsoverview-posts .timeline-badge.foruns {
  color: #9cacd1 !important;
}

.sme-mentionsoverview-posts .timeline-title {
  margin-top: 0;
  color: inherit;
}

.sme-mentionsoverview-posts .timeline-body > p,
.sme-mentionsoverview-posts .timeline-body > ul {
  margin-bottom: 0;
}

.sme-mentionsoverview-posts .timeline-body > p + p {
  margin: 5px;
}

.sme-mentionsoverview-posts .timeline-body div p,
.sme-mentionsoverview-posts .timeline-body div img {
  margin: 10px;
}

.sme-mentionsoverview-posts .timeline-body p.sme-timeline-post-title {
  font-weight: bold;
}


/* * */

/* SME.MentionsOverview.TopData */

.sme-mentionsoverview-top ul.top {
  margin: 0;
  padding: 0;
  list-style: none;
	cursor: pointer;
}

.sme-mentionsoverview-top ul.top li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
}

.sme-mentionsoverview-top ul.top li:last-child {
  border-bottom: 0;
}

.sme-mentionsoverview-top ul.top li .top-body p {
  margin: 0;
}

.sme-mentionsoverview-top ul.top li .top-body .header {
  line-height: 20px;
}

.sme-mentionsoverview-top li .top-body strong {
  line-height: 20px;
	font-size: 14px;
  font-weight: bold;
}

.sme-mentionsoverview-top li .top-body .network {
  line-height: 20px;
}

.sme-mentionsoverview-top li .top-body .network span {
  font-size: 13px;
}

.sme-mentionsoverview-top .glyphicon {
  margin-right: 5px; /* not used? */
}

.sme-mentionsoverview-top .panel-heading.fb {
  color: #3b5998 !important;
}

.sme-mentionsoverview-top .panel-heading.twitter {
  color: #00aced !important;
}

.sme-mentionsoverview-top .panel-heading.blogs {
  color: #00b489 !important;
}

.sme-mentionsoverview-top .panel-heading.youtube {
  color: #bb0000 !important;
}

.sme-mentionsoverview-top .panel-heading.news {
  color: #007bb6 !important;
}

.sme-mentionsoverview-top .panel-heading.foruns {
  color: #9cacd1 !important;
}

.sme-mentionsoverview-top .top-body .network.fb {
  color: #3b5998 !important;
}

.sme-mentionsoverview-top .top-body .network.twitter {
  color: #00aced !important;
}

.sme-mentionsoverview-top .top-body .network.blogs {
  color: #00b489 !important;
}

.sme-mentionsoverview-top .top-body .network.youtube {
  color: #bb0000 !important;
}

.sme-mentionsoverview-top .top-body .network.news {
  color: #007bb6 !important;
}

.sme-mentionsoverview-top .top-body .network.foruns {
  color: #9cacd1 !important;
}

.sme-mentionsoverview-top .top-body .network h5 {
  font-weight: bold;
}

/*-------------------------------------------*/
/* SME.DialogMentions & SME.DialogEngagement */
/*-------------------------------------------*/
.sme-dialogmentions-tab-content  {
  max-height: 310px;
  overflow-y: auto;
  margin-top: 0px;
}

.sme-dialogengagement-content {
  max-height: 310px;
  overflow-y: auto;
  margin-top: 0px;
}

.sme-dialogmentions-chart-height, .sme-dialogengagement-chart-height {
  width: 100%;
  height: 240px;
}

.sme-engagement-content
{
  margin-left: 0px;
  margin-right: 0px;
}

.sme-engagement-content > div:last-child {
  /*padding-right: 0;*/
  margin-bottom: 0px;
}

.sme-engagement-content .panel {
  margin-bottom: 0px;
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {

  .sme-dialogmentions-tab-content {
    max-height: 320px;
  }
  
  .sme-dialogengagement-content {
    max-height: 320px;
  }

  .sme-dialogmentions-chart-height, .sme-dialogengagement-chart-height {
    height:200px;
  }
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
  .sme-dialogmentions-tab-content {
    max-height: 450px;
  }
  
  .sme-dialogengagement-content {
    max-height: 450px;
  }
  
  .sme-dialogmentions-chart-height, .sme-dialogengagement-chart-height {
    height:250px;
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
 
  .sme-dialogmentions-tab-content {
    max-height: none;
  }
  
  .sme-dialogengagement-content {
    max-height: none;
  }
  
}

/* -------------------------------------*/
/*                                      */
/* SME.MentionsClassif			*/
/*                                      */
/* ------------------------------------ */
.sme-mentionsclassif-card {border: 1px solid #d4d4d4; border-radius: 2px; -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175); box-shadow: 0 1px 6px rgba(0,0,0,0.175); margin-bottom: 20px; padding: 10px 10px 10px 10px }
.sme-mentionsclassif-card.sme-grouped { border-left: 5px solid #9be66e; }
.sme-mentionsclassif-card.sme-grouped.nopadding{ padding: 0px 10px 0px 10px; }
.sme-mentionsclassif-card p { text-align: justify; }
.sme-mentionsclassif-highlight { color: #ff0000; font-weight: bold; }
.sme-mentionsclassif-comments {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    padding: 5px;
    border-radius: 10px;
    margin: 5px 2px 2px 2px;
    font-style: italic;
}

.sme-mentionsclassif-item {
  border: 1px solid #dedede;
  padding: 3px 3px 3px 5px;
  background-color: #eeeeee;
  border-radius: 10px;
}

.sme-mentionsclassif-item td {
  
  vertical-align: middle !important;
  white-space: nowrap;
  text-align: left;
  padding-left: 0px !important;
  
}

.sme-mentionsclassif-icon-add i { margin-right: 0px !important; font-size: 30px; color: #92e66e;}
.sme-mentionsclassif-icon-add i:hover, .sme-mentionsclassif-icon-add i:active, .sme-mentionsclassif-icon-add i:focus  { background-color: #f9f9f9; color: #80c860; }
.sme-mentionsclassif-icon-add { background-color: #f9f9f9; border: 0px !important; padding: 0px; margin: 0px; border-radius: 0px !important; box-shadow: unset !important; }
.sme-mentionsclassif-icon-add:hover, .sme-mentionsclassif-icon-add:active, .sme-mentionsclassif-icon-add:focus { background-color: #f9f9f9;}
.sme-mentionsclassif-icon-del i { margin-right: 0px !important; font-size: 30px; color: #e66e6e;}
.sme-mentionsclassif-icon-del i:hover, .sme-mentionsclassif-icon-del i:active, .sme-mentionsclassif-icon-del i:focus  { background-color: #eeeeee; color: #c86060; }
.sme-mentionsclassif-icon-del { background-color: #eeeeee; border: 0px !important; padding: 0px; margin: 0px; border-radius: 0px !important; box-shadow: unset !important; }
.sme-mentionsclassif-icon-del:hover, .sme-mentionsclassif-icon-del:active, .sme-mentionsclassif-icon-del:focus { background-color: #eeeeee;}

.sme-icons-validation {position: relative; float: right; margin: 0px 10px 0px 0px; padding: 5px 5px 5px 5px; border: 1px solid #dddddd; border-radius: 11px; }

.sme-mentionsclassif-icon-dn i { margin-right: 0px !important; font-size: 14px; color: #aaaaaa;  }
.sme-mentionsclassif-icon-dnActive i { margin-right: 0px !important; font-size: 14px; color: #e66e6e; }
.sme-mentionsclassif-icon-dn i:hover, .sme-mentionsclassif-icon-dn i:active, .sme-mentionsclassif-icon-dn i:focus  { color: #e66e6e; }
.sme-mentionsclassif-icon-dn { border: 0px !important; padding: 0px; margin: 0px 5px 0px 5px !important; box-shadow: unset !important; background-color: #f9f9f9 !important; }

.sme-mentionsclassif-icon-up i { margin-right: 0px !important; font-size: 14px; color: #aaaaaa;  }
.sme-mentionsclassif-icon-upActive i { margin-right: 0px !important; font-size: 14px; color: #92e66e; }
.sme-mentionsclassif-icon-up i:hover, .sme-mentionsclassif-icon-up i:active, .sme-mentionsclassif-icon-up i:focus  { color: #92e66e; }
.sme-mentionsclassif-icon-up { border: 0px !important; padding: 0px; margin: 0px 5px 0px 5px !important; box-shadow: unset !important; background-color: #f9f9f9 !important; }

.sme-icons-actions { }

.sme-mentionsclassif-badge {     position: absolute;
    top: -5px;
    left: -7px;
    background-color: #eeeeee;
    color: #aaaaaa;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 15px;
    padding: 0px 0px 0px 3px;
    margin: 0px 0px 0px 0px;
    height: 15px;
}

.sme-mentionsclassif-networktext {
  position: relative;
  height:150px;
  overflow:auto;
}

.sme-mentionsclassif-networktext-icon {
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    transform: translate3d(0,0,0);
    background-color: #494949;
    color: #ffffff;
    border: 1px solid #494949;
    border-radius: 5px;
}

.sme-icons-polarity { position: relative; float: right; margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px; border: 1px solid #dddddd; border-radius: 11px; }

.sme-mentionsclassif-icon-neg i { margin-right: 0px !important; font-size: 14px; color: #aaaaaa;  }
.sme-mentionsclassif-icon-negActive i { margin-right: 0px !important; font-size: 14px; color: #e66e6e; }
.sme-mentionsclassif-icon-neg i:hover, .sme-mentionsclassif-icon-neg i:active, .sme-mentionsclassif-icon-neg i:focus  { color: #e66e6e; }
.sme-mentionsclassif-icon-neg { border: 0px !important; padding: 0px; margin: 0px 5px 0px 5px !important; box-shadow: unset !important; background-color: #f9f9f9 !important; }

.sme-mentionsclassif-icon-neu i { margin-right: 0px !important; font-size: 14px; color: #aaaaaa;  }
.sme-mentionsclassif-icon-neuActive i { margin-right: 0px !important; font-size: 14px; color: #e8a35b; }
.sme-mentionsclassif-icon-neu i:hover, .sme-mentionsclassif-icon-neu i:active, .sme-mentionsclassif-icon-neu i:focus  { color: #e8a35b; }
.sme-mentionsclassif-icon-neu { border: 0px !important; padding: 0px; margin: 0px 5px 0px 5px !important; box-shadow: unset !important; background-color: #f9f9f9 !important; }

.sme-mentionsclassif-icon-pos i { margin-right: 0px !important; font-size: 14px; color: #aaaaaa;  }
.sme-mentionsclassif-icon-posActive i { margin-right: 0px !important; font-size: 14px; color: #92e66e; }
.sme-mentionsclassif-icon-pos i:hover, .sme-mentionsclassif-icon-pos i:active, .sme-mentionsclassif-icon-pos i:focus  { color: #92e66e; }
.sme-mentionsclassif-icon-pos { border: 0px !important; padding: 0px; margin: 0px 5px 0px 5px !important; box-shadow: unset !important; background-color: #f9f9f9 !important; }

.sme-mentionsclassif-page {  border-radius: 10px;  background-color: #708090;  color: #ffffff;  padding: 3px 5px 3px 5px;  border: 1px solid #657382; }
.sme-dlg-mentionsclassif-treeview { height: 350px;  overflow: auto; }
.sme-dlg-mentionsclassif-classif { max-height: 150px; height: 150px; overflow: auto;}
.sme-dlg-mentionsclassif-tree .list-group-item { padding: 3px 10px 3px 10px; }
.sme-mentionsclassif-picture { padding: 1px; max-width: 200px; border-radius: 10px; -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175); box-shadow: 0 1px 6px rgba(0,0,0,0.175);}
.sme-mentionsclassif-footer {
  background-color: #eeeeee;
  white-space: nowrap;
  height: 30px;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
  box-shadow: 0 1px 6px rgba(0,0,0,0.175);
  padding-top: 7px;
  border-radius: 2px;
}

.sme-mentionsclassif-footer a,
.sme-mentionsclassif-footer a:focus,
.sme-mentionsclassif-footer a:active {
  text-decoration: underline; 
}

.sme-mentionsclassif-footer-icon {
  float: left;
  margin: -3px 0px 0px 0px;
  color: #708090;
  cursor: pointer;
}

.sme-mentionsclassif-tooltip li {  
    display: list-item;
    width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.sme-mentionsclassif-logo { width: 189px; margin-right: 26px; }
.sme-mentionsclassif-message { padding:10px 0px 10px 10px; margin:2px 2px 2px 2px;}
.sme-mentionsclassif-hidden-xs { display:  inline !important; }
.sme-mentionsclassif-posts { padding: 10px 10px 10px 10px; }
.sme-mentionsclassif-title { color: #9be66e; }

.sme-dlg-mentionsclassif-treeview-result {
  position: relative;
  width: 100%;
  padding: 5px;
  border: 1px solid #faebcc;;
  color: #8a6d3b;
  background-color: #fcf8e3;
  margin-top: 10px;
  height: 150px;  overflow: auto;
}

.sme-dlg-mentionsclassif-button-sel { cursor:pointer; color: #ffffff; margin-left: 10px; }
.sme-dlg-mentionsclassif-button-sel:hover { color: #0000FF; }
.sme-dlg-mentionsclassif-footer { margin-top: -15px; padding-top: 0px; }
.sme-dlg-classiffilters-checkboxL { text-align: right; padding: 10px 5px 0px 5px; text-transform: capitalize; }
.sme-dlg-classiffilters-checkboxR { text-align: left; padding: 5px 5px 5px 5px;}

/* LG */
@media screen and (min-width : 1200px)  {
  
  .sme-dlg-mentionsclassif-modal { width: 800px; }
 
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .sme-mentionsclassif-networks-text { display: none; }

}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {

  .sme-mentionsclassif-networks-text { display: none; }

}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .sme-mentionsclassif-networks-text { display: none; }
  .sme-mentionsclassif-hidden-xs { display: none !important; }
  
}

/* -------------------------------------*/
/*                                      */
/* SME.MentionsInsert			*/
/*                                      */
/* ------------------------------------ */
.sme-ctrl-item-header {
    font-size: 16px !important;
    color: #626262;
    padding: 0px 0px 0px 5px;
    margin: 5px 0px 5px 0px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    border-radius: 2px;
    vertical-align: middle;
    line-height: 36px;
 }
 
.sme-ctrl-item-itemsearch { display: inline-table; vertical-align: middle; }
.sme-ctrl-item-iteminput { width: 200px; }
.sme-mentionsinsert-regex { font-size: 11px; color: #adadd4; white-space: normal;}
.sme-mentionsinsert-highlight { font-size: 12px; color: #9be66e; white-space: normal;}
.sme-ctrl-item-itemdate { font-size: 14px;}
.sme-ctrl-item-itemdate input[type="text"] { width: 103px; }
.sme-ctrl-item-itemdate-div { display:inline-block; margin-left: 5px; }
 
/* LG */
@media screen and (min-width : 1200px) {

  .sme-ctrl-item-option {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .sme-ctrl-item-option {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
}
 
/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .sme-ctrl-item-iteminput
  {
    width: unset;
  }
  
}