@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
/* TODO: Write a comment here about what the fuck we're doing here. */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Colors */
/* Loader */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #f8f8f8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#loadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-size: 110%;
  background-color: #b5c68c;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #eff4de 0%, #b5c68c 100%);
  background-repeat: no-repeat;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#loadingScreen p {
  color: #577537;
  font-size: 20px;
  text-align: center;
  top: 50%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
#app {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
a {
  outline: 0 !important;
}
.component {
  display: block;
  background-color: #fff;
  padding: 20px 10px 0;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 0;
}
.component-header {
  color: #a2a2a2;
  line-height: 20px;
  margin: 0 0 8px;
  padding: 0 0 0 23px;
  font-weight: normal;
  text-transform: uppercase;
}
.component-header app-icon {
  margin-left: -23px;
}
.component-pagination-container.mobile-pagination {
  text-align: center;
  margin-top: 10px;
}
.component-pagination-container.desktop-pagination {
  text-align: right;
  display: none;
}
@media (min-width: 992px) {
  .component {
    border-width: 1px;
    padding: 10px 20px;
  }
  .component-header {
    margin-bottom: 15px;
  }
  .component-pagination-container.mobile-pagination {
    display: none;
  }
  .component-pagination-container.desktop-pagination {
    display: block;
  }
}

