.region-flash {
  position: fixed;
  top: 10%;
  width: 100%;
  z-index: 100;
}
.region-flash .alert {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.region-flash .alert .close {
  position: absolute;
  right: 12px;
  top: 16px;
}
.region-flash .alert .close:active,
.region-flash .alert .close:focus {
  outline: 0;
}
.region-flash .alert .controls {
  position: absolute;
  right: 35px;
  top: 9px;
}
.region-flash .alert .controls .btn {
  display: none;
}
.region-flash .alert .controls .btn:focus,
.region-flash .alert .controls .btn:active {
  outline: 0;
}
.region-flash .alert.alert-danger .btn {
  background-color: #cc6565;
  color: #fff;
}


input.ios-switch[type="checkbox"] {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.ios-switch[type="checkbox"].ios-switch + div {
  vertical-align: middle;
  width: 40px height 20px;
  border: 1px solid rgba(0,0,0,0.19);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(0,0,0,0.1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-property: background-color, box-shadow;
  -o-transition-property: background-color, box-shadow;
  -ms-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  -webkit-box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
  box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
  display: inline-block;
  margin-top: -2px;
  margin-left: 10px;
}
input.ios-switch[type="checkbox"].ios-switch:checked + div {
  width: 40px;
  background-position: 0 0;
  background-color: #2ecc71;
  border: 1px solid rgba(0,162,63,0.5);
  -webkit-box-shadow: inset 0 0 0 10px #2ecc71;
  box-shadow: inset 0 0 0 10px #2ecc71;
}
input.ios-switch[type="checkbox"].bigswitch.ios-switch + div {
  width: 52px;
  height: 29px;
}
input.ios-switch[type="checkbox"].ios-switch + div > div {
  float: left;
  width: 18px height 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, background-color, box-shadow;
  -moz-transition-property: -moz-transform, background-color, box-shadow;
  -o-transition-property: -o-transform, background-color, box-shadow;
  -ms-transition-property: -ms-transform, background-color, box-shadow;
  transition-property: transform, background-color, box-shadow;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3), 0px 0px 0 1px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.3), 0px 0px 0 1px rgba(0,0,0,0.1);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}
input.ios-switch[type="checkbox"].ios-switch:checked + div > div {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3), 0px 0px 0 1px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.3), 0px 0px 0 1px rgba(0,0,0,0.2);
}
input.ios-switch[type="checkbox"].bigswitch.ios-switch + div > div {
  -webkit-border-radius: 13px;
  border-radius: 13px;
  width: 25px;
  height: 25px;
}
input.ios-switch[type="checkbox"].bigswitch.ios-switch:checked + div > div {
  -webkit-transform: translate(23px, 0);
  -moz-transform: translate(23px, 0);
  -o-transform: translate(23px, 0);
  -ms-transform: translate(23px, 0);
  transform: translate(23px, 0);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3), 0 0 0 1px #00a23f;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3), 0 0 0 1px #00a23f;
  -webkit-animation: bounce 0.3s ease-in-out;
  -moz-animation: bounce 0.3s ease-in-out;
  -o-animation: bounce 0.3s ease-in-out;
  -ms-animation: bounce 0.3s ease-in-out;
  animation: bounce 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@-moz-keyframes bounce {
  0% {
    width: 25px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  20% {
    width: 35px;
  }

  100% {
    width: 25px;
    -webkit-transform: translate(23px, 0);
    -moz-transform: translate(23px, 0);
    -o-transform: translate(23px, 0);
    -ms-transform: translate(23px, 0);
    transform: translate(23px, 0);
  }
}
@-webkit-keyframes bounce {
  0% {
    width: 25px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  20% {
    width: 35px;
  }

  100% {
    width: 25px;
    -webkit-transform: translate(23px, 0);
    -moz-transform: translate(23px, 0);
    -o-transform: translate(23px, 0);
    -ms-transform: translate(23px, 0);
    transform: translate(23px, 0);
  }
}
@-o-keyframes bounce {
  0% {
    width: 25px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  20% {
    width: 35px;
  }

  100% {
    width: 25px;
    -webkit-transform: translate(23px, 0);
    -moz-transform: translate(23px, 0);
    -o-transform: translate(23px, 0);
    -ms-transform: translate(23px, 0);
    transform: translate(23px, 0);
  }
}
@-ms-keyframes bounce {
  0% {
    width: 25px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  20% {
    width: 35px;
  }

  100% {
    width: 25px;
    -webkit-transform: translate(23px, 0);
    -moz-transform: translate(23px, 0);
    -o-transform: translate(23px, 0);
    -ms-transform: translate(23px, 0);
    transform: translate(23px, 0);
  }
}
@keyframes bounce {
  0% {
    width: 25px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  20% {
    width: 35px;
  }

  100% {
    width: 25px;
    -webkit-transform: translate(23px, 0);
    -moz-transform: translate(23px, 0);
    -o-transform: translate(23px, 0);
    -ms-transform: translate(23px, 0);
    transform: translate(23px, 0);
  }
}

.container.login {
  width: 100%;
  text-align: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #efefef;
}
.container.login .row {
  background-color: #fff;
  padding: 30px 0 40px;
  position: absolute;
  top: 30%;
  width: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.02);
  box-shadow: 0 0 30px rgba(0,0,0,0.02);
}
.container.login form input {
  display: inline-block;
  width: 280px;
}
.container.login form button {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.container.login h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}
.container.login h1 sup {
  font-size: 12px;
  position: relative;
  top: -23px;
  margin-left: 6px;
  color: #c00;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
.region-main {
  min-height: 100%;
}
.region-main > div {
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #eaedf1;
  min-width: 980px;
}
.content {
  padding: 50px 20px 10px 255px;
  background-color: #eaedf1;
  height: 100%;
}
.content hr {
  border-top-color: #cacaca;
  margin-top: 30px;
  margin-bottom: 50px;
  max-width: 980px;
  margin-left: 0;
}
.content h2 {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 5px;
}
.content h2:not(:first-child) {
  margin-top: 40px;
}
.content p {
  margin-bottom: 20px;
}
.content h2,
.content p {
  color: #515b62;
}
.content-sub {
  padding-top: 30px;
  padding-bottom: 100px;
}
.application-loading {
  margin: 30px auto;
  font-size: 30px;
  width: 100%;
  text-align: center;
  color: #eee;
}
.spinner {
  display: block;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #c2c7cf;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
  -webkit-animation: centerdot 2s infinite ease-in-out;
  -moz-animation: centerdot 2s infinite ease-in-out;
  -o-animation: centerdot 2s infinite ease-in-out;
  -ms-animation: centerdot 2s infinite ease-in-out;
  animation: centerdot 2s infinite ease-in-out;
}
.spinner:before,
.spinner:after {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: inherit;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: dots 2s infinite ease-in-out;
  -moz-animation: dots 2s infinite ease-in-out;
  -o-animation: dots 2s infinite ease-in-out;
  -ms-animation: dots 2s infinite ease-in-out;
  animation: dots 2s infinite ease-in-out;
  position: absolute;
}
.spinner:before {
  left: -180%;
}
.spinner:after {
  right: -180%;
}
.spinner.small {
  width: 5px;
  height: 5px;
}
.spinner.big {
  width: 18px;
  height: 18px;
}
.spinner.grey {
  background-color: #ccc;
}
@-moz-keyframes centerdot {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  33% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  80% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes centerdot {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  33% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  80% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes centerdot {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  33% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  80% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes centerdot {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  33% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  80% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes centerdot {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  33% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  80% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes dots {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  80% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes dots {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  80% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes dots {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  80% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-ms-keyframes dots {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  80% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes dots {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  80% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}


.btn {
  padding: 5px 12px;
}
.btn.btn-primary {
  background-color: #45b976;
  border-color: #45b976;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  -ms-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 10px #45b976;
  box-shadow: 0 0 10px #45b976;
}

.routers-list .params {
  background-color: #fff;
  padding: 20px;
  max-width: 740px;
  margin-top: -10px;
}
.routers-list .params.true {
  border-left: 10px solid #50c055;
}
.routers-list .params.false {
  border-left: 10px solid #f00;
}
.routers-list .params.null {
  border-left: 3px solid #db4142;
}
.routers-list .params hr {
  margin: 10px 0;
  border-top-color: #e5e5e5;
}
.routers-list .params form {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #e5e5e5;
  min-height: 170px;
}
.routers-list .params form label {
  color: #4a596d;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.routers-list .params form label .ios-switch + div {
  float: right;
  margin-top: -5px;
}
.routers-list .params form .input-wrapper {
  position: relative;
}
.routers-list .params form .input-wrapper .input-discard {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  color: rgba(158,170,185,0.75);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  display: none;
}
.routers-list .params form .input-wrapper .input-discard:before {
  content: "\e095";
  font-family: 'Glyphicons Halflings';
}
.routers-list .params form input {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #eaedf1;
  font-size: 13px;
  color: #6c7785;
  border: 1px solid #eaedf1;
}
.routers-list .params form input.wifi-ssid {
  background-image: url("/img/settings-hotspot.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 38px;
  padding-right: 30px;
}
.routers-list .params form input[type="text"] {
  margin-bottom: 10px;
}
.routers-list .params form button {
  display: inline-block;
  font-size: 9px;
  color: #2ecc71;
  border: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-top: -16px;
}
.routers-list .params form button.disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  poiner-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.routers-list .params form button:focus,
.routers-list .params form button:active,
.routers-list .params form button:hover {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.routers-list .params form span.status {
  margin-left: 10px;
  font-size: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.routers-list .params form span.status.success {
  color: #51a83c;
}
.routers-list .params form span.status.failure {
  color: #a83743;
}
.routers-list .params .beacon {
  display: inline-block;
  vertical-align: top;
}
.routers-list .params .beacon table {
  font-size: 14px;
  color: #4a596d;
}
.routers-list .params .beacon td:first-child {
  color: #999;
}
.routers-list .params .beacon td:nth-child(2) {
  font-family: monospace;
}
.routers-list .params .beacon p:first-child {
  margin-top: 10px;
  margin-bottom: 23px;
}
.routers-list .params .beacon hr {
  margin-bottom: 21px;
}

[class^="stats-"] {
  width: 100%;
  max-width: 980px;
  min-height: 150px;
  position: relative;
  margin-top: 10px;
}
[class^="stats-"] .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
[class^="stats-"] .table-container {
  background-color: #fff;
  padding: 20px;
}
[class^="stats-"] table {
  width: 100%;
  max-width: 980px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
[class^="stats-"] table th {
  color: #9ea7b3;
  font-weight: normal;
  font-size: 13px;
  color: #333347;
  text-align: center;
  padding: 10px 0;
  line-height: 16px;
  border-right: 1px dashed #d6dbe2;
  border-bottom: 1px solid #d6dbe2;
}
[class^="stats-"] table th:first-child {
  border-right: none;
}
[class^="stats-"] table th:not(:first-child) {
  width: 185px;
}
[class^="stats-"] table th > span {
  display: block;
  color: #888892;
}
[class^="stats-"] table td {
  vertical-align: middle !important;
  padding: 16px 0;
  font-size: 16px;
  color: #333347;
  font-weight: 600;
  border-right: 1px dashed #d6dbe2;
  border-bottom: 1px solid #d6dbe2;
}
[class^="stats-"] table td:first-child {
  border-right: none;
}
[class^="stats-"] table td:last-child {
  border-right: 1px solid #d6dbe2;
}
[class^="stats-"] table td > span {
  display: inline-block;
}
[class^="stats-"] table td .unit {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  text-transform: uppercase;
  color: #888892;
}
[class^="stats-"] table td .date {
  display: block;
  color: #888892;
  font-size: 11px;
  text-transform: uppercase;
}
[class^="stats-"] table td:first-child {
  position: relative;
  width: 10px;
}
[class^="stats-"] table td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  color: #333347;
  font-weight: 600;
}
[class^="stats-"] table span.color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}

.user-menu {
  position: absolute;
  right: 20px;
  top: 0;
  height: 50px;
  display: inline-block;
}
.user-menu .dropdown {
  height: 50px;
}
.user-menu .dropdown-toggle {
  background-color: transparent;
  color: #fff;
  text-align: left;
  padding-right: 20px;
  min-width: 160px;
  height: 100%;
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.user-menu .dropdown-toggle:focus,
.user-menu .dropdown-toggle:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.user-menu .dropdown-toggle span.name {
  display: block;
  line-height: 15px;
}
.user-menu .dropdown-toggle span.username {
  display: block;
  font-size: 11px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.user-menu .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: 50%;
}
.user-menu .dropdown.open .dropdown-toggle {
  background-color: rgba(0,0,0,0.2);
}
.user-menu .dropdown-menu {
  left: auto;
  right: 0;
  width: 100%;
}
.user-menu .dropdown-menu a {
  cursor: pointer;
  padding: 5px 12px;
}

.overview_vendors {
  width: 980px;
  height: 450px;
}
.overview_vendors .spinner {
  margin-top: 230px;
}
.overview_vendors svg {
  background-color: #fff;
}
.overview_vendors polyline {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  stroke: #000;
  stroke-width: 1px;
  fill: none;
}
.overview_vendors .labels text {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 12px;
}
.overview_vendors .labels text tspan {
  fill: #999;
  font-size: 10px;
}
.overview_vendors .donut-tooltips .vendor {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
}
.overview_vendors .donut-tooltips .clients {
  font-size: 28px;
}
.overview_vendors .donut-tooltips .percent {
  font-weight: 100;
}

.content-sub .report {
  width: 980px;
}
.content-sub .report .spinner {
  margin-top: 200px;
}
.intersections-external {
  width: 100%;
  max-width: 980px;
  position: relative;
}
.intersections-external:empty:after {
  content: 'No Data';
  width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #999;
}
.intersections-external .name {
  width: 150px;
  max-width: 200px;
  font-weight: 200;
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.intersections-external .counter {
  width: 40px;
  font-weight: bold;
  text-align: center;
}
.intersections-external .intersection {
  height: 35px;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 10px;
  min-width: 100px;
}
.intersections-external .intersection .percent {
  float: right;
  font-size: 16px;
  line-height: 16px;
  margin-left: 10px;
  font-weight: normal;
}
.intersections-external .intersection .count {
  text-align: left;
}

.mall_map_view {
  padding-top: 20px;
}
.mall_map_view img {
  max-width: none;
  -webkit-filter: grayscale(100%) brightness(1.2) contrast(1);
}
.mall_map_view svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.nav {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWCAYAAABZuWWzAAACPElEQVRIS+WWzyuEQRjHLbUnJ0XWj7NSXPwBTuLk6iKRoj2Ii1IUyha5KEWUiJObg8OWkz/ASQ7O7BIHF6etjc+jmW28O++88+7rRzL1bWZnnueZ7/OdZ2bfVN0failfrm+0FM20lzlf/6Cv+OHeTjcFhkCPinVNnwf7+BTM+LHIiqO5qS0BG/mQRBexFayDJzCpfA/oW8ACyLFfTsf8IBtUSBPaKeTfsm2DVfvrdU3C7IPGYmuSZdyAzSF4VWQKzD0wblW+j7hklOqSTCOYYK7sVFYlsYLhqk7IpmyYwsFklDB79CXizOjEsLtnLCUhrcBah7G2zTjN3HQo2SC5sJrVyrkUDSibxXYLjOF7qhKQmhW1pYmKUrNy4iN0x2COuV0rWYyWMRBFI5V32diUVST6FeFn+iNwRZxbtdZF3wfGQbMieilrYWTlln8cv3Ec1tcgrrLmCZDMgCIl5ISkNCF9JUkQ+8K0ryIbpqqrZs2AtrHvqxEVx/kaqGOpekvN1yBqA70eVVI+cRK9sz4buGxQfIz1NdAJ7sASScmFsrZYZL9CnUDNFvmdMeaK7KGfsCrC3mSjVLTVtK/Pp0vkeIF+jSzJ1UOybEmoXv70bIn+Gll1eW/ouw1i1xDtTVyzvkcap65Rd5i4Z0BEEzWH8T//FrJmndZSs0rdypFHJZqoDMLIuoizlobkJhgFTRYVX5g7AfOQL326fFHH61qvkax8xMx67LsBWfmmrbQfV9aDZKjJ/yGbRKVafN8BRLJwJnHnRFMAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  display: none;
}
li.active .nav {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWCAYAAABZuWWzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEwMTkwOEYyQjBDQjExRTNCNUQ4QzU0NjJEQTlGRjNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEwMTkwOEYzQjBDQjExRTNCNUQ4QzU0NjJEQTlGRjNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTAxOTA4RjBCMENCMTFFM0I1RDhDNTQ2MkRBOUZGM0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTAxOTA4RjFCMENCMTFFM0I1RDhDNTQ2MkRBOUZGM0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6jLzmrAAAB7ElEQVR42tSXvUoDQRDHs2ewslEQjMHaykJ8ACvBN0gjQSEoBCJpBDV+RFQUbQQhhU0kvoSQygcIBIKCpBRRsBBBEIS4/hfmZLPsx12+TAZ+3GV2c/Pf2bnZhHHOI4Ni0aATk+ldXiocMtUXIhbT+OJgFSyCGfLVwC24QrxnebIXZmUGcSwAOsuBOmiAIrgniuSrI16uKZAoA1WEn0FT5pRxcS9fdYvhkughEvQJjkX28JwX3E/Q+Ct8MfjitKARsAJfIyoHN1ge4we+cMdcdUwnvgA+QEbyNdR7KoE04l7Sd9Y815YLoWpGDcYVTFalOk1IvpTIKJGSNCRobvWvDDRC9ymjLEANuxagloGweXAB3sA1qCDWIz1zGpc5sAzGQRZjd7ZukCes3cCx3bZFiOCzYIFE7ZFIYUJ0BZwjXtnauiirTdsfQDAL0a5kK6uCnH3W1A10YxrBPTtVWNATzNQN4G8nfhIcgSnwBHbw/JJpcqhDwfXCtWCnJDRC1xPbZK+DQnkLJRFTPk92RGwXzDOUG+tHsT/gQfHVsIO8H8UK25JKR1y3O9INHL/C5B8xYV9CHvS9iHYpYzbhw+J0AktgTLP4d3ADNiD+uxdibXYG1i3jozT+BTb/W2yW8Le+vfbRr8YG6Q/jrwADAOr/0GMU/t9mAAAAAElFTkSuQmCC);
}
.nav-interscn {
  width: 12px;
  height: 11px;
  background-position: -1px -1px;
}
.nav-maps {
  width: 11px;
  height: 9px;
  background-position: -15px -1px;
}
.nav-metrics {
  width: 8px;
  height: 9px;
  background-position: -15px -12px;
}
.nav-overview {
  width: 14px;
  height: 7px;
  background-position: -28px -1px;
}
.nav-social {
  width: 11px;
  height: 9px;
  background-position: -28px -10px;
}
.navbar {
  margin: 0;
  height: 50px;
  background-color: #45b976;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  min-width: 980px;
}
.navbar a.brand {
  display: inline-block;
  line-height: 46px;
  width: 235px;
  padding-left: 23px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  padding-right: 23px;
}
.navbar a.brand small {
  font-size: 15px;
}
.navbar nav.main-nav {
  display: inline-block;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 -22px;
}
.navbar nav.main-nav ul {
  margin: 0;
  padding: 0;
}
.navbar nav.main-nav ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  padding: 5px 2px 0;
}
.navbar nav.main-nav ul li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  height: 45px;
  padding: 13px 20px 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.navbar nav.main-nav ul li a:hover {
  background-color: rgba(0,0,0,0.1);
}
.navbar nav.main-nav ul li a span {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.navbar nav.main-nav ul li.active a {
  background-color: #eaedf1;
  color: #5d697c;
  -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.logs-summary > div {
  white-space: nowrap;
}
.logs-summary h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.logs-summary .table-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.logs-summary .shares {
  width: 1004px;
  height: 30px;
  color: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
  font-size: 12px;
}
.logs-summary .shares tbody,
.logs-summary .shares tr {
  width: 100%;
}
.logs-summary .shares td {
  text-align: center;
}
.logs-summary .shares .share-vk {
  background-color: #4a7ba1;
}
.logs-summary .shares .share-fb {
  background-color: #375193;
}
.logs-summary .shares .share-ok {
  background-color: #ed812b;
}
.logs-summary .shares .gender-male {
  background-color: #4a7ba1;
}
.logs-summary .shares .gender-female {
  background-color: #db69a4;
}
.logs-summary .logs-summary-detailed {
  margin-top: 20px;
  list-style-type: none;
  padding: 0;
  -webkit-box-shadow: 0 0 5px #e0e3e7;
  box-shadow: 0 0 5px #e0e3e7;
  width: 490px;
  display: inline-block;
  vertical-align: top;
}
.logs-summary .logs-summary-detailed li {
  height: 50px;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  border-bottom: 1px solid #e0e3e7;
  cursor: pointer;
}
.logs-summary .logs-summary-detailed li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.logs-summary .logs-summary-detailed li .date {
  color: #5b707a;
  margin-right: 5px;
}
.logs-summary .logs-summary-detailed li .day {
  text-transform: uppercase;
  color: #9ba0aa;
  font-size: 11px;
}
.logs-summary .logs-summary-detailed li .table-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 168px;
  top: 15px;
}
.logs-summary .logs-summary-detailed li .shares {
  width: 170px;
  height: 20px;
  color: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
  font-size: 11px;
}
.logs-summary .logs-summary-detailed li .total {
  position: absolute;
  left: 380px;
  top: 12px;
  font-size: 18px;
  color: #5d6f79;
}
.logs-summary .logs-summary-detailed li .total .units {
  margin-right: 5px;
  font-size: 14px;
}
.logs-summary .logs-summary-detailed li.selected {
  background-color: #45b976;
}
.logs-summary .logs-summary-detailed li.selected .date,
.logs-summary .logs-summary-detailed li.selected .day,
.logs-summary .logs-summary-detailed li.selected .total {
  color: #fff;
}
.logs-day-breakdown {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 20px;
  -webkit-box-shadow: 0 0 5px #e0e3e7;
  box-shadow: 0 0 5px #e0e3e7;
}
.logs-day-breakdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 492px;
}
.logs-day-breakdown ul li {
  height: 70px;
  background-color: #fff;
  position: relative;
}
.logs-day-breakdown ul li:not(:last-child):after {
  content: '';
  width: 420px;
  height: 1px;
  background-color: #dfe3ee;
  position: absolute;
  right: 0;
  bottom: 0;
}
.logs-day-breakdown ul li [class^='userpic-'] {
  display: inline-block;
  vertical-align: middle;
}
.logs-day-breakdown ul li .userpic-container {
  display: inline-block;
  margin: 10px 30px 10px 20px;
  position: relative;
}
.logs-day-breakdown ul li .userpic-container img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.logs-day-breakdown ul li .userpic-container:after {
  display: inline-block;
  content: '';
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  bottom: -2px;
  border: 2px solid #fff;
}
.logs-day-breakdown ul li .userpic-vkontakte .userpic-container:after {
  background-image: url("/img/vk.svg");
  background-position: 0px 3px;
  background-repeat: no-repeat;
  background-color: #3b6b8f;
}
.logs-day-breakdown ul li .userpic-facebook .userpic-container:after {
  background-image: url("/img/fb.svg");
  background-position: 2px 4px;
  background-repeat: no-repeat;
  background-color: #3b579d;
}
.logs-day-breakdown ul li .userpic-odnoklassniki .userpic-container:after {
  background-image: url("/img/ok.svg");
  background-position: -2px -1px;
  background-repeat: no-repeat;
  background-color: #f4731c;
}
.logs-day-breakdown ul li .time {
  margin-right: 20px;
  color: #5d6f79;
}
.logs-day-breakdown ul li .post {
  float: right;
  font-size: 12px;
  line-height: 70px;
  margin-right: 20px;
}

.profiles {
  max-width: 980px;
}
.profiles .spinner {
  margin-top: 100px;
}
.profiles table {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.profiles table thead td {
  color: #222;
  font-weight: 100;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  background: #f9fafa;
  vertical-align: middle;
}
.profiles table td {
  padding: 10px;
  text-align: center;
  font-weight: 100;
  font-size: 12px;
  position: relative;
}
.profiles table td.phone {
  width: 150px;
}
.profiles table td.name {
  text-transform: uppercase;
}
.profiles table td .userpic-container {
  position: relative;
  display: block;
}
.profiles table td .userpic-container:after {
  display: inline-block;
  content: '';
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.profiles table td.userpic-vkontakte .userpic-container:after {
  background-image: url("/img/vk.svg");
  background-position: 2px 5px;
  background-repeat: no-repeat;
  background-color: #3b6b8f;
}
.profiles table td.userpic-facebook .userpic-container:after {
  background-image: url("/img/fb.svg");
  background-position: 6px 7px;
  background-repeat: no-repeat;
  background-color: #3b579d;
}
.profiles table td.userpic-odnoklassniki .userpic-container:after {
  background-image: url("/img/ok.svg");
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-color: #f4731c;
}
.profiles table td img.avatar {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.another-metrics {
  width: 980px;
}
.another-metrics .spinner {
  position: relative;
  top: 70px;
}
.another-basic-metrics-list {
  width: 1000px;
  margin-right: -20px;
  zoom: 1;
}
.another-basic-metrics-list:before,
.another-basic-metrics-list:after {
  content: "";
  display: table;
}
.another-basic-metrics-list:after {
  clear: both;
}
.another-basic-metrics-list > div {
  background-color: #fff;
  float: left;
  vertical-align: top;
  width: 170px;
  margin-right: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.another-basic-metrics-list > div h3 {
  color: #616d7f;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  height: 50px;
}
.another-basic-metrics-list > div .diff {
  color: #616d7f;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  display: inline-block;
  margin-right: -28px;
}
.another-basic-metrics-list > div .diff .unit {
  font-size: 16px;
  text-transform: uppercase;
}
.another-basic-metrics-list > div .diff.up:before,
.another-basic-metrics-list > div .diff.down:before {
  position: absolute;
  left: -28px;
  bottom: 12px;
}
.another-basic-metrics-list > div .diff.up:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #31d567;
}
.another-basic-metrics-list > div .diff.down:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #f14a50;
}
.another-basic-metrics-list > div .now,
.another-basic-metrics-list > div .then {
  font-size: 12px;
  color: #999;
  display: block;
}

.basic-metrics {
  width: 980px;
  height: 178px;
}
.basic-metrics .spinner {
  position: relative;
  top: 70px;
}
.basic-metrics-list {
  width: 1000px;
  margin-right: -20px;
  height: 178px;
  zoom: 1;
}
.basic-metrics-list:before,
.basic-metrics-list:after {
  content: "";
  display: table;
}
.basic-metrics-list:after {
  clear: both;
}
.basic-metrics-list > div {
  background-color: #fff;
  float: left;
  vertical-align: top;
  width: 170px;
  margin-right: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.basic-metrics-list > div h3 {
  color: #616d7f;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.basic-metrics-list > div .diff {
  color: #616d7f;
  font-size: 60px;
  position: relative;
  display: inline-block;
  margin-right: -23px;
}
.basic-metrics-list > div .diff .unit,
.basic-metrics-list > div .diff .small {
  font-size: 30px;
}
.basic-metrics-list > div .diff.up:before,
.basic-metrics-list > div .diff.down:before {
  position: absolute;
  left: -23px;
  bottom: 20px;
}
.basic-metrics-list > div .diff.up:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #31d567;
}
.basic-metrics-list > div .diff.down:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #f14a50;
}
.basic-metrics-list > div .now,
.basic-metrics-list > div .then {
  font-size: 12px;
  color: #999;
}

section.overview svg .axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
section.overview .total_visitors,
section.overview [class^="overview_histogram"] {
  width: 980px;
  position: relative;
}
section.overview .total_visitors .spinner,
section.overview [class^="overview_histogram"] .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
}
section.overview .total_visitors {
  height: 400px;
  zoom: 1;
}
section.overview .total_visitors:before,
section.overview .total_visitors:after {
  content: "";
  display: table;
}
section.overview .total_visitors:after {
  clear: both;
}
section.overview .total_visitors h3 {
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}
section.overview .total_visitors .graph,
section.overview .total_visitors .summary {
  float: left;
  height: 400px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
section.overview .total_visitors .graph {
  width: 980px;
  margin-right: 16px;
}
section.overview .total_visitors .graph .theline {
  shape-rendering: crispEdges;
}
section.overview .total_visitors .graph .box.blue {
  shape-rendering: crispEdges;
}
section.overview .total_visitors .summary {
  width: 210px;
  padding: 10px;
  padding-top: 60px;
}
section.overview .total_visitors .summary .stats {
  width: 100%;
  color: #fff;
  margin-bottom: 13px;
  border-spacing: 5px;
  border-collapse: separate;
}
section.overview .total_visitors .summary .stats .rowspan {
  background-color: #777;
  width: 53px;
  height: 53px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
}
section.overview .total_visitors .summary .stats tr:first-child span {
  background-color: #36c3dc;
}
section.overview .total_visitors .summary .stats td span {
  min-width: 30px;
  text-align: right;
  display: inline-block;
  background-color: #999;
  margin-left: 2px;
  line-height: 21px;
  padding: 0 5px;
  background-color: #f6ae46;
}
section.overview [class^="overview_histogram"] {
  height: 260px;
  zoom: 1;
}
section.overview [class^="overview_histogram"]:before,
section.overview [class^="overview_histogram"]:after {
  content: "";
  display: table;
}
section.overview [class^="overview_histogram"]:after {
  clear: both;
}
section.overview [class^="overview_histogram"] .info,
section.overview [class^="overview_histogram"] .graph {
  float: left;
  height: 260px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
section.overview [class^="overview_histogram"] h3 {
  margin-bottom: 16px;
  color: #000;
  font-size: 11px;
  line-height: 15px;
}
section.overview [class^="overview_histogram"] .info {
  width: 210px;
  margin-right: 10px;
  padding: 10px;
}
section.overview [class^="overview_histogram"] .info .numberwang {
  width: 189px;
  height: 54px;
  padding: 15px 10px;
  margin-bottom: 10px;
  position: relative;
}
section.overview [class^="overview_histogram"] .info .numberwang > span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
section.overview [class^="overview_histogram"] .info .numberwang .unit {
  font-size: 12px;
  line-height: 12px;
  margin-left: 3px;
}
section.overview [class^="overview_histogram"] .info .numberwang .nw-label {
  position: absolute;
  left: 10px;
  bottom: 14px;
  line-height: 14px;
  width: 60px;
  color: #fff;
  font-size: 12px;
}
section.overview [class^="overview_histogram"] .info .numberwang .nw-value {
  position: absolute;
  right: 10px;
  bottom: 12px;
  font-size: 30px;
  line-height: 30px;
}
section.overview [class^="overview_histogram"] .info .numberwang.now {
  background-color: #36c3dc;
}
section.overview [class^="overview_histogram"] .info .numberwang.then {
  background-color: #f6ae46;
}
section.overview [class^="overview_histogram"] .info .numberwang.total {
  border-top: 1px solid #cbd0d6;
  color: #000;
}
section.overview [class^="overview_histogram"] .info .numberwang.total .nw-label {
  color: #000;
}
section.overview [class^="overview_histogram"] .info .numberwang.total span {
  line-height: 25px;
  text-transform: uppercase;
}
section.overview [class^="overview_histogram"] .graph {
  width: 760px;
  shape-rendering: crispEdges;
  position: relative;
}
section.overview [class^="overview_histogram"] .graph text {
  font-family: 'Open Sans';
}
section.overview [class^="overview_histogram"] .graph .bartext {
  font-size: 11px;
  fill: #000;
}
section.overview [class^="overview_histogram"] .graph .bartext2 {
  font-size: 11px;
  fill: #ffd190;
}
section.overview [class^="overview_histogram"] .graph .axis {
  fill: #cbd0d6;
}
section.overview [class^="overview_histogram"] .graph .y.axis .tick.minor line {
  stroke: #cbd0d6;
  stroke-dasharray: 3, 3;
  stroke-width: 1;
}
section.overview [class^="overview_histogram"] .graph .y.axis .domain {
  stroke: none;
}
section.overview [class^="overview_histogram"] .graph .tick line {
  stroke: #cbd0d6;
}
section.overview [class^="overview_histogram"] .graph .domain {
  stroke: #cbd0d6;
}
.legend {
  position: absolute;
  right: 0;
  top: -25px;
}
.legend .now,
.legend .then {
  overflow: visible;
  width: 12px;
  height: 12px;
  color: #9ea7b3;
  white-space: nowrap;
  margin: 0 126px 0 16px;
  text-indent: 16px;
  line-height: 10px;
  font-size: 13px;
  display: inline-block;
}
.legend .now {
  background-color: #36c3dc;
}
.legend .then {
  background-color: #f6ae46;
}
.emptyview {
  color: #999;
  text-align: center;
}
.overview_users {
  width: 980px;
}
.overview_users .spinner {
  margin-top: 50px;
}
.overview_users ul {
  list-style-type: none;
  padding: 10px;
  margin: 0;
}
.overview_users ul li {
  display: inline-block;
  font-size: 12px;
  margin: 16px 6px;
  text-align: center;
  width: 260;
  vertical-align: top;
  background-color: #fff;
  width: 220px;
}
.overview_users ul li .identity {
  padding: 10px;
  height: 100px;
}
.overview_users ul li .identity .name {
  float: left;
  padding-left: 20px;
  padding-top: 10px;
  text-align: left;
  color: 4 a596d;
}
.overview_users ul li .identity .name .age {
  text-align: left;
  color: #8a8e93;
}
.overview_users ul li .details {
  background: #d8dcdf;
  height: 350px;
  text-align: left;
}
.overview_users ul li .details hr {
  margin: 10px 0 15px;
}
.overview_users ul li .details table.stats {
  width: 200px;
  margin-top: -5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-spacing: 5px;
  border-collapse: separate;
}
.overview_users ul li .details table.stats .caption {
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
}
.overview_users ul li .details table.stats td {
  width: 50%;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
}
.overview_users ul li .details ul.favorites {
  list-style-type: none;
  height: auto;
  margin: 10px;
  padding: 0;
  margin-top: 0;
}
.overview_users ul li .details ul.favorites li {
  width: auto;
  color: #4a596d;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 5px;
  width: 190px;
  overflow: hidden;
  display: inline-block;
  padding: 5px;
}
.overview_users ul li .details .caption {
  color: #8892a0;
  padding: 10px;
  text-align: left;
}
.overview_users ul li [class^='userpic-'] img {
  width: 80px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.overview_users ul li .userpic-container {
  display: inline-block;
  position: relative;
  float: left;
  padding-left: 10px;
}
.overview_users ul li .userpic-container .count {
  background-color: #45b976;
  color: #fff;
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  min-width: 24px;
  height: 24px;
  text-align: center;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

form.autopost,
form.redirect {
  width: 480px;
}
form.autopost label.enable,
form.redirect label.enable {
  float: right;
  margin-top: -60px !important;
}
form.autopost .success,
form.redirect .success {
  margin-left: 10px;
  color: #4a4;
  display: none;
}
form.autopost button[type="submit"],
form.redirect button[type="submit"] {
  font-size: 14px;
  color: #fefeff;
  background-color: #2ecc71;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form.autopost button[type="submit"]:active,
form.redirect button[type="submit"]:active,
form.autopost button[type="submit"]:focus,
form.redirect button[type="submit"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.autopost .opencms,
form.redirect .opencms {
  margin-top: 10px;
}
.autopost-settings,
.redirect_settings {
  background-color: #fff;
  padding: 15px 20px;
}
.autopost-settings input,
.redirect_settings input,
.autopost-settings textarea,
.redirect_settings textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: #eaedf1;
  color: #6c7785;
  font-size: 13px;
  resize: none;
}
.autopost-settings input:active,
.redirect_settings input:active,
.autopost-settings textarea:active,
.redirect_settings textarea:active,
.autopost-settings input:focus,
.redirect_settings input:focus,
.autopost-settings textarea:focus,
.redirect_settings textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.autopost-settings textarea,
.redirect_settings textarea {
  min-height: 34px;
  padding-top: 8px;
}
.autopost-settings label,
.redirect_settings label {
  color: #6c7785;
  font-weight: normal;
}
.fb-autopost .fba-vsplit-l {
  width: 120px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.fb-autopost .fba-vsplit-r {
  width: 300px;
  display: inline-block;
  vertical-align: top;
}
.fb-autopost .fg-message {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.fb-autopost .fg-name {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.fb-autopost img {
  max-width: 100%;
  margin-bottom: 10px;
}
.fb-autopost .placename-wrapper {
  position: relative;
}
.fb-autopost .placename-suggestions:not(:empty) {
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 10;
  max-height: 400px;
  overflow: scroll;
  border: 1px solid #ccc;
}
.fb-autopost .placename-suggestions:not(:empty) .place-suggestion {
  display: block;
  padding: 5px;
  cursor: pointer;
}
.fb-autopost .placename-suggestions:not(:empty) .place-suggestion:hover {
  background-color: #edf1f5;
}
.fb-autopost .placename-suggestions:not(:empty) .place-suggestion .name {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.fb-autopost .placename-suggestions:not(:empty) .place-suggestion .location,
.fb-autopost .placename-suggestions:not(:empty) .place-suggestion .id {
  display: block;
  font-size: 10px;
  color: #999;
}
.fb-autopost .placename-suggestions:not(:empty) .place-suggestion .id:before {
  content: 'id: ';
}
.vk-autopost {
  margin-bottom: 20px;
}
.fb-autopost {
  margin-bottom: 20px;
}
form.redirect label.enable {
  margin-top: -48px !important;
}

.nav-sub {
  padding: 10px 0;
  position: fixed;
  z-index: 20;
  background-color: #eaedf1;
  width: 100%;
}
.nav-sub ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav-sub ul li {
  display: inline-block;
  color: #a0a7b2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px;
}
.nav-sub ul li:first-child {
  margin-left: 0;
}
.nav-sub ul li:hover {
  background-color: #cee8de;
}
.nav-sub ul li.active {
  background-color: #45b976;
  color: #fff;
}
.nav-sub ul li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  line-height: 29px;
  padding: 0 10px;
  cursor: pointer;
}

[class^="histogram-"] {
  width: 980px;
  height: 300px;
  position: relative;
}
[class^="histogram-"] .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
.histogram .focusBox {
  fill: #45b976;
  fill-opacity: 0.125;
  stroke: #45b976;
}
.histogram svg {
  background-color: #fff;
  shape-rendering: crispEdges;
}
.histogram svg .axis path,
.histogram svg .axis line {
  fill: none;
  stroke: #000;
}
.histogram svg .bar {
  fill: #4682b4;
}
.histogram svg .x.axis path {
  display: none;
}
.histogram svg {
  background-color: #fff;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
}
.histogram .graph-label {
  font-size: 12px;
  fill: #9ea7b3;
}
.histogram .line {
  fill: none;
  stroke: #4682b4;
  stroke-width: 2px;
  clip-path: url("#clip");
}
.histogram .axis path,
.histogram .axis line {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges;
}
.histogram .axis text {
  fill: #9ea7b3;
}
.histogram .axis .domain {
  stroke: none;
}
.histogram .x.axis .tick line {
  stroke: #d6dbe2;
}
.histogram .y.axis .tick line {
  stroke: #cbd0d6;
  stroke-dasharray: 3, 3;
  stroke-width: 1;
}
.histogram rect.weekend {
  fill: rgba(194,112,112,0.07);
}

[class*="linechart-"] {
  width: 980px;
  height: 420px;
  position: relative;
}
[class*="linechart-"] .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
.linechart {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.linechart svg {
  background-color: #fff;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.linechart svg .controls.draggable {
  cursor: move;
}
.linechart .graph-label {
  font-size: 12px;
  fill: #9ea7b3;
}
.linechart .line {
  fill: none;
  stroke: #4682b4;
  stroke-width: 2px;
  clip-path: url("#clip");
}
.linechart .axis path,
.linechart .axis line {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges;
}
.linechart .axis text {
  fill: #9ea7b3;
}
.linechart .axis .domain {
  stroke: none;
}
.linechart .x.axis .tick line {
  stroke: #d6dbe2;
}
.linechart .y.axis .tick line {
  stroke: #cbd0d6;
  stroke-dasharray: 3, 3;
  stroke-width: 1;
}
.linechart .brush .extent {
  fill: #45b976;
  fill-opacity: 0.125;
  stroke: #45b976;
  shape-rendering: crispEdges;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.linechart .brush line {
  shape-rendering: crispEdges;
}
.linechart .brush .resize .shade {
  fill: rgba(255,255,255,0.55);
}
.linechart .brush .resize line {
  stroke: #aaa;
}
.linechart .brush .resize .handle {
  fill: #888;
  stroke: #fff;
}
.linechart g.weekends {
  clip-path: url("#clip");
}
.linechart rect.weekend {
  fill: rgba(194,112,112,0.07);
}

.chart-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  margin-top: 10px;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.chart-tooltip > p {
  margin: 0;
  line-height: 23px;
  padding: 0 10px;
}
.chart-tooltip p .day {
  margin-left: 5px;
  color: #aaa;
}
.chart-tooltip p .day.weekend {
  color: #be2121;
}
.chart-tooltip table.table-date {
  width: 100%;
}
.chart-tooltip table.table-date td {
  color: #333;
  width: 50%;
}
.chart-tooltip table.table-date td:only-of-type {
  text-align: center;
}
.chart-tooltip table.table-date .date,
.chart-tooltip table.table-date .day {
  font-size: 14px;
}
.chart-tooltip table.table-date .date {
  text-align: right;
  padding-left: 20px;
}
.chart-tooltip table.table-date .day {
  text-align: left;
  padding-right: 20px;
  color: #aaa;
}
.chart-tooltip table.table-date .day.weekend {
  color: #be2121;
}
.chart-tooltip table.table-date tr td {
  font-size: 18px;
}
.chart-tooltip table {
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.chart-tooltip table td {
  padding: 5px 5px 10px 5px;
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.chart-tooltip table td .postfix {
  font-size: 16px;
  margin-left: 5px;
}
.chart-tooltip table td small {
  margin-left: 5px;
  font-size: 14px;
}
.chart-tooltip table tr:first-child td {
  font-size: 11px;
  padding-bottom: 0;
  max-width: 100px;
}

.sidebar .calendar {
  display: inline-block;
  font-size: 13px;
  color: #c2c7cf;
  width: 86px;
  height: 29px;
  background-color: #2f3949;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.18);
  box-shadow: 0 -1px 0 rgba(255,255,255,0.18);
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  margin-bottom: 10px;
}
.sidebar .calendar:hover {
  background-color: #374355 !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.sidebar .calendar:focus,
.sidebar .calendar:active,
.sidebar .calendar.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  outline: 0;
  padding-top: 6px;
}
.sidebar .calendar.min {
  margin-right: 13px;
  position: relative;
}
.sidebar .calendar.min:after {
  content: '';
  position: absolute;
  width: 6px;
  border-bottom: 1px solid #464d58;
  right: -11px;
  top: 13px;
  pointer-events: none;
}
.datepicker.dropdown-menu {
  background-color: #2f3949;
  position: fixed;
  color: #c2c7cf;
  font-size: 12px;
  border: none;
  margin-top: 5px !important;
}
.datepicker.dropdown-menu:before,
.datepicker.dropdown-menu:after {
  display: none;
}
.datepicker.dropdown-menu table {
  border-collapse: separate;
  border-spacing: 1px;
}
.datepicker.dropdown-menu table thead {
  font-size: 12px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker.dropdown-menu table thead th {
  font-weight: normal;
}
.datepicker.dropdown-menu table thead th:hover {
  background-color: #3a4352 !important;
}
.datepicker.dropdown-menu table thead .switch {
  pointer-events: none;
  position: relative;
  top: 2px;
}
.datepicker.dropdown-menu table thead .dow {
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
}
.datepicker.dropdown-menu table td.day {
  background-color: #3a4352;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.datepicker.dropdown-menu table td.day:hover {
  background-color: #62728c;
}
.datepicker.dropdown-menu table td.day.disabled {
  color: #5b6472;
}
.datepicker.dropdown-menu table td.day.disabled:hover {
  background-color: #3a4352;
  cursor: default;
}
.datepicker.dropdown-menu table td.day.active {
  background: #2ecc71;
  color: #fff;
}
.datepicker.dropdown-menu table td.day.active:hover {
  background-color: #45b976;
}
.sidebar-period .spinner {
  margin: 24px auto 24px !important;
}

.sidebar .dropdown.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  padding-top: 6px;
  padding-bottom: 4px;
}
.sidebar .dropdown .dropdown-toggle {
  width: 100%;
  background-color: #2f3949;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #c2c7cf;
  text-align: left;
  font-size: 13px;
  -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.2);
  box-shadow: 0 -1px 0 rgba(255,255,255,0.2);
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.sidebar .dropdown .dropdown-toggle:focus {
  outline: 0;
}
.sidebar .dropdown .dropdown-toggle:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  padding-top: 6px;
  padding-bottom: 4px;
}
.sidebar .dropdown .dropdown-toggle:hover {
  background-color: #374355 !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.sidebar .dropdown .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
}
.sidebar .dropdown .dropdown-menu {
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  background-color: #2f3949;
  color: #c2c7cf;
}
.sidebar .dropdown .dropdown-menu a {
  color: inherit;
  padding: 3px 12px;
  cursor: pointer;
}
.sidebar .dropdown .dropdown-menu a:hover {
  background-color: #45b976;
  color: #fff;
}

.sidebar-objects {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  overflow: hidden;
  min-height: 132px;
}
.sidebar-objects section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-height: 80px;
}
.sidebar-objects section > * {
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex-item-align: auto;
}
.sidebar-objects section h2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sidebar-objects section ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.sidebar-objects section button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sidebar-objects .object-list {
  list-style-type: none;
  padding: 0;
  color: #fff;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}
.sidebar-objects .object-list .ps-scrollbar-y-rail {
  right: 0;
}
.sidebar-objects .object-list li {
  width: 100%;
  padding: 5px 10px;
  background-color: #2f3949;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 3px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  position: relative;
}
.sidebar-objects .object-list li .close {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-shadow: none;
  position: absolute;
  right: 9px;
  top: 7px;
}
.sidebar-objects .object-list li .close:after {
  content: '×';
}
.sidebar-objects .object-list li:only-of-type .close {
  display: none;
}
.object-selector {
  height: 100%;
  min-height: 200px;
  position: relative;
}
.object-selector .section-objects {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
}
.object-selector .input-wrapper {
  position: relative;
}
.object-selector .input-wrapper .close {
  position: absolute;
  z-index: 10;
  color: #fff;
  right: 8px;
  top: 50%;
  margin-top: -4px;
  font-size: 10px;
  line-height: 10px;
  text-shadow: none;
}
.object-selector .search {
  width: 100%;
  margin-bottom: 10px;
  background-color: #11151b;
  border: none;
  color: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.1);
  box-shadow: 0px 1px 0px rgba(255,255,255,0.1);
  padding-right: 28px;
}
.object-selector .search::-webkit-input-placeholder {
  color: #888d96;
}
.object-selector .search:-moz-placeholder {
  color: #888d96;
}
.object-selector .search::-moz-placeholder {
  color: #888d96;
}
.object-selector .search:-ms-input-placeholder {
  color: #888d96;
}
.object-selector ul.objects {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  max-height: 100%;
}
.object-selector ul.objects .ps-scrollbar-y-rail {
  right: 0;
}
.object-selector ul.objects:empty:after {
  content: 'Нет результатов.';
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #888d96;
}
.object-selector ul.objects li {
  width: 100%;
  padding: 5px 10px;
  background-color: #222934;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 3px 0;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.object-selector ul.objects li.selected {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.object-selector ul.objects li.mall {
  background-color: #2f3949;
}
.object-selector ul.objects li.mall:not(:first-child) {
  margin-top: 10px;
}
.object-selector .buttons {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.object-selector .btn {
  font-size: 13px;
  width: 185px !important;
  height: 29px;
  display: block;
  margin-top: 3px;
}
.object-selector .btn.select {
  background-color: #45b976;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  margin-top: 12px;
}
.object-selector .btn.select:hover,
.object-selector .btn.select:active {
  background-color: #45b976 !important;
}
.object-selector .btn.select.inactive {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.object-selector .btn:only-child {
  width: 100% !important;
}

.sdb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAhCAYAAACr8emlAAACrElEQVRYR82YPWwTMRTH7TsUlq4gULt3YkCdWOiE1AEpbaWEjV7aAkIkEHWqlDlSpyqQVAj6kStbE6k0EkMlprIwVQxM3VsVwcrCiTvXTrHkXPxx985BzZBcbL/nn//v+dkJRlf8hUW+jd0eebGQH2hj/ap2bvvl6zfCn+/fuztkL86xvtsZz5HcU9o2gzC60+8j6Dt9Pwxw8H5loXgmju87YwBJhZQtIClg0z+oYYxqFGgtDP/+JIQssXkxxtuue+0mBV4lBNUr3myd8/wXwEKh404/zLURwb8D/KfOVHq91T2naLcuQciPV8uF25fqXq8hTMaOPgWlbrcYasORVFWTgi2/946GKKh4+Qr32djsnlLlxvt4hJxVnxQmeF/T7zUpWK7s5Z+BFRShVAvh+djyPz6ncWyQED2uLM7usfHrW50ZF+E2ew4RKa0sFw/Zc3Pn4BF20QdKXS17c2/BgMyZDjK+Wd7s7E87jtOgYf1FFfPDCB9Xl/InzE9juzfpOmSKKupRPW9EUVR9uTh/1M9PvklY8vPdavoUFZNB6nZyq73/ADmORyeeotNP/svBE5oCxyiK/HJp/rPoP5OC3JEpB5PmsmxcZgVFSFMNhIBaURAyscxGrMe83lpTMCuk6rSyqqDpSFQtQmdnpVDLKkEaRUcOqCpLOkgRaqSAaWomBzYtSATOFGITnEyZeJvpOxgQckUzbSJZPxgwzSZQ1TzxbqktM5DJIAomzcGhsxgKyBWI70jmT9YnlqM4rIoBHGJVmeDKquBlPxl0AmUC1DlWKZg2WiMDFEHSqmb9PphWlTTjB24zJkNTHTPZQ/oHbjO6UMSTHzIZxGbouqX6Z4E7z5JPVgDFGsbrlq2EtwbIIWWnxZVQMEl9g6gBsbF65YcAmGzAhdrk2Fb/BViPDUD44qhAAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
}
.sdb-calendar {
  width: 11px;
  height: 12px;
  background-position: -1px -1px;
}
.sdb-dl {
  width: 9px;
  height: 9px;
  background-position: -14px -1px;
}
.sdb-domik {
  width: 11px;
  height: 12px;
  background-position: -14px -12px;
}
.sdb-eye {
  width: 14px;
  height: 7px;
  background-position: -25px -1px;
}
.sdb-grouping {
  width: 11px;
  height: 12px;
  background-position: -27px -10px;
}
.sdb-mail {
  width: 11px;
  height: 8px;
  background-position: -1px -24px;
}
.sidebar {
  position: fixed;
  left: 0;
  top: 50px;
  bottom: 0;
  width: 235px;
  background-color: #222934;
  padding: 15px 16px 10px 15px;
  -webkit-box-shadow: inset -4px 0 20px -7px rgba(0,0,0,0.4);
  box-shadow: inset -4px 0 20px -7px rgba(0,0,0,0.4);
  border-right: 1px solid rgba(255,255,255,0.12);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  z-index: 100;
}
.sidebar > .ps-scrollbar-y-rail {
  display: none !important;
}
.sidebar .sidebar-container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.sidebar .sidebar-container > div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex-item-align: auto;
}
.sidebar .sidebar-container hr {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex-item-align: auto;
  border-top-color: rgba(0,0,0,0.1);
  border-bottom: 1px solid #323944;
  margin-top: 9px;
}
.sidebar section {
  background-color: #171c23;
  padding: 10px 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.1);
  box-shadow: inset 0px -1px 0px rgba(255,255,255,0.1);
  margin-bottom: 10px;
}
.sidebar section .spinner {
  margin: 4px auto 25px;
}
.sidebar section button.btn {
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #2f3949;
  color: #c2c7cf;
  font-size: 13px;
  -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.18);
  box-shadow: 0 -1px 0 rgba(255,255,255,0.18);
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.sidebar section button.btn:active,
.sidebar section button.btn:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  padding-top: 6px;
  padding-bottom: 4px;
}
.sidebar section button.btn:hover {
  background-color: #374355 !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.sidebar section h2 {
  font-size: 12px;
  color: #95a1b1;
  margin: 0 0 14px 0;
  padding: 0;
  text-transform: uppercase;
}
.sidebar section h2 .sdb {
  position: relative;
  top: 1px;
}
.sidebar .sidebar-link {
  width: 186px;
  height: 29px;
  background-color: #2f3949;
  line-height: 29px;
  display: inline-block;
  font-size: 13px;
  color: #c2c7cf;
  padding-left: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 9px 10px 9px;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  border: 0;
  text-align: left;
}
.sidebar .sidebar-link:hover {
  background-color: #374355;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.sidebar .sidebar-link:active,
.sidebar .sidebar-link:focus {
  outline: 0;
}
.sidebar-csv {
  position: relative;
}
.sidebar-csv .spinner {
  position: absolute;
  top: 50%;
  right: 26px;
  margin-top: -7px;
  display: none;
}

.sidebar-thresholds .slider {
  width: 175px;
  margin-left: 5px;
}
.sidebar-thresholds .slider-track {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sidebar-thresholds .slider-handle {
  outline: none;
  width: 10px;
  margin-left: -5px !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-image: none;
  background-color: #4a5b74;
}
.sidebar-thresholds .labels {
  zoom: 1;
  margin-top: 5px;
}
.sidebar-thresholds .labels:before,
.sidebar-thresholds .labels:after {
  content: "";
  display: table;
}
.sidebar-thresholds .labels:after {
  clear: both;
}
.sidebar-thresholds .label {
  color: #95a1b1;
  font-weight: normal;
}
.sidebar-thresholds .label.min {
  float: left;
  margin-left: 12px;
}
.sidebar-thresholds .label.max {
  float: right;
  margin-right: 12px;
}
