/*
 LESS DSS (dynamic stylesheet) 1.8.5 (for less.js 1.3+)
 MORE INFO: http://cl.ly/Dqnr

 LESS mixins by Chris Krupski
*/
/* Backgrounds Group
========================== */
/* @group gradient-veritical() */
/* @end */
/* @group background-clip() */
/* @end */
/* Box Group
========================== */
/* @option: box-display() */
/* @end */
/* @group box-shadow() */
/* @end */
/* Border Group
========================== */
/* @group rounded() */
/* @end */
/* Transform Group
========================== */
/* @group matrix() */
/* @end */
/* @group rotate() */
/* @end */
/* @group scale() */
/* @end */
/* @group translate() */
/* @end */
/* @group skew() */
/* @end */
/* Transition
========================== */
/* Animation Group
========================== */
/* Column
========================== */
/* Misc Group
========================== */
.clearUL {
  list-style: none;
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
a[ng-click] {
  cursor: pointer;
}
.vex {
  z-index: 999999;
}
@-moz-document url-prefix() {
  /* hide the system icon for loading images */
  img:-moz-loading {
    visibility: hidden;
  }
  /* hide the system icon for broken images */
  img:-moz-broken {
    -moz-force-broken-image-icon: 0;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*grid*/
.row {
  margin-left: -1em;
  margin-right: -1em;
  *zoom: 1;
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row div[class^="col-"] {
  float: left;
}
.col-1 {
  width: 8.33333333%;
  padding: 0 1em;
}
.col-2 {
  width: 16.66666667%;
  padding: 0 1em;
}
.col-3 {
  width: 25%;
  padding: 0 1em;
}
.col-4 {
  width: 33.33333333%;
  padding: 0 1em;
}
.col-5 {
  width: 41.66666667%;
  padding: 0 1em;
}
.col-6 {
  width: 50%;
  padding: 0 1em;
}
.col-7 {
  width: 58.33333333%;
  padding: 0 1em;
}
.col-8 {
  width: 66.66666667%;
  padding: 0 1em;
}
.col-9 {
  width: 75%;
  padding: 0 1em;
}
.col-10 {
  width: 83.33333333%;
  padding: 0 1em;
}
.col-11 {
  width: 91.66666667%;
  padding: 0 1em;
}
.col-12 {
  width: 100%;
  padding: 0 1em;
}
/* custom mixin */
/* custom animation */
@-moz-keyframes fade-in {
  0% {
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fade-in {
  0% {
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fade-in {
  0% {
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fade-out {
  0% {
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes fade-out {
  0% {
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fade-out {
  0% {
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
html,
body,
.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap {
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.35, 1);
}
.wrap.shown {
  opacity: 1;
}
.init-loader {
  width: 100%;
  height: 100%;
  text-align: center;
}
.init-loader > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.side-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
  height: 100%;
  z-index: 50;
  background-color: #257ed0;
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.16), inset 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.16), inset 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.main-wrap {
  width: 100%;
  height: 100%;
  padding-left: 5em;
}
.header-wrap {
  position: relative;
  width: 100%;
  height: 4.25em;
  line-height: 4.25em;
  z-index: 100;
}
.main-content {
  position: relative;
  width: 100%;
  z-index: 2;
  height: calc(100% -  4.25em );
}
.results-wrap {
  z-index: 20;
  position: relative;
}
.content-wrap {
  position: relative;
  height: 100%;
}
.wyadmin-wrap {
  width: 100%;
}
.wyadmin-wrap .explore-rows,
.wyadmin-wrap .explore-rows .col-drilldown,
.wyadmin-wrap .explore-rows .col-content,
.wyadmin-wrap .iframe-wrap,
.wyadmin-wrap .wyadmin-iframe {
  height: 100%;
}
.wyadmin-wrap .iframe-wrap,
.wyadmin-wrap .wyadmin-iframe {
  width: 100%;
  border: 0;
}
.ngdialog.ngdialog-theme-default.iframed .ngdialog-content {
  padding: 0;
  height: 500px;
  width: 900px;
}
.ngdialog.ngdialog-theme-default.iframed .wyadmin-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.wrap.public .main-wrap {
  padding-left: 0;
}
.wrap.public .main-wrap .main-content {
  height: 100%;
}
.content-wrap.content-forbidden {
  padding-top: 5%;
}
.content-wrap.content-forbidden .content-forbidden-alert {
  margin: 0 auto;
  max-width: 380px;
  border: 1px dashed #ccc;
  text-align: center;
  font-size: 1.25em;
  padding: 1em;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #92929A;
}
.scroller-wrap {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
.text-faded {
  position: relative;
}
.text-faded:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.3em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
.btn.btn-blue {
  background: #257ed0;
}
.btn.btn-blue:hover {
  background-color: #1d64a5;
}
.btn.btn-red {
  background: red;
}
.btn.btn-red:hover {
  background-color: #cc0000;
}
.btn.btn-default {
  background: #92929A;
}
.btn.btn-default:hover {
  background-color: #787881;
}
.btn.btn-lg {
  font-size: 1.25em;
  padding: 0.5em 1em;
}
.btn.btn-info {
  background-color: #92929A;
}
.btn.btn-info:hover {
  background-color: #787881;
}
.btn.btn-white {
  background: #fff;
  color: #212121;
}
.btn.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.btn.btn-block {
  display: block;
}
.btn > i {
  font-size: 1.2em;
}
.btn > i,
.btn > span {
  vertical-align: middle;
}
.btn > .icon-ent-left-open-mini {
  font-size: 0.9em;
  margin-top: 2px;
  display: inline-block;
}
.btn > .icon-ent-left-open-mini:before {
  margin: 0;
}
.form-group {
  margin-bottom: 1em;
}
.form-group input,
.form-group select,
.form-group textarea {
  margin: 0;
}
.btn-toggle-wrap {
  display: block;
  margin: 0;
  padding: 0.5em;
  text-align: left;
}
.btn-toggle-wrap li {
  display: inline-block;
  font-size: 1.25em;
  padding: 0.5em 1em 0.5em 1em;
  position: relative;
  cursor: pointer;
}
.btn-toggle-wrap li:hover,
.btn-toggle-wrap li.active {
  color: #257ed0;
  font-weight: 600;
  text-decoration: underline;
}
.btn-toggle-wrap li:after {
  content: "|";
  font-weight: 100;
  position: absolute;
  right: 0;
  color: #92929A;
}
.btn-toggle-wrap li:last-child:after {
  display: none;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
.tags{
  margin-top: .3em;

  & > * {
    display: inline-block;
    vertical-align: top;
  }
  ul{
    margin: .5em 0;
  }
  .head{
    margin: .5em 0;
    padding: .2em .5em;
  }

  li{
    display: inline-block;
    vertical-align: top;
    margin: 0 .5em .5em 0;
    a {
      display: block;
      padding: .2em .5em;
      background: @light-grey;
      border-radius: 2px;
      &:hover{
        background: @secondary-blue;
        color: @fff;
      }
    }
  }
}*/
div.alert {
  font-size: 1.125em;
  margin-bottom: 2em;
}
div.alert.alert-error {
  background: #ee6e73;
  border: 1px solid #f39c9f;
  color: #fff;
}
div.alert.alert-info {
  background: #75b0e6;
  border: 1px solid #4997df;
  color: #fff;
}
.social-badge {
  display: inline-block;
  text-align: center;
  width: 2em;
}
.social-badge i {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0 auto;
}
.social-badge.fb > i {
  color: #3b5998;
}
.social-badge.tw > i {
  color: #55acee;
}
.social-badge.ig > i {
  color: #3f729b;
}
/* materialize fixes */
select:focus {
  outline: 1px solid #257ed0;
}
.row {
  margin-bottom: 1em;
}
nav {
  overflow: visible;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.card li a {
  text-transform: none;
  color: #224064;
}
.card li a:hover {
  color: #2f588a;
}
.fake-card {
  padding: 1em;
  overflow: hidden;
  position: relative;
}
.fake-card canvas {
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.fake-card .total-posts {
  position: absolute;
  top: 54%;
  left: 40%;
  font-size: 2em;
  width: 20%;
  text-align: center;
}
.fake-card .alert {
  width: 100%;
  padding: 10em;
  border: 1px dashed #d5d5d5;
  text-align: center;
}
.fake-title {
  margin-bottom: 1.25em;
  text-align: center;
  font-size: 1.25em;
}
.flag {
  width: 16px;
  height: 16px;
  background: url(../images/flags.png) no-repeat;
}
.flag.flag-ad {
  background-position: -16px 0;
}
.flag.flag-ae {
  background-position: -32px 0;
}
.flag.flag-af {
  background-position: -48px 0;
}
.flag.flag-ag {
  background-position: -64px 0;
}
.flag.flag-ai {
  background-position: -80px 0;
}
.flag.flag-al {
  background-position: -96px 0;
}
.flag.flag-am {
  background-position: -112px 0;
}
.flag.flag-an {
  background-position: -128px 0;
}
.flag.flag-ao {
  background-position: -144px 0;
}
.flag.flag-ar {
  background-position: -160px 0;
}
.flag.flag-as {
  background-position: -176px 0;
}
.flag.flag-at {
  background-position: -192px 0;
}
.flag.flag-au {
  background-position: -208px 0;
}
.flag.flag-aw {
  background-position: -224px 0;
}
.flag.flag-az {
  background-position: 0 -16px;
}
.flag.flag-ba {
  background-position: -16px -16px;
}
.flag.flag-bb {
  background-position: -32px -16px;
}
.flag.flag-bd {
  background-position: -48px -16px;
}
.flag.flag-be {
  background-position: -64px -16px;
}
.flag.flag-bf {
  background-position: -80px -16px;
}
.flag.flag-bg {
  background-position: -96px -16px;
}
.flag.flag-bh {
  background-position: -112px -16px;
}
.flag.flag-bi {
  background-position: -128px -16px;
}
.flag.flag-bj {
  background-position: -144px -16px;
}
.flag.flag-bm {
  background-position: -160px -16px;
}
.flag.flag-bn {
  background-position: -176px -16px;
}
.flag.flag-bo {
  background-position: -192px -16px;
}
.flag.flag-br {
  background-position: -208px -16px;
}
.flag.flag-bs {
  background-position: -224px -16px;
}
.flag.flag-bt {
  background-position: 0 -32px;
}
.flag.flag-bw {
  background-position: -16px -32px;
}
.flag.flag-by {
  background-position: -32px -32px;
}
.flag.flag-bz {
  background-position: -48px -32px;
}
.flag.flag-ca {
  background-position: -64px -32px;
}
.flag.flag-cd {
  background-position: -80px -32px;
}
.flag.flag-cf {
  background-position: -96px -32px;
}
.flag.flag-cg {
  background-position: -112px -32px;
}
.flag.flag-ch {
  background-position: -128px -32px;
}
.flag.flag-ci {
  background-position: -144px -32px;
}
.flag.flag-ck {
  background-position: -160px -32px;
}
.flag.flag-cl {
  background-position: -176px -32px;
}
.flag.flag-cm {
  background-position: -192px -32px;
}
.flag.flag-cn {
  background-position: -208px -32px;
}
.flag.flag-co {
  background-position: -224px -32px;
}
.flag.flag-cr {
  background-position: 0 -48px;
}
.flag.flag-cu {
  background-position: -16px -48px;
}
.flag.flag-cv {
  background-position: -32px -48px;
}
.flag.flag-cy {
  background-position: -48px -48px;
}
.flag.flag-cz {
  background-position: -64px -48px;
}
.flag.flag-de {
  background-position: -80px -48px;
}
.flag.flag-dj {
  background-position: -96px -48px;
}
.flag.flag-dk {
  background-position: -112px -48px;
}
.flag.flag-dm {
  background-position: -128px -48px;
}
.flag.flag-do {
  background-position: -144px -48px;
}
.flag.flag-dz {
  background-position: -160px -48px;
}
.flag.flag-ec {
  background-position: -176px -48px;
}
.flag.flag-ee {
  background-position: -192px -48px;
}
.flag.flag-eg {
  background-position: -208px -48px;
}
.flag.flag-eh {
  background-position: -224px -48px;
}
.flag.flag-er {
  background-position: 0 -64px;
}
.flag.flag-es {
  background-position: -16px -64px;
}
.flag.flag-et {
  background-position: -32px -64px;
}
.flag.flag-fi {
  background-position: -48px -64px;
}
.flag.flag-fj {
  background-position: -64px -64px;
}
.flag.flag-fm {
  background-position: -80px -64px;
}
.flag.flag-fo {
  background-position: -96px -64px;
}
.flag.flag-fr {
  background-position: -112px -64px;
}
.flag.flag-ga {
  background-position: -128px -64px;
}
.flag.flag-en {
  background-position: -144px -64px;
}
/* was flag-gb */
.flag.flag-gd {
  background-position: -160px -64px;
}
.flag.flag-ge {
  background-position: -176px -64px;
}
.flag.flag-gg {
  background-position: -192px -64px;
}
.flag.flag-gh {
  background-position: -208px -64px;
}
.flag.flag-gi {
  background-position: -224px -64px;
}
.flag.flag-gl {
  background-position: 0 -80px;
}
.flag.flag-gm {
  background-position: -16px -80px;
}
.flag.flag-gn {
  background-position: -32px -80px;
}
.flag.flag-gp {
  background-position: -48px -80px;
}
.flag.flag-gq {
  background-position: -64px -80px;
}
.flag.flag-gr {
  background-position: -80px -80px;
}
.flag.flag-gt {
  background-position: -96px -80px;
}
.flag.flag-gu {
  background-position: -112px -80px;
}
.flag.flag-gw {
  background-position: -128px -80px;
}
.flag.flag-gy {
  background-position: -144px -80px;
}
.flag.flag-hk {
  background-position: -160px -80px;
}
.flag.flag-hn {
  background-position: -176px -80px;
}
.flag.flag-hr {
  background-position: -192px -80px;
}
.flag.flag-ht {
  background-position: -208px -80px;
}
.flag.flag-hu {
  background-position: -224px -80px;
}
.flag.flag-id {
  background-position: 0 -96px;
}
.flag.flag-ie {
  background-position: -16px -96px;
}
.flag.flag-il {
  background-position: -32px -96px;
}
.flag.flag-im {
  background-position: -48px -96px;
}
.flag.flag-in {
  background-position: -64px -96px;
}
.flag.flag-iq {
  background-position: -80px -96px;
}
.flag.flag-ir {
  background-position: -96px -96px;
}
.flag.flag-is {
  background-position: -112px -96px;
}
.flag.flag-it {
  background-position: -128px -96px;
}
.flag.flag-je {
  background-position: -144px -96px;
}
.flag.flag-jm {
  background-position: -160px -96px;
}
.flag.flag-jo {
  background-position: -176px -96px;
}
.flag.flag-jp {
  background-position: -192px -96px;
}
.flag.flag-ke {
  background-position: -208px -96px;
}
.flag.flag-kg {
  background-position: -224px -96px;
}
.flag.flag-kh {
  background-position: 0 -112px;
}
.flag.flag-ki {
  background-position: -16px -112px;
}
.flag.flag-km {
  background-position: -32px -112px;
}
.flag.flag-kn {
  background-position: -48px -112px;
}
.flag.flag-kp {
  background-position: -64px -112px;
}
.flag.flag-kr {
  background-position: -80px -112px;
}
.flag.flag-kw {
  background-position: -96px -112px;
}
.flag.flag-ky {
  background-position: -112px -112px;
}
.flag.flag-kz {
  background-position: -128px -112px;
}
.flag.flag-la {
  background-position: -144px -112px;
}
.flag.flag-lb {
  background-position: -160px -112px;
}
.flag.flag-lc {
  background-position: -176px -112px;
}
.flag.flag-li {
  background-position: -192px -112px;
}
.flag.flag-lk {
  background-position: -208px -112px;
}
.flag.flag-lr {
  background-position: -224px -112px;
}
.flag.flag-ls {
  background-position: 0 -128px;
}
.flag.flag-lt {
  background-position: -16px -128px;
}
.flag.flag-lu {
  background-position: -32px -128px;
}
.flag.flag-lv {
  background-position: -48px -128px;
}
.flag.flag-ly {
  background-position: -64px -128px;
}
.flag.flag-ma {
  background-position: -80px -128px;
}
.flag.flag-mc {
  background-position: -96px -128px;
}
.flag.flag-md {
  background-position: -112px -128px;
}
.flag.flag-me {
  background-position: -128px -128px;
}
.flag.flag-mg {
  background-position: -144px -128px;
}
.flag.flag-mh {
  background-position: -160px -128px;
}
.flag.flag-mk {
  background-position: -176px -128px;
}
.flag.flag-ml {
  background-position: -192px -128px;
}
.flag.flag-mm {
  background-position: -208px -128px;
}
.flag.flag-mn {
  background-position: -224px -128px;
}
.flag.flag-mo {
  background-position: 0 -144px;
}
.flag.flag-mq {
  background-position: -16px -144px;
}
.flag.flag-mr {
  background-position: -32px -144px;
}
.flag.flag-ms {
  background-position: -48px -144px;
}
.flag.flag-mt {
  background-position: -64px -144px;
}
.flag.flag-mu {
  background-position: -80px -144px;
}
.flag.flag-mv {
  background-position: -96px -144px;
}
.flag.flag-mw {
  background-position: -112px -144px;
}
.flag.flag-mx {
  background-position: -128px -144px;
}
.flag.flag-my {
  background-position: -144px -144px;
}
.flag.flag-mz {
  background-position: -160px -144px;
}
.flag.flag-na {
  background-position: -176px -144px;
}
.flag.flag-nc {
  background-position: -192px -144px;
}
.flag.flag-ne {
  background-position: -208px -144px;
}
.flag.flag-ng {
  background-position: -224px -144px;
}
.flag.flag-ni {
  background-position: 0 -160px;
}
.flag.flag-nl {
  background-position: -16px -160px;
}
.flag.flag-no {
  background-position: -32px -160px;
}
.flag.flag-np {
  background-position: -48px -160px;
}
.flag.flag-nr {
  background-position: -64px -160px;
}
.flag.flag-nz {
  background-position: -80px -160px;
}
.flag.flag-om {
  background-position: -96px -160px;
}
.flag.flag-pa {
  background-position: -112px -160px;
}
.flag.flag-pe {
  background-position: -128px -160px;
}
.flag.flag-pf {
  background-position: -144px -160px;
}
.flag.flag-pg {
  background-position: -160px -160px;
}
.flag.flag-ph {
  background-position: -176px -160px;
}
.flag.flag-pk {
  background-position: -192px -160px;
}
.flag.flag-pl {
  background-position: -208px -160px;
}
.flag.flag-pr {
  background-position: -224px -160px;
}
.flag.flag-ps {
  background-position: 0 -176px;
}
.flag.flag-pt {
  background-position: -16px -176px;
}
.flag.flag-pw {
  background-position: -32px -176px;
}
.flag.flag-py {
  background-position: -48px -176px;
}
.flag.flag-qa {
  background-position: -64px -176px;
}
.flag.flag-re {
  background-position: -80px -176px;
}
.flag.flag-ro {
  background-position: -96px -176px;
}
.flag.flag-rs {
  background-position: -112px -176px;
}
.flag.flag-ru {
  background-position: -128px -176px;
}
.flag.flag-rw {
  background-position: -144px -176px;
}
.flag.flag-sa {
  background-position: -160px -176px;
}
.flag.flag-sb {
  background-position: -176px -176px;
}
.flag.flag-sc {
  background-position: -192px -176px;
}
.flag.flag-sd {
  background-position: -208px -176px;
}
.flag.flag-se {
  background-position: -224px -176px;
}
.flag.flag-sg {
  background-position: 0 -192px;
}
.flag.flag-si {
  background-position: -16px -192px;
}
.flag.flag-sk {
  background-position: -32px -192px;
}
.flag.flag-sl {
  background-position: -48px -192px;
}
.flag.flag-sm {
  background-position: -64px -192px;
}
.flag.flag-sn {
  background-position: -80px -192px;
}
.flag.flag-so {
  background-position: -96px -192px;
}
.flag.flag-sr {
  background-position: -112px -192px;
}
.flag.flag-st {
  background-position: -128px -192px;
}
.flag.flag-sv {
  background-position: -144px -192px;
}
.flag.flag-sy {
  background-position: -160px -192px;
}
.flag.flag-sz {
  background-position: -176px -192px;
}
.flag.flag-tc {
  background-position: -192px -192px;
}
.flag.flag-td {
  background-position: -208px -192px;
}
.flag.flag-tg {
  background-position: -224px -192px;
}
.flag.flag-th {
  background-position: 0 -208px;
}
.flag.flag-tj {
  background-position: -16px -208px;
}
.flag.flag-tl {
  background-position: -32px -208px;
}
.flag.flag-tm {
  background-position: -48px -208px;
}
.flag.flag-tn {
  background-position: -64px -208px;
}
.flag.flag-to {
  background-position: -80px -208px;
}
.flag.flag-tr {
  background-position: -96px -208px;
}
.flag.flag-tt {
  background-position: -112px -208px;
}
.flag.flag-tv {
  background-position: -128px -208px;
}
.flag.flag-tw {
  background-position: -144px -208px;
}
.flag.flag-tz {
  background-position: -160px -208px;
}
.flag.flag-ua {
  background-position: -176px -208px;
}
.flag.flag-ug {
  background-position: -192px -208px;
}
.flag.flag-us {
  background-position: -208px -208px;
}
.flag.flag-uy {
  background-position: -224px -208px;
}
.flag.flag-uz {
  background-position: 0 -224px;
}
.flag.flag-va {
  background-position: -16px -224px;
}
.flag.flag-vc {
  background-position: -32px -224px;
}
.flag.flag-ve {
  background-position: -48px -224px;
}
.flag.flag-vg {
  background-position: -64px -224px;
}
.flag.flag-vi {
  background-position: -80px -224px;
}
.flag.flag-vn {
  background-position: -96px -224px;
}
.flag.flag-vu {
  background-position: -112px -224px;
}
.flag.flag-ws {
  background-position: -128px -224px;
}
.flag.flag-ye {
  background-position: -144px -224px;
}
.flag.flag-za {
  background-position: -160px -224px;
}
.flag.flag-zm {
  background-position: -176px -224px;
}
.flag.flag-zw {
  background-position: -192px -224px;
}
.dropdownify-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 900;
}
.dropdownify-wrap ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #479cec;
}
.dropdownify-wrap ul li:last-child {
  border: none;
}
.dropdownify-wrap ul li ul {
  position: absolute;
  right: 0em;
  bottom: 0.5em;
  min-width: 5em;
  text-align: left;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.dropdownify-wrap ul li a {
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  display: block;
  padding: 0 10px;
  background: #FFF;
  color: #333;
  text-decoration: none;
}
.dropdownify-wrap ul li a:hover {
  background: #F2F2F2;
}
.dropdownify-wrap ul .clicker {
  display: block;
  text-align: center;
  color: #fff;
}
.dropdownify-wrap img {
  position: absolute;
  top: 9px;
  left: 12px;
}
.click-nav ul .clicker:hover,
.click-nav ul .active {
  background: #196F9A;
}
.header-wrap {
  /* vedi layout.less */
  background: #0E3150;
}
.header-wrap div.nav {
  background-color: transparent;
  height: 4.25em;
  border-bottom: 1px solid #92929A;
  color: #fff;
}
.header-wrap .nav-wrapper {
  height: 4.25em;
}
.header-wrap .clock-wrap,
.header-wrap .profile-wrap {
  position: absolute;
  top: 0;
  line-height: 4.25em;
}
.header-wrap .clock-wrap {
  left: 26em;
}
.header-wrap .clock {
  padding-left: 1em;
  font-size: 1.26em;
  font-weight: 100;
}
.header-wrap .profile-wrap {
  right: 0;
}
.header-wrap .profile-wrap .profile {
  padding-right: 1em;
  font-size: 1.26em;
}
.header-wrap .profile-wrap .dropdown-button {
  display: block;
  height: 100%;
  color: #fff;
  font-weight: 100;
}
.header-wrap .profile-wrap .dropdown-content {
  background: #0E3150;
}
.header-wrap .profile-wrap .dropdown-content li:not(.divider),
.header-wrap .profile-wrap .dropdown-content li.active,
.header-wrap .profile-wrap .dropdown-content li.selected,
.header-wrap .profile-wrap .dropdown-content li:hover {
  background-color: #0E3150;
}
.header-wrap .profile-wrap .dropdown-content li > a {
  color: #fff;
}
.header-wrap .profile-wrap .dropdown-content li > a:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.header-wrap .nav-left,
.header-wrap .nav-left > div {
  float: left;
}
.header-wrap .nav-right,
.header-wrap .nav-right > div {
  float: right;
}
.header-wrap .search-wrap {
  position: relative;
  height: 4.25em;
  width: 26em;
}
.header-wrap .search-wrap .search-box {
  position: relative;
  height: 100%;
}
.header-wrap .search-wrap angucomplete {
  display: block;
  height: 100%;
}
.header-wrap .search-wrap .input-wrap {
  height: 100%;
  z-index: 200;
  position: relative;
  padding: 0 1em;
}
.header-wrap .search-wrap .search-input {
  height: calc( 4.25em  - 1.5em);
  width: 100%;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.125em;
  padding: 0;
  vertical-align: top;
  margin-top: 0.5em;
  box-sizing: border-box;
}
.header-wrap .search-wrap .search-input:focus {
  outline: none;
  /* for multi values */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #212121;
}
.header-wrap .search-wrap .search-input::-webkit-input-placeholder {
  color: #fff;
}
.header-wrap .search-wrap .search-input:-moz-placeholder {
  color: #fff;
}
.header-wrap .search-wrap .search-input::-moz-placeholder {
  color: #fff;
}
.header-wrap .search-wrap .search-input:-ms-input-placeholder {
  color: #fff;
}
.header-wrap .search-wrap .search-icon {
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 1.5em;
  line-height: 3em;
  z-index: 300;
}
.header-wrap .search-wrap .search-clear {
  cursor: pointer;
}
.search-wrap {
  transform: translateY(0);
  transition: transform 218ms cubic-bezier(0.55, 0, 0.1, 1), width 218ms cubic-bezier(0.55, 0, 0.35, 1);
}
.angucomplete-dropdown {
  line-height: 1.5em;
  z-index: 100;
  margin: 0;
  background: #fff;
  height: 0;
  transition: none;
}
.state-searching {
  background: #212121;
}
.state-searching .header-wrap {
  background: rgba(245, 245, 245, 0.4);
}
.state-searching .header-wrap div.nav {
  border-bottom-color: transparent;
}
.state-searching .header-wrap .clock-wrap,
.state-searching .header-wrap .profile-wrap {
  opacity: 0.1;
  pointer-events: none;
}
.state-searching .header-wrap .clock-wrap {
  opacity: 0.01;
}
.state-searching .content-wrap,
.state-searching .side-wrap {
  opacity: 0.4 !important;
  pointer-events: none;
}
.state-searching .init-loader {
  display: none;
}
.state-searching .angucomplete-dropdown {
  height: 40em;
  transition: height 318ms cubic-bezier(0.55, 0, 0.35, 1);
}
.state-searching .search-wrap {
  transform: translateY(3vh) translateX(calc(50vw - 29em));
  width: 48em;
}
.state-searching .search-wrap {
  /* for multi values */
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.16), 0 -10px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.16), 0 -10px 10px 0 rgba(0, 0, 0, 0.12);
}
.state-searching .search-wrap .search-box {
  display: block !important;
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input {
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input::-webkit-input-placeholder {
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input:-moz-placeholder {
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input::-moz-placeholder {
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input:-ms-input-placeholder {
  color: #212121;
}
.state-searching .search-wrap .search-box .input-wrap {
  background-color: #fff;
}
.state-searching .side-nav li a:before {
  display: none;
}
.header-wrap {
  /* vedi layout.less */
  background: #0E3150;
}
.header-wrap div.nav {
  background-color: transparent;
  height: 4.25em;
  border-bottom: 1px solid #92929A;
  color: #fff;
}
.header-wrap .nav-wrapper {
  height: 4.25em;
}
.header-wrap .clock-wrap,
.header-wrap .profile-wrap {
  position: absolute;
  top: 0;
  line-height: 4.25em;
}
.header-wrap .clock-wrap {
  left: 26em;
}
.header-wrap .clock {
  padding-left: 1em;
  font-size: 1.26em;
  font-weight: 100;
}
.header-wrap .profile-wrap {
  right: 0;
}
.header-wrap .profile-wrap .profile {
  padding-right: 1em;
  font-size: 1.26em;
}
.header-wrap .profile-wrap .dropdown-button {
  display: block;
  height: 100%;
  color: #fff;
  font-weight: 100;
}
.header-wrap .profile-wrap .dropdown-content {
  background: #0E3150;
}
.header-wrap .profile-wrap .dropdown-content li:not(.divider),
.header-wrap .profile-wrap .dropdown-content li.active,
.header-wrap .profile-wrap .dropdown-content li.selected,
.header-wrap .profile-wrap .dropdown-content li:hover {
  background-color: #0E3150;
}
.header-wrap .profile-wrap .dropdown-content li > a {
  color: #fff;
}
.header-wrap .profile-wrap .dropdown-content li > a:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.header-wrap .nav-left,
.header-wrap .nav-left > div {
  float: left;
}
.header-wrap .nav-right,
.header-wrap .nav-right > div {
  float: right;
}
.header-wrap .search-wrap {
  position: relative;
  height: 4.25em;
  width: 26em;
}
.header-wrap .search-wrap .search-box {
  position: relative;
  height: 100%;
}
.header-wrap .search-wrap angucomplete {
  display: block;
  height: 100%;
}
.header-wrap .search-wrap .input-wrap {
  height: 100%;
  z-index: 200;
  position: relative;
  padding: 0 1em;
}
.header-wrap .search-wrap .search-input {
  height: calc( 4.25em  - 1.5em);
  width: 100%;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.125em;
  padding: 0;
  vertical-align: top;
  margin-top: 0.5em;
  box-sizing: border-box;
}
.header-wrap .search-wrap .search-input:focus {
  outline: none;
  /* for multi values */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #212121;
}
.header-wrap .search-wrap .search-input::-webkit-input-placeholder {
  color: #fff;
}
.header-wrap .search-wrap .search-input:-moz-placeholder {
  color: #fff;
}
.header-wrap .search-wrap .search-input::-moz-placeholder {
  color: #fff;
}
.header-wrap .search-wrap .search-input:-ms-input-placeholder {
  color: #fff;
}
.header-wrap .search-wrap .search-icon {
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 1.5em;
  line-height: 3em;
  z-index: 300;
}
.header-wrap .search-wrap .search-clear {
  cursor: pointer;
}
.search-wrap {
  transform: translateY(0);
  transition: transform 218ms cubic-bezier(0.55, 0, 0.1, 1), width 218ms cubic-bezier(0.55, 0, 0.35, 1);
}
.angucomplete-dropdown {
  line-height: 1.5em;
  z-index: 100;
  margin: 0;
  background: #fff;
  height: 0;
  transition: none;
}
.state-searching {
  background: #212121;
}
.state-searching .header-wrap {
  background: rgba(245, 245, 245, 0.4);
}
.state-searching .header-wrap div.nav {
  border-bottom-color: transparent;
}
.state-searching .header-wrap .clock-wrap,
.state-searching .header-wrap .profile-wrap {
  opacity: 0.1;
  pointer-events: none;
}
.state-searching .header-wrap .clock-wrap {
  opacity: 0.01;
}
.state-searching .content-wrap,
.state-searching .side-wrap {
  opacity: 0.4 !important;
  pointer-events: none;
}
.state-searching .init-loader {
  display: none;
}
.state-searching .angucomplete-dropdown {
  height: 40em;
  transition: height 318ms cubic-bezier(0.55, 0, 0.35, 1);
}
.state-searching .search-wrap {
  transform: translateY(3vh) translateX(calc(50vw - 29em));
  width: 48em;
}
.state-searching .search-wrap {
  /* for multi values */
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.16), 0 -10px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.16), 0 -10px 10px 0 rgba(0, 0, 0, 0.12);
}
.state-searching .search-wrap .search-box {
  display: block !important;
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input {
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input::-webkit-input-placeholder {
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input:-moz-placeholder {
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input::-moz-placeholder {
  color: #212121;
}
.state-searching .search-wrap .search-box .search-input:-ms-input-placeholder {
  color: #212121;
}
.state-searching .search-wrap .search-box .input-wrap {
  background-color: #fff;
}
.state-searching .side-nav li a:before {
  display: none;
}
.side-wrap {
  /* vedi layout.less */
  overflow: hidden;
}
.side-wrap .beta-logo {
  position: absolute;
  bottom: -5px;
  font-size: 14px;
  color: #257ed0;
  text-align: center;
  left: -3px;
  right: -6px;
  background: #fff06e;
  transform: rotate(-10deg);
  padding: 1em 2em 1em 1em;
}
.side-wrap .logo-wrap {
  display: block;
  width: 5em;
  text-align: center;
  height: 4.25em;
  line-height: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-image: url(/src/images/noisefeed-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.side-wrap .inner .side-navigation {
  height: 100%;
}
.side-wrap .inner .side-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-wrap .inner .side-navigation ul li {
  width: 100%;
  line-height: 1em;
  text-align: left;
}
.side-wrap .inner .side-navigation ul li a {
  padding: 1.5em 1em;
  display: block;
  position: relative;
  line-height: 2em;
  color: #fff;
  text-align: center;
}
.side-wrap .inner .side-navigation ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-wrap .inner .side-navigation ul li a.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.side-wrap .inner .side-navigation ul li a.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: inset;
  border-style: solid;
  border-width: 15px 8px 15px 0;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  right: 0;
  top: 15px;
}
.side-wrap .inner .side-navigation ul li a.disabled,
.side-wrap .inner .side-navigation ul li a.disabled:hover {
  pointer-events: none;
  opacity: 0.3;
  cursor: not-allowed;
  background-color: transparent;
}
.side-wrap .inner .side-navigation ul li a i,
.side-wrap .inner .side-navigation ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.side-wrap .inner .side-navigation ul li a i.icon {
  margin-left: -0.2em;
  font-size: 1.8em;
}
.side-wrap .inner .profile-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.side-wrap .inner .profile-wrap dropdownify {
  display: inline-block;
}
.side-wrap .inner .profile-wrap > div {
  height: 4em;
  line-height: 4em;
  float: left;
}
.side-wrap .inner .profile-wrap > div > a {
  display: block;
  color: #fff;
  padding-left: 0.5em;
}
.side-wrap .inner .profile-wrap > div.profile,
.side-wrap .inner .profile-wrap > div.lang {
  z-index: 5;
  position: relative;
  background-color: #257ed0;
}
.side-wrap .inner .profile-wrap > div.profile {
  width: 80%;
}
.side-wrap .inner .profile-wrap > div.profile .icon {
  font-size: 1.5em;
}
.side-wrap .inner .profile-wrap > div.profile img.avatar {
  width: 2.5em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5em;
  border-radius: 50%;
}
.side-wrap .inner .profile-wrap > div.lang {
  text-align: center;
  width: 20%;
}
.side-wrap .inner .profile-wrap > div.lang i {
  display: inline-block;
  margin: auto;
  vertical-align: middle;
}
.side-wrap .inner .profile-wrap > div.lang .clicker b {
  display: none;
}
.side-wrap .inner .profile-wrap > div.lang b {
  margin-left: 0.5em;
}
.side-wrap .inner .profile-wrap .profile-dropup {
  position: absolute;
  bottom: -5em;
  -webkit-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  /* Opera 10.5+ */
  transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  width: 100%;
  height: auto;
  line-height: 4em;
  float: none;
  z-index: 1;
}
.side-wrap .inner .profile-wrap .profile-dropup.opened {
  bottom: 100%;
}
.side-wrap .inner .profile-wrap .profile-dropup ul {
  margin: 0;
}
.side-wrap .inner .profile-wrap .profile-dropup ul li {
  padding: 0 1em;
  line-height: 3em;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-color: #1d64a5;
}
.material-tooltip {
  padding: 6px 8px;
  line-height: 24px;
}
/* risultati di ricerca, hashtag, etc */
.masonry-css {
  -webkit-columns: 4;
  -moz-columns: 4;
  -ms-columns: 4;
  columns: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  -ms-column-gap: 1em;
  column-gap: 1em;
}
@media only screen and (max-width: 1300px) {
  .masonry-css {
    -webkit-columns: 3;
    -moz-columns: 3;
    -ms-columns: 3;
    columns: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    -ms-column-gap: 1em;
    column-gap: 1em;
  }
}
@media only screen and (max-width: 993px) {
  .masonry-css {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    columns: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    -ms-column-gap: 1em;
    column-gap: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .masonry-css {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    column-gap: 0;
  }
}
.masonry-css > div {
  display: inline-block;
  /* Display inline-block, and absolutely NO FLOATS! */
  margin-bottom: 1em;
  width: 100%;
}
.angucomplete-dropdown ul,
.results-wrap ul {
  margin: 1em 0;
}
/* autocompletamento e drilldown */
.results-wrap .results-list {
  padding-top: 1.5em;
}
.results-wrap .goback-wrap {
  position: absolute;
  top: 1em;
  right: 1em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: right;
  z-index: 10;
}
.results-wrap .goback-wrap .btn {
  font-size: 0.9em;
  padding: 6px;
  line-height: 18px;
  height: 30px;
}
.results-wrap .scroll-shade {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 2.5em;
  left: 0;
  right: 8px;
  background: linear-gradient(#f5f5f5, rgba(245, 245, 245, 0));
}
.results-list {
  padding-top: 1em;
  position: relative;
}
.results-list .row-wrap .row-label {
  padding: 0 1.5em;
}
.results-list .row-wrap li {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  cursor: pointer;
  line-height: 3em;
  padding: 0 1.5em;
  display: block;
  float: none;
  clear: both;
  position: relative;
}
.results-list .row-wrap li .image-holder {
  width: 2.5em;
  margin: 0.25em 1em 0 0;
  float: left;
  height: 2.5em;
  overflow: hidden;
}
.results-list .row-wrap li .image-holder img {
  width: 100%;
  height: auto;
}
.results-list .row-wrap li .image-holder .image-default {
  text-align: center;
  font-size: 2em;
  line-height: 1.2em;
}
.results-list .row-wrap li .title {
  display: block;
  overflow: hidden;
  height: 3em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.results-list .row-wrap li .social-errors {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  font-size: 1.25em;
  font-weight: 700;
  height: 3rem;
  width: 2em;
  text-align: center;
  cursor: help;
}
.results-list .row-wrap li .description {
  color: #92929A;
}
.results-list .row-wrap li.selected-row,
.results-list .row-wrap li:hover,
.results-list .row-wrap li.active {
  background: #479cec;
  color: #fff;
}
.results-list .row-wrap li.selected-row .description,
.results-list .row-wrap li:hover .description,
.results-list .row-wrap li.active .description {
  color: #f5f5f5;
}
.results-list .row-wrap li.selected-row .social-errors,
.results-list .row-wrap li:hover .social-errors,
.results-list .row-wrap li.active .social-errors {
  background: white;
}
.explore-rows {
  height: 100%;
}
.explore-rows > div {
  height: 100%;
  float: left;
  position: relative;
}
.explore-rows .col-drilldown {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 26em;
  height: calc(100vh -  4.25em );
  border-right: 1px solid #d5d5d5;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.18);
  background: #f5f5f5;
  z-index: 10;
}
.explore-rows #details {
  align-self: flex-start;
  width: 100%;
  flex-shrink: 0;
}
.explore-rows .results-wrap {
  align-self: flex-end;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.explore-rows .results-wrap .scroller-wrap {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
}
.explore-rows .col-content {
  width: calc(100% -  26em );
  z-index: 2;
}
.explore-rows .content-wrap {
  width: 100%;
}
body.starred .results-list {
  padding-top: 1.5em;
}
body.starred .results-list .goback-wrap {
  display: none;
}
body.state-searching:not(.explore) .content-wrap {
  width: 100%;
}
.content-wrap {
  /* vedi layout.less */
}
.content-wrap > .inner {
  height: 100%;
  position: relative;
}
.content-wrap .readlist-wrap .tab-content {
  height: calc(100% - 9em );
}
.content-wrap .readlist-wrap .posts-stream .post-stream-title {
  display: none;
}
.content-wrap .readlist-wrap .posts-stream .display-new-results-wrap {
  top: 2em;
}
.content-wrap .readlist-wrap .posts-stream .inner {
  height: 100%;
}
.content-wrap .readlist-wrap .posts-stream .collection-item .left.image {
  width: 80%;
}
.content-wrap .readlist-wrap .posts-stream .collection-item .right {
  width: 20%;
}
.content-wrap .streams > div {
  width: 50%;
  float: left;
  min-height: 1px;
}
.content-wrap .streams > div .posts-stream .collection .collection-item .left.image {
  width: calc(100% - 9em);
}
.content-wrap .streams > div .posts-stream .collection .collection-item .right {
  width: 9em;
}
.content-wrap .streams > div.full {
  width: 100%;
}
.content-wrap .streams > div.full .posts-stream .collection .collection-item {
  height: 9em;
  max-height: 9em;
}
.content-wrap .streams > div.full .posts-stream .collection .collection-item .left.image {
  width: calc(100% - 9em);
}
.content-wrap .streams > div.full .posts-stream .collection .collection-item .right {
  width: 9em;
}
.content-wrap .tabs {
  position: absolute;
  top: 0;
  z-index: 40;
  right: 0;
  width: auto;
  height: 4em;
  line-height: 4em;
  background-color: transparent;
}
.content-wrap .tabs ul {
  *zoom: 1;
  zoom: 1;
  margin: 0;
}
.content-wrap .tabs ul:before,
.content-wrap .tabs ul:after {
  content: "";
  display: table;
}
.content-wrap .tabs ul:after {
  clear: both;
}
.content-wrap .tabs ul:before,
.content-wrap .tabs ul:after {
  content: "";
  display: table;
}
.content-wrap .tabs ul:after {
  clear: both;
}
.content-wrap .tabs li {
  height: 4em;
  line-height: 3em;
  background: transparent;
  width: auto;
  margin-left: 0.1em;
}
.content-wrap .tabs li a {
  line-height: 4em;
  color: #479cec;
  font-size: 1.15em;
  padding: 0 1em;
}
.content-wrap .tabs li a i {
  display: none;
}
.content-wrap .tabs li a:hover {
  color: #257ed0;
}
.content-wrap .tabs li a.active {
  font-weight: 600;
  color: #257ed0;
  border-bottom: 2px solid #257ed0;
}
.content-wrap .tabs li.tab {
  float: right;
  padding: 0;
}
.content-wrap .tabs li.tab.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}
.content-wrap .tabs li.tab-title {
  font-weight: bold;
  float: left;
}
.content-wrap .tab-content {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: calc(100% - 4em );
  background: #fff;
  -webkit-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  /* Opera 10.5+ */
  transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.content-wrap .tab-content.active {
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  display: block;
  z-index: 10;
}
.content-wrap .tab-content .analytics-wrap {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.content-wrap .tab-content .analytics-wrap .row:not(.row-fixed-top) {
  border-top: 1px solid #d5d5d5;
}
.content-wrap .tab-content .analytics-wrap ul.btn-toggle-wrap {
  text-align: right;
}
.content-wrap .tab-content .analytics-wrap ul.btn-toggle-wrap li:hover,
.content-wrap .tab-content .analytics-wrap ul.btn-toggle-wrap li.active {
  font-weight: 400;
  text-decoration: none;
}
.content-wrap .tab-content .row-fixed-top {
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 100;
  left: 1em;
}
.content-wrap .detail {
  min-height: 9em;
  border-bottom: 1px solid #d5d5d5;
  padding: 1.5em 1.5em;
  -webkit-transition: height 218ms cubic-bezier(0.55, 0, 0.1, 1) 0.2s ease-out;
  -moz-transition: height 218ms cubic-bezier(0.55, 0, 0.1, 1) 0.2s ease-out;
  -o-transition: height 218ms cubic-bezier(0.55, 0, 0.1, 1) 0.2s ease-out;
  /* Opera 10.5+ */
  transition: height 218ms cubic-bezier(0.55, 0, 0.1, 1) 0.2s ease-out;
}
.content-wrap .detail .first-row .avatar {
  display: block;
  position: absolute;
  width: 3.5em;
  height: 3.5em;
  float: left;
  margin-right: 0.5em;
  background-size: cover;
  background-position: center center;
  text-align: center;
  border-radius: 10%;
}
.content-wrap .detail .first-row .avatar i {
  font-size: 3em;
  text-align: center;
  color: #479cec;
  vertical-align: top;
}
.content-wrap .detail .first-row .avatar i:before {
  vertical-align: top;
}
.content-wrap .detail .first-row .title {
  padding-left: 4.2em;
  vertical-align: middle;
  width: 100%;
}
.content-wrap .detail .first-row .title h3 {
  margin: 0 0 0.2em 0;
  font-size: 1.5em;
  line-height: 1em;
}
.content-wrap .detail .first-row .title h3 > span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 87%;
}
.content-wrap .detail .first-row .title h3 .toggle-starred {
  font-size: 0.9em;
}
.content-wrap .detail .first-row .title .type {
  font-size: 0.875em;
}
.content-wrap .detail .first-row .title .admin-edit {
  position: absolute;
  right: 0px;
  bottom: -7px;
  font-size: 1.5em;
}
.content-wrap .detail .extra-info {
  padding: 1em 0 0 0.5em;
}
.content-wrap .detail .social-info {
  z-index: 9;
  font-size: 1em;
  margin-top: 1em;
  width: auto;
}
.content-wrap .detail .social-info > span {
  margin-right: 0.5em;
  width: 6em;
  font-weight: bold;
  font-size: 1.05em;
}
.content-wrap .detail .social-info > span i {
  display: inline-block;
}
.content-wrap .detail .social-info > span i:before {
  font-size: 1.3em;
  line-height: 1em;
}
.content-wrap .detail .toggle-starred {
  cursor: pointer;
  color: #92929A;
}
.content-wrap .detail .toggle-starred.starred {
  color: #ffeb3b;
}
.content-wrap .detail .toggle-starred i {
  line-height: 1;
  vertical-align: middle;
}
.content-wrap .detail .first-row,
.content-wrap .detail .last-row,
.content-wrap .detail .story-image {
  position: relative;
  z-index: 10;
}
.content-wrap .tag-cloud {
  line-height: 2.5em;
}
.content-wrap .tag-cloud li {
  display: inline-block;
  margin-right: 0.5em;
}
.content-wrap .tag-cloud a:hover {
  text-decoration: underline;
}
.content-wrap .streams {
  height: 100%;
}
.analytics-feed-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  bottom: 0;
  height: 100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
  transform: translateX(30vw);
  transition: transform 218ms cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 10;
}
.analytics-feed-wrap.opened {
  transform: translateX(0);
  transition: transform 218ms cubic-bezier(0.55, 0, 0.35, 1);
}
.analytics-feed-wrap .close-panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 2em;
  width: 2em;
  font-size: 2em;
  text-align: center;
  line-height: 2.3em;
  color: #92929A;
  cursor: pointer;
}
.analytics-feed-wrap .posts-stream .post-stream-title {
  height: 3.9em;
  line-height: 3.5em;
  font-size: 1em;
}
.analytics-feed-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
  transition: transform 218ms cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
  z-index: 1;
}
.analytics-feed-overlay.shown {
  pointer-events: all;
  opacity: 1;
  transition: transform 218ms cubic-bezier(0.55, 0, 0.35, 1);
}
.tagger-test-wrap {
  background: #fff;
}
.tagger-head {
  padding: 1em;
  background: whitesmoke;
}
.tagger-head h5 {
  margin: 0;
  font-size: 1em;
  padding: 0.8rem;
  background: #a7a7a7;
  color: white;
}
.tagger-head .row {
  margin-bottom: 0.5em;
}
.tagger-body .tagger-post {
  margin: 1em;
  padding: 1em;
  border: 1px solid #d5d5d5;
}
.tagger-body h6 {
  padding: 0.8rem;
  background: #a7a7a7;
  color: white;
}
.tagger-body h5 {
  font-size: 1em;
  font-weight: bold;
}
.tagger-body .tagger-post-message {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 1.25em;
}
@media only screen and (max-width: 1110px) {
  .content-wrap .tabs {
    display: block;
  }
  .content-wrap .tabs li a {
    padding: 0 6px;
  }
  .content-wrap .tabs li a span {
    display: none;
  }
  .content-wrap .tabs li a i {
    display: inline;
    font-size: 2.1rem;
    line-height: 2em;
  }
}
.posts-stream {
  height: 100%;
  border-right: 1px solid #d5d5d5;
  padding: 0.5em;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.posts-stream .inner {
  height: calc(100% - 3.5em);
  position: relative;
}
.posts-stream .display-new-results-wrap {
  position: absolute;
  left: 0;
  top: calc(1em);
  text-align: center;
  width: 100%;
  z-index: 10;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  /* Opera 10.5+ */
  transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
}
.posts-stream .display-new-results-wrap.shown {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.posts-stream .display-new-results-wrap .inner {
  border-radius: 16px;
  cursor: pointer;
  display: inline-block;
  background: #257ed0;
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
  z-index: 10;
}
.posts-stream .collection {
  margin: 0 0.5em 2em;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
  /* Opera 10.5+ */
  transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1);
}
.posts-stream .collection.show {
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.posts-stream .collection .collection-item {
  padding: 0;
  height: 8em;
  max-height: 8em;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.posts-stream .collection .collection-item.empty {
  cursor: default;
  line-height: 12em;
  text-align: center;
}
.posts-stream .collection .collection-item .left {
  position: relative;
  padding: 1em;
  width: 100%;
  height: 100%;
  border-left: 2px solid transparent;
  -webkit-transition: border-color 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: border-color 218ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: border-color 218ms cubic-bezier(0.55, 0, 0.1, 1);
  /* Opera 10.5+ */
  transition: border-color 218ms cubic-bezier(0.55, 0, 0.1, 1);
}
.posts-stream .collection .collection-item .left p.message {
  margin-top: 4px;
  height: calc(100% - 2.95em);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}
.posts-stream .collection .collection-item .left .title {
  font-size: 1.25em;
  line-height: 1.25em;
  display: block;
}
.posts-stream .collection .collection-item .left .title .img,
.posts-stream .collection .collection-item .left .title .tit {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.posts-stream .collection .collection-item .left .title .img i,
.posts-stream .collection .collection-item .left .title .tit i {
  font-size: 1.8em;
  vertical-align: middle;
  display: block;
  line-height: 1.1em;
  margin-left: -0.15em;
}
.posts-stream .collection .collection-item .left .title .img {
  width: 2em;
  height: 2em;
  float: left;
  margin-right: 0.5em;
  background-size: cover;
  background-position: center center;
}
.posts-stream .collection .collection-item .left .title .tit {
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 3em);
  height: 1em;
  line-height: 0.9em;
  font-size: 0.9em;
}
.posts-stream .collection .collection-item .left .title time {
  font-size: 0.75em;
}
.posts-stream .collection .collection-item .left.image {
  min-height: 1px;
}
.posts-stream .collection .collection-item .left .post-info {
  color: #224064;
  padding-top: 1px;
  display: inline-block;
}
.posts-stream .collection .collection-item .left .post-info .social-badge,
.posts-stream .collection .collection-item .left .post-info .social-badge > i {
  width: auto;
  height: auto;
  line-height: 0;
}
.posts-stream .collection .collection-item .left .post-info .social-badge i {
  font-size: 0.875em;
}
.posts-stream .collection .collection-item .left .post-info .social-badge i:before {
  margin: 0;
}
.posts-stream .collection .collection-item .left .post-info .icon-ent-star {
  color: #ffeb3b;
}
.posts-stream .collection .collection-item.fb:hover .left {
  border-left: 2px solid #3b5998;
}
.posts-stream .collection .collection-item.tw:hover .left {
  border-left: 2px solid #55acee;
}
.posts-stream .collection .collection-item.ig:hover .left {
  border-left: 2px solid #3f729b;
}
.posts-stream .collection .collection-item.rss:hover .left {
  border-left: 2px solid #212121;
}
.posts-stream .collection .collection-item.starred .left {
  border-left: 2px solid #ffeb3b;
}
.posts-stream .collection .collection-item .right {
  line-height: 0;
  height: 100%;
  cursor: pointer;
  background: transparent url(../images/missing-image.png) no-repeat center center;
  background-size: contain;
  padding: 1em;
}
.posts-stream .collection .collection-item .right .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  border: 1px solid #d5d5d5;
}
.posts-stream .post-additional-info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.85em;
  text-align: right;
}
.posts-stream .post-additional-info .post-tagging-score {
  display: inline-block;
}
.posts-stream .post-additional-info .post-tagging-score .avg-score {
  font-size: 1.05em;
}
.posts-stream .post-additional-info .post-tagging-score.low-score {
  color: red;
}
.posts-stream .post-additional-info .post-tagging-score.good-score {
  color: green;
}
.posts-stream .post-additional-info .post-reach {
  display: inline-block;
  font-size: 1.05em;
}
.posts-stream .post-stream-title {
  height: 3em;
  padding: 0 1em;
  line-height: 2.8em;
  text-align: center;
  font-size: 1.25em;
}
.post-stream-filters {
  position: absolute;
  right: 1em;
  top: 0.7em;
  max-width: 7.5em;
}
.post-stream-filters .btn {
  font-size: 1.6em;
}
.posts-stream.stories .collection .collection-item .left p .message {
  height: calc(100% - 2.25em);
}
.posts-stream.stories .collection-item.draft:before {
  content: 'DRAFT';
  position: absolute;
  bottom: 0.5em;
  left: 1em;
  font-weight: bold;
  color: #F44336;
}
.ngdialog.ngdialog-theme-default {
  padding-top: 4em;
  padding-bottom: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 530px;
  padding: 7.3em 2em 1em;
  background: #fff;
  border-radius: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-content .head {
  top: 6px;
}
.ngdialog.ngdialog-theme-default .ngdialog-content .head h4 {
  font-size: 2em;
}
.ngdialog.ngdialog-theme-default .ngdialog-content .ngdialog-close {
  right: 1.6em;
  top: 1.4em;
}
.ngdialog.ngdialog-theme-default .ngdialog-content .ngdialog-close:before {
  font-size: 2.6em;
  content: '\e808';
  font-family: "icon-ent";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.embedded-post {
  min-height: 10em;
}
.embedded-post .head {
  position: absolute;
  width: calc(100% - 4em);
}
.embedded-post .head a,
.embedded-post .head a:focus,
.embedded-post .head a:active {
  outline: none;
}
.embedded-post .head * {
  display: inline-block;
  vertical-align: top;
}
.embedded-post .head h4 {
  font-weight: 400;
  margin: 1.14rem 0.5em 0.6em 0;
  width: calc(100% - 3em);
  overflow: hidden;
  display: block;
  position: absolute;
  left: 40px;
  top: 0;
}
.embedded-post .head h4 a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.embedded-post .head .avatar {
  width: 2em;
  height: 2em;
  margin: 1.14rem 0.5em 2rem 0;
  background-size: cover;
  background-position: center center;
}
.embedded-post .head .avatar .icon-ent-globe {
  font-size: 2em;
  margin-top: 3px;
}
.embedded-post .head .additional-owners {
  position: absolute;
  display: block;
  left: 41px;
  bottom: 19px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 40px);
}
.embedded-post .head .additional-owners .owners-list {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(323px);
  display: inline-block;
}
.embedded-post .head .watch-list {
  display: block;
}
.embedded-post .head .star-item {
  display: block;
  float: right;
  cursor: pointer;
}
.embedded-post .rss-message {
  font-size: 1.25em;
  line-height: 1.25em;
  padding: 1em;
}
.embedded-post .content {
  position: relative;
  z-index: 100;
}
.embedded-post .embed-loading {
  text-align: center;
  margin: 2em 0;
  position: absolute;
  top: 7em;
  width: 100%;
  left: 0;
  z-index: 1;
}
.admin-post-tagger {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em;
  background: rgba(56, 56, 56, 0.05);
}
.hided {
  display: none;
}
.filter-bar-wrap {
  height: 4em;
  position: relative;
  z-index: 30;
}
.filter-bar {
  height: 100%;
  width: 100%;
  font-size: 1.15em;
  background: #fff;
  cursor: default;
  border-bottom: 1px solid #d5d5d5;
}
.filter-bar .bar-head,
.filter-bar .bar-item {
  float: left;
  padding-top: 1em;
  height: 100%;
}
.filter-bar .bar-item {
  padding-top: 0.35em;
  padding-left: 0.5em;
  cursor: default;
}
.filter-bar .bar-item.calendar .daterange .dr-input {
  height: 3rem;
  line-height: 1.6em;
}
.filter-bar .bar-item.calendar .daterange .dr-input .dr-dates .dr-dates-dash {
  line-height: 3rem;
}
.filter-bar .bar-item.calendar .daterange .dr-presets {
  font-size: 0.9375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: auto;
  text-align: center;
}
.filter-bar .dropdown-button {
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  padding-left: 0.75rem;
  height: 3rem;
  line-height: 1.6em;
  position: relative;
  font-size: 0.9375rem;
  cursor: pointer;
}
.filter-bar .dropdown-button > span,
.filter-bar .dropdown-button > i {
  display: inline-block;
  height: 100%;
  padding: 0.65625rem 0;
}
.filter-bar .dropdown-button > span {
  font-size: 0.9375rem;
  padding-right: 1.5rem;
}
.filter-bar .dropdown-button > i {
  border-left: 1px solid #d5d5d5;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.filter-bar .dropdown-button .icon-ent-down-open-mini:before {
  -webkit-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1) 0.2s ease-out;
  -moz-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1) 0.2s ease-out;
  -o-transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1) 0.2s ease-out;
  /* Opera 10.5+ */
  transition: all 218ms cubic-bezier(0.55, 0, 0.1, 1) 0.2s ease-out;
}
.filter-bar .dropdown-button:hover {
  border-color: #479cec;
}
.filter-bar .dropdown-button:hover > i {
  border-color: #479cec;
}
.filter-bar .dropdown-button.active {
  color: #479cec;
}
.filter-bar .dropdown-button.active .icon-ent-down-open-mini:before {
  transform: rotate(180deg);
}
.filter-bar .dropdown-button.active:after,
.filter-bar .dropdown-button.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 0.625rem solid transparent;
  border-top: 0;
  z-index: 10;
  right: 0.5rem;
}
.filter-bar .dropdown-button.active:after {
  border-bottom-color: #FFF;
  bottom: -0.875rem;
}
.filter-bar .dropdown-button.active:before {
  border-bottom-color: #d5d5d5;
  bottom: -0.8125rem;
}
.filter-bar .filter-number-selected {
  font-weight: normal;
  font-size: 0.875em;
}
.filter-bar .dropdown-content {
  top: calc(100% + 0.75rem) !important;
  left: 0;
  z-index: 4;
  border: 1px solid #d5d5d5;
  font-size: 0.9375rem;
}
.filter-bar .dropdown-content ul {
  margin: 0;
}
.filter-bar .dropdown-content ul li {
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  cursor: pointer;
  min-height: unset;
  border-top: 1px solid #d5d5d5;
}
.filter-bar .dropdown-content ul li:first-child {
  border-top-color: transparent;
}
.filter-bar .dropdown-content ul li > b {
  font-weight: normal;
}
.filter-bar .dropdown-content ul li > i {
  position: absolute;
  top: 0.875rem;
  right: 0.75rem;
  opacity: 0.01;
}
.filter-bar .dropdown-content ul li.selected {
  color: #479cec;
}
.filter-bar .dropdown-content ul li.selected > i {
  opacity: 1;
}
.filter-bar .remove-filters {
  border-radius: 2px;
  background: #479cec;
  font-size: 0.9375rem;
  padding: 0.25em 0.5rem;
  color: #fff;
  height: auto;
  margin: 1rem;
  cursor: pointer;
}
.login-wrap {
  height: 100%;
  width: 100%;
  background: linear-gradient(#479cec, #257ed0);
}
.login-wrap p {
  color: #fff;
}
.login-content {
  width: 100%;
  height: 100%;
  display: table;
}
.big-logo {
  max-width: 200px;
  padding-bottom: 200px;
  background-image: url(/src/images/noisefeed-white-logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  margin: 0 auto 1em;
}
.forum-logo {
  width: 200px;
  max-width: 200px;
  padding-bottom: 200px;
  background-image: url(/src/images/forum-logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  position: fixed;
  top: 1em;
  right: 1em;
}
.login-form {
  display: table-cell;
  vertical-align: middle;
}
.login-form form,
.login-form .form-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 1em;
}
.login-form .form-actions {
  text-align: right;
}
.login-form .input-field {
  /* label focus color */
}
.login-form .input-field input {
  -webkit-appearance: none;
  border-bottom-color: #fff;
  color: #fff;
}
.login-form .input-field input:focus {
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 0 #fff;
}
.login-form .input-field select {
  display: block;
  margin: 0 0 20px;
  background-color: transparent;
  color: #fff;
}
.login-form .input-field select:focus {
  outline: none;
}
.login-form .input-field .prefix.active {
  color: #fff;
}
.login-form .input-field label,
.login-form .input-field input:focus + label {
  color: #fff;
}
.login-form .input-field input:-webkit-autofill,
.login-form .input-field input:-webkit-autofill:hover,
.login-form .input-field input:-webkit-autofill:focus,
.login-form .input-field input:-webkit-autofill:active {
  -webkit-box-shadow: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
.login-form button[type="submit"] {
  color: #212121;
  background: #fff;
}
.plans-wrap {
  text-align: center;
  padding: 1em;
}
.plans-wrap .plan {
  padding: 1.5em 0.5em 0.5em;
  border: 1px solid #a7a7a7;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
}
.plans-wrap .plan .btn {
  margin-top: 0.5em;
}
.ngdialog.follow-dialog .ngdialog-content {
  padding-top: 0;
}
.ngdialog.follow-dialog .ngdialog-content .head h4 {
  margin-top: 0.7em;
}
.ngdialog.follow-dialog .select-list li {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 0) {
  html {
    font-size: 9px;
  }
}
@media only screen and (min-width: 601px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 71%;
    /* questo elimina difetto render bordi su chrome, era: font-size: 11px;  */
  }
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 2400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .login-content {
    padding: 0px 40px;
  }
  .login-content .big-logo {
    width: 100px;
    height: auto;
    padding-bottom: 100px !important;
  }
  .login-content .input-field input {
    font-size: 2rem;
  }
  .login-content .input-field label {
    font-size: 1.2rem;
  }
  .login-content .input-field select {
    font-size: 1.5rem;
    height: 4rem;
  }
  .login-content .form-actions button {
    width: 100%;
    margin-bottom: 5px;
    font-size: 2rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 480px) {
  /* Your CSS Here*/
  html,
  body,
  .wrap {
    overflow: initial;
    height: auto;
  }
}