.OneBar {
  -webkit-font-smoothing: antialiased;
  font-family: Open Sans, sans-serif;
  background: #77a240;
  color: #fff;
  height: 48px;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  min-width: 700px;
}
.OneBar ul {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.OneBar-current-page {
  display: none;
}
.OneBar-hamburger {
  display: none;
  font-size: 1.5em;
  color: white;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  z-index: 9;
  cursor: pointer;
  text-align: center;
}
.OneBar-hamburger .icon {
  display: inline-block;
  width: 19px;
  height: 16px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.OneBar-hamburger .icon.icon-more {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTUuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImxheWVyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIGlkPSJtb3JlIj4KICAgIDxyZWN0IHk9IjMuNSIgZmlsbD0iI2ZmZmZmZiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz4KICAgIDxyZWN0IHk9IjguNSIgZmlsbD0iI2ZmZmZmZiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz4KICAgIDxyZWN0IHk9IjEzLjUiIGZpbGw9IiNmZmZmZmYiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIi8+CjwvZz4KPC9zdmc+);
}
.OneBar .OneBar-Logo {
  height: 100%;
  width: 110px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/logo-text.7bf6f760.svg);
  flex-shrink: 0;
}
.OneBar .OneBar-Link {
  cursor: pointer;
}
.OneBar .OneBar-Link:hover {
  text-decoration: underline;
}
.OneBar .applications {
  display: flex;
  flex-direction: row;
}
.OneBar .applications > li {
  padding: 14px 26px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
.OneBar .applications > li a {
  color: #fff;
  text-decoration: none;
}
.OneBar .applications > li.active,
.OneBar .applications > li:hover {
  background-color: #62862d;
  transition: background-color 0.15s linear;
}
.OneBar .applications > li:hover a {
  transition: background-color 0.15s linear;
  text-decoration: underline;
}
.OneBar .applications > div {
  margin: 14px 0px;
  padding: 0px 10px;
}
.OneBar .controls {
  margin-left: auto;
  padding: 0 5px;
  font-size: 11px;
  display: flex;
  flex-direction: row;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.OneBar .controls > li {
  margin: 14px 0px;
  padding: 0px 10px;
  font-weight: 700;
  line-height: 20px;
  flex-shrink: 0;
  border-left: 1px solid #ccc;
}
.OneBar .controls > li:first-child {
  border-left: none;
}
.OneBar .controls > li li {
  font-weight: normal;
}
.OneBar-isInternalBuild {
  background-color: #ff337e;
}
.OneBar-isInternalBuild .applications > li.active,
.OneBar-isInternalBuild .applications > li:hover {
  background-color: #fe84b1;
}
@media (max-width: 1199px) {
  .OneBar {
    height: 44px;
  }
  .OneBar .OneBar-Logo {
    display: none;
  }
  .OneBar .controls {
    display: none;
  }
  .OneBar .OneBar-hamburger {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .OneBar .OneBar-hamburger .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 18px;
    background-position: 50%;
  }
  .OneBar .controls {
    border: 0;
  }
  .OneBar .applications {
    display: none;
  }
  .OneBar .OneBar-current-page {
    position: absolute;
    display: block;
    width: 100%;
    line-height: 44px;
    z-index: 1;
  }
  .OneBar .OneBar-current-page > a {
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
  }
  .OneBar .OneBar-current-page > a:hover,
  .OneBar .OneBar-current-page > a:focus {
    text-decoration: none;
  }
}

@keyframes dropdownTemplateOpen {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
}
@keyframes dropdownTemplateClosed {
  to {
    opacity: 0;
    transform: translateY(-5px);
  }
}
.LanguagePicker {
  display: flex;
  cursor: pointer;
}
.LanguagePicker div.current-locale {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.LanguagePicker > div.dropdown {
  position: absolute;
  z-index: 99999;
  right: 67px;
  top: 39px;
}
.LanguagePicker > div.dropdown.closing {
  animation-name: dropdownTemplateClosed;
  animation-duration: 100ms;
}
.LanguagePicker > div.dropdown.closed {
  display: none;
}
.LanguagePicker > div.dropdown.opening {
  animation-name: dropdownTemplateOpen;
  animation-duration: 100ms;
}
.LanguagePicker > div.dropdown.closed.opening,
.LanguagePicker > div.dropdown.opened {
  display: block;
}
.LanguagePicker > div.dropdown .inner {
  position: relative;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-width: 160px;
  font-size: 11px;
  font-weight: normal;
  list-style: none;
  margin: 0;
}
.LanguagePicker > div.dropdown .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.LanguagePicker > div.dropdown .inner ul li {
  padding: 3px 10px 3px 20px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-width: 154px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  box-sizing: content-box;
  clear: both;
}
.LanguagePicker > div.dropdown .inner ul li .checkmark {
  width: 18px;
  height: 18px;
  margin: 0px 3px;
  display: inline-block;
  vertical-align: bottom;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTUuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImxheWVyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIGlkPSJjaGVja21hcmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSwtMC41KSIgZmlsbD0iIzc5Nzk3OSIgcG9pbnRzPSIxNC41LDEuNSA2LjUsMTIuNSAyLjUsOC41IC0wLjUsMTEuNTIxIDYuNTE2LDE4LjUgMTcuNSwzLjUzNSAiLz4KPC9zdmc+) no-repeat 50%;
  background-size: 50%;
  display: none;
}
.LanguagePicker > div.dropdown .inner ul li.active .checkmark {
  display: inline-block;
}
.LanguagePicker > div.dropdown .inner ul li .flag {
  position: relative;
  top: 3px;
  margin-left: auto;
  height: 11px;
  width: 16px;
  display: inline-block;
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-en_us {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABs0lEQVQoz01R30tUURCes7lQEIE+WD7Y0ot/g1ZqGivVUw+BrhCIN+lBQ5BoH4QSNf8AEVwKWoKtHnwRcregUFl8ECwF5cIiLOWi2FIsq7vde+75Nc5d8eLwMfMNw3xnZg6znq5BYMaAUQACAMm/iXxH5/+/v38oNzVQjVHD2/m2VBZjnebjSqi/Hd9n2ePbKrlaN9ilEQHRIAXwSSaz4Dd0xlo/ZY02QBAKNfqEK/wJ41Aqw/ERVCvgOKz/fu7HGjWsdPS2993SPa9ZJi6j03XpF86d6Us2g9JLYc6svn7Udedte4tZQ9mO2M3kMr3gaysJHqINnnI21OEcCUO1ipyDEKHBh+v2JrOsr4nE3e5XZinOo1MX0/HjazPi95hpHtkuJdtO5WkH8uWrjXl/B+tLa1/03TdNwkbCDha1l4M9DQWtrsz42p5HIBIa7v2cz7FCId/UdF1KGSidJwF3XfdGGOYWU0xPPmP3HmF6GYtFKJdpYh+cI00vBAZEygvPBz7s/2K7uzuRSEslHL4seHD186aU5LwBYF9r0zA7wQ6ePKDjBB8JZ4QDVACcGmQtPa2eAMU6TEgictgDAAAAAElFTkSuQmCC);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-en_gb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAB6ElEQVQoz2OYNHPfjqtvqqcfS2kGosOJjQdu3n27NrlxTUIdkOGZvc0jbYdtzIaoxp1zAvOr5x5lWLLi1P+Nq/79+3/74ZdFG27PX38HyP4/ped/XyuQMWnh5d65F06eePyvq+bf358TNl1gSGo5uOfku/9Ll/8/uPf///9t064Cyf+pmf8TEoF0Sd+lL4vWfO/uBrLnrbokaTIDpGHhhrt1E68+3Hf/T1P9fwiIifkfHgFi5Gb+f/Hiwp23jp7Li5qOCOpOZAA6FOQGNBAa+t/PD00MqOzMtZcMaxJr/0/u+J+S8j8+/n9k5P+QEJBSH59/rq6/7O1/Wlp+NzH5qqf3VVv7Z7Bbq7wVDhtsbf+YWUDMBeK/f//++fvn958/J6++YLCP29Qz53xU2o4rV9//f/vmZ3I8SJWRyW99Q7CGv0+dHPfP3CohPSskYT2DcDaDedi6xetBIfO5se5DV1dMyTEg+4+27i9NbaCrreyX/Pz//8usuS8SYpqmnmMQTGeYvPnyv39/v7dXHD1wu7DhYF7DYaAL/4Z4/A5y/vf3b3jattC41dsP3/r758frBN/soiUMVfMOTHFJds5cJKgzh0djMofqhPPXXrRKW7SIm5y+8pJBvJhBtIBBOFfEsK53z3VX0zwAPExoqi63l4YAAAAASUVORK5CYII=);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-da {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABJ0lEQVQoz21SO04DUQyc93YLBIpEhZRiG27AQeAgtNDlVilziFwhAkFBBFKWBKR4bA/FW5BAjFxY/nvsMgKJCQmcR+R2u5vPE/gjDgDoEzhZLAAgE5mllDqbnd3f5cen3EXCXaTck3xZLnsAgPLpGRGKkKSI2DzkYS9SRtFklmQdhmwdkJqiSQCSkpYtlCZjmokspE0JEXKXO+iSVKv2exhBk5lImIEUmUCJiFKKJEmtvDLVlN8otY67XY8fHwSh5ek/FCkz+23XzW5vY7ORu8xOVyuN4+H6JvfvbZ62gNz7y8un9boH0OgTCXJqZkccj5PRTE54IGJiSfQ6n4uUBwB0XR0GHA6l0e9eIxCREQDKM+Dfh3Tg4u3NHx9fr65+jO0P2pkr8AUGrln15CPgFgAAAABJRU5ErkJggg==);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-de {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABM0lEQVQoz3WRPU7EQAyFnZ+VqBCIhoJtKUFiqShBdCtByT224BZcBCmXoIGWoyCh8dhjm+dkBRWO8+I474sVp9tu78gKudMwSnPRFq5ETv/EqFp2u2dUPodZM1u07UO12XxRnabXse97uN8/PvPB3BZEzeM3mBnnw+NtTlgTHbmvZ3cTSaJWJChllsoAtDD406YJPGndmG1UQyQWrRXpXL3yXHCU6sIrbSOAUAkzgk804BDxPTC7kaUsfDoTwBhrfy9GwQz3HoNbqsGNvqnllm6IziMGD3NXpC1F5HqhZBpQh153/IYJFxRnHsdwZQYUA3PDbVkzevMtxUnn9zSSUODzV1c9SZcAtFFoZA1tESBaTpHWf1M3vVweGDmwgWrJPxyH1DM5FjGQSRarnpyJBvoS+gE4IIdhmLKj2wAAAABJRU5ErkJggg==);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-sv {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABTElEQVQoz02RP2rUcRTE57v+NEVEQVEIEgRzAEsrKwuxEe9gERC2Mm4jKBaWNtp6hTSCpUUO4BkCIZ2KqLBs3ps/FmZNhscwxXxeMwMP3mAtvXoNA8aFxQuUUYUiVnUWuiYAL+ePANgZO0tYgeZ7j6lQptwS5bZb+jT/MAEAcvxzKQcnR0kjOvz2p+WmWiqq5G5tX98EaoJtQw5PLv5rxzWN1ZKzkpsqqqi2WgZq6ADjzgJ1lBBh3HEnHXdccZ2G9Ni4/fvLwQQCUdLxGkidYmftihumiQlGwphJweeBc56Ke7hNDNx9/mzx5PD7L8qfH75LOq57+3tNltyrWdEtk9q5eeXr2/cTVqTVUtPrZ1VkUS0XqiEOc2bONoDjCVVNb13dbAqXbiEN9/a1y5SbpkVHsmTZgAe2nv4f8sfHfRAmbuzeBwjU+gwQMIC/3Ll5iEbYURQAAAAASUVORK5CYII=);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-nb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABVElEQVQoz3VRPUsDQRDdvT0bC8kRLRITEW0sxNJG8E/YWYhgJ1ooduIvUPAH2FjYCiG/QgioCLEzRlDRIiwEG3fnw5m9BCx0WN7uDe/NvZmxL2YUc8yTmw9fV8t958gYSsnyAb8wl2xxcizIzGfbdWtt9fCAEQwA64kcFUkwxqdWO0+FmF7f5Pr0IDLo94VhopCELSdQCByiazZHfzAoLNSb1AhD0KpBqcoWTVDMYhRXeQNRbJSWQJTMlesW/xVCWxoOrdu4O9+Z/fARKXkmEpl8KIIgRdS8ZOrFxMVexyJiWZ4NH12+n27V+J/Issx7n/ecm97fhd5zpdWOydJgfY2Cdmy03ThqI0K+uNDt3ObSJqeRCVVtMdN3yQiaVKU+SIwAatMqAMhq6mRmSofmGs0MdfAmjd8BKBuRknnbHa9w3vti5WZwv/pYrcJ4x+WCzRglfgD0nlqSGDQqbgAAAABJRU5ErkJggg==);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-nl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA/UlEQVQoz32OzSqFYRSF16tPUueMJAnhElyByzKQCzAyNXQN5u7lJDE4RUeU3r1+DD4OCqvd6mm39mq34Ev+yb9OC4DTcwCxYUEKDTEUyBRDpWr0l+urAQDA3D1AgpwiVCmmmKp0pnp6pXrb2zEwYPMou/tYm0AOCSlUyJAfMB6T2No00BaLxXQ6BZAEQZC/1FqbzWaD7TGdZAm/Cq2RHLwM/d+ftARAw+HFydnx7fy1aMqdKrmo4tJNuqSDrcnN+eWA++en1z5fvBVdcqd7qahOL5007cn6KvA4oLvk7Y31sYlyyaWx1aToSJYtjS/hFOhAB/gN+G1DwJ++8g7ZJGpzgprw5QAAAABJRU5ErkJggg==);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-fi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABN0lEQVQoz22RvWqUYRCFz3x+ooQVFAIKCRaSIlYKtpZeR65C0moj8UpSCNYWBsRKOysF0ZA0ESQBQ7JF8r5nnkmxy+KKD1PNz4EzJ46OzzVnWHv2WQ1Nhq+7j1duykjMMQCnZ9NxkO6tTiRV1avtTYpMbT64XVWz5t98+9lGpNlA0q+TS6NM6n9ERDMjKJmL9VSCXQlVS/IqFNFM6MnHnecbRyctk9bLWT0paC67etI6Ni1ZX73x5uX7URdu5rKTWU66y4lNz+qmGXda0ns1I12MwlVVFNBdNs0AmZUJSQIJFCARPw7+3F+/BVRp6/V+N928fbHBsnNJEfHpy+E4jFwLRUih2XY3VSX9U5IEbRQsXn73znUntiJCS8TiJr7v/14E+ejhntSk4d2Hp5MVGWS8SBudTadX03Ro9xt6CF0AAAAASUVORK5CYII=);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-fr {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABOElEQVQYGW3BPYpUQRgF0FvVz2AEJ1GQ1swFCG7AyFhwIyYmxiKGJjKx7mm2IGZGTjdVX90fnw2Cgee0dze3+Mv029fXkuackki21p69euE7cIKAgQ3Am5dPAMSxczw+SAIgie0k9z5+DperstbP9x827IJf5yXF9ul0yoXt1pqk6x/fXTM18fARgQ4jjhTZVHrvSVprvfck3tXwnF4zVQY20rIlS6GVpPce77ID4DlT07VaVQFbFe1IXraYw+HgHbB12G3nObPKVY00sBVNZcmUSecfkrKrqarU6lUFbKMom/SSueSLJJJ8oarU9FrgMrCNQdKLJrXo/5gzXF6rUQS2cxXp+1cHEWRvrfXecdEuDo+PJpsYLQPb+cxP327HqPPg3ainV8eqWmOUVFVjjOdfvhogYPzxG+6te2aLGUjlAAAAAElFTkSuQmCC);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-es {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABH0lEQVQoz32RrU5cURSFv3PntghCJQkCBUgQ9RieAVmN6CtMJsFjeBZsVVUtg2dUK5owyYTOlLln/yzEvRM6CenOypcl9l5i7SLeJrf9uyoCxmNAmWQSIQ/C5Y67zPQPl3d3LQDSz19EECGznoOqyapqlVk5PExoCVQEAfF3kS8L7e3X0Y5LJlWpDiaNYvlMkwABvlx53MJNu3q6WHd1s70RVRjQABCSje6/+G8vXycfHo+6edmKH248kwaQXPL27OTPSXI9GZ1+bvVR6qS6YZUqskyaTPqYH48Pu+d1fdl9n35bf1ptsgeCS+5O6WB0dZWzGUMtQycDe+OGRzk+nk+nbUJjzsGBzPDADbNihjs93fvGiUgoq+1H/ufH/bwCdrRKrziyqwAAAAAASUVORK5CYII=);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-it {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA40lEQVQoz4WRTUoDYRBE38i38wQjBCSQc2TlLbLyDm7MKbxK7pETZGsuIBGGr6urXYyMv+ij6N7Ug4YeeIIJAIM435/9lZvNxrCkcWF/twdsuzyOYxVQtazdriJKqojL4dBoQD2/ntOZmR+9hdOpeq+IYbUyNIxd6ZRTGd/bVdX7LBBhaECSKsmSVT/5JAANIWdkKP8TJM9CWrK6u/IvYYgwXCGiomdXKrL/LkQglaT3k1KRMed3QYGSTKAxEdZ4PUaGlAAwDAML6zWZcwwDD/ACggkmjo9HSbbnCdxut/OPZ94ALlZ3hEs9N88AAAAASUVORK5CYII=);
}
.LanguagePicker > div.dropdown .inner ul li .flag.flag-pt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABXklEQVQoz22RMWuTYRSFz/fmbVIrpUI62CGCgyLipP4Dndw6unTrIJ2cM3YpiL9A3ARnCwr+AUH0D+igS52iaYmJ6XfPufc6JKFLDw+XM9yHO9wGT4Eplgmgwt8t66VUTDDcHwKIiMjwxnHT4WqkjlTIlHI1p8fHFQVAnpz+2uj4/b7f61O7rhG7b5mnTGPS0izJZjAIoAKISA9//tC3WnXfOOfMx5zuceOFJS2NCwFkAAUBT5d0NuP6e3UPDifPjuzLdtOjYNla2goSQIFB7nRWcD6ztlw5u367LWtRWq5ZkheCFECFwUMKfR3ZrUd+59Vw++qN+e43S+uPLduVQzZkABUCneb28Yf6dzl5cnLtz8/ud3Y+WZldbENKSYsLCtH5W3z5mb1N+/Da1GMZW5JLQYQc7gAq/oHSztYORbkriQErmZsCCQkS3BcE0OABMAbOAQPOgYLR38t/vMh/jtdGdkPAeiYAAAAASUVORK5CYII=);
}
.LanguagePicker > div.dropdown .inner ul li:hover {
  color: #000000;
  background-color: #e9ede3;
}
.LanguagePicker .caret {
  margin-left: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-color: #fff;
}

/* Colors */
/* Loader */
.one-bar,
.bix-bar {
  height: 45px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
}
.one-bar--applications,
.bix-bar--applications,
.one-bar--controls,
.bix-bar--controls {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item,
.one-bar--controls--item,
.bix-bar--controls--item {
  display: inline-block;
  zoom: 1;
  /* IE7 hack */
  *display: inline;
  /* IE7 hack */
  line-height: 17px;
  max-height: 45px;
}
.one-bar--controls,
.bix-bar--controls {
  right: 0;
}
.one-bar--controls--item,
.bix-bar--controls--item {
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
.one-bar--controls--item:first-child,
.bix-bar--controls--item:first-child {
  border-left: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item {
  float: left;
  padding: 0;
}
.one-bar--applications--item--link,
.bix-bar--applications--item--link {
  display: inline-block;
  font-size: 13px;
  padding: 14px 26px;
}
.one-bar--logo,
.bix-bar--logo {
  display: inline-block;
  height: 100%;
}
.one-bar--logo--link,
.bix-bar--logo--link {
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.one-bar--locale-selector .flags,
.bix-bar--locale-selector .flags {
  position: absolute;
  right: 10px;
  height: 11px;
  margin-top: 3px;
  width: 16px;
}
.one-bar--locale-selector .flags-en_us,
.bix-bar--locale-selector .flags-en_us {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABs0lEQVQoz01R30tUURCes7lQEIE+WD7Y0ot/g1ZqGivVUw+BrhCIN+lBQ5BoH4QSNf8AEVwKWoKtHnwRcregUFl8ECwF5cIiLOWi2FIsq7vde+75Nc5d8eLwMfMNw3xnZg6znq5BYMaAUQACAMm/iXxH5/+/v38oNzVQjVHD2/m2VBZjnebjSqi/Hd9n2ePbKrlaN9ilEQHRIAXwSSaz4Dd0xlo/ZY02QBAKNfqEK/wJ41Aqw/ERVCvgOKz/fu7HGjWsdPS2993SPa9ZJi6j03XpF86d6Us2g9JLYc6svn7Udedte4tZQ9mO2M3kMr3gaysJHqINnnI21OEcCUO1ipyDEKHBh+v2JrOsr4nE3e5XZinOo1MX0/HjazPi95hpHtkuJdtO5WkH8uWrjXl/B+tLa1/03TdNwkbCDha1l4M9DQWtrsz42p5HIBIa7v2cz7FCId/UdF1KGSidJwF3XfdGGOYWU0xPPmP3HmF6GYtFKJdpYh+cI00vBAZEygvPBz7s/2K7uzuRSEslHL4seHD186aU5LwBYF9r0zA7wQ6ePKDjBB8JZ4QDVACcGmQtPa2eAMU6TEgictgDAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-en_gb,
.bix-bar--locale-selector .flags-en_gb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAB6ElEQVQoz2OYNHPfjqtvqqcfS2kGosOJjQdu3n27NrlxTUIdkOGZvc0jbYdtzIaoxp1zAvOr5x5lWLLi1P+Nq/79+3/74ZdFG27PX38HyP4/ped/XyuQMWnh5d65F06eePyvq+bf358TNl1gSGo5uOfku/9Ll/8/uPf///9t064Cyf+pmf8TEoF0Sd+lL4vWfO/uBrLnrbokaTIDpGHhhrt1E68+3Hf/T1P9fwiIifkfHgFi5Gb+f/Hiwp23jp7Li5qOCOpOZAA6FOQGNBAa+t/PD00MqOzMtZcMaxJr/0/u+J+S8j8+/n9k5P+QEJBSH59/rq6/7O1/Wlp+NzH5qqf3VVv7Z7Bbq7wVDhtsbf+YWUDMBeK/f//++fvn958/J6++YLCP29Qz53xU2o4rV9//f/vmZ3I8SJWRyW99Q7CGv0+dHPfP3CohPSskYT2DcDaDedi6xetBIfO5se5DV1dMyTEg+4+27i9NbaCrreyX/Pz//8usuS8SYpqmnmMQTGeYvPnyv39/v7dXHD1wu7DhYF7DYaAL/4Z4/A5y/vf3b3jattC41dsP3/r758frBN/soiUMVfMOTHFJds5cJKgzh0djMofqhPPXXrRKW7SIm5y+8pJBvJhBtIBBOFfEsK53z3VX0zwAPExoqi63l4YAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-da,
.bix-bar--locale-selector .flags-da {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABJ0lEQVQoz21SO04DUQyc93YLBIpEhZRiG27AQeAgtNDlVilziFwhAkFBBFKWBKR4bA/FW5BAjFxY/nvsMgKJCQmcR+R2u5vPE/gjDgDoEzhZLAAgE5mllDqbnd3f5cen3EXCXaTck3xZLnsAgPLpGRGKkKSI2DzkYS9SRtFklmQdhmwdkJqiSQCSkpYtlCZjmokspE0JEXKXO+iSVKv2exhBk5lImIEUmUCJiFKKJEmtvDLVlN8otY67XY8fHwSh5ek/FCkz+23XzW5vY7ORu8xOVyuN4+H6JvfvbZ62gNz7y8un9boH0OgTCXJqZkccj5PRTE54IGJiSfQ6n4uUBwB0XR0GHA6l0e9eIxCREQDKM+Dfh3Tg4u3NHx9fr65+jO0P2pkr8AUGrln15CPgFgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-de,
.bix-bar--locale-selector .flags-de {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABM0lEQVQoz3WRPU7EQAyFnZ+VqBCIhoJtKUFiqShBdCtByT224BZcBCmXoIGWoyCh8dhjm+dkBRWO8+I474sVp9tu78gKudMwSnPRFq5ETv/EqFp2u2dUPodZM1u07UO12XxRnabXse97uN8/PvPB3BZEzeM3mBnnw+NtTlgTHbmvZ3cTSaJWJChllsoAtDD406YJPGndmG1UQyQWrRXpXL3yXHCU6sIrbSOAUAkzgk804BDxPTC7kaUsfDoTwBhrfy9GwQz3HoNbqsGNvqnllm6IziMGD3NXpC1F5HqhZBpQh153/IYJFxRnHsdwZQYUA3PDbVkzevMtxUnn9zSSUODzV1c9SZcAtFFoZA1tESBaTpHWf1M3vVweGDmwgWrJPxyH1DM5FjGQSRarnpyJBvoS+gE4IIdhmLKj2wAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-sv,
.bix-bar--locale-selector .flags-sv {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABTElEQVQoz02RP2rUcRTE57v+NEVEQVEIEgRzAEsrKwuxEe9gERC2Mm4jKBaWNtp6hTSCpUUO4BkCIZ2KqLBs3ps/FmZNhscwxXxeMwMP3mAtvXoNA8aFxQuUUYUiVnUWuiYAL+ePANgZO0tYgeZ7j6lQptwS5bZb+jT/MAEAcvxzKQcnR0kjOvz2p+WmWiqq5G5tX98EaoJtQw5PLv5rxzWN1ZKzkpsqqqi2WgZq6ADjzgJ1lBBh3HEnHXdccZ2G9Ni4/fvLwQQCUdLxGkidYmftihumiQlGwphJweeBc56Ke7hNDNx9/mzx5PD7L8qfH75LOq57+3tNltyrWdEtk9q5eeXr2/cTVqTVUtPrZ1VkUS0XqiEOc2bONoDjCVVNb13dbAqXbiEN9/a1y5SbpkVHsmTZgAe2nv4f8sfHfRAmbuzeBwjU+gwQMIC/3Ll5iEbYURQAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-nb,
.bix-bar--locale-selector .flags-nb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABVElEQVQoz3VRPUsDQRDdvT0bC8kRLRITEW0sxNJG8E/YWYhgJ1ooduIvUPAH2FjYCiG/QgioCLEzRlDRIiwEG3fnw5m9BCx0WN7uDe/NvZmxL2YUc8yTmw9fV8t958gYSsnyAb8wl2xxcizIzGfbdWtt9fCAEQwA64kcFUkwxqdWO0+FmF7f5Pr0IDLo94VhopCELSdQCByiazZHfzAoLNSb1AhD0KpBqcoWTVDMYhRXeQNRbJSWQJTMlesW/xVCWxoOrdu4O9+Z/fARKXkmEpl8KIIgRdS8ZOrFxMVexyJiWZ4NH12+n27V+J/Issx7n/ecm97fhd5zpdWOydJgfY2Cdmy03ThqI0K+uNDt3ObSJqeRCVVtMdN3yQiaVKU+SIwAatMqAMhq6mRmSofmGs0MdfAmjd8BKBuRknnbHa9w3vti5WZwv/pYrcJ4x+WCzRglfgD0nlqSGDQqbgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-nl,
.bix-bar--locale-selector .flags-nl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA/UlEQVQoz32OzSqFYRSF16tPUueMJAnhElyByzKQCzAyNXQN5u7lJDE4RUeU3r1+DD4OCqvd6mm39mq34Ev+yb9OC4DTcwCxYUEKDTEUyBRDpWr0l+urAQDA3D1AgpwiVCmmmKp0pnp6pXrb2zEwYPMou/tYm0AOCSlUyJAfMB6T2No00BaLxXQ6BZAEQZC/1FqbzWaD7TGdZAm/Cq2RHLwM/d+ftARAw+HFydnx7fy1aMqdKrmo4tJNuqSDrcnN+eWA++en1z5fvBVdcqd7qahOL5007cn6KvA4oLvk7Y31sYlyyaWx1aToSJYtjS/hFOhAB/gN+G1DwJ++8g7ZJGpzgprw5QAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-fr,
.bix-bar--locale-selector .flags-fr {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABOElEQVQYGW3BPYpUQRgF0FvVz2AEJ1GQ1swFCG7AyFhwIyYmxiKGJjKx7mm2IGZGTjdVX90fnw2Cgee0dze3+Mv029fXkuackki21p69euE7cIKAgQ3Am5dPAMSxczw+SAIgie0k9z5+DperstbP9x827IJf5yXF9ul0yoXt1pqk6x/fXTM18fARgQ4jjhTZVHrvSVprvfck3tXwnF4zVQY20rIlS6GVpPce77ID4DlT07VaVQFbFe1IXraYw+HgHbB12G3nObPKVY00sBVNZcmUSecfkrKrqarU6lUFbKMom/SSueSLJJJ8oarU9FrgMrCNQdKLJrXo/5gzXF6rUQS2cxXp+1cHEWRvrfXecdEuDo+PJpsYLQPb+cxP327HqPPg3ainV8eqWmOUVFVjjOdfvhogYPzxG+6te2aLGUjlAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-es,
.bix-bar--locale-selector .flags-es {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABH0lEQVQoz32RrU5cURSFv3PntghCJQkCBUgQ9RieAVmN6CtMJsFjeBZsVVUtg2dUK5owyYTOlLln/yzEvRM6CenOypcl9l5i7SLeJrf9uyoCxmNAmWQSIQ/C5Y67zPQPl3d3LQDSz19EECGznoOqyapqlVk5PExoCVQEAfF3kS8L7e3X0Y5LJlWpDiaNYvlMkwABvlx53MJNu3q6WHd1s70RVRjQABCSje6/+G8vXycfHo+6edmKH248kwaQXPL27OTPSXI9GZ1+bvVR6qS6YZUqskyaTPqYH48Pu+d1fdl9n35bf1ptsgeCS+5O6WB0dZWzGUMtQycDe+OGRzk+nk+nbUJjzsGBzPDADbNihjs93fvGiUgoq+1H/ufH/bwCdrRKrziyqwAAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-it,
.bix-bar--locale-selector .flags-it {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA40lEQVQoz4WRTUoDYRBE38i38wQjBCSQc2TlLbLyDm7MKbxK7pETZGsuIBGGr6urXYyMv+ij6N7Ug4YeeIIJAIM435/9lZvNxrCkcWF/twdsuzyOYxVQtazdriJKqojL4dBoQD2/ntOZmR+9hdOpeq+IYbUyNIxd6ZRTGd/bVdX7LBBhaECSKsmSVT/5JAANIWdkKP8TJM9CWrK6u/IvYYgwXCGiomdXKrL/LkQglaT3k1KRMed3QYGSTKAxEdZ4PUaGlAAwDAML6zWZcwwDD/ACggkmjo9HSbbnCdxut/OPZ94ALlZ3hEs9N88AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt,
.bix-bar--locale-selector .flags-pt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABXklEQVQoz22RMWuTYRSFz/fmbVIrpUI62CGCgyLipP4Dndw6unTrIJ2cM3YpiL9A3ARnCwr+AUH0D+igS52iaYmJ6XfPufc6JKFLDw+XM9yHO9wGT4Eplgmgwt8t66VUTDDcHwKIiMjwxnHT4WqkjlTIlHI1p8fHFQVAnpz+2uj4/b7f61O7rhG7b5mnTGPS0izJZjAIoAKISA9//tC3WnXfOOfMx5zuceOFJS2NCwFkAAUBT5d0NuP6e3UPDifPjuzLdtOjYNla2goSQIFB7nRWcD6ztlw5u367LWtRWq5ZkheCFECFwUMKfR3ZrUd+59Vw++qN+e43S+uPLduVQzZkABUCneb28Yf6dzl5cnLtz8/ud3Y+WZldbENKSYsLCtH5W3z5mb1N+/Da1GMZW5JLQYQc7gAq/oHSztYORbkriQErmZsCCQkS3BcE0OABMAbOAQPOgYLR38t/vMh/jtdGdkPAeiYAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt_br,
.bix-bar--locale-selector .flags-pt_br {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABrUlEQVQoz02RO2iTYRSG3/75Qq0oIYMS24JDFcFbBkcVlAoi4uAloMRJUSGTQ10KCkWx4KK03kAcxMvQCirWwUXNpi62OAgOUhW8ECxNm1/id95zjkOU5OFweOHlcIanC8fRxgD+3xGIHaE1TQQAI+URB9zNzNRVTbet/x3AqXcJjWpKihhFZeLsRADg8G8L37XVGe8cTN173GWw8Gvv3UykUCVq7M/1//vg7mqkcc+mtNSrw8Nj01YQ+kDzx9OLhx58levVDFWEgogEBho1SW/tT0sDnP5QOlIp3Bz6UynVZ7pXnrkwdHhNrB6rR4qYoIkERG+ueXufJC4Oufx88PQNv/oky7jk/AnPbyy6R/f45tR8sa+BFAkiZueSk8/oiO5xS/6t0Gc++ehkmK95cfnr1sGue/HVe0EOCQiScwvJgfth6nOsHB1du5jWfrosevVRY/f2c49n44ax7JdaNrs0izoCIugUFVEZf5m51JO+uLLDpc9FvPvj5vEgFqhCJY0AAiKELCxbRRUxIVeUJ6W8tZEJdu3hutV5qilVaWJqALqws22x02jbtKKTv/JDL0Hida6XAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-pl,
.bix-bar--locale-selector .flags-pl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAuklEQVQoz42NMW5CQQxEn2FresSduQM3g+b3oKTZ8XpSbPLFD0TKaGzZ8hs5fL/zo1qrqqDeqQEcDoDtAMAGHPYedt7oY1ka35CfB79TRFRm+yc9T1XVCmKljf/kDVAVA+J89rI4k0yvlqx0ypIlZ8bpdL9cGuDbzder1dHkurvcu7Xp8XgUtIKQ3DuZG2hLz+c5A/tMS6zQayxFDsZgBnZKjkdL5CCFFBKZzJ7JGNMF8Qn1ZLbrrxPwBcJ/XXkkxgfJAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-fi,
.bix-bar--locale-selector .flags-fi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABN0lEQVQoz22RvWqUYRCFz3x+ooQVFAIKCRaSIlYKtpZeR65C0moj8UpSCNYWBsRKOysF0ZA0ESQBQ7JF8r5nnkmxy+KKD1PNz4EzJ46OzzVnWHv2WQ1Nhq+7j1duykjMMQCnZ9NxkO6tTiRV1avtTYpMbT64XVWz5t98+9lGpNlA0q+TS6NM6n9ERDMjKJmL9VSCXQlVS/IqFNFM6MnHnecbRyctk9bLWT0paC67etI6Ni1ZX73x5uX7URdu5rKTWU66y4lNz+qmGXda0ns1I12MwlVVFNBdNs0AmZUJSQIJFCARPw7+3F+/BVRp6/V+N928fbHBsnNJEfHpy+E4jFwLRUih2XY3VSX9U5IEbRQsXn73znUntiJCS8TiJr7v/14E+ejhntSk4d2Hp5MVGWS8SBudTadX03Ro9xt6CF0AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-cs,
.bix-bar--locale-selector .flags-cs {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABNklEQVQoz3VRPUvEQBCdxOVATyHCieBHYUptBLGNVhaCYHG9vcX9Ef+IcCKm8g9ce8kJovgHJBaiwhXu7syss5tLOIR7LC+T3ffmYzeCq/HNZe/6rAcBzFzzfNACmdU6Tztru28VHe6t1h7nArWfOVRVFQu6DoeT6ej1p1a0sn/p64JKAmK3Qjp/ZmLO9hO3ADMDSl+SzLku6fsnQuLTg2SRARGVwTANOSK3TPp2TJuPw3SjI/+MKAwUzoiiJIHBQCpIUr8pHkt8MbnbKR60sc4Ysp6dtRxYpem31opQWvdSMWRlnhX5TGQtGAPBIyzd+AWgwPgSXl3kJ6VX1/lam99BMfiuMBi8+vx9dPxZwta2nMWST6QygLWRMOJSM0ao8Isv/aM+fH3IrYXlb6OJsX7+JogB/gAzGXkTyGBGPQAAAABJRU5ErkJggg==);
}
.one-bar {
  background: #77a240;
  color: white;
}
.one-bar--logo {
  width: 110px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/logo-text.372fd95a.svg);
  background-position: 20px center;
}
.one-bar--bix-logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bix-logo-white.e92de8f4.png);
  background-position: 20px 6px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 77px;
}
.one-bar--user {
  cursor: default;
}
.one-bar--user--avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/user-onebar.6326ea15.svg);
  height: 20px;
  width: 20px;
  padding-right: 8px;
  vertical-align: middle;
  display: inline-block;
}
.one-bar--applications--item--link[href],
.one-bar--controls--item--link[href] {
  color: white;
}
.one-bar--applications--item--link[href]:hover,
.one-bar--controls--item--link[href]:hover,
.one-bar--applications--item--link[href]:link,
.one-bar--controls--item--link[href]:link,
.one-bar--applications--item--link[href]:visited,
.one-bar--controls--item--link[href]:visited {
  color: white;
}
.one-bar--controls {
  margin: 14px 5px;
}
.one-bar--applications--item:hover {
  background-color: #62862D;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item:link,
.one-bar--applications--item:visited {
  background-color: none;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item.active {
  background-color: #62862D;
}
.bix-bar {
  font-size: 14px;
}
.bix-bar--logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bixlogo.2e7bd9a5.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 195px;
}
.bix-bar--applications--item--link,
.bix-bar--controls--item--link {
  color: #4E4E4E;
}
.bix-bar--applications--item--link:hover,
.bix-bar--controls--item--link:hover {
  color: #4E6680;
}
.bix-bar--controls--item {
  border-left: 0;
}
.bix-bar--controls--item:hover {
  text-decoration: underline;
  cursor: pointer;
}
moment-datepicker {
  width: 100%;
  display: inline-block;
  position: relative;
}
moment-datepicker .month-selector th {
  text-align: center;
}
moment-datepicker .month-selector .month-navigation {
  font-weight: bold;
  cursor: pointer;
}
moment-datepicker table {
  width: 100%;
}
moment-datepicker table thead .month-selector {
  height: 3em;
}
moment-datepicker table thead .month-selector .month-navigation {
  color: #9c9c9c;
}
moment-datepicker table thead .month-selector .month-navigation:first-child {
  text-align: left;
}
moment-datepicker table thead .month-selector .month-navigation:last-child {
  text-align: right;
}
moment-datepicker table thead .month-selector .icon-next-arrow,
moment-datepicker table thead .month-selector .icon-prev-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
}
moment-datepicker table thead .month-selector .icon-next-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4IDE4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBvbHlnb24gZmlsbD0iIzc5Nzk3OSIgcG9pbnRzPSIxMi41LDkgNi41LDMgNS41LDQgMTAuNSw5IDUuNSwxNCA2LjUsMTUgCSIvPgo8L2c+Cjwvc3ZnPg==);
}
moment-datepicker table thead .month-selector .icon-prev-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4IDE4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBvbHlnb24gZmlsbD0iIzc5Nzk3OSIgcG9pbnRzPSI1LjUsOSAxMS41LDE1IDEyLjUsMTQgNy41LDkgMTIuNSw0IDExLjUsMyAJIi8+CjwvZz4KPC9zdmc+);
}
moment-datepicker table th {
  text-align: center;
  font-weight: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
moment-datepicker table th.day-names {
  color: #9c9c9c;
}
moment-datepicker table td {
  text-align: center;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
moment-datepicker table td.inselection {
  background-color: #edebec;
  position: relative;
}
moment-datepicker table td.selected {
  background-color: #3b6dc7;
  color: #fff;
}
moment-datepicker table td.outofmonth {
  color: #c7c7c7;
}
moment-datepicker table td.outofbounds {
  color: #c7c7c7;
}
moment-datepicker table td.upperlimit,
moment-datepicker table td.lowerlimit {
  opacity: 0.5;
}
moment-datepicker table td.lowerselectablelimit {
  color: #ec8540;
}

dashboard-quickview {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
dashboard-quickview .value {
  color: #656364;
  font-size: 30px;
  line-height: 1;
}
dashboard-quickview .info .text {
  font-size: 12px;
  color: #C2C1C3;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (min-width: 992px) {
  dashboard-quickview .value {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
dashboard-quickview .quickview {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  dashboard-quickview .quickview {
    display: flex;
    flex-direction: row;
  }
  dashboard-quickview .quickview--left {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
  dashboard-quickview .quickview--right {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
}

app-icon {
  display: inline;
}
app-icon .app-icon {
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
}
app-icon .app-icon.clock {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/clock-outline.4d3fda1e.svg);
}
app-icon .app-icon.heart {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTUuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjJweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjIgMTkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyIDE5IiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHJva2U9IiNDMkMxQzMiPg0KCTxwYXRoIGlkPSJ0b3BDb2xvciIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzJDMUMzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xNS45NTcsMS40MTljLTEuNjU2LTAuMTc2LTQuMzk4LDAuODQtNC44NzMsMy40OTUNCgkJYy0wLjQ3OS0yLjY1NS0zLjIxNy0zLjY3MS00Ljg3Mi0zLjQ5NUM0LjE4NiwxLjYzNiwxLjUxNCwyLjUyOSwyLjE5MSw2LjY3OGMwLjY4LDQuMTQ4LDguOTI4LDExLjI1NSw4LjkyOCwxMS4yNTUNCgkJczguMTgtNy4xMDcsOC44NTctMTEuMjU1QzIwLjY1NSwyLjUyOSwxNy45ODEsMS42MzYsMTUuOTU3LDEuNDE5eiIvPg0KPC9zdmc+);
}
app-icon .app-icon.globe {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/globe-outline.e11b2838.svg);
}
app-icon .app-icon.mobile {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/mobile-outline.a3488ec5.svg);
}
app-icon .app-icon.trash {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMy41IiB5PSIzLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjExIiBzdHJva2U9IiMzQzNDM0MiLz4KPHJlY3QgeD0iNS41IiB5PSIxLjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjIiIHN0cm9rZT0iIzNDM0MzQyIvPgo8bGluZSB4MT0iMSIgeTE9IjMuNSIgeDI9IjE1IiB5Mj0iMy41IiBzdHJva2U9IiMzQzNDM0MiLz4KPHBhdGggZD0iTTYuNSA2TDYuNSAxMiIgc3Ryb2tlPSIjM0MzQzNDIi8+CjxwYXRoIGQ9Ik05LjUgNkw5LjUgMTIiIHN0cm9rZT0iIzNDM0MzQyIvPgo8L3N2Zz4K);
}
app-icon .app-icon.users {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/users-outline.af8988f4.svg);
}

device-split {
  display: block;
  margin-bottom: 20px;
}
device-split .deviceSplit {
  display: flex;
  flex-direction: row;
}
device-split .deviceSplit--left {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 15px;
}
device-split .deviceSplit--center {
  flex-grow: 10;
  flex-basis: 0;
}
device-split .deviceSplit--right {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 15px;
}
device-split .deviceSplit-mobile {
  display: none;
  justify-content: space-around;
}
device-split .deviceSplit-mobile--col {
  flex-grow: 1;
  flex-basis: 0;
}
device-split .deviceSplit-mobile--col:first-child {
  margin-right: 15px;
}
device-split .deviceSplit-mobile--col:last-child {
  margin-left: 15px;
}
device-split .deviceSplit-mobile .percentage {
  color: #666465;
  font-size: 28px;
  line-height: 80px;
}
device-split .deviceIcon {
  display: inline-block;
  margin-top: 15px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
device-split .deviceIcon.computer {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3MyA2MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNzMgNjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0MyQzFDMyIgZD0iTTcyLDBIMUMwLDAsMCwwLDAsMXY1MWMwLDEsMCwxLDEsMWgyNnY3aC00Yy0xLDAtMSwyLDAsMmgyN2MxLDAsMS0yLDAtMmgtNHYtN2gyNmMxLDAsMSwwLDEtMVYxDQoJQzczLDAsNzMsMCw3MiwweiBNNDQsNjBIMjl2LTdoMTVWNjB6IE03MSw1MUgyVjJoNjlWNTF6Ii8+DQo8L3N2Zz4NCg==);
}
device-split .deviceIcon.mobile {
  width: 26px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMiA2MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgNjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0ibm9uZSIgZD0iTTE5LDU3aC02Yy0wLjYsMC0xLDAuNC0xLDF2MWMwLDAuNiwwLjQsMSwxLDFoNmMwLjYsMCwxLTAuNCwxLTF2LTFDMjAsNTcuNCwxOS42LDU3LDE5LDU3eiIvPg0KCTxwYXRoIGZpbGw9IiNDMkMxQzMiIGQ9Ik0xLDBDMCwwLDAsMCwwLDFjMCwwLjIsMCw1OS44LDAsNjBjMCwxLDAsMSwxLDFjMCwwLDI5LjgsMCwzMCwwYzEsMCwxLDAsMS0xYzAtMC41LDAtNjEsMC02MGMwLDAsMC0xLTEtMQ0KCQlIMXogTTIwLDU5YzAsMC42LTAuNCwxLTEsMWgtNmMtMC42LDAtMS0wLjQtMS0xdi0xYzAtMC42LDAuNC0xLDEtMWg2YzAuNiwwLDEsMC40LDEsMVY1OXogTTMwLDU1SDJWMmgyOFY1NXoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
device-split .bar {
  height: 80px;
  color: #666465;
  font-size: 28px;
  clear: both;
}
device-split .bar.desktopIsZero {
  padding-left: 15px;
}
device-split .bar.mobileIsZero {
  padding-right: 5px;
}
device-split .bar .value {
  position: absolute;
  text-align: center;
  left: 50%;
  line-height: 80px;
  width: 100px;
  margin-left: -50px;
  z-index: 1;
}
device-split .bar .mobile .value.isZero {
  margin-left: -25px;
}
device-split .bar .desktop .value.isZero {
  margin-left: -74px;
}
device-split .bar .share {
  position: relative;
  transition: width 1s;
}
device-split .bar .share.desktop {
  float: left;
  height: 100%;
  background-color: #d7ebea;
}
device-split .bar .share.mobile {
  float: left;
  height: 100%;
  background-color: #b3dddb;
}
@media (max-width: 767px) {
  device-split .deviceSplit {
    display: none;
  }
  device-split .deviceSplit-mobile {
    display: flex;
  }
}
@media (max-width: 1199px) {
  device-split .deviceSplit--left {
    flex-grow: 2;
  }
  device-split .deviceSplit--right {
    flex-grow: 2;
  }
}

location-quickview {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
location-quickview .value {
  color: #656364;
  font-size: 30px;
  line-height: 1;
}
location-quickview .info .text {
  font-size: 12px;
  color: #C2C1C3;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (min-width: 992px) {
  location-quickview .value {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
location-quickview .quickview {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  location-quickview .quickview {
    display: flex;
    flex-direction: row;
  }
  location-quickview .quickview--left {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
  location-quickview .quickview--right {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
}

nav app-menu {
  margin: 0;
  padding: 0;
}
nav app-menu ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  border-top: 1px solid #E5E5E5;
}
nav app-menu ul.nav li {
  border-bottom: 1px solid #E5E5E5;
}
nav app-menu ul.nav li > div {
  position: relative;
  display: block;
}
nav app-menu ul.nav li > div a {
  display: inline-block;
  width: 100%;
  padding: 32px 15px;
  text-decoration: none;
  color: #000;
}
@media (max-width: 991px) {
  nav app-menu ul.nav li > div a {
    padding: 15px 15px;
  }
}
nav app-menu ul.nav li.active > div {
  background-color: #fff;
  margin-right: -1px;
  z-index: 19;
}
nav app-menu ul.nav li.dashboard > div {
  border-left: 8px solid #96b073;
}
nav app-menu ul.nav li.traffic > div {
  border-left: 8px solid #8dd2e2;
}
nav app-menu ul.nav li.location > div {
  border-left: 8px solid #b4d8d6;
}
nav app-menu ul.nav li.referral_search > div {
  border-left: 8px solid #dcdfcc;
}
nav app-menu ul.nav li.technology > div {
  border-left: 8px solid #ef9f6a;
}
nav app-menu ul.nav li.domain-selector > div {
  padding: 13px 15px;
}
@media (max-width: 1199px) {
  nav app-menu ul.nav li.domain-selector > div {
    padding: 11px 15px;
  }
}
nav app-menu ul.nav li.domain-selector > div > .domain-name {
  color: #333;
  font-weight: 600;
}
nav app-menu ul.nav li.domain-selector > div > .last-fetched {
  font-size: 0.8em;
  color: #b0b0b0;
}
nav app-menu ul.nav li.locale-switcher > div .LanguagePicker {
  display: block;
}
nav app-menu ul.nav li.locale-switcher > div .LanguagePicker .caret {
  border-top-color: black;
  float: right;
  margin-top: 10px;
}
nav app-menu ul.nav li.locale-switcher > div .LanguagePicker .dropdown {
  position: static;
}
nav app-menu ul.nav li.locale-switcher > div .LanguagePicker .dropdown .inner {
  border: 0;
  background-color: inherit;
}
nav app-menu ul.nav li.locale-switcher > div .LanguagePicker .dropdown .inner .dropdown-item {
  padding: 6px 15px;
  border: 0;
  border-top: 1px solid #E5E5E5;
}
nav app-menu ul.nav li.locale-switcher > div .current-locale {
  padding: 32px 15px;
}
@media (max-width: 991px) {
  nav app-menu ul.nav li.locale-switcher > div .current-locale {
    padding: 15px 15px;
  }
}
nav app-menu ul.nav ul.nav-bottom {
  position: static;
  margin-top: -1px;
}
@media (min-width: 992px) {
  nav .domain-selector {
    display: none;
  }
}
@media (min-width: 1200px) {
  nav .nav-bottom {
    display: none;
  }
}

top-browsers {
  margin-bottom: 20px;
  /* To prevent issues with the table containers shifting heights when data
     * is swapped out, we apply a min-height to it. That min-height is based on
     * 10 rows in the table, and will force it to stay at that height, even if
     * there is less content.
     *
     * It might be a little bit weird but in some cases but it is preferable to
     * the alternative, as that is that the scroll position will jump around
     * even on pages with full content.
     *
     * Reported by QA: https://app.asana.com/0/19242475620627/754416776452170/f
     */
  display: block;
  min-height: 463px;
}
@media (min-width: 992px) {
  top-browsers {
    min-height: 397px;
  }
}
@media (min-width: 1200px) {
  top-browsers {
    min-height: 317px;
  }
}
top-browsers .topBrowsers {
  display: flex;
}
top-browsers .topBrowsers--left {
  flex-basis: 0;
  flex-grow: 1;
}
top-browsers .topBrowsers--right {
  flex-basis: 0;
  flex-grow: 1;
}
top-browsers table {
  width: 100%;
  table-layout: fixed;
  color: #9c9c9c;
  font-size: 11px;
}
top-browsers table th {
  padding: 4px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
top-browsers table th.rank,
top-browsers table td.rank,
top-browsers table col.rank {
  width: 10%;
}
top-browsers table th.word,
top-browsers table td.word,
top-browsers table col.word {
  width: 60%;
}
top-browsers table th.count,
top-browsers table td.count,
top-browsers table col.count {
  text-align: right;
  width: 10%;
}
top-browsers table th.percentage,
top-browsers table td.percentage,
top-browsers table col.percentage {
  width: 20%;
  text-align: right;
}
top-browsers table td {
  padding: 10px 4px;
}
top-browsers table td.percentage {
  white-space: nowrap;
}
top-browsers table tr:nth-child(odd) td {
  background-color: #f3fbfd;
}
@media (min-width: 768px) {
  top-browsers table {
    table-layout: initial;
  }
  top-browsers table th.rank,
  top-browsers table td.rank,
  top-browsers table col.rank {
    width: 5%;
  }
  top-browsers table th.count,
  top-browsers table td.count,
  top-browsers table col.count {
    width: 15%;
  }
  top-browsers table th,
  top-browsers table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  top-browsers table td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  top-browsers table td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
top-browsers table th.word,
top-browsers table td.word {
  width: 30%;
}
top-browsers table th.type,
top-browsers table td.type {
  width: 30%;
}
@media (max-width: 767px) {
  top-browsers .topBrowsers--right {
    display: none;
  }
  top-browsers table th.word,
  top-browsers table td.word {
    width: 25%;
  }
  top-browsers table th.type,
  top-browsers table td.type {
    width: 28%;
  }
  top-browsers table th.count,
  top-browsers table td.count {
    width: 17%;
  }
}

top-locations {
  margin-bottom: 20px;
  /* To prevent issues with the table containers shifting heights when data
     * is swapped out, we apply a min-height to it. That min-height is based on
     * 10 rows in the table, and will force it to stay at that height, even if
     * there is less content.
     *
     * It might be a little bit weird but in some cases but it is preferable to
     * the alternative, as that is that the scroll position will jump around
     * even on pages with full content.
     *
     * Reported by QA: https://app.asana.com/0/19242475620627/754416776452170/f
     */
  display: block;
  min-height: 463px;
}
@media (min-width: 992px) {
  top-locations {
    min-height: 397px;
  }
}
@media (min-width: 1200px) {
  top-locations {
    min-height: 317px;
  }
}
top-locations .topLocations {
  display: flex;
}
top-locations .topLocations--left {
  flex-basis: 0;
  flex-grow: 1;
}
top-locations .topLocations--right {
  flex-basis: 0;
  flex-grow: 1;
}
top-locations table {
  width: 100%;
  table-layout: fixed;
  color: #9c9c9c;
  font-size: 11px;
}
top-locations table th {
  padding: 4px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
top-locations table th.rank,
top-locations table td.rank,
top-locations table col.rank {
  width: 10%;
}
top-locations table th.word,
top-locations table td.word,
top-locations table col.word {
  width: 60%;
}
top-locations table th.count,
top-locations table td.count,
top-locations table col.count {
  text-align: right;
  width: 10%;
}
top-locations table th.percentage,
top-locations table td.percentage,
top-locations table col.percentage {
  width: 20%;
  text-align: right;
}
top-locations table td {
  padding: 10px 4px;
}
top-locations table td.percentage {
  white-space: nowrap;
}
top-locations table tr:nth-child(odd) td {
  background-color: #f3fbfd;
}
@media (min-width: 768px) {
  top-locations table {
    table-layout: initial;
  }
  top-locations table th.rank,
  top-locations table td.rank,
  top-locations table col.rank {
    width: 5%;
  }
  top-locations table th.count,
  top-locations table td.count,
  top-locations table col.count {
    width: 15%;
  }
  top-locations table th,
  top-locations table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  top-locations table td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  top-locations table td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  top-locations .topLocations--right {
    display: none;
  }
}

top-mobile-devices {
  margin-bottom: 20px;
  /* To prevent issues with the table containers shifting heights when data
     * is swapped out, we apply a min-height to it. That min-height is based on
     * 10 rows in the table, and will force it to stay at that height, even if
     * there is less content.
     *
     * It might be a little bit weird but in some cases but it is preferable to
     * the alternative, as that is that the scroll position will jump around
     * even on pages with full content.
     *
     * Reported by QA: https://app.asana.com/0/19242475620627/754416776452170/f
     */
  display: block;
  min-height: 463px;
}
@media (min-width: 992px) {
  top-mobile-devices {
    min-height: 397px;
  }
}
@media (min-width: 1200px) {
  top-mobile-devices {
    min-height: 317px;
  }
}
top-mobile-devices .topMobileDevices {
  display: flex;
}
top-mobile-devices .topMobileDevices--left {
  flex-basis: 0;
  flex-grow: 1;
}
top-mobile-devices .topMobileDevices--right {
  flex-basis: 0;
  flex-grow: 1;
}
top-mobile-devices table {
  width: 100%;
  table-layout: fixed;
  color: #9c9c9c;
  font-size: 11px;
}
top-mobile-devices table th {
  padding: 4px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
top-mobile-devices table th.rank,
top-mobile-devices table td.rank,
top-mobile-devices table col.rank {
  width: 10%;
}
top-mobile-devices table th.word,
top-mobile-devices table td.word,
top-mobile-devices table col.word {
  width: 60%;
}
top-mobile-devices table th.count,
top-mobile-devices table td.count,
top-mobile-devices table col.count {
  text-align: right;
  width: 10%;
}
top-mobile-devices table th.percentage,
top-mobile-devices table td.percentage,
top-mobile-devices table col.percentage {
  width: 20%;
  text-align: right;
}
top-mobile-devices table td {
  padding: 10px 4px;
}
top-mobile-devices table td.percentage {
  white-space: nowrap;
}
top-mobile-devices table tr:nth-child(odd) td {
  background-color: #f3fbfd;
}
@media (min-width: 768px) {
  top-mobile-devices table {
    table-layout: initial;
  }
  top-mobile-devices table th.rank,
  top-mobile-devices table td.rank,
  top-mobile-devices table col.rank {
    width: 5%;
  }
  top-mobile-devices table th.count,
  top-mobile-devices table td.count,
  top-mobile-devices table col.count {
    width: 15%;
  }
  top-mobile-devices table th,
  top-mobile-devices table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  top-mobile-devices table td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  top-mobile-devices table td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  top-mobile-devices .topMobileDevices--right {
    display: none;
  }
  top-mobile-devices table th.word,
  top-mobile-devices table td.word {
    width: 30%;
  }
  top-mobile-devices table th.count,
  top-mobile-devices table td.count {
    width: 30%;
  }
  top-mobile-devices table th.percentage,
  top-mobile-devices table td.percentage {
    width: 30%;
  }
}

/* Colors */
/* Loader */
pagination .pagination-label {
  color: #9c9c9c;
  font-size: 13px;
  display: inline-block;
  vertical-align: 3px;
  margin: 0 8px;
  cursor: pointer;
}
pagination .navigation {
  height: 22px;
  width: 22px;
  padding: 0;
  line-height: initial;
  box-sizing: border-box;
  vertical-align: -1px;
  border: 0;
  background: transparent;
}
pagination .navigation:hover,
pagination .navigation:active,
pagination .navigation:focus {
  outline: 0;
}
pagination .navigation.hidden {
  display: none;
}
pagination .icon-next-arrow,
pagination .icon-prev-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
}
pagination .icon-next-arrow:hover,
pagination .icon-prev-arrow:hover {
  border: 1px #c2c0c0 solid;
  border-radius: 1px;
}
pagination .icon-next-arrow.disabled,
pagination .icon-prev-arrow.disabled {
  opacity: 0.3;
  border: 0;
}
pagination .icon-next-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4IDE4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBvbHlnb24gZmlsbD0iIzc5Nzk3OSIgcG9pbnRzPSIxMi41LDkgNi41LDMgNS41LDQgMTAuNSw5IDUuNSwxNCA2LjUsMTUgCSIvPgo8L2c+Cjwvc3ZnPg==);
}
pagination .icon-prev-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4IDE4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBvbHlnb24gZmlsbD0iIzc5Nzk3OSIgcG9pbnRzPSI1LjUsOSAxMS41LDE1IDEyLjUsMTQgNy41LDkgMTIuNSw0IDExLjUsMyAJIi8+CjwvZz4KPC9zdmc+);
}
pagination .caret {
  display: none;
}
@media (min-width: 1200px) {
  pagination .pagination-label {
    margin-right: 16px;
  }
  pagination .caret {
    margin-right: -8px;
    display: inline-block;
  }
}
@keyframes dropdownTemplateOpen {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
}
@keyframes dropdownTemplateClosed {
  to {
    opacity: 0;
    transform: translateY(-5px);
  }
}
.pagination-dropdown {
  color: #535353;
  font-size: 12px;
  z-index: 9999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}
.pagination-dropdown.open {
  animation-name: dropdownTemplateOpen;
  animation-duration: 100ms;
}
.pagination-dropdown.closed {
  animation-name: dropdownTemplateClosed;
  animation-duration: 100ms;
}
.pagination-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 7px 0;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pagination-dropdown ul li {
  padding: 3px 15px;
  cursor: pointer;
}
.pagination-dropdown ul li:hover {
  color: #000000;
  background-color: #e9ede3;
}
@media (min-width: 1200px) {
  .pagination-dropdown {
    display: block;
  }
}

top-pages {
  margin-bottom: 20px;
  /* To prevent issues with the table containers shifting heights when data
     * is swapped out, we apply a min-height to it. That min-height is based on
     * 10 rows in the table, and will force it to stay at that height, even if
     * there is less content.
     *
     * It might be a little bit weird but in some cases but it is preferable to
     * the alternative, as that is that the scroll position will jump around
     * even on pages with full content.
     *
     * Reported by QA: https://app.asana.com/0/19242475620627/754416776452170/f
     */
  display: block;
  min-height: 463px;
}
@media (min-width: 992px) {
  top-pages {
    min-height: 397px;
  }
}
@media (min-width: 1200px) {
  top-pages {
    min-height: 317px;
  }
}
top-pages .topPages {
  display: flex;
}
top-pages .topPages--left {
  flex-basis: 0;
  flex-grow: 1;
}
top-pages .topPages--right {
  flex-basis: 0;
  flex-grow: 1;
}
top-pages table {
  width: 100%;
  table-layout: fixed;
  color: #9c9c9c;
  font-size: 11px;
}
top-pages table th {
  padding: 4px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
top-pages table th.rank,
top-pages table td.rank,
top-pages table col.rank {
  width: 10%;
}
top-pages table th.word,
top-pages table td.word,
top-pages table col.word {
  width: 60%;
}
top-pages table th.count,
top-pages table td.count,
top-pages table col.count {
  text-align: right;
  width: 10%;
}
top-pages table th.percentage,
top-pages table td.percentage,
top-pages table col.percentage {
  width: 20%;
  text-align: right;
}
top-pages table td {
  padding: 10px 4px;
}
top-pages table td.percentage {
  white-space: nowrap;
}
top-pages table tr:nth-child(odd) td {
  background-color: #f3fbfd;
}
@media (min-width: 768px) {
  top-pages table {
    table-layout: initial;
  }
  top-pages table th.rank,
  top-pages table td.rank,
  top-pages table col.rank {
    width: 5%;
  }
  top-pages table th.count,
  top-pages table td.count,
  top-pages table col.count {
    width: 15%;
  }
  top-pages table th,
  top-pages table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  top-pages table td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  top-pages table td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
top-pages table col.word,
top-pages table td.word,
top-pages table th.word {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 1px;
}
@media (max-width: 767px) {
  top-pages .topPages--right {
    display: none;
  }
  top-pages table col.word,
  top-pages table td.word {
    width: 50%;
  }
  top-pages table col.percentage,
  top-pages table td.percentage {
    width: 30%;
  }
}

technology-quickview {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
technology-quickview .value {
  color: #656364;
  font-size: 30px;
  line-height: 1;
}
technology-quickview .info .text {
  font-size: 12px;
  color: #C2C1C3;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (min-width: 992px) {
  technology-quickview .value {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
technology-quickview .quickview {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  technology-quickview .quickview {
    display: flex;
    flex-direction: row;
  }
  technology-quickview .quickview--left {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
  technology-quickview .quickview--right {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
}

/* Colors */
/* Loader */
.one-bar,
.bix-bar {
  height: 45px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
}
.one-bar--applications,
.bix-bar--applications,
.one-bar--controls,
.bix-bar--controls {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item,
.one-bar--controls--item,
.bix-bar--controls--item {
  display: inline-block;
  zoom: 1;
  /* IE7 hack */
  *display: inline;
  /* IE7 hack */
  line-height: 17px;
  max-height: 45px;
}
.one-bar--controls,
.bix-bar--controls {
  right: 0;
}
.one-bar--controls--item,
.bix-bar--controls--item {
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
.one-bar--controls--item:first-child,
.bix-bar--controls--item:first-child {
  border-left: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item {
  float: left;
  padding: 0;
}
.one-bar--applications--item--link,
.bix-bar--applications--item--link {
  display: inline-block;
  font-size: 13px;
  padding: 14px 26px;
}
.one-bar--logo,
.bix-bar--logo {
  display: inline-block;
  height: 100%;
}
.one-bar--logo--link,
.bix-bar--logo--link {
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.one-bar--locale-selector .flags,
.bix-bar--locale-selector .flags {
  position: absolute;
  right: 10px;
  height: 11px;
  margin-top: 3px;
  width: 16px;
}
.one-bar--locale-selector .flags-en_us,
.bix-bar--locale-selector .flags-en_us {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABs0lEQVQoz01R30tUURCes7lQEIE+WD7Y0ot/g1ZqGivVUw+BrhCIN+lBQ5BoH4QSNf8AEVwKWoKtHnwRcregUFl8ECwF5cIiLOWi2FIsq7vde+75Nc5d8eLwMfMNw3xnZg6znq5BYMaAUQACAMm/iXxH5/+/v38oNzVQjVHD2/m2VBZjnebjSqi/Hd9n2ePbKrlaN9ilEQHRIAXwSSaz4Dd0xlo/ZY02QBAKNfqEK/wJ41Aqw/ERVCvgOKz/fu7HGjWsdPS2993SPa9ZJi6j03XpF86d6Us2g9JLYc6svn7Udedte4tZQ9mO2M3kMr3gaysJHqINnnI21OEcCUO1ipyDEKHBh+v2JrOsr4nE3e5XZinOo1MX0/HjazPi95hpHtkuJdtO5WkH8uWrjXl/B+tLa1/03TdNwkbCDha1l4M9DQWtrsz42p5HIBIa7v2cz7FCId/UdF1KGSidJwF3XfdGGOYWU0xPPmP3HmF6GYtFKJdpYh+cI00vBAZEygvPBz7s/2K7uzuRSEslHL4seHD186aU5LwBYF9r0zA7wQ6ePKDjBB8JZ4QDVACcGmQtPa2eAMU6TEgictgDAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-en_gb,
.bix-bar--locale-selector .flags-en_gb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAB6ElEQVQoz2OYNHPfjqtvqqcfS2kGosOJjQdu3n27NrlxTUIdkOGZvc0jbYdtzIaoxp1zAvOr5x5lWLLi1P+Nq/79+3/74ZdFG27PX38HyP4/ped/XyuQMWnh5d65F06eePyvq+bf358TNl1gSGo5uOfku/9Ll/8/uPf///9t064Cyf+pmf8TEoF0Sd+lL4vWfO/uBrLnrbokaTIDpGHhhrt1E68+3Hf/T1P9fwiIifkfHgFi5Gb+f/Hiwp23jp7Li5qOCOpOZAA6FOQGNBAa+t/PD00MqOzMtZcMaxJr/0/u+J+S8j8+/n9k5P+QEJBSH59/rq6/7O1/Wlp+NzH5qqf3VVv7Z7Bbq7wVDhtsbf+YWUDMBeK/f//++fvn958/J6++YLCP29Qz53xU2o4rV9//f/vmZ3I8SJWRyW99Q7CGv0+dHPfP3CohPSskYT2DcDaDedi6xetBIfO5se5DV1dMyTEg+4+27i9NbaCrreyX/Pz//8usuS8SYpqmnmMQTGeYvPnyv39/v7dXHD1wu7DhYF7DYaAL/4Z4/A5y/vf3b3jattC41dsP3/r758frBN/soiUMVfMOTHFJds5cJKgzh0djMofqhPPXXrRKW7SIm5y+8pJBvJhBtIBBOFfEsK53z3VX0zwAPExoqi63l4YAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-da,
.bix-bar--locale-selector .flags-da {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABJ0lEQVQoz21SO04DUQyc93YLBIpEhZRiG27AQeAgtNDlVilziFwhAkFBBFKWBKR4bA/FW5BAjFxY/nvsMgKJCQmcR+R2u5vPE/gjDgDoEzhZLAAgE5mllDqbnd3f5cen3EXCXaTck3xZLnsAgPLpGRGKkKSI2DzkYS9SRtFklmQdhmwdkJqiSQCSkpYtlCZjmokspE0JEXKXO+iSVKv2exhBk5lImIEUmUCJiFKKJEmtvDLVlN8otY67XY8fHwSh5ek/FCkz+23XzW5vY7ORu8xOVyuN4+H6JvfvbZ62gNz7y8un9boH0OgTCXJqZkccj5PRTE54IGJiSfQ6n4uUBwB0XR0GHA6l0e9eIxCREQDKM+Dfh3Tg4u3NHx9fr65+jO0P2pkr8AUGrln15CPgFgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-de,
.bix-bar--locale-selector .flags-de {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABM0lEQVQoz3WRPU7EQAyFnZ+VqBCIhoJtKUFiqShBdCtByT224BZcBCmXoIGWoyCh8dhjm+dkBRWO8+I474sVp9tu78gKudMwSnPRFq5ETv/EqFp2u2dUPodZM1u07UO12XxRnabXse97uN8/PvPB3BZEzeM3mBnnw+NtTlgTHbmvZ3cTSaJWJChllsoAtDD406YJPGndmG1UQyQWrRXpXL3yXHCU6sIrbSOAUAkzgk804BDxPTC7kaUsfDoTwBhrfy9GwQz3HoNbqsGNvqnllm6IziMGD3NXpC1F5HqhZBpQh153/IYJFxRnHsdwZQYUA3PDbVkzevMtxUnn9zSSUODzV1c9SZcAtFFoZA1tESBaTpHWf1M3vVweGDmwgWrJPxyH1DM5FjGQSRarnpyJBvoS+gE4IIdhmLKj2wAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-sv,
.bix-bar--locale-selector .flags-sv {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABTElEQVQoz02RP2rUcRTE57v+NEVEQVEIEgRzAEsrKwuxEe9gERC2Mm4jKBaWNtp6hTSCpUUO4BkCIZ2KqLBs3ps/FmZNhscwxXxeMwMP3mAtvXoNA8aFxQuUUYUiVnUWuiYAL+ePANgZO0tYgeZ7j6lQptwS5bZb+jT/MAEAcvxzKQcnR0kjOvz2p+WmWiqq5G5tX98EaoJtQw5PLv5rxzWN1ZKzkpsqqqi2WgZq6ADjzgJ1lBBh3HEnHXdccZ2G9Ni4/fvLwQQCUdLxGkidYmftihumiQlGwphJweeBc56Ke7hNDNx9/mzx5PD7L8qfH75LOq57+3tNltyrWdEtk9q5eeXr2/cTVqTVUtPrZ1VkUS0XqiEOc2bONoDjCVVNb13dbAqXbiEN9/a1y5SbpkVHsmTZgAe2nv4f8sfHfRAmbuzeBwjU+gwQMIC/3Ll5iEbYURQAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-nb,
.bix-bar--locale-selector .flags-nb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABVElEQVQoz3VRPUsDQRDdvT0bC8kRLRITEW0sxNJG8E/YWYhgJ1ooduIvUPAH2FjYCiG/QgioCLEzRlDRIiwEG3fnw5m9BCx0WN7uDe/NvZmxL2YUc8yTmw9fV8t958gYSsnyAb8wl2xxcizIzGfbdWtt9fCAEQwA64kcFUkwxqdWO0+FmF7f5Pr0IDLo94VhopCELSdQCByiazZHfzAoLNSb1AhD0KpBqcoWTVDMYhRXeQNRbJSWQJTMlesW/xVCWxoOrdu4O9+Z/fARKXkmEpl8KIIgRdS8ZOrFxMVexyJiWZ4NH12+n27V+J/Issx7n/ecm97fhd5zpdWOydJgfY2Cdmy03ThqI0K+uNDt3ObSJqeRCVVtMdN3yQiaVKU+SIwAatMqAMhq6mRmSofmGs0MdfAmjd8BKBuRknnbHa9w3vti5WZwv/pYrcJ4x+WCzRglfgD0nlqSGDQqbgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-nl,
.bix-bar--locale-selector .flags-nl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA/UlEQVQoz32OzSqFYRSF16tPUueMJAnhElyByzKQCzAyNXQN5u7lJDE4RUeU3r1+DD4OCqvd6mm39mq34Ev+yb9OC4DTcwCxYUEKDTEUyBRDpWr0l+urAQDA3D1AgpwiVCmmmKp0pnp6pXrb2zEwYPMou/tYm0AOCSlUyJAfMB6T2No00BaLxXQ6BZAEQZC/1FqbzWaD7TGdZAm/Cq2RHLwM/d+ftARAw+HFydnx7fy1aMqdKrmo4tJNuqSDrcnN+eWA++en1z5fvBVdcqd7qahOL5007cn6KvA4oLvk7Y31sYlyyaWx1aToSJYtjS/hFOhAB/gN+G1DwJ++8g7ZJGpzgprw5QAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-fr,
.bix-bar--locale-selector .flags-fr {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABOElEQVQYGW3BPYpUQRgF0FvVz2AEJ1GQ1swFCG7AyFhwIyYmxiKGJjKx7mm2IGZGTjdVX90fnw2Cgee0dze3+Mv029fXkuackki21p69euE7cIKAgQ3Am5dPAMSxczw+SAIgie0k9z5+DperstbP9x827IJf5yXF9ul0yoXt1pqk6x/fXTM18fARgQ4jjhTZVHrvSVprvfck3tXwnF4zVQY20rIlS6GVpPce77ID4DlT07VaVQFbFe1IXraYw+HgHbB12G3nObPKVY00sBVNZcmUSecfkrKrqarU6lUFbKMom/SSueSLJJJ8oarU9FrgMrCNQdKLJrXo/5gzXF6rUQS2cxXp+1cHEWRvrfXecdEuDo+PJpsYLQPb+cxP327HqPPg3ainV8eqWmOUVFVjjOdfvhogYPzxG+6te2aLGUjlAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-es,
.bix-bar--locale-selector .flags-es {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABH0lEQVQoz32RrU5cURSFv3PntghCJQkCBUgQ9RieAVmN6CtMJsFjeBZsVVUtg2dUK5owyYTOlLln/yzEvRM6CenOypcl9l5i7SLeJrf9uyoCxmNAmWQSIQ/C5Y67zPQPl3d3LQDSz19EECGznoOqyapqlVk5PExoCVQEAfF3kS8L7e3X0Y5LJlWpDiaNYvlMkwABvlx53MJNu3q6WHd1s70RVRjQABCSje6/+G8vXycfHo+6edmKH248kwaQXPL27OTPSXI9GZ1+bvVR6qS6YZUqskyaTPqYH48Pu+d1fdl9n35bf1ptsgeCS+5O6WB0dZWzGUMtQycDe+OGRzk+nk+nbUJjzsGBzPDADbNihjs93fvGiUgoq+1H/ufH/bwCdrRKrziyqwAAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-it,
.bix-bar--locale-selector .flags-it {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA40lEQVQoz4WRTUoDYRBE38i38wQjBCSQc2TlLbLyDm7MKbxK7pETZGsuIBGGr6urXYyMv+ij6N7Ug4YeeIIJAIM435/9lZvNxrCkcWF/twdsuzyOYxVQtazdriJKqojL4dBoQD2/ntOZmR+9hdOpeq+IYbUyNIxd6ZRTGd/bVdX7LBBhaECSKsmSVT/5JAANIWdkKP8TJM9CWrK6u/IvYYgwXCGiomdXKrL/LkQglaT3k1KRMed3QYGSTKAxEdZ4PUaGlAAwDAML6zWZcwwDD/ACggkmjo9HSbbnCdxut/OPZ94ALlZ3hEs9N88AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt,
.bix-bar--locale-selector .flags-pt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABXklEQVQoz22RMWuTYRSFz/fmbVIrpUI62CGCgyLipP4Dndw6unTrIJ2cM3YpiL9A3ARnCwr+AUH0D+igS52iaYmJ6XfPufc6JKFLDw+XM9yHO9wGT4Eplgmgwt8t66VUTDDcHwKIiMjwxnHT4WqkjlTIlHI1p8fHFQVAnpz+2uj4/b7f61O7rhG7b5mnTGPS0izJZjAIoAKISA9//tC3WnXfOOfMx5zuceOFJS2NCwFkAAUBT5d0NuP6e3UPDifPjuzLdtOjYNla2goSQIFB7nRWcD6ztlw5u367LWtRWq5ZkheCFECFwUMKfR3ZrUd+59Vw++qN+e43S+uPLduVQzZkABUCneb28Yf6dzl5cnLtz8/ud3Y+WZldbENKSYsLCtH5W3z5mb1N+/Da1GMZW5JLQYQc7gAq/oHSztYORbkriQErmZsCCQkS3BcE0OABMAbOAQPOgYLR38t/vMh/jtdGdkPAeiYAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt_br,
.bix-bar--locale-selector .flags-pt_br {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABrUlEQVQoz02RO2iTYRSG3/75Qq0oIYMS24JDFcFbBkcVlAoi4uAloMRJUSGTQ10KCkWx4KK03kAcxMvQCirWwUXNpi62OAgOUhW8ECxNm1/id95zjkOU5OFweOHlcIanC8fRxgD+3xGIHaE1TQQAI+URB9zNzNRVTbet/x3AqXcJjWpKihhFZeLsRADg8G8L37XVGe8cTN173GWw8Gvv3UykUCVq7M/1//vg7mqkcc+mtNSrw8Nj01YQ+kDzx9OLhx58levVDFWEgogEBho1SW/tT0sDnP5QOlIp3Bz6UynVZ7pXnrkwdHhNrB6rR4qYoIkERG+ueXufJC4Oufx88PQNv/oky7jk/AnPbyy6R/f45tR8sa+BFAkiZueSk8/oiO5xS/6t0Gc++ehkmK95cfnr1sGue/HVe0EOCQiScwvJgfth6nOsHB1du5jWfrosevVRY/f2c49n44ax7JdaNrs0izoCIugUFVEZf5m51JO+uLLDpc9FvPvj5vEgFqhCJY0AAiKELCxbRRUxIVeUJ6W8tZEJdu3hutV5qilVaWJqALqws22x02jbtKKTv/JDL0Hida6XAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-pl,
.bix-bar--locale-selector .flags-pl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAuklEQVQoz42NMW5CQQxEn2FresSduQM3g+b3oKTZ8XpSbPLFD0TKaGzZ8hs5fL/zo1qrqqDeqQEcDoDtAMAGHPYedt7oY1ka35CfB79TRFRm+yc9T1XVCmKljf/kDVAVA+J89rI4k0yvlqx0ypIlZ8bpdL9cGuDbzder1dHkurvcu7Xp8XgUtIKQ3DuZG2hLz+c5A/tMS6zQayxFDsZgBnZKjkdL5CCFFBKZzJ7JGNMF8Qn1ZLbrrxPwBcJ/XXkkxgfJAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-fi,
.bix-bar--locale-selector .flags-fi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABN0lEQVQoz22RvWqUYRCFz3x+ooQVFAIKCRaSIlYKtpZeR65C0moj8UpSCNYWBsRKOysF0ZA0ESQBQ7JF8r5nnkmxy+KKD1PNz4EzJ46OzzVnWHv2WQ1Nhq+7j1duykjMMQCnZ9NxkO6tTiRV1avtTYpMbT64XVWz5t98+9lGpNlA0q+TS6NM6n9ERDMjKJmL9VSCXQlVS/IqFNFM6MnHnecbRyctk9bLWT0paC67etI6Ni1ZX73x5uX7URdu5rKTWU66y4lNz+qmGXda0ns1I12MwlVVFNBdNs0AmZUJSQIJFCARPw7+3F+/BVRp6/V+N928fbHBsnNJEfHpy+E4jFwLRUih2XY3VSX9U5IEbRQsXn73znUntiJCS8TiJr7v/14E+ejhntSk4d2Hp5MVGWS8SBudTadX03Ro9xt6CF0AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-cs,
.bix-bar--locale-selector .flags-cs {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABNklEQVQoz3VRPUvEQBCdxOVATyHCieBHYUptBLGNVhaCYHG9vcX9Ef+IcCKm8g9ce8kJovgHJBaiwhXu7syss5tLOIR7LC+T3ffmYzeCq/HNZe/6rAcBzFzzfNACmdU6Tztru28VHe6t1h7nArWfOVRVFQu6DoeT6ej1p1a0sn/p64JKAmK3Qjp/ZmLO9hO3ADMDSl+SzLku6fsnQuLTg2SRARGVwTANOSK3TPp2TJuPw3SjI/+MKAwUzoiiJIHBQCpIUr8pHkt8MbnbKR60sc4Ysp6dtRxYpem31opQWvdSMWRlnhX5TGQtGAPBIyzd+AWgwPgSXl3kJ6VX1/lam99BMfiuMBi8+vx9dPxZwta2nMWST6QygLWRMOJSM0ao8Isv/aM+fH3IrYXlb6OJsX7+JogB/gAzGXkTyGBGPQAAAABJRU5ErkJggg==);
}
.one-bar {
  background: #77a240;
  color: white;
}
.one-bar--logo {
  width: 110px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/logo-text.372fd95a.svg);
  background-position: 20px center;
}
.one-bar--bix-logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bix-logo-white.e92de8f4.png);
  background-position: 20px 6px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 77px;
}
.one-bar--user {
  cursor: default;
}
.one-bar--user--avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/user-onebar.6326ea15.svg);
  height: 20px;
  width: 20px;
  padding-right: 8px;
  vertical-align: middle;
  display: inline-block;
}
.one-bar--applications--item--link[href],
.one-bar--controls--item--link[href] {
  color: white;
}
.one-bar--applications--item--link[href]:hover,
.one-bar--controls--item--link[href]:hover,
.one-bar--applications--item--link[href]:link,
.one-bar--controls--item--link[href]:link,
.one-bar--applications--item--link[href]:visited,
.one-bar--controls--item--link[href]:visited {
  color: white;
}
.one-bar--controls {
  margin: 14px 5px;
}
.one-bar--applications--item:hover {
  background-color: #62862D;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item:link,
.one-bar--applications--item:visited {
  background-color: none;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item.active {
  background-color: #62862D;
}
.bix-bar {
  font-size: 14px;
}
.bix-bar--logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bixlogo.2e7bd9a5.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 195px;
}
.bix-bar--applications--item--link,
.bix-bar--controls--item--link {
  color: #4E4E4E;
}
.bix-bar--applications--item--link:hover,
.bix-bar--controls--item--link:hover {
  color: #4E6680;
}
.bix-bar--controls--item {
  border-left: 0;
}
.bix-bar--controls--item:hover {
  text-decoration: underline;
  cursor: pointer;
}
.desktop-selector {
  text-align: right;
}
.desktop-selector timeframe-selector {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.desktop-selector timeframe-selector .timeframe-shortcuts a,
.desktop-selector timeframe-selector .timeframe-shortcuts span.inactive {
  display: inline-block;
  margin-left: -4px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 0.8em;
  color: #000;
  border: 1px solid #d4d4d4;
  border-left: 0;
}
.desktop-selector timeframe-selector .timeframe-shortcuts a:first-child,
.desktop-selector timeframe-selector .timeframe-shortcuts span.inactive:first-child {
  border-left: 1px solid #d4d4d4;
  margin-left: 0;
}
.desktop-selector timeframe-selector .timeframe-shortcuts a {
  cursor: pointer;
}
.desktop-selector timeframe-selector .timeframe-shortcuts a:focus,
.desktop-selector timeframe-selector .timeframe-shortcuts a:hover {
  color: inherit;
  text-decoration: none;
}
.desktop-selector timeframe-selector .timeframe-shortcuts a.active {
  border-color: #75a13f;
  background-color: #75a13f;
  color: #fff;
}
.desktop-selector timeframe-selector .timeframe-shortcuts span.inactive {
  color: #c7c7c7;
}
.mobile-selector {
  width: 100%;
}
.mobile-selector timeframe-selector .timeframe-shortcuts a,
.mobile-selector timeframe-selector .timeframe-shortcuts span.inactive {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
  padding: 20px 0;
  color: inherit;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}
.mobile-selector timeframe-selector .timeframe-shortcuts a:first-child,
.mobile-selector timeframe-selector .timeframe-shortcuts span.inactive:first-child {
  border-left: 1px solid #d4d4d4;
}
.mobile-selector timeframe-selector .timeframe-shortcuts a:hover {
  color: inherit;
  text-decoration: none;
}
.mobile-selector timeframe-selector .timeframe-shortcuts a.active {
  border-color: #75a13f;
  background-color: #75a13f;
  color: #fff;
}
.mobile-selector timeframe-selector .timeframe-shortcuts span.inactive {
  color: #c7c7c7;
}

time-spent {
  min-height: 317px;
  margin-bottom: 20px;
}
time-spent .donuts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 50%;
  text-align: center;
}
time-spent .wrapper {
  display: inline-block;
  position: relative;
  width: 40%;
  margin: 10px;
}
time-spent .wrapper:after {
  padding-top: 100%;
  display: block;
  content: '';
}
time-spent .donut {
  position: absolute;
  width: 100%;
  height: 100%;
}
time-spent .donut svg {
  overflow: visible;
}
time-spent .donut svg .background {
  fill: #e4f5f9;
}
time-spent .donut svg .path {
  fill: #6ec7dd;
}
time-spent .donut svg .dot {
  fill: #fff;
}
time-spent .donut svg .text {
  font-family: 'Open Sans', sans-serif;
  text-anchor: middle;
  fill: #666465;
  font-size: 13px;
}
@media (min-width: 992px) {
  time-spent .donuts {
    max-width: 100%;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  time-spent .wrapper {
    width: 100%;
    max-width: 150px;
    margin-top: 38px;
  }
}

traffic-quickview {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
traffic-quickview .value {
  color: #656364;
  font-size: 30px;
  line-height: 1;
}
traffic-quickview .info .text {
  font-size: 12px;
  color: #C2C1C3;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (min-width: 992px) {
  traffic-quickview .value {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
traffic-quickview .quickview {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  traffic-quickview .quickview {
    display: flex;
    flex-direction: row;
  }
  traffic-quickview .quickview--left {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
  traffic-quickview .quickview--right {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
}

visitor-map {
  display: block;
  margin-bottom: 20px;
}
visitor-map .breadcrumb {
  display: none;
}
visitor-map .map-container {
  position: relative;
}
visitor-map .map-container.clickable {
  cursor: pointer;
}
visitor-map .map-container .info {
  display: none;
  position: absolute;
  z-index: 99;
  top: 0;
  background-color: #fff;
  border: 2px solid #ec8540;
  padding: 3px 10px;
  text-align: center;
  color: #666;
  white-space: nowrap;
}
visitor-map .map-container .info .info-title {
  font-weight: bold;
}
visitor-map .map-container .info .info-data {
  font-size: 12px;
}
visitor-map .map {
  position: relative;
  overflow: hidden;
}
visitor-map .map svg .hasChildren {
  cursor: pointer;
}
visitor-map .map svg .label {
  font-weight: normal;
  fill: #222222;
  text-anchor: middle;
}
visitor-map .map svg .legend text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
visitor-map .map svg .legend-invisible {
  opacity: 0;
}
visitor-map .map svg .feature {
  stroke-width: 0.5px;
  stroke: #c5c5c5;
  stroke-linejoin: round;
  stroke-linecap: round;
  fill: #f9f9f9;
}
visitor-map .map svg .procent-0 {
  fill: #daf5f3;
}
visitor-map .map svg .procent-5 {
  fill: #d8f4f2;
}
visitor-map .map svg .procent-10 {
  fill: #d6f2f0;
}
visitor-map .map svg .procent-15 {
  fill: #d4f1ef;
}
visitor-map .map svg .procent-20 {
  fill: #d2efed;
}
visitor-map .map svg .procent-25 {
  fill: #d1eeec;
}
visitor-map .map svg .procent-30 {
  fill: #cfecea;
}
visitor-map .map svg .procent-35 {
  fill: #cdebe9;
}
visitor-map .map svg .procent-40 {
  fill: #cbe9e7;
}
visitor-map .map svg .procent-45 {
  fill: #c9e8e6;
}
visitor-map .map svg .procent-50 {
  fill: #c7e7e5;
}
visitor-map .map svg .procent-55 {
  fill: #c5e5e3;
}
visitor-map .map svg .procent-60 {
  fill: #c3e4e2;
}
visitor-map .map svg .procent-65 {
  fill: #c1e2e0;
}
visitor-map .map svg .procent-70 {
  fill: #bfe1df;
}
visitor-map .map svg .procent-75 {
  fill: #bedfdd;
}
visitor-map .map svg .procent-80 {
  fill: #bcdedc;
}
visitor-map .map svg .procent-85 {
  fill: #badcda;
}
visitor-map .map svg .procent-90 {
  fill: #b8dbd9;
}
visitor-map .map svg .procent-95 {
  fill: #b6d9d7;
}
visitor-map .map svg .procent-100 {
  fill: #b4d8d6;
}
visitor-map .map #gradient-legend stop {
  stop-color: #f9f9f9;
}
visitor-map .map #gradient-legend.withData .gradientStart {
  stop-color: #daf5f3;
}
visitor-map .map #gradient-legend.withData .gradientEnd {
  stop-color: #b4d8d6;
}
visitor-map .map #gradient-legend.withData.minZero .gradientStart {
  stop-color: #f9f9f9;
}
visitor-map.interactiveMap .breadcrumb {
  padding: 0;
  display: block;
  font-size: 13px;
  margin: -10px 0 15px 28px;
  background-color: transparent;
}
visitor-map.interactiveMap .breadcrumb ul {
  list-style-position: outside;
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
visitor-map.interactiveMap .breadcrumb ul li {
  float: left;
}
visitor-map.interactiveMap .breadcrumb ul li:first-child:before {
  content: none;
}
visitor-map.interactiveMap .breadcrumb ul li:before {
  content: ' ';
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  vertical-align: -5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTggMTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwb2x5Z29uIGZpbGw9IiM4Nzg3ODciIHBvaW50cz0iMTEuMyw5IDkuOSw3LjcgOS45LDcuNiA3LjMsNSA2LjcsNS41IDguOCw3LjYgOC45LDcuNyAxMC4yLDkgOC44LDEwLjQgOC44LDEwLjQgNi43LDEyLjUgNy4zLDEzCgkJOS45LDEwLjQgOS45LDEwLjQgCSIvPgo8L2c+Cjwvc3ZnPgo=);
}
visitor-map.interactiveMap .breadcrumb ul li.clickable {
  color: #7f946d;
  cursor: pointer;
}
visitor-map.interactiveMap .breadcrumb ul:before,
visitor-map.interactiveMap .breadcrumb ul:after {
  display: table;
  content: "";
  line-height: 0;
}
visitor-map.interactiveMap .breadcrumb ul:after {
  clear: both;
}
visitor-map.interactiveMap .map svg .feature:hover {
  fill: #f1f1f1;
}
visitor-map.interactiveMap .map svg .procent-0:hover {
  fill: #c6f0ec;
}
visitor-map.interactiveMap .map svg .procent-5:hover {
  fill: #c4eeeb;
}
visitor-map.interactiveMap .map svg .procent-10:hover {
  fill: #c3ece9;
}
visitor-map.interactiveMap .map svg .procent-15:hover {
  fill: #c1eae7;
}
visitor-map.interactiveMap .map svg .procent-20:hover {
  fill: #c0e9e6;
}
visitor-map.interactiveMap .map svg .procent-25:hover {
  fill: #bee7e4;
}
visitor-map.interactiveMap .map svg .procent-30:hover {
  fill: #bce5e2;
}
visitor-map.interactiveMap .map svg .procent-35:hover {
  fill: #bae4e1;
}
visitor-map.interactiveMap .map svg .procent-40:hover {
  fill: #b9e2df;
}
visitor-map.interactiveMap .map svg .procent-45:hover {
  fill: #b7e0de;
}
visitor-map.interactiveMap .map svg .procent-50:hover {
  fill: #b5dfdc;
}
visitor-map.interactiveMap .map svg .procent-55:hover {
  fill: #b3dddb;
}
visitor-map.interactiveMap .map svg .procent-60:hover {
  fill: #b2dcd9;
}
visitor-map.interactiveMap .map svg .procent-65:hover {
  fill: #b0dad7;
}
visitor-map.interactiveMap .map svg .procent-70:hover {
  fill: #aed8d6;
}
visitor-map.interactiveMap .map svg .procent-75:hover {
  fill: #acd7d4;
}
visitor-map.interactiveMap .map svg .procent-80:hover {
  fill: #abd5d3;
}
visitor-map.interactiveMap .map svg .procent-85:hover {
  fill: #a9d4d1;
}
visitor-map.interactiveMap .map svg .procent-90:hover {
  fill: #a7d2d0;
}
visitor-map.interactiveMap .map svg .procent-95:hover {
  fill: #a5d1ce;
}
visitor-map.interactiveMap .map svg .procent-100:hover {
  fill: #a3cfcd;
}
@media (min-width: 992px) {
  visitor-map .map-container .info.showing {
    display: inline-block;
  }
}

/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.c3-chart-arc.c3-target g path {
  opacity: 1; }

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1; }

visitors-graph {
  position: relative;
  margin-bottom: 20px;
}
visitors-graph .graph {
  min-height: 320px;
}
visitors-graph .c3-zoom-rect {
  display: none;
}
visitors-graph .c3-xgrids line,
visitors-graph .c3-ygrids line {
  stroke-dasharray: none;
  stroke: #f2f2f2;
}
visitors-graph .c3-axis .tick line {
  stroke: #f2f2f2;
}
visitors-graph .c3-axis .tick text {
  fill: #a2a2a2;
}
visitors-graph .c3-axis .domain {
  display: none;
}
visitors-graph .c3-xgrid-line line {
  stroke: #ccc;
}
visitors-graph .c3-xgrid-focus {
  stroke: #ec8540;
  stroke-width: 2;
}
visitors-graph .c3-chart-line circle._expanded_ {
  fill: #ec8540 !important;
}
visitors-graph .c3-tooltip {
  box-shadow: none;
  border: 2px solid #ec8540;
  padding: 3px 10px;
  text-align: center;
  opacity: 1;
  color: #666;
  white-space: nowrap;
}
visitors-graph .c3-tooltip .c3-tooltip-title {
  font-weight: bold;
}
visitors-graph .c3-tooltip .c3-tooltip-data {
  font-size: 12px;
}
visitors-graph .showsCreationDate {
  margin-bottom: -10px;
}
visitors-graph .creationDateDot {
  position: absolute;
  top: 333px;
  left: 47px;
  background: #ec8540;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
visitors-graph .creationDateText {
  font-size: 11px;
  color: #ec8540;
  margin-left: 27px;
  display: inline-block;
}
@media (min-width: 992px) {
  visitors-graph .creationDateDot {
    top: 327px;
    left: 57px;
  }
}

debugger .content {
  display: none;
  position: fixed;
  z-index: 1000000000;
  bottom: -40px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  padding: 10px 10px 40px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-bottom-width: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 20px 1px rgba(100, 100, 100, 0.2);
}
debugger .content.show {
  display: block;
  animation: showDebugger 500ms;
}
debugger .content .inner {
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
}
debugger .content .inner ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
debugger .content .inner ul li pre {
  font-size: 0.8em;
}
@keyframes showDebugger {
  0%,
  60%,
  75%,
  90%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 600px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes notificationEnter {
  0%,
  60%,
  75%,
  90%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes notificationExit {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
notifications {
  position: absolute;
  z-index: 10001;
  left: 50%;
  top: 10px;
  width: 50%;
  margin-left: -25%;
}
notifications .notification {
  animation-fill-mode: both;
  z-index: 10;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
notifications .notification.animation-enter {
  animation: notificationEnter 750ms;
}
notifications .notification.animation-exit {
  z-index: 9;
  animation: notificationExit 1s;
}
notifications .notification.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
notifications .notification.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
notifications .notification.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
notifications .notification.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
notifications .notification strong {
  font-weight: bold;
}
notifications .notification button {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
notifications .notification button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

/* Colors */
/* Loader */
.one-bar,
.bix-bar {
  height: 45px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
}
.one-bar--applications,
.bix-bar--applications,
.one-bar--controls,
.bix-bar--controls {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item,
.one-bar--controls--item,
.bix-bar--controls--item {
  display: inline-block;
  zoom: 1;
  /* IE7 hack */
  *display: inline;
  /* IE7 hack */
  line-height: 17px;
  max-height: 45px;
}
.one-bar--controls,
.bix-bar--controls {
  right: 0;
}
.one-bar--controls--item,
.bix-bar--controls--item {
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
.one-bar--controls--item:first-child,
.bix-bar--controls--item:first-child {
  border-left: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item {
  float: left;
  padding: 0;
}
.one-bar--applications--item--link,
.bix-bar--applications--item--link {
  display: inline-block;
  font-size: 13px;
  padding: 14px 26px;
}
.one-bar--logo,
.bix-bar--logo {
  display: inline-block;
  height: 100%;
}
.one-bar--logo--link,
.bix-bar--logo--link {
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.one-bar--locale-selector .flags,
.bix-bar--locale-selector .flags {
  position: absolute;
  right: 10px;
  height: 11px;
  margin-top: 3px;
  width: 16px;
}
.one-bar--locale-selector .flags-en_us,
.bix-bar--locale-selector .flags-en_us {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABs0lEQVQoz01R30tUURCes7lQEIE+WD7Y0ot/g1ZqGivVUw+BrhCIN+lBQ5BoH4QSNf8AEVwKWoKtHnwRcregUFl8ECwF5cIiLOWi2FIsq7vde+75Nc5d8eLwMfMNw3xnZg6znq5BYMaAUQACAMm/iXxH5/+/v38oNzVQjVHD2/m2VBZjnebjSqi/Hd9n2ePbKrlaN9ilEQHRIAXwSSaz4Dd0xlo/ZY02QBAKNfqEK/wJ41Aqw/ERVCvgOKz/fu7HGjWsdPS2993SPa9ZJi6j03XpF86d6Us2g9JLYc6svn7Udedte4tZQ9mO2M3kMr3gaysJHqINnnI21OEcCUO1ipyDEKHBh+v2JrOsr4nE3e5XZinOo1MX0/HjazPi95hpHtkuJdtO5WkH8uWrjXl/B+tLa1/03TdNwkbCDha1l4M9DQWtrsz42p5HIBIa7v2cz7FCId/UdF1KGSidJwF3XfdGGOYWU0xPPmP3HmF6GYtFKJdpYh+cI00vBAZEygvPBz7s/2K7uzuRSEslHL4seHD186aU5LwBYF9r0zA7wQ6ePKDjBB8JZ4QDVACcGmQtPa2eAMU6TEgictgDAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-en_gb,
.bix-bar--locale-selector .flags-en_gb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAB6ElEQVQoz2OYNHPfjqtvqqcfS2kGosOJjQdu3n27NrlxTUIdkOGZvc0jbYdtzIaoxp1zAvOr5x5lWLLi1P+Nq/79+3/74ZdFG27PX38HyP4/ped/XyuQMWnh5d65F06eePyvq+bf358TNl1gSGo5uOfku/9Ll/8/uPf///9t064Cyf+pmf8TEoF0Sd+lL4vWfO/uBrLnrbokaTIDpGHhhrt1E68+3Hf/T1P9fwiIifkfHgFi5Gb+f/Hiwp23jp7Li5qOCOpOZAA6FOQGNBAa+t/PD00MqOzMtZcMaxJr/0/u+J+S8j8+/n9k5P+QEJBSH59/rq6/7O1/Wlp+NzH5qqf3VVv7Z7Bbq7wVDhtsbf+YWUDMBeK/f//++fvn958/J6++YLCP29Qz53xU2o4rV9//f/vmZ3I8SJWRyW99Q7CGv0+dHPfP3CohPSskYT2DcDaDedi6xetBIfO5se5DV1dMyTEg+4+27i9NbaCrreyX/Pz//8usuS8SYpqmnmMQTGeYvPnyv39/v7dXHD1wu7DhYF7DYaAL/4Z4/A5y/vf3b3jattC41dsP3/r758frBN/soiUMVfMOTHFJds5cJKgzh0djMofqhPPXXrRKW7SIm5y+8pJBvJhBtIBBOFfEsK53z3VX0zwAPExoqi63l4YAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-da,
.bix-bar--locale-selector .flags-da {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABJ0lEQVQoz21SO04DUQyc93YLBIpEhZRiG27AQeAgtNDlVilziFwhAkFBBFKWBKR4bA/FW5BAjFxY/nvsMgKJCQmcR+R2u5vPE/gjDgDoEzhZLAAgE5mllDqbnd3f5cen3EXCXaTck3xZLnsAgPLpGRGKkKSI2DzkYS9SRtFklmQdhmwdkJqiSQCSkpYtlCZjmokspE0JEXKXO+iSVKv2exhBk5lImIEUmUCJiFKKJEmtvDLVlN8otY67XY8fHwSh5ek/FCkz+23XzW5vY7ORu8xOVyuN4+H6JvfvbZ62gNz7y8un9boH0OgTCXJqZkccj5PRTE54IGJiSfQ6n4uUBwB0XR0GHA6l0e9eIxCREQDKM+Dfh3Tg4u3NHx9fr65+jO0P2pkr8AUGrln15CPgFgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-de,
.bix-bar--locale-selector .flags-de {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABM0lEQVQoz3WRPU7EQAyFnZ+VqBCIhoJtKUFiqShBdCtByT224BZcBCmXoIGWoyCh8dhjm+dkBRWO8+I474sVp9tu78gKudMwSnPRFq5ETv/EqFp2u2dUPodZM1u07UO12XxRnabXse97uN8/PvPB3BZEzeM3mBnnw+NtTlgTHbmvZ3cTSaJWJChllsoAtDD406YJPGndmG1UQyQWrRXpXL3yXHCU6sIrbSOAUAkzgk804BDxPTC7kaUsfDoTwBhrfy9GwQz3HoNbqsGNvqnllm6IziMGD3NXpC1F5HqhZBpQh153/IYJFxRnHsdwZQYUA3PDbVkzevMtxUnn9zSSUODzV1c9SZcAtFFoZA1tESBaTpHWf1M3vVweGDmwgWrJPxyH1DM5FjGQSRarnpyJBvoS+gE4IIdhmLKj2wAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-sv,
.bix-bar--locale-selector .flags-sv {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABTElEQVQoz02RP2rUcRTE57v+NEVEQVEIEgRzAEsrKwuxEe9gERC2Mm4jKBaWNtp6hTSCpUUO4BkCIZ2KqLBs3ps/FmZNhscwxXxeMwMP3mAtvXoNA8aFxQuUUYUiVnUWuiYAL+ePANgZO0tYgeZ7j6lQptwS5bZb+jT/MAEAcvxzKQcnR0kjOvz2p+WmWiqq5G5tX98EaoJtQw5PLv5rxzWN1ZKzkpsqqqi2WgZq6ADjzgJ1lBBh3HEnHXdccZ2G9Ni4/fvLwQQCUdLxGkidYmftihumiQlGwphJweeBc56Ke7hNDNx9/mzx5PD7L8qfH75LOq57+3tNltyrWdEtk9q5eeXr2/cTVqTVUtPrZ1VkUS0XqiEOc2bONoDjCVVNb13dbAqXbiEN9/a1y5SbpkVHsmTZgAe2nv4f8sfHfRAmbuzeBwjU+gwQMIC/3Ll5iEbYURQAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-nb,
.bix-bar--locale-selector .flags-nb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABVElEQVQoz3VRPUsDQRDdvT0bC8kRLRITEW0sxNJG8E/YWYhgJ1ooduIvUPAH2FjYCiG/QgioCLEzRlDRIiwEG3fnw5m9BCx0WN7uDe/NvZmxL2YUc8yTmw9fV8t958gYSsnyAb8wl2xxcizIzGfbdWtt9fCAEQwA64kcFUkwxqdWO0+FmF7f5Pr0IDLo94VhopCELSdQCByiazZHfzAoLNSb1AhD0KpBqcoWTVDMYhRXeQNRbJSWQJTMlesW/xVCWxoOrdu4O9+Z/fARKXkmEpl8KIIgRdS8ZOrFxMVexyJiWZ4NH12+n27V+J/Issx7n/ecm97fhd5zpdWOydJgfY2Cdmy03ThqI0K+uNDt3ObSJqeRCVVtMdN3yQiaVKU+SIwAatMqAMhq6mRmSofmGs0MdfAmjd8BKBuRknnbHa9w3vti5WZwv/pYrcJ4x+WCzRglfgD0nlqSGDQqbgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-nl,
.bix-bar--locale-selector .flags-nl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA/UlEQVQoz32OzSqFYRSF16tPUueMJAnhElyByzKQCzAyNXQN5u7lJDE4RUeU3r1+DD4OCqvd6mm39mq34Ev+yb9OC4DTcwCxYUEKDTEUyBRDpWr0l+urAQDA3D1AgpwiVCmmmKp0pnp6pXrb2zEwYPMou/tYm0AOCSlUyJAfMB6T2No00BaLxXQ6BZAEQZC/1FqbzWaD7TGdZAm/Cq2RHLwM/d+ftARAw+HFydnx7fy1aMqdKrmo4tJNuqSDrcnN+eWA++en1z5fvBVdcqd7qahOL5007cn6KvA4oLvk7Y31sYlyyaWx1aToSJYtjS/hFOhAB/gN+G1DwJ++8g7ZJGpzgprw5QAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-fr,
.bix-bar--locale-selector .flags-fr {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABOElEQVQYGW3BPYpUQRgF0FvVz2AEJ1GQ1swFCG7AyFhwIyYmxiKGJjKx7mm2IGZGTjdVX90fnw2Cgee0dze3+Mv029fXkuackki21p69euE7cIKAgQ3Am5dPAMSxczw+SAIgie0k9z5+DperstbP9x827IJf5yXF9ul0yoXt1pqk6x/fXTM18fARgQ4jjhTZVHrvSVprvfck3tXwnF4zVQY20rIlS6GVpPce77ID4DlT07VaVQFbFe1IXraYw+HgHbB12G3nObPKVY00sBVNZcmUSecfkrKrqarU6lUFbKMom/SSueSLJJJ8oarU9FrgMrCNQdKLJrXo/5gzXF6rUQS2cxXp+1cHEWRvrfXecdEuDo+PJpsYLQPb+cxP327HqPPg3ainV8eqWmOUVFVjjOdfvhogYPzxG+6te2aLGUjlAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-es,
.bix-bar--locale-selector .flags-es {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABH0lEQVQoz32RrU5cURSFv3PntghCJQkCBUgQ9RieAVmN6CtMJsFjeBZsVVUtg2dUK5owyYTOlLln/yzEvRM6CenOypcl9l5i7SLeJrf9uyoCxmNAmWQSIQ/C5Y67zPQPl3d3LQDSz19EECGznoOqyapqlVk5PExoCVQEAfF3kS8L7e3X0Y5LJlWpDiaNYvlMkwABvlx53MJNu3q6WHd1s70RVRjQABCSje6/+G8vXycfHo+6edmKH248kwaQXPL27OTPSXI9GZ1+bvVR6qS6YZUqskyaTPqYH48Pu+d1fdl9n35bf1ptsgeCS+5O6WB0dZWzGUMtQycDe+OGRzk+nk+nbUJjzsGBzPDADbNihjs93fvGiUgoq+1H/ufH/bwCdrRKrziyqwAAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-it,
.bix-bar--locale-selector .flags-it {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA40lEQVQoz4WRTUoDYRBE38i38wQjBCSQc2TlLbLyDm7MKbxK7pETZGsuIBGGr6urXYyMv+ij6N7Ug4YeeIIJAIM435/9lZvNxrCkcWF/twdsuzyOYxVQtazdriJKqojL4dBoQD2/ntOZmR+9hdOpeq+IYbUyNIxd6ZRTGd/bVdX7LBBhaECSKsmSVT/5JAANIWdkKP8TJM9CWrK6u/IvYYgwXCGiomdXKrL/LkQglaT3k1KRMed3QYGSTKAxEdZ4PUaGlAAwDAML6zWZcwwDD/ACggkmjo9HSbbnCdxut/OPZ94ALlZ3hEs9N88AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt,
.bix-bar--locale-selector .flags-pt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABXklEQVQoz22RMWuTYRSFz/fmbVIrpUI62CGCgyLipP4Dndw6unTrIJ2cM3YpiL9A3ARnCwr+AUH0D+igS52iaYmJ6XfPufc6JKFLDw+XM9yHO9wGT4Eplgmgwt8t66VUTDDcHwKIiMjwxnHT4WqkjlTIlHI1p8fHFQVAnpz+2uj4/b7f61O7rhG7b5mnTGPS0izJZjAIoAKISA9//tC3WnXfOOfMx5zuceOFJS2NCwFkAAUBT5d0NuP6e3UPDifPjuzLdtOjYNla2goSQIFB7nRWcD6ztlw5u367LWtRWq5ZkheCFECFwUMKfR3ZrUd+59Vw++qN+e43S+uPLduVQzZkABUCneb28Yf6dzl5cnLtz8/ud3Y+WZldbENKSYsLCtH5W3z5mb1N+/Da1GMZW5JLQYQc7gAq/oHSztYORbkriQErmZsCCQkS3BcE0OABMAbOAQPOgYLR38t/vMh/jtdGdkPAeiYAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt_br,
.bix-bar--locale-selector .flags-pt_br {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABrUlEQVQoz02RO2iTYRSG3/75Qq0oIYMS24JDFcFbBkcVlAoi4uAloMRJUSGTQ10KCkWx4KK03kAcxMvQCirWwUXNpi62OAgOUhW8ECxNm1/id95zjkOU5OFweOHlcIanC8fRxgD+3xGIHaE1TQQAI+URB9zNzNRVTbet/x3AqXcJjWpKihhFZeLsRADg8G8L37XVGe8cTN173GWw8Gvv3UykUCVq7M/1//vg7mqkcc+mtNSrw8Nj01YQ+kDzx9OLhx58levVDFWEgogEBho1SW/tT0sDnP5QOlIp3Bz6UynVZ7pXnrkwdHhNrB6rR4qYoIkERG+ueXufJC4Oufx88PQNv/oky7jk/AnPbyy6R/f45tR8sa+BFAkiZueSk8/oiO5xS/6t0Gc++ehkmK95cfnr1sGue/HVe0EOCQiScwvJgfth6nOsHB1du5jWfrosevVRY/f2c49n44ax7JdaNrs0izoCIugUFVEZf5m51JO+uLLDpc9FvPvj5vEgFqhCJY0AAiKELCxbRRUxIVeUJ6W8tZEJdu3hutV5qilVaWJqALqws22x02jbtKKTv/JDL0Hida6XAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-pl,
.bix-bar--locale-selector .flags-pl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAuklEQVQoz42NMW5CQQxEn2FresSduQM3g+b3oKTZ8XpSbPLFD0TKaGzZ8hs5fL/zo1qrqqDeqQEcDoDtAMAGHPYedt7oY1ka35CfB79TRFRm+yc9T1XVCmKljf/kDVAVA+J89rI4k0yvlqx0ypIlZ8bpdL9cGuDbzder1dHkurvcu7Xp8XgUtIKQ3DuZG2hLz+c5A/tMS6zQayxFDsZgBnZKjkdL5CCFFBKZzJ7JGNMF8Qn1ZLbrrxPwBcJ/XXkkxgfJAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-fi,
.bix-bar--locale-selector .flags-fi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABN0lEQVQoz22RvWqUYRCFz3x+ooQVFAIKCRaSIlYKtpZeR65C0moj8UpSCNYWBsRKOysF0ZA0ESQBQ7JF8r5nnkmxy+KKD1PNz4EzJ46OzzVnWHv2WQ1Nhq+7j1duykjMMQCnZ9NxkO6tTiRV1avtTYpMbT64XVWz5t98+9lGpNlA0q+TS6NM6n9ERDMjKJmL9VSCXQlVS/IqFNFM6MnHnecbRyctk9bLWT0paC67etI6Ni1ZX73x5uX7URdu5rKTWU66y4lNz+qmGXda0ns1I12MwlVVFNBdNs0AmZUJSQIJFCARPw7+3F+/BVRp6/V+N928fbHBsnNJEfHpy+E4jFwLRUih2XY3VSX9U5IEbRQsXn73znUntiJCS8TiJr7v/14E+ejhntSk4d2Hp5MVGWS8SBudTadX03Ro9xt6CF0AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-cs,
.bix-bar--locale-selector .flags-cs {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABNklEQVQoz3VRPUvEQBCdxOVATyHCieBHYUptBLGNVhaCYHG9vcX9Ef+IcCKm8g9ce8kJovgHJBaiwhXu7syss5tLOIR7LC+T3ffmYzeCq/HNZe/6rAcBzFzzfNACmdU6Tztru28VHe6t1h7nArWfOVRVFQu6DoeT6ej1p1a0sn/p64JKAmK3Qjp/ZmLO9hO3ADMDSl+SzLku6fsnQuLTg2SRARGVwTANOSK3TPp2TJuPw3SjI/+MKAwUzoiiJIHBQCpIUr8pHkt8MbnbKR60sc4Ysp6dtRxYpem31opQWvdSMWRlnhX5TGQtGAPBIyzd+AWgwPgSXl3kJ6VX1/lam99BMfiuMBi8+vx9dPxZwta2nMWST6QygLWRMOJSM0ao8Isv/aM+fH3IrYXlb6OJsX7+JogB/gAzGXkTyGBGPQAAAABJRU5ErkJggg==);
}
.one-bar {
  background: #77a240;
  color: white;
}
.one-bar--logo {
  width: 110px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/logo-text.372fd95a.svg);
  background-position: 20px center;
}
.one-bar--bix-logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bix-logo-white.e92de8f4.png);
  background-position: 20px 6px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 77px;
}
.one-bar--user {
  cursor: default;
}
.one-bar--user--avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/user-onebar.6326ea15.svg);
  height: 20px;
  width: 20px;
  padding-right: 8px;
  vertical-align: middle;
  display: inline-block;
}
.one-bar--applications--item--link[href],
.one-bar--controls--item--link[href] {
  color: white;
}
.one-bar--applications--item--link[href]:hover,
.one-bar--controls--item--link[href]:hover,
.one-bar--applications--item--link[href]:link,
.one-bar--controls--item--link[href]:link,
.one-bar--applications--item--link[href]:visited,
.one-bar--controls--item--link[href]:visited {
  color: white;
}
.one-bar--controls {
  margin: 14px 5px;
}
.one-bar--applications--item:hover {
  background-color: #62862D;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item:link,
.one-bar--applications--item:visited {
  background-color: none;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item.active {
  background-color: #62862D;
}
.bix-bar {
  font-size: 14px;
}
.bix-bar--logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bixlogo.2e7bd9a5.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 195px;
}
.bix-bar--applications--item--link,
.bix-bar--controls--item--link {
  color: #4E4E4E;
}
.bix-bar--applications--item--link:hover,
.bix-bar--controls--item--link:hover {
  color: #4E6680;
}
.bix-bar--controls--item {
  border-left: 0;
}
.bix-bar--controls--item:hover {
  text-decoration: underline;
  cursor: pointer;
}
mobile-daterange-selector {
  /* IE10  */
  touch-action: manipulation;
  /* IE11+ */
}
mobile-daterange-selector .daterange-picker {
  display: flex;
}
mobile-daterange-selector .daterange-picker--left,
mobile-daterange-selector .daterange-picker--right {
  flex-basis: 0;
  flex-grow: 1;
  padding-left: 15px;
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
}
mobile-daterange-selector .daterange-picker .input-wrapper {
  position: relative;
}
mobile-daterange-selector .daterange-picker .input-wrapper .input-container {
  width: 100%;
  position: relative;
  height: 60px;
  text-align: left;
  cursor: pointer;
  padding: 8px 0px;
}
mobile-daterange-selector .daterange-picker .input-wrapper .input-container .input-label {
  text-transform: lowercase;
  font-size: 0.8em;
}
mobile-daterange-selector .fullscreen-tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99;
  /* height: 400px; */
}
mobile-daterange-selector .fullscreen-tabs .datepicker-tabs {
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  z-index: 119;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-tabs .datepicker-tab-label {
  height: 60px;
  width: 50%;
  float: left;
  color: #c7c7c7;
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-tabs .datepicker-tab-label:first-child {
  border-right: 1px solid #d4d4d4;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-tabs .datepicker-tab-label.active {
  background-color: #ffffff;
  color: #3b6ec8;
  font-weight: bold;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-tabs .datepicker-tab-label .datepicker-label {
  font-size: 0.8em;
  text-transform: lowercase;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 60px;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors > div {
  position: relative;
  height: 100%;
  color: #000000;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector {
  height: 100%;
  overflow-y: auto;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector .month-selector {
  height: 60px;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector .year-selector {
  padding-left: 6%;
  padding: 20px 6%;
  background-color: #f2f2f2;
  text-align: center;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector h4 {
  text-align: left;
  margin-left: 6%;
  text-transform: capitalize;
  margin-bottom: 2em;
  margin-top: 2.5em;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector moment-datepicker .month-selector th {
  text-align: left;
  font-size: 1.25em;
  padding-left: 6.5%;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector moment-datepicker table td {
  height: 48px;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector moment-datepicker table td.outofbounds {
  background-color: inherit;
  color: #666666;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector moment-datepicker table td.outofmonth {
  background-color: inherit;
  visibility: hidden;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector moment-datepicker table td.inselection {
  background-color: #edebec;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector moment-datepicker table td.selected {
  background-color: #3b6ec8;
  color: #ffffff;
}
mobile-daterange-selector .fullscreen-tabs .datepicker-selectors .datepicker-selector moment-datepicker table td.lowerselectablelimit {
  color: #ec8540;
}
mobile-daterange-selector .fullscreen-tabs .action-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
}
mobile-daterange-selector .fullscreen-tabs .action-buttons a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  background-color: #e0dedf;
  color: #000000;
  text-align: center;
}
mobile-daterange-selector .fullscreen-tabs .action-buttons a:hover,
mobile-daterange-selector .fullscreen-tabs .action-buttons a:active {
  text-decoration: none;
  background-color: #3b6ec8 !important;
  color: #ffffff;
}

/* Colors */
/* Loader */
.one-bar,
.bix-bar {
  height: 45px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
}
.one-bar--applications,
.bix-bar--applications,
.one-bar--controls,
.bix-bar--controls {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item,
.one-bar--controls--item,
.bix-bar--controls--item {
  display: inline-block;
  zoom: 1;
  /* IE7 hack */
  *display: inline;
  /* IE7 hack */
  line-height: 17px;
  max-height: 45px;
}
.one-bar--controls,
.bix-bar--controls {
  right: 0;
}
.one-bar--controls--item,
.bix-bar--controls--item {
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
.one-bar--controls--item:first-child,
.bix-bar--controls--item:first-child {
  border-left: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item {
  float: left;
  padding: 0;
}
.one-bar--applications--item--link,
.bix-bar--applications--item--link {
  display: inline-block;
  font-size: 13px;
  padding: 14px 26px;
}
.one-bar--logo,
.bix-bar--logo {
  display: inline-block;
  height: 100%;
}
.one-bar--logo--link,
.bix-bar--logo--link {
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.one-bar--locale-selector .flags,
.bix-bar--locale-selector .flags {
  position: absolute;
  right: 10px;
  height: 11px;
  margin-top: 3px;
  width: 16px;
}
.one-bar--locale-selector .flags-en_us,
.bix-bar--locale-selector .flags-en_us {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABs0lEQVQoz01R30tUURCes7lQEIE+WD7Y0ot/g1ZqGivVUw+BrhCIN+lBQ5BoH4QSNf8AEVwKWoKtHnwRcregUFl8ECwF5cIiLOWi2FIsq7vde+75Nc5d8eLwMfMNw3xnZg6znq5BYMaAUQACAMm/iXxH5/+/v38oNzVQjVHD2/m2VBZjnebjSqi/Hd9n2ePbKrlaN9ilEQHRIAXwSSaz4Dd0xlo/ZY02QBAKNfqEK/wJ41Aqw/ERVCvgOKz/fu7HGjWsdPS2993SPa9ZJi6j03XpF86d6Us2g9JLYc6svn7Udedte4tZQ9mO2M3kMr3gaysJHqINnnI21OEcCUO1ipyDEKHBh+v2JrOsr4nE3e5XZinOo1MX0/HjazPi95hpHtkuJdtO5WkH8uWrjXl/B+tLa1/03TdNwkbCDha1l4M9DQWtrsz42p5HIBIa7v2cz7FCId/UdF1KGSidJwF3XfdGGOYWU0xPPmP3HmF6GYtFKJdpYh+cI00vBAZEygvPBz7s/2K7uzuRSEslHL4seHD186aU5LwBYF9r0zA7wQ6ePKDjBB8JZ4QDVACcGmQtPa2eAMU6TEgictgDAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-en_gb,
.bix-bar--locale-selector .flags-en_gb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAB6ElEQVQoz2OYNHPfjqtvqqcfS2kGosOJjQdu3n27NrlxTUIdkOGZvc0jbYdtzIaoxp1zAvOr5x5lWLLi1P+Nq/79+3/74ZdFG27PX38HyP4/ped/XyuQMWnh5d65F06eePyvq+bf358TNl1gSGo5uOfku/9Ll/8/uPf///9t064Cyf+pmf8TEoF0Sd+lL4vWfO/uBrLnrbokaTIDpGHhhrt1E68+3Hf/T1P9fwiIifkfHgFi5Gb+f/Hiwp23jp7Li5qOCOpOZAA6FOQGNBAa+t/PD00MqOzMtZcMaxJr/0/u+J+S8j8+/n9k5P+QEJBSH59/rq6/7O1/Wlp+NzH5qqf3VVv7Z7Bbq7wVDhtsbf+YWUDMBeK/f//++fvn958/J6++YLCP29Qz53xU2o4rV9//f/vmZ3I8SJWRyW99Q7CGv0+dHPfP3CohPSskYT2DcDaDedi6xetBIfO5se5DV1dMyTEg+4+27i9NbaCrreyX/Pz//8usuS8SYpqmnmMQTGeYvPnyv39/v7dXHD1wu7DhYF7DYaAL/4Z4/A5y/vf3b3jattC41dsP3/r758frBN/soiUMVfMOTHFJds5cJKgzh0djMofqhPPXXrRKW7SIm5y+8pJBvJhBtIBBOFfEsK53z3VX0zwAPExoqi63l4YAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-da,
.bix-bar--locale-selector .flags-da {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABJ0lEQVQoz21SO04DUQyc93YLBIpEhZRiG27AQeAgtNDlVilziFwhAkFBBFKWBKR4bA/FW5BAjFxY/nvsMgKJCQmcR+R2u5vPE/gjDgDoEzhZLAAgE5mllDqbnd3f5cen3EXCXaTck3xZLnsAgPLpGRGKkKSI2DzkYS9SRtFklmQdhmwdkJqiSQCSkpYtlCZjmokspE0JEXKXO+iSVKv2exhBk5lImIEUmUCJiFKKJEmtvDLVlN8otY67XY8fHwSh5ek/FCkz+23XzW5vY7ORu8xOVyuN4+H6JvfvbZ62gNz7y8un9boH0OgTCXJqZkccj5PRTE54IGJiSfQ6n4uUBwB0XR0GHA6l0e9eIxCREQDKM+Dfh3Tg4u3NHx9fr65+jO0P2pkr8AUGrln15CPgFgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-de,
.bix-bar--locale-selector .flags-de {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABM0lEQVQoz3WRPU7EQAyFnZ+VqBCIhoJtKUFiqShBdCtByT224BZcBCmXoIGWoyCh8dhjm+dkBRWO8+I474sVp9tu78gKudMwSnPRFq5ETv/EqFp2u2dUPodZM1u07UO12XxRnabXse97uN8/PvPB3BZEzeM3mBnnw+NtTlgTHbmvZ3cTSaJWJChllsoAtDD406YJPGndmG1UQyQWrRXpXL3yXHCU6sIrbSOAUAkzgk804BDxPTC7kaUsfDoTwBhrfy9GwQz3HoNbqsGNvqnllm6IziMGD3NXpC1F5HqhZBpQh153/IYJFxRnHsdwZQYUA3PDbVkzevMtxUnn9zSSUODzV1c9SZcAtFFoZA1tESBaTpHWf1M3vVweGDmwgWrJPxyH1DM5FjGQSRarnpyJBvoS+gE4IIdhmLKj2wAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-sv,
.bix-bar--locale-selector .flags-sv {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABTElEQVQoz02RP2rUcRTE57v+NEVEQVEIEgRzAEsrKwuxEe9gERC2Mm4jKBaWNtp6hTSCpUUO4BkCIZ2KqLBs3ps/FmZNhscwxXxeMwMP3mAtvXoNA8aFxQuUUYUiVnUWuiYAL+ePANgZO0tYgeZ7j6lQptwS5bZb+jT/MAEAcvxzKQcnR0kjOvz2p+WmWiqq5G5tX98EaoJtQw5PLv5rxzWN1ZKzkpsqqqi2WgZq6ADjzgJ1lBBh3HEnHXdccZ2G9Ni4/fvLwQQCUdLxGkidYmftihumiQlGwphJweeBc56Ke7hNDNx9/mzx5PD7L8qfH75LOq57+3tNltyrWdEtk9q5eeXr2/cTVqTVUtPrZ1VkUS0XqiEOc2bONoDjCVVNb13dbAqXbiEN9/a1y5SbpkVHsmTZgAe2nv4f8sfHfRAmbuzeBwjU+gwQMIC/3Ll5iEbYURQAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-nb,
.bix-bar--locale-selector .flags-nb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABVElEQVQoz3VRPUsDQRDdvT0bC8kRLRITEW0sxNJG8E/YWYhgJ1ooduIvUPAH2FjYCiG/QgioCLEzRlDRIiwEG3fnw5m9BCx0WN7uDe/NvZmxL2YUc8yTmw9fV8t958gYSsnyAb8wl2xxcizIzGfbdWtt9fCAEQwA64kcFUkwxqdWO0+FmF7f5Pr0IDLo94VhopCELSdQCByiazZHfzAoLNSb1AhD0KpBqcoWTVDMYhRXeQNRbJSWQJTMlesW/xVCWxoOrdu4O9+Z/fARKXkmEpl8KIIgRdS8ZOrFxMVexyJiWZ4NH12+n27V+J/Issx7n/ecm97fhd5zpdWOydJgfY2Cdmy03ThqI0K+uNDt3ObSJqeRCVVtMdN3yQiaVKU+SIwAatMqAMhq6mRmSofmGs0MdfAmjd8BKBuRknnbHa9w3vti5WZwv/pYrcJ4x+WCzRglfgD0nlqSGDQqbgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-nl,
.bix-bar--locale-selector .flags-nl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA/UlEQVQoz32OzSqFYRSF16tPUueMJAnhElyByzKQCzAyNXQN5u7lJDE4RUeU3r1+DD4OCqvd6mm39mq34Ev+yb9OC4DTcwCxYUEKDTEUyBRDpWr0l+urAQDA3D1AgpwiVCmmmKp0pnp6pXrb2zEwYPMou/tYm0AOCSlUyJAfMB6T2No00BaLxXQ6BZAEQZC/1FqbzWaD7TGdZAm/Cq2RHLwM/d+ftARAw+HFydnx7fy1aMqdKrmo4tJNuqSDrcnN+eWA++en1z5fvBVdcqd7qahOL5007cn6KvA4oLvk7Y31sYlyyaWx1aToSJYtjS/hFOhAB/gN+G1DwJ++8g7ZJGpzgprw5QAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-fr,
.bix-bar--locale-selector .flags-fr {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABOElEQVQYGW3BPYpUQRgF0FvVz2AEJ1GQ1swFCG7AyFhwIyYmxiKGJjKx7mm2IGZGTjdVX90fnw2Cgee0dze3+Mv029fXkuackki21p69euE7cIKAgQ3Am5dPAMSxczw+SAIgie0k9z5+DperstbP9x827IJf5yXF9ul0yoXt1pqk6x/fXTM18fARgQ4jjhTZVHrvSVprvfck3tXwnF4zVQY20rIlS6GVpPce77ID4DlT07VaVQFbFe1IXraYw+HgHbB12G3nObPKVY00sBVNZcmUSecfkrKrqarU6lUFbKMom/SSueSLJJJ8oarU9FrgMrCNQdKLJrXo/5gzXF6rUQS2cxXp+1cHEWRvrfXecdEuDo+PJpsYLQPb+cxP327HqPPg3ainV8eqWmOUVFVjjOdfvhogYPzxG+6te2aLGUjlAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-es,
.bix-bar--locale-selector .flags-es {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABH0lEQVQoz32RrU5cURSFv3PntghCJQkCBUgQ9RieAVmN6CtMJsFjeBZsVVUtg2dUK5owyYTOlLln/yzEvRM6CenOypcl9l5i7SLeJrf9uyoCxmNAmWQSIQ/C5Y67zPQPl3d3LQDSz19EECGznoOqyapqlVk5PExoCVQEAfF3kS8L7e3X0Y5LJlWpDiaNYvlMkwABvlx53MJNu3q6WHd1s70RVRjQABCSje6/+G8vXycfHo+6edmKH248kwaQXPL27OTPSXI9GZ1+bvVR6qS6YZUqskyaTPqYH48Pu+d1fdl9n35bf1ptsgeCS+5O6WB0dZWzGUMtQycDe+OGRzk+nk+nbUJjzsGBzPDADbNihjs93fvGiUgoq+1H/ufH/bwCdrRKrziyqwAAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-it,
.bix-bar--locale-selector .flags-it {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA40lEQVQoz4WRTUoDYRBE38i38wQjBCSQc2TlLbLyDm7MKbxK7pETZGsuIBGGr6urXYyMv+ij6N7Ug4YeeIIJAIM435/9lZvNxrCkcWF/twdsuzyOYxVQtazdriJKqojL4dBoQD2/ntOZmR+9hdOpeq+IYbUyNIxd6ZRTGd/bVdX7LBBhaECSKsmSVT/5JAANIWdkKP8TJM9CWrK6u/IvYYgwXCGiomdXKrL/LkQglaT3k1KRMed3QYGSTKAxEdZ4PUaGlAAwDAML6zWZcwwDD/ACggkmjo9HSbbnCdxut/OPZ94ALlZ3hEs9N88AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt,
.bix-bar--locale-selector .flags-pt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABXklEQVQoz22RMWuTYRSFz/fmbVIrpUI62CGCgyLipP4Dndw6unTrIJ2cM3YpiL9A3ARnCwr+AUH0D+igS52iaYmJ6XfPufc6JKFLDw+XM9yHO9wGT4Eplgmgwt8t66VUTDDcHwKIiMjwxnHT4WqkjlTIlHI1p8fHFQVAnpz+2uj4/b7f61O7rhG7b5mnTGPS0izJZjAIoAKISA9//tC3WnXfOOfMx5zuceOFJS2NCwFkAAUBT5d0NuP6e3UPDifPjuzLdtOjYNla2goSQIFB7nRWcD6ztlw5u367LWtRWq5ZkheCFECFwUMKfR3ZrUd+59Vw++qN+e43S+uPLduVQzZkABUCneb28Yf6dzl5cnLtz8/ud3Y+WZldbENKSYsLCtH5W3z5mb1N+/Da1GMZW5JLQYQc7gAq/oHSztYORbkriQErmZsCCQkS3BcE0OABMAbOAQPOgYLR38t/vMh/jtdGdkPAeiYAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt_br,
.bix-bar--locale-selector .flags-pt_br {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABrUlEQVQoz02RO2iTYRSG3/75Qq0oIYMS24JDFcFbBkcVlAoi4uAloMRJUSGTQ10KCkWx4KK03kAcxMvQCirWwUXNpi62OAgOUhW8ECxNm1/id95zjkOU5OFweOHlcIanC8fRxgD+3xGIHaE1TQQAI+URB9zNzNRVTbet/x3AqXcJjWpKihhFZeLsRADg8G8L37XVGe8cTN173GWw8Gvv3UykUCVq7M/1//vg7mqkcc+mtNSrw8Nj01YQ+kDzx9OLhx58levVDFWEgogEBho1SW/tT0sDnP5QOlIp3Bz6UynVZ7pXnrkwdHhNrB6rR4qYoIkERG+ueXufJC4Oufx88PQNv/oky7jk/AnPbyy6R/f45tR8sa+BFAkiZueSk8/oiO5xS/6t0Gc++ehkmK95cfnr1sGue/HVe0EOCQiScwvJgfth6nOsHB1du5jWfrosevVRY/f2c49n44ax7JdaNrs0izoCIugUFVEZf5m51JO+uLLDpc9FvPvj5vEgFqhCJY0AAiKELCxbRRUxIVeUJ6W8tZEJdu3hutV5qilVaWJqALqws22x02jbtKKTv/JDL0Hida6XAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-pl,
.bix-bar--locale-selector .flags-pl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAuklEQVQoz42NMW5CQQxEn2FresSduQM3g+b3oKTZ8XpSbPLFD0TKaGzZ8hs5fL/zo1qrqqDeqQEcDoDtAMAGHPYedt7oY1ka35CfB79TRFRm+yc9T1XVCmKljf/kDVAVA+J89rI4k0yvlqx0ypIlZ8bpdL9cGuDbzder1dHkurvcu7Xp8XgUtIKQ3DuZG2hLz+c5A/tMS6zQayxFDsZgBnZKjkdL5CCFFBKZzJ7JGNMF8Qn1ZLbrrxPwBcJ/XXkkxgfJAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-fi,
.bix-bar--locale-selector .flags-fi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABN0lEQVQoz22RvWqUYRCFz3x+ooQVFAIKCRaSIlYKtpZeR65C0moj8UpSCNYWBsRKOysF0ZA0ESQBQ7JF8r5nnkmxy+KKD1PNz4EzJ46OzzVnWHv2WQ1Nhq+7j1duykjMMQCnZ9NxkO6tTiRV1avtTYpMbT64XVWz5t98+9lGpNlA0q+TS6NM6n9ERDMjKJmL9VSCXQlVS/IqFNFM6MnHnecbRyctk9bLWT0paC67etI6Ni1ZX73x5uX7URdu5rKTWU66y4lNz+qmGXda0ns1I12MwlVVFNBdNs0AmZUJSQIJFCARPw7+3F+/BVRp6/V+N928fbHBsnNJEfHpy+E4jFwLRUih2XY3VSX9U5IEbRQsXn73znUntiJCS8TiJr7v/14E+ejhntSk4d2Hp5MVGWS8SBudTadX03Ro9xt6CF0AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-cs,
.bix-bar--locale-selector .flags-cs {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABNklEQVQoz3VRPUvEQBCdxOVATyHCieBHYUptBLGNVhaCYHG9vcX9Ef+IcCKm8g9ce8kJovgHJBaiwhXu7syss5tLOIR7LC+T3ffmYzeCq/HNZe/6rAcBzFzzfNACmdU6Tztru28VHe6t1h7nArWfOVRVFQu6DoeT6ej1p1a0sn/p64JKAmK3Qjp/ZmLO9hO3ADMDSl+SzLku6fsnQuLTg2SRARGVwTANOSK3TPp2TJuPw3SjI/+MKAwUzoiiJIHBQCpIUr8pHkt8MbnbKR60sc4Ysp6dtRxYpem31opQWvdSMWRlnhX5TGQtGAPBIyzd+AWgwPgSXl3kJ6VX1/lam99BMfiuMBi8+vx9dPxZwta2nMWST6QygLWRMOJSM0ao8Isv/aM+fH3IrYXlb6OJsX7+JogB/gAzGXkTyGBGPQAAAABJRU5ErkJggg==);
}
.one-bar {
  background: #77a240;
  color: white;
}
.one-bar--logo {
  width: 110px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/logo-text.372fd95a.svg);
  background-position: 20px center;
}
.one-bar--bix-logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bix-logo-white.e92de8f4.png);
  background-position: 20px 6px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 77px;
}
.one-bar--user {
  cursor: default;
}
.one-bar--user--avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/user-onebar.6326ea15.svg);
  height: 20px;
  width: 20px;
  padding-right: 8px;
  vertical-align: middle;
  display: inline-block;
}
.one-bar--applications--item--link[href],
.one-bar--controls--item--link[href] {
  color: white;
}
.one-bar--applications--item--link[href]:hover,
.one-bar--controls--item--link[href]:hover,
.one-bar--applications--item--link[href]:link,
.one-bar--controls--item--link[href]:link,
.one-bar--applications--item--link[href]:visited,
.one-bar--controls--item--link[href]:visited {
  color: white;
}
.one-bar--controls {
  margin: 14px 5px;
}
.one-bar--applications--item:hover {
  background-color: #62862D;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item:link,
.one-bar--applications--item:visited {
  background-color: none;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item.active {
  background-color: #62862D;
}
.bix-bar {
  font-size: 14px;
}
.bix-bar--logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bixlogo.2e7bd9a5.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 195px;
}
.bix-bar--applications--item--link,
.bix-bar--controls--item--link {
  color: #4E4E4E;
}
.bix-bar--applications--item--link:hover,
.bix-bar--controls--item--link:hover {
  color: #4E6680;
}
.bix-bar--controls--item {
  border-left: 0;
}
.bix-bar--controls--item:hover {
  text-decoration: underline;
  cursor: pointer;
}
desktop-daterange-selector {
  display: inline-block;
}
desktop-daterange-selector .input-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 220px;
}
desktop-daterange-selector .input-wrapper .popup {
  width: 100%;
  position: absolute;
  z-index: 9999;
  background: white;
  padding: 10px 10px;
  border: 1px solid #d4d4d4;
  border-top: 0;
  font-size: 12px;
}
desktop-daterange-selector .input-wrapper .input-container {
  width: 100%;
  position: relative;
  border: 1px solid #d4d4d4;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
desktop-daterange-selector .input-wrapper .input-container .input-label {
  position: absolute;
  font-size: 0.8em;
  top: 0px;
  left: 8px;
  pointer-events: none;
  text-transform: lowercase;
  color: #9c9c9c;
}
desktop-daterange-selector .input-wrapper .input-container .input-value {
  text-align: center;
  pointer-events: none;
}
desktop-daterange-selector .input-wrapper .input-container .form-control {
  color: #000;
  box-shadow: none;
  font-size: 0.8em;
  height: 46px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: 0;
  border-radius: 0;
  text-align: center;
  min-width: 188px;
  width: 100%;
}
@media (max-width: 991px) {
  desktop-daterange-selector .popup {
    display: none;
  }
}

overlay > .overlay-container {
  z-index: 100;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.65);
}
overlay > .overlay-container.active {
  display: block;
}
overlay .text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-right: 20px;
  text-align: center;
  color: #666465;
  font-size: 1.25em;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  overlay .text {
    padding-right: 0;
    font-size: 1.5em;
  }
  overlay .text .blockMeduim {
    display: block;
  }
}

@keyframes spinner-animation-keyframes {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
app-spinner {
  display: inline-block;
  margin: 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/spinner.63c3eb74.svg);
  animation: spinner-animation-keyframes 0.7s steps(8, end) infinite;
}

/* Colors */
/* Loader */
.one-bar,
.bix-bar {
  height: 45px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
}
.one-bar--applications,
.bix-bar--applications,
.one-bar--controls,
.bix-bar--controls {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item,
.one-bar--controls--item,
.bix-bar--controls--item {
  display: inline-block;
  zoom: 1;
  /* IE7 hack */
  *display: inline;
  /* IE7 hack */
  line-height: 17px;
  max-height: 45px;
}
.one-bar--controls,
.bix-bar--controls {
  right: 0;
}
.one-bar--controls--item,
.bix-bar--controls--item {
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
.one-bar--controls--item:first-child,
.bix-bar--controls--item:first-child {
  border-left: 0;
}
.one-bar--applications--item,
.bix-bar--applications--item {
  float: left;
  padding: 0;
}
.one-bar--applications--item--link,
.bix-bar--applications--item--link {
  display: inline-block;
  font-size: 13px;
  padding: 14px 26px;
}
.one-bar--logo,
.bix-bar--logo {
  display: inline-block;
  height: 100%;
}
.one-bar--logo--link,
.bix-bar--logo--link {
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.one-bar--locale-selector .flags,
.bix-bar--locale-selector .flags {
  position: absolute;
  right: 10px;
  height: 11px;
  margin-top: 3px;
  width: 16px;
}
.one-bar--locale-selector .flags-en_us,
.bix-bar--locale-selector .flags-en_us {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABs0lEQVQoz01R30tUURCes7lQEIE+WD7Y0ot/g1ZqGivVUw+BrhCIN+lBQ5BoH4QSNf8AEVwKWoKtHnwRcregUFl8ECwF5cIiLOWi2FIsq7vde+75Nc5d8eLwMfMNw3xnZg6znq5BYMaAUQACAMm/iXxH5/+/v38oNzVQjVHD2/m2VBZjnebjSqi/Hd9n2ePbKrlaN9ilEQHRIAXwSSaz4Dd0xlo/ZY02QBAKNfqEK/wJ41Aqw/ERVCvgOKz/fu7HGjWsdPS2993SPa9ZJi6j03XpF86d6Us2g9JLYc6svn7Udedte4tZQ9mO2M3kMr3gaysJHqINnnI21OEcCUO1ipyDEKHBh+v2JrOsr4nE3e5XZinOo1MX0/HjazPi95hpHtkuJdtO5WkH8uWrjXl/B+tLa1/03TdNwkbCDha1l4M9DQWtrsz42p5HIBIa7v2cz7FCId/UdF1KGSidJwF3XfdGGOYWU0xPPmP3HmF6GYtFKJdpYh+cI00vBAZEygvPBz7s/2K7uzuRSEslHL4seHD186aU5LwBYF9r0zA7wQ6ePKDjBB8JZ4QDVACcGmQtPa2eAMU6TEgictgDAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-en_gb,
.bix-bar--locale-selector .flags-en_gb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAB6ElEQVQoz2OYNHPfjqtvqqcfS2kGosOJjQdu3n27NrlxTUIdkOGZvc0jbYdtzIaoxp1zAvOr5x5lWLLi1P+Nq/79+3/74ZdFG27PX38HyP4/ped/XyuQMWnh5d65F06eePyvq+bf358TNl1gSGo5uOfku/9Ll/8/uPf///9t064Cyf+pmf8TEoF0Sd+lL4vWfO/uBrLnrbokaTIDpGHhhrt1E68+3Hf/T1P9fwiIifkfHgFi5Gb+f/Hiwp23jp7Li5qOCOpOZAA6FOQGNBAa+t/PD00MqOzMtZcMaxJr/0/u+J+S8j8+/n9k5P+QEJBSH59/rq6/7O1/Wlp+NzH5qqf3VVv7Z7Bbq7wVDhtsbf+YWUDMBeK/f//++fvn958/J6++YLCP29Qz53xU2o4rV9//f/vmZ3I8SJWRyW99Q7CGv0+dHPfP3CohPSskYT2DcDaDedi6xetBIfO5se5DV1dMyTEg+4+27i9NbaCrreyX/Pz//8usuS8SYpqmnmMQTGeYvPnyv39/v7dXHD1wu7DhYF7DYaAL/4Z4/A5y/vf3b3jattC41dsP3/r758frBN/soiUMVfMOTHFJds5cJKgzh0djMofqhPPXXrRKW7SIm5y+8pJBvJhBtIBBOFfEsK53z3VX0zwAPExoqi63l4YAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-da,
.bix-bar--locale-selector .flags-da {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABJ0lEQVQoz21SO04DUQyc93YLBIpEhZRiG27AQeAgtNDlVilziFwhAkFBBFKWBKR4bA/FW5BAjFxY/nvsMgKJCQmcR+R2u5vPE/gjDgDoEzhZLAAgE5mllDqbnd3f5cen3EXCXaTck3xZLnsAgPLpGRGKkKSI2DzkYS9SRtFklmQdhmwdkJqiSQCSkpYtlCZjmokspE0JEXKXO+iSVKv2exhBk5lImIEUmUCJiFKKJEmtvDLVlN8otY67XY8fHwSh5ek/FCkz+23XzW5vY7ORu8xOVyuN4+H6JvfvbZ62gNz7y8un9boH0OgTCXJqZkccj5PRTE54IGJiSfQ6n4uUBwB0XR0GHA6l0e9eIxCREQDKM+Dfh3Tg4u3NHx9fr65+jO0P2pkr8AUGrln15CPgFgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-de,
.bix-bar--locale-selector .flags-de {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABM0lEQVQoz3WRPU7EQAyFnZ+VqBCIhoJtKUFiqShBdCtByT224BZcBCmXoIGWoyCh8dhjm+dkBRWO8+I474sVp9tu78gKudMwSnPRFq5ETv/EqFp2u2dUPodZM1u07UO12XxRnabXse97uN8/PvPB3BZEzeM3mBnnw+NtTlgTHbmvZ3cTSaJWJChllsoAtDD406YJPGndmG1UQyQWrRXpXL3yXHCU6sIrbSOAUAkzgk804BDxPTC7kaUsfDoTwBhrfy9GwQz3HoNbqsGNvqnllm6IziMGD3NXpC1F5HqhZBpQh153/IYJFxRnHsdwZQYUA3PDbVkzevMtxUnn9zSSUODzV1c9SZcAtFFoZA1tESBaTpHWf1M3vVweGDmwgWrJPxyH1DM5FjGQSRarnpyJBvoS+gE4IIdhmLKj2wAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-sv,
.bix-bar--locale-selector .flags-sv {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABTElEQVQoz02RP2rUcRTE57v+NEVEQVEIEgRzAEsrKwuxEe9gERC2Mm4jKBaWNtp6hTSCpUUO4BkCIZ2KqLBs3ps/FmZNhscwxXxeMwMP3mAtvXoNA8aFxQuUUYUiVnUWuiYAL+ePANgZO0tYgeZ7j6lQptwS5bZb+jT/MAEAcvxzKQcnR0kjOvz2p+WmWiqq5G5tX98EaoJtQw5PLv5rxzWN1ZKzkpsqqqi2WgZq6ADjzgJ1lBBh3HEnHXdccZ2G9Ni4/fvLwQQCUdLxGkidYmftihumiQlGwphJweeBc56Ke7hNDNx9/mzx5PD7L8qfH75LOq57+3tNltyrWdEtk9q5eeXr2/cTVqTVUtPrZ1VkUS0XqiEOc2bONoDjCVVNb13dbAqXbiEN9/a1y5SbpkVHsmTZgAe2nv4f8sfHfRAmbuzeBwjU+gwQMIC/3Ll5iEbYURQAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-nb,
.bix-bar--locale-selector .flags-nb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABVElEQVQoz3VRPUsDQRDdvT0bC8kRLRITEW0sxNJG8E/YWYhgJ1ooduIvUPAH2FjYCiG/QgioCLEzRlDRIiwEG3fnw5m9BCx0WN7uDe/NvZmxL2YUc8yTmw9fV8t958gYSsnyAb8wl2xxcizIzGfbdWtt9fCAEQwA64kcFUkwxqdWO0+FmF7f5Pr0IDLo94VhopCELSdQCByiazZHfzAoLNSb1AhD0KpBqcoWTVDMYhRXeQNRbJSWQJTMlesW/xVCWxoOrdu4O9+Z/fARKXkmEpl8KIIgRdS8ZOrFxMVexyJiWZ4NH12+n27V+J/Issx7n/ecm97fhd5zpdWOydJgfY2Cdmy03ThqI0K+uNDt3ObSJqeRCVVtMdN3yQiaVKU+SIwAatMqAMhq6mRmSofmGs0MdfAmjd8BKBuRknnbHa9w3vti5WZwv/pYrcJ4x+WCzRglfgD0nlqSGDQqbgAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-nl,
.bix-bar--locale-selector .flags-nl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA/UlEQVQoz32OzSqFYRSF16tPUueMJAnhElyByzKQCzAyNXQN5u7lJDE4RUeU3r1+DD4OCqvd6mm39mq34Ev+yb9OC4DTcwCxYUEKDTEUyBRDpWr0l+urAQDA3D1AgpwiVCmmmKp0pnp6pXrb2zEwYPMou/tYm0AOCSlUyJAfMB6T2No00BaLxXQ6BZAEQZC/1FqbzWaD7TGdZAm/Cq2RHLwM/d+ftARAw+HFydnx7fy1aMqdKrmo4tJNuqSDrcnN+eWA++en1z5fvBVdcqd7qahOL5007cn6KvA4oLvk7Y31sYlyyaWx1aToSJYtjS/hFOhAB/gN+G1DwJ++8g7ZJGpzgprw5QAAAABJRU5ErkJggg==);
}
.one-bar--locale-selector .flags-fr,
.bix-bar--locale-selector .flags-fr {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABOElEQVQYGW3BPYpUQRgF0FvVz2AEJ1GQ1swFCG7AyFhwIyYmxiKGJjKx7mm2IGZGTjdVX90fnw2Cgee0dze3+Mv029fXkuackki21p69euE7cIKAgQ3Am5dPAMSxczw+SAIgie0k9z5+DperstbP9x827IJf5yXF9ul0yoXt1pqk6x/fXTM18fARgQ4jjhTZVHrvSVprvfck3tXwnF4zVQY20rIlS6GVpPce77ID4DlT07VaVQFbFe1IXraYw+HgHbB12G3nObPKVY00sBVNZcmUSecfkrKrqarU6lUFbKMom/SSueSLJJJ8oarU9FrgMrCNQdKLJrXo/5gzXF6rUQS2cxXp+1cHEWRvrfXecdEuDo+PJpsYLQPb+cxP327HqPPg3ainV8eqWmOUVFVjjOdfvhogYPzxG+6te2aLGUjlAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-es,
.bix-bar--locale-selector .flags-es {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABH0lEQVQoz32RrU5cURSFv3PntghCJQkCBUgQ9RieAVmN6CtMJsFjeBZsVVUtg2dUK5owyYTOlLln/yzEvRM6CenOypcl9l5i7SLeJrf9uyoCxmNAmWQSIQ/C5Y67zPQPl3d3LQDSz19EECGznoOqyapqlVk5PExoCVQEAfF3kS8L7e3X0Y5LJlWpDiaNYvlMkwABvlx53MJNu3q6WHd1s70RVRjQABCSje6/+G8vXycfHo+6edmKH248kwaQXPL27OTPSXI9GZ1+bvVR6qS6YZUqskyaTPqYH48Pu+d1fdl9n35bf1ptsgeCS+5O6WB0dZWzGUMtQycDe+OGRzk+nk+nbUJjzsGBzPDADbNihjs93fvGiUgoq+1H/ufH/bwCdrRKrziyqwAAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-it,
.bix-bar--locale-selector .flags-it {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAA40lEQVQoz4WRTUoDYRBE38i38wQjBCSQc2TlLbLyDm7MKbxK7pETZGsuIBGGr6urXYyMv+ij6N7Ug4YeeIIJAIM435/9lZvNxrCkcWF/twdsuzyOYxVQtazdriJKqojL4dBoQD2/ntOZmR+9hdOpeq+IYbUyNIxd6ZRTGd/bVdX7LBBhaECSKsmSVT/5JAANIWdkKP8TJM9CWrK6u/IvYYgwXCGiomdXKrL/LkQglaT3k1KRMed3QYGSTKAxEdZ4PUaGlAAwDAML6zWZcwwDD/ACggkmjo9HSbbnCdxut/OPZ94ALlZ3hEs9N88AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt,
.bix-bar--locale-selector .flags-pt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABXklEQVQoz22RMWuTYRSFz/fmbVIrpUI62CGCgyLipP4Dndw6unTrIJ2cM3YpiL9A3ARnCwr+AUH0D+igS52iaYmJ6XfPufc6JKFLDw+XM9yHO9wGT4Eplgmgwt8t66VUTDDcHwKIiMjwxnHT4WqkjlTIlHI1p8fHFQVAnpz+2uj4/b7f61O7rhG7b5mnTGPS0izJZjAIoAKISA9//tC3WnXfOOfMx5zuceOFJS2NCwFkAAUBT5d0NuP6e3UPDifPjuzLdtOjYNla2goSQIFB7nRWcD6ztlw5u367LWtRWq5ZkheCFECFwUMKfR3ZrUd+59Vw++qN+e43S+uPLduVQzZkABUCneb28Yf6dzl5cnLtz8/ud3Y+WZldbENKSYsLCtH5W3z5mb1N+/Da1GMZW5JLQYQc7gAq/oHSztYORbkriQErmZsCCQkS3BcE0OABMAbOAQPOgYLR38t/vMh/jtdGdkPAeiYAAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-pt_br,
.bix-bar--locale-selector .flags-pt_br {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABrUlEQVQoz02RO2iTYRSG3/75Qq0oIYMS24JDFcFbBkcVlAoi4uAloMRJUSGTQ10KCkWx4KK03kAcxMvQCirWwUXNpi62OAgOUhW8ECxNm1/id95zjkOU5OFweOHlcIanC8fRxgD+3xGIHaE1TQQAI+URB9zNzNRVTbet/x3AqXcJjWpKihhFZeLsRADg8G8L37XVGe8cTN173GWw8Gvv3UykUCVq7M/1//vg7mqkcc+mtNSrw8Nj01YQ+kDzx9OLhx58levVDFWEgogEBho1SW/tT0sDnP5QOlIp3Bz6UynVZ7pXnrkwdHhNrB6rR4qYoIkERG+ueXufJC4Oufx88PQNv/oky7jk/AnPbyy6R/f45tR8sa+BFAkiZueSk8/oiO5xS/6t0Gc++ehkmK95cfnr1sGue/HVe0EOCQiScwvJgfth6nOsHB1du5jWfrosevVRY/f2c49n44ax7JdaNrs0izoCIugUFVEZf5m51JO+uLLDpc9FvPvj5vEgFqhCJY0AAiKELCxbRRUxIVeUJ6W8tZEJdu3hutV5qilVaWJqALqws22x02jbtKKTv/JDL0Hida6XAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-pl,
.bix-bar--locale-selector .flags-pl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAuklEQVQoz42NMW5CQQxEn2FresSduQM3g+b3oKTZ8XpSbPLFD0TKaGzZ8hs5fL/zo1qrqqDeqQEcDoDtAMAGHPYedt7oY1ka35CfB79TRFRm+yc9T1XVCmKljf/kDVAVA+J89rI4k0yvlqx0ypIlZ8bpdL9cGuDbzder1dHkurvcu7Xp8XgUtIKQ3DuZG2hLz+c5A/tMS6zQayxFDsZgBnZKjkdL5CCFFBKZzJ7JGNMF8Qn1ZLbrrxPwBcJ/XXkkxgfJAAAAAElFTkSuQmCC);
}
.one-bar--locale-selector .flags-fi,
.bix-bar--locale-selector .flags-fi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABN0lEQVQoz22RvWqUYRCFz3x+ooQVFAIKCRaSIlYKtpZeR65C0moj8UpSCNYWBsRKOysF0ZA0ESQBQ7JF8r5nnkmxy+KKD1PNz4EzJ46OzzVnWHv2WQ1Nhq+7j1duykjMMQCnZ9NxkO6tTiRV1avtTYpMbT64XVWz5t98+9lGpNlA0q+TS6NM6n9ERDMjKJmL9VSCXQlVS/IqFNFM6MnHnecbRyctk9bLWT0paC67etI6Ni1ZX73x5uX7URdu5rKTWU66y4lNz+qmGXda0ns1I12MwlVVFNBdNs0AmZUJSQIJFCARPw7+3F+/BVRp6/V+N928fbHBsnNJEfHpy+E4jFwLRUih2XY3VSX9U5IEbRQsXn73znUntiJCS8TiJr7v/14E+ejhntSk4d2Hp5MVGWS8SBudTadX03Ro9xt6CF0AAAAASUVORK5CYII=);
}
.one-bar--locale-selector .flags-cs,
.bix-bar--locale-selector .flags-cs {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABNklEQVQoz3VRPUvEQBCdxOVATyHCieBHYUptBLGNVhaCYHG9vcX9Ef+IcCKm8g9ce8kJovgHJBaiwhXu7syss5tLOIR7LC+T3ffmYzeCq/HNZe/6rAcBzFzzfNACmdU6Tztru28VHe6t1h7nArWfOVRVFQu6DoeT6ej1p1a0sn/p64JKAmK3Qjp/ZmLO9hO3ADMDSl+SzLku6fsnQuLTg2SRARGVwTANOSK3TPp2TJuPw3SjI/+MKAwUzoiiJIHBQCpIUr8pHkt8MbnbKR60sc4Ysp6dtRxYpem31opQWvdSMWRlnhX5TGQtGAPBIyzd+AWgwPgSXl3kJ6VX1/lam99BMfiuMBi8+vx9dPxZwta2nMWST6QygLWRMOJSM0ao8Isv/aM+fH3IrYXlb6OJsX7+JogB/gAzGXkTyGBGPQAAAABJRU5ErkJggg==);
}
.one-bar {
  background: #77a240;
  color: white;
}
.one-bar--logo {
  width: 110px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/logo-text.372fd95a.svg);
  background-position: 20px center;
}
.one-bar--bix-logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bix-logo-white.e92de8f4.png);
  background-position: 20px 6px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 77px;
}
.one-bar--user {
  cursor: default;
}
.one-bar--user--avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/user-onebar.6326ea15.svg);
  height: 20px;
  width: 20px;
  padding-right: 8px;
  vertical-align: middle;
  display: inline-block;
}
.one-bar--applications--item--link[href],
.one-bar--controls--item--link[href] {
  color: white;
}
.one-bar--applications--item--link[href]:hover,
.one-bar--controls--item--link[href]:hover,
.one-bar--applications--item--link[href]:link,
.one-bar--controls--item--link[href]:link,
.one-bar--applications--item--link[href]:visited,
.one-bar--controls--item--link[href]:visited {
  color: white;
}
.one-bar--controls {
  margin: 14px 5px;
}
.one-bar--applications--item:hover {
  background-color: #62862D;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item:link,
.one-bar--applications--item:visited {
  background-color: none;
  transition: background-color 0.15s linear;
}
.one-bar--applications--item.active {
  background-color: #62862D;
}
.bix-bar {
  font-size: 14px;
}
.bix-bar--logo {
  background-image: url(//webstats-static.cdn-one.com/v11.3.4/media/bixlogo.2e7bd9a5.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 195px;
}
.bix-bar--applications--item--link,
.bix-bar--controls--item--link {
  color: #4E4E4E;
}
.bix-bar--applications--item--link:hover,
.bix-bar--controls--item--link:hover {
  color: #4E6680;
}
.bix-bar--controls--item {
  border-left: 0;
}
.bix-bar--controls--item:hover {
  text-decoration: underline;
  cursor: pointer;
}
application {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
application > .application-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -280px;
  right: 0;
  display: none;
  transform: translateX(0);
  transition: transform 0.25s;
  overflow-x: hidden;
  overflow-y: auto;
  width: 280px;
  border-right: 1px solid #e5e5e5;
}
application > .application-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  transition: transform 0.25s;
  transform: translateX(0);
}
application > .application-wrapper nav {
  border-right: 1px solid #e5e5e5;
  position: absolute;
  width: 220px;
  left: 0;
  top: 45px;
  bottom: 0;
}
application.panel-open > .application-panel {
  transform: translateX(280px);
}
application.panel-open > .application-wrapper {
  transform: translateX(280px);
}
application .page-container {
  position: absolute;
  top: 45px;
  left: 220px;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  padding: 15px 0 0;
  display: flex;
  flex-direction: column;
}
application .page-container > .last-fetched-mobile {
  position: absolute;
  font-size: 0.8em;
  top: 4px;
  left: 15px;
  display: none;
}
application .page-container .page-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
application .page-container .page-top .info {
  color: #676566;
}
application .page-container .page-top .info h2 {
  font-size: 1.6em;
  margin: 0 0 6px;
  padding: 0;
  color: inherit;
  white-space: nowrap;
}
application .page-container .page-top .info p {
  white-space: nowrap;
  font-size: 0.8em;
  color: inherit;
}
application .page-container > .page {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 120px - 48px);
  position: relative;
}
application .page-container > .page.hasNoData {
  overflow-y: hidden;
}
@media (max-width: 991px) {
  application .page-container .page-top {
    margin-top: 8px;
    border-bottom: 0;
  }
  application .page-container .page-top--left {
    display: none;
  }
  application .page-container .page-top--right {
    width: 100%;
  }
  application .page-container .page-top .desktop-selector {
    display: none;
  }
  application .page-container .last-fetched-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  application .page-container {
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  application .page-container > .page {
    padding-right: 20px;
  }
  application .page-container .page-top {
    padding-bottom: 10px;
    padding-right: 20px;
  }
  application .page-container .page-top .mobile-selector {
    display: none;
  }
}
@media (max-width: 1199px) {
  application .page-container {
    top: 44px;
    left: 0;
  }
  application .application-panel {
    display: block;
  }
  application .application-wrapper nav {
    display: none;
  }
}

split-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
split-container.wide-narrow > *:first-child {
  flex-grow: 1.5;
}
split-container.narrow-wide > *:last-child {
  flex-grow: 1.5;
}
@media (min-width: 1200px) {
  split-container {
    flex-direction: row;
  }
  split-container > * {
    flex-grow: 1;
    flex-basis: 0;
  }
  split-container > *:first-child {
    margin-right: 10px;
  }
  split-container > *:last-child {
    margin-left: 10px;
  }
}

