@font-face {
  font-family: KievitWebPro-Light;
  src: url("fonts/KievitWebPro-Light.eot"); }

@font-face {
  font-family: KievitWebPro-Light;
  src: url("fonts/KievitWebPro-Light.woff") format("woff"); }

@font-face {
  font-family: KievitWebPro;
  src: url("fonts/KievitWebPro.eot"); }

@font-face {
  font-family: KievitWebPro;
  src: url("fonts/KievitWebPro.woff") format("woff"); }

@font-face {
  font-family: KievitWebPro-Bold;
  src: url("fonts/KievitWebPro-Bold.eot"); }

@font-face {
  font-family: KievitWebPro-Bold;
  src: url("fonts/KievitWebPro-Bold.woff") format("woff"); }

.dash-container {
  background-color: rgba(74, 74, 74, 0.95);
  color: #fff; }

.state-dash.indicators-container,
.state-hidden_bar.indicators-container {
  background-color: rgba(74, 74, 74, 0.95); }

.indicator-group-center {
  background-color: rgba(74, 74, 74, 0.95); }

.indicator-groups {
  border-color: #333; }
  .indicator-groups a.active {
    background-color: #222;
    box-shadow: 0 2px rgba(255, 255, 255, 0.03), inset 0 1px rgba(0, 0, 0, 0.13), 0 0 0px 1px #090909; }

.abs-card {
  width: 541px;
  background-color: #fff;
  color: #555; }
  .abs-card h1 {
    font-size: 187.5%;
    color: #000; }
  .abs-card p {
    font-size: 16px; }
  .abs-card .abs-later a {
    color: #777; }

.big-title {
  font-family: KievitWebPro-Light, sans-serif;
  font-size: 325%;
  color: #fff; }

.info-text {
  font-family: KievitWebPro-Light, sans-serif;
  color: #fff; }
  .info-text .count {
    font-family: KievitWebPro, sans-serif; }
  .info-text .label {
    font-size: 115%;
    font-family: KievitWebPro, sans-serif; }

.indicator-group-center {
  background-color: rgba(74, 74, 74, 0.95); }

#dash_trackers_settings {
  color: #4a4a4a;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  background: #ededed; }

.dash-tracker-settings .indicator-groups .indicator a,
.dash-tracker-settings .indicator-groups .indicator span {
  color: #4a4a4a;
  text-shadow: none; }

.absb .url {
  color: #fff;
  font-size: 150%; }
  .absb .url span {
    color: #fff;
    font-family: KievitWebPro-Light, sans-serif; }

.abs-button {
  background-color: #EBEBEB;
  border: 1px solid silver;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset, -1px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -1px 0px rgba(255, 255, 255, 0.2) inset, 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 3px rgba(0, 0, 0, 0.2);
  color: #555;
  font-family: KievitWebPro, sans-serif;
  text-shadow: #fff 0px 1px 0px; }
  .abs-button:hover {
    background-color: #f8f8f8; }
  .abs-button:active {
    background-color: #EBEBEB; }
  .abs-button:focus {
    outline: none; }

.abs-button-primary {
  color: #fff;
  text-shadow: black 0px 1px 0px;
  background-image: linear-gradient(to bottom, #11a600 0%, #0f9200 100%); }
  .abs-button-primary:hover {
    background-image: linear-gradient(to bottom, #12b000 0%, #12ab00 100%); }
  .abs-button-primary:active {
    background: #0f9200; }

.abs-button-secondary {
  color: #4a4a4a;
  text-shadow: #ededed;
  background-color: #fff; }

.abs-button-inverted {
  background-color: #555;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  transition: all 0.2s linear; }

.abs-button-transparent {
  color: #fff;
  border-color: #fff; }

.danger #domain-indicator {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }

/* ON/OFF switch */
.onoffswitch {
  width: 60px;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px; }

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.1s ease-in 0s;
  height: 26px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.16); }

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 33px;
  padding: 0;
  line-height: 26px;
  font-size: 40px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "";
  padding-left: 21px;
  border-radius: 2px;
  background-color: #92be73;
  transition: background-color 0.2s; }

.onoffswitch-inner:after {
  content: "";
  padding-right: 21px;
  border-radius: 2px;
  background-color: #e2e1e1; }

.onoffswitch-switch {
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 30px;
  transition: all 0.1s ease-in 0s;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35), inset 0 1px #fff, inset 0 0 3px #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)); }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 5px; }

.onoffswitch-checkbox:checked + .onoffswitch-label .tooltip-off {
  display: none; }

.onoffswitch-checkbox:not(:checked) + .onoffswitch-label .tooltip-on {
  display: none; }

.abs-card {
  height: auto;
  border-radius: 3px;
  margin: 0 auto 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.85), inset 1px 1px rgba(255, 255, 255, 0.41);
  overflow: visible;
  text-align: center; }
  .abs-card .title {
    font-size: 187.5%;
    color: #555;
    line-height: 1.2;
    padding: 40px 50px 0; }
    @media screen and (max-height: 800px) {
      .abs-card .title {
        padding: 25px 50px 0; } }
  .abs-card .abs-card-buttons {
    width: 100%;
    left: 0;
    margin-bottom: 37px;
    transition: all 0.4s linear; }
    @media screen and (max-height: 800px) {
      .abs-card .abs-card-buttons {
        margin-bottom: 32px; } }
  .abs-card h1 {
    font-weight: normal;
    padding: 25px 50px 0px;
    line-height: 120%; }
  .abs-card p {
    padding: 0 50px 20px;
    line-height: 1.5;
    margin: 10px 0 0;
    transition: all 0.4s linear; }
    @media screen and (max-height: 800px) {
      .abs-card p {
        margin: 10px 0 0; } }
  .abs-card .abs-later {
    margin-top: 5px; }

.abs-card.dash-tab {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden; }
  .abs-card.dash-tab.abs-card-short {
    height: 230px; }

.abs-centered-card, .abs-centered-holder {
  margin-top: -40px;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -250px; }

.abs-button {
  display: inline-block;
  min-width: 95px;
  margin-right: 10px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset, -1px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -1px 0px rgba(255, 255, 255, 0.2) inset, 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline-color: #555;
  padding: 9px 15px 7px;
  text-align: center;
  cursor: pointer; }
  .abs-button:hover {
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)); }
  .abs-button:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.25), 0px 0px 0px #eee; }
  .abs-button:focus {
    outline: none; }

.abs-button-bigger {
  padding: 14px 22px 11px;
  margin: 5px 8px;
  font-size: 120%; }

.abs-button-primary {
  border-color: #063d00; }

.abs-button-secondary {
  border-radius: 5px;
  border-color: #c5c5c5; }
  .abs-button-secondary:hover {
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)); }

.abs-button-inverted {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.72), inset 0 1px rgba(255, 255, 255, 0.15), inset 0 0 2px rgba(255, 255, 255, 0.23);
  transition: all 0.2s linear;
  cursor: pointer; }

.abs-button-transparent {
  background: transparent;
  text-shadow: none; }
  .abs-button-transparent:hover {
    background: transparent; }
  .abs-button-transparent:active {
    background: transparent; }

.black-tip-outer {
  position: absolute;
  width: 100%;
  top: 32px;
  left: -90px;
  display: inline-block; }

.black-tip {
  background-color: #363636;
  position: relative;
  border: solid 1px #202020;
  margin: 0 auto;
  display: inline-block;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px; }
  .black-tip.black-tip-arrow-right:before {
    content: ' ';
    position: absolute;
    margin-top: -7px;
    bottom: auto;
    left: auto;
    right: -7px;
    top: 50%; }
  .black-tip:before {
    content: '';
    position: absolute;
    margin-left: -5px;
    bottom: -7px;
    left: 50%;
    border: solid 1px #202020;
    background-color: #363636;
    display: block;
    width: 13px;
    height: 13px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }
  .black-tip .inner {
    background-color: #363636;
    padding: 8px 10px 7px;
    border-radius: 3px;
    display: block;
    /* transform z-index hack */
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px; }

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #686868;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-track-piece:vertical:start {
  margin-top: 3px; }

html.ie.ie-10 .shiftable-container,
html.ie.ie-10 .dash-container,
html.ie.ie-9 .shiftable-container,
html.ie.ie-9 .dash-container {
  height: 100%; }

html.ie .dash .big-icon {
  min-height: 10px; }

.dash-container {
  display: none;
  position: relative;
  width: 100%; }
  .dash-container.wide {
    transition: background-color 0.4s; }
    .dash-container.wide .dash {
      margin: 0;
      left: 0;
      top: 84px;
      width: 100%;
      z-index: 440; }
  .dash-container.dash-transparent {
    background-color: transparent; }
  .dash-container:not(.dash-transparent) {
    transition: background-color 0.4s;
    z-index: 0; }

.dash {
  left: 50%;
  width: 541px;
  position: absolute;
  margin-left: -270px;
  height: 100%; }
  .dash .big-icon {
    margin: 0 auto 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 12%; }
    .dash .big-icon img {
      height: 100%; }
  .dash .big-title {
    text-shadow: 1px 2px rgba(0, 0, 0, 0.84); }
  .dash .info-text {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    margin: 5px 0 30px;
    line-height: 1.4; }
    .dash .info-text .count {
      font-size: 90px;
      cursor: pointer; }
  .dash .actions .button {
    margin: 0 10px; }
  .dash .button {
    display: inline-block;
    font-family: KievitWebPro, sans-serif;
    font-size: 19px;
    line-height: 2.3;
    color: #555;
    text-shadow: 0 1px #fff;
    margin: 0 auto;
    min-width: 135px;
    height: 39px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #ebebeb;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19), inset 0 1px #fff, inset 0 0 2px #fff;
    border: solid 1px #535353;
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)); }
  .dash .dash-carousel-container {
    width: 2000%;
    position: relative;
    height: 88%;
    top: 12%; }
  .dash .scroll-down-to-see {
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-family: KievitWebPro-Bold, sans-serif;
    opacity: .6; }
    .dash .scroll-down-to-see:hover {
      opacity: 1; }
    @media screen and (max-height: 750px) {
      .dash .scroll-down-to-see {
        right: 10px;
        bottom: -9px; } }
  .dash .scroll-down-to-see:after {
    content: '';
    width: 21px;
    height: 22px;
    background: URL("/img/scroll-down.svg");
    position: absolute;
    top: 23px;
    left: 50%;
    margin-left: -10px; }
    @media screen and (max-height: 750px) {
      .dash .scroll-down-to-see:after {
        top: -4px;
        left: auto;
        margin-left: 0;
        right: -26px; } }

.wide .dash-carousel-container {
  display: none; }

.dash-tab {
  position: relative;
  vertical-align: top;
  width: 541px;
  text-align: center;
  display: block;
  float: left;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
  .dash-tab > div:only-child {
    height: 100%; }

.dash-tab-positioned {
  position: relative; }

.navbar-inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%; }

.shiftable-container {
  display: flex;
  flex: 1; }

.dash-feedback-link {
  position: fixed;
  right: 0;
  top: calc(15% + 220px);
  z-index: 60; }
  .dash-feedback-link a {
    position: relative;
    background: #FFFFFF;
    padding: 10px 10px 4px 13px;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    width: 24px;
    height: 24px;
    right: 0;
    transition: right 0.3s, background-color 0.3s; }
    .dash-feedback-link a:hover {
      background: #9CCA87;
      transition: right 0.3s, background-color 0.3s; }
      .dash-feedback-link a:hover .black-tip-outer {
        display: block; }
    .dash-feedback-link a.active {
      right: -50px;
      transition: right 0.3s, background-color 0.3s; }
      .dash-feedback-link a.active .black-tip-outer {
        display: none; }
  .dash-feedback-link .black-tip-outer {
    display: none;
    top: 3px;
    left: auto;
    right: 63px;
    width: auto; }

.dash-transparent .dash-feedback-link {
  display: none; }

.dash-classification.safe .back {
  display: none; }

.dash-classification.safe .big-icon {
  background-image: url(/img/classification_safe_lg.svg); }

.dash-classification.unsafe .big-icon {
  background-image: url(/img/classification_unsafe_lg.svg); }

.dash-classification.unsafe .dash-unsafe-actions {
  display: block; }

.dash-unsafe-actions {
  display: none; }
  .dash-unsafe-actions .abs-button {
    margin-bottom: 15px;
    cursor: pointer;
    overflow: hidden;
    line-height: 1; }
  .dash-unsafe-actions .abs-popup-box {
    left: auto;
    top: -3px;
    right: -141px;
    width: 320px;
    text-align: left; }
    .dash-unsafe-actions .abs-popup-box:before {
      margin-left: -8px; }
    .dash-unsafe-actions .abs-popup-box p {
      margin-bottom: 0; }
    .dash-unsafe-actions .abs-popup-box h2 {
      font-size: 105%;
      font-weight: normal;
      margin-top: 0;
      color: #000; }
  .dash-unsafe-actions .abs-tut-next, .dash-unsafe-actions .exception {
    display: inline-block; }
  .dash-unsafe-actions #lnk-info {
    display: inline-block;
    border: 0;
    width: 20px;
    height: 20px;
    padding: 6px;
    margin-left: -4px;
    margin-bottom: 23px;
    outline: none;
    background: url(/img/info_empty.svg) no-repeat 50% 50%;
    background-size: 20px 20px; }
    .dash-unsafe-actions #lnk-info:hover {
      background: url(/img/info_full.svg) no-repeat 50% 50%;
      background-size: 20px 20px; }
  .dash-unsafe-actions .info {
    vertical-align: middle;
    display: inline-block;
    position: relative; }
    .dash-unsafe-actions .info.shown a#lnk-info {
      background: url(/img/info_full.svg) no-repeat 50% 50%;
      background-size: 20px 20px; }
    .dash-unsafe-actions .info.shown .abs-popup-box {
      display: block; }
    .dash-unsafe-actions .info .abs-popup-box {
      display: none; }
  .dash-unsafe-actions .absb-check #btn-exception .domain {
    font-size: 11px;
    display: block;
    padding-top: 1px;
    opacity: .7;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.exception .states {
  display: block;
  margin-top: 19px; }

.exception .states span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.4s;
  margin-top: -19px;
  text-align: left; }

.exception.exempt .states .remove {
  opacity: 1; }

.exception.exempt .abs-popup-box-text.add {
  display: none; }

.exception.not-exempt .states .add {
  opacity: 1; }

.exception.not-exempt .abs-popup-box-text.remove {
  display: none; }

.exception.transition.exempt .added,
.exception.transition.not-exempt .removed {
  opacity: 1; }

.exception.transition .states .add,
.exception.transition .states .remove {
  opacity: 0; }

.dash-trackers.no-trackers {
  margin-top: 5%; }

.dash-trackers hr {
  margin: 30px 60px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #444 transparent #888; }

.dash-trackers .title {
  position: relative;
  display: inline-block; }
  .dash-trackers .title .show-tooltip {
    width: 22px;
    margin: 2px -24px 0 -8px;
    opacity: 0.6; }
    .dash-trackers .title .show-tooltip:hover {
      opacity: 1; }
  .dash-trackers .title .tourtip {
    margin-top: 2px;
    font-size: 16px;
    text-shadow: none; }
    .dash-trackers .title .tourtip p {
      margin-bottom: 0;
      text-align: left; }

.dash-trackers .no-trackers-message {
  width: 80%;
  margin: 36px auto 0;
  line-height: 24px;
  font-size: 18px; }

.trackers-host {
  margin-top: 10px;
  color: #e2e0e1;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }

.trackers-list-header {
  position: relative;
  width: 420px;
  margin: 36px auto 0;
  font-size: 14px;
  text-align: left; }
  .trackers-list-header .trackers-toggle-header {
    position: absolute; }

.trackers-list {
  width: 460px;
  max-height: 30%;
  margin: 20px auto;
  padding: 0;
  overflow: auto; }
  .trackers-list .tracker {
    position: relative;
    list-style: none;
    margin: 20px;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px #000; }
    .trackers-list .tracker:first-child {
      margin-top: 0; }
    .trackers-list .tracker:last-child {
      margin-bottom: 0; }
    .trackers-list .tracker .onoffswitch {
      top: 3px; }

.toggle-all {
  display: inline-block;
  padding: 16px 26px 12px;
  border: 1px solid #929292;
  border-radius: 4px;
  font-family: "KievitWebPro";
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background-color: transparent; }
  .toggle-all > * {
    display: none; }
  .toggle-all img {
    margin: -2px 0 0 4px; }

.how-many {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 18px !important; }
  .how-many img {
    width: 25px;
    margin-right: 4px;
    margin-top: -3px; }

.dash-tab-popup {
  top: 46px;
  position: fixed;
  left: calc(50% - 270px); }

html.ie-9 .close-offers-button,
html.ie-10 .close-offers-button {
  padding-left: 12px;
  padding-right: 12px; }
  html.ie-9 .close-offers-button img,
  html.ie-10 .close-offers-button img {
    width: 16px;
    margin-left: 0;
    margin-right: 0; }

html.ie-10 .close-offers-button {
  padding-left: 16px; }

.dash-pua .warning-title {
  color: #FC0; }

.dash-pua .warning-icon {
  background: url("../img/warning.svg") no-repeat center top;
  width: 100%;
  height: 115px;
  margin-bottom: 5px; }
  @media screen and (max-height: 830px) {
    .dash-pua .warning-icon {
      display: none; } }

.dash-pua .warning-message {
  font-size: 21px;
  font-weight: bold;
  margin: 15px 0; }

.dash-pua .actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center; }

.dash-pua .action-continue-recommendation {
  display: none;
  top: -5px;
  margin-left: 15px;
  padding: 5px 10px;
  width: auto;
  white-space: nowrap; }
  .dash-pua .action-continue-recommendation p {
    margin: 0;
    line-height: 1; }

.dash-pua .action:hover .action-continue-recommendation {
  display: inline-block; }

.dash-pua .actions li {
  margin: 0 15px;
  position: relative;
  white-space: nowrap; }

.dash-pua .action a {
  text-decoration: underline; }

.dash-pua .separator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #2C2C2C;
  width: 40%;
  margin: 50px auto; }

.dash-pua .suggestions-list {
  display: flex; }

.dash-pua .suggestion {
  flex-grow: 1;
  text-align: center; }

.dash-pua .suggestion-icon {
  margin: 10px 0 10px; }
  .dash-pua .suggestion-icon a {
    display: inline-block;
    position: relative; }
    .dash-pua .suggestion-icon a .product-icon {
      width: 100px;
      height: 100px; }
    .dash-pua .suggestion-icon a .portal-icon {
      position: absolute;
      top: 55px;
      left: 70px;
      width: 30px;
      height: 30px; }

.dash-pua .suggestions-message {
  font-size: 24px;
  line-height: 28px; }

.dash-pua .suggestion-action a {
  color: #11DB2E;
  font-size: 20px; }

.dash-pua .suggestion-source {
  line-height: 24px; }

.abs-card.dash-tab.abs-card-feedback {
  position: relative;
  width: 365px;
  margin-left: 88px;
  margin-right: 88px;
  overflow-x: hidden;
  overflow-y: hidden; }
  .abs-card.dash-tab.abs-card-feedback .feedback-form {
    width: 334px;
    height: 320px;
    margin: 15px;
    margin-bottom: 0px;
    border: none;
    overflow: hidden; }

.alien-placeholder, #Alien {
  position: absolute;
  top: 0;
  left: calc(50% - 65px);
  width: 130px;
  height: 7px;
  margin: -14px auto 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 4px -1px rgba(100, 100, 100, 0.4); }

.alien-placeholder {
  background: rgba(127, 127, 172, 0.2);
  z-index: -5;
  top: 14px; }

#Alien {
  z-index: -1;
  background-color: #9eca8d;
  opacity: 0;
  transition: margin-top 200ms, opacity 200ms; }
  #Alien.shown {
    margin-top: 0;
    opacity: 0.95; }
  #Alien.danger {
    background-color: #c94949; }
  #Alien.warning {
    background-color: #e9a309; }

html.ie.ie-10 .indicators-container.state-bar .indicator-groups,
html.ie.ie-9 .indicators-container.state-bar .indicator-groups {
  text-align: center; }

html.ie.ie-10 .indicators-container.state-bar .indicator-group-right,
html.ie.ie-9 .indicators-container.state-bar .indicator-group-right {
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
  height: 45px; }

html.ie.ie-10 .indicators-container.state-dash .indicator-group-right,
html.ie.ie-9 .indicators-container.state-dash .indicator-group-right {
  position: absolute;
  top: 0;
  right: 0; }

html.ie.ie-10 .indicator-group-center,
html.ie.ie-9 .indicator-group-center {
  top: 0;
  display: inline-block;
  vertical-align: top; }

html.ie.ie-10 .indicator-outer.active,
html.ie.ie-9 .indicator-outer.active {
  display: inline-block;
  vertical-align: top; }

html.ie.ie-10 .indicator-outer.active + .indicator-outer.active,
html.ie.ie-9 .indicator-outer.active + .indicator-outer.active {
  margin-left: -4px; }

html.ie #settings-indicator {
  width: 28px; }

.tour-start {
  display: none !important; }

.indicators-container {
  height: 46px;
  overflow: hidden;
  margin-top: -46px;
  transition: margin-top 200ms; }
  .indicators-container.state-bar {
    padding-left: 42px; }
  .indicators-container.state-bar,
  .indicators-container.state-dash {
    margin-top: 0; }
  .indicators-container.state-dash,
  .indicators-container.state-hidden_bar {
    height: 48px; }
    .indicators-container.state-dash .indicator-groups,
    .indicators-container.state-hidden_bar .indicator-groups {
      justify-content: space-between; }
    .indicators-container.state-dash .indicator-group-left,
    .indicators-container.state-dash .indicator-group-right,
    .indicators-container.state-hidden_bar .indicator-group-left,
    .indicators-container.state-hidden_bar .indicator-group-right {
      min-width: 300px; }
    .indicators-container.state-dash .indicator-group-center,
    .indicators-container.state-dash .indicator-group-right,
    .indicators-container.state-hidden_bar .indicator-group-center,
    .indicators-container.state-hidden_bar .indicator-group-right {
      border: none;
      background-color: transparent; }
    .indicators-container.state-dash .indicator-group-left,
    .indicators-container.state-hidden_bar .indicator-group-left {
      display: block;
      margin-left: 1px; }
    .indicators-container.state-dash .indicator-group-right .indicator,
    .indicators-container.state-hidden_bar .indicator-group-right .indicator {
      padding: 3px;
      line-height: 24px; }
    .indicators-container.state-dash .indicator-group-center .indicator,
    .indicators-container.state-hidden_bar .indicator-group-center .indicator {
      padding: 3px 9px 3px 5px; }
  .indicators-container.state-dash .indicator-group.indicator-group-right {
    display: flex; }
  .indicators-container.offers-wide .indicator-groups {
    justify-content: space-between; }
    .indicators-container.offers-wide .indicator-groups .indicator-group-left {
      display: block; }
    .indicators-container.offers-wide .indicator-groups .indicator-group-right {
      border: none;
      background-color: transparent; }
  .indicators-container.offers-wide.offers-full-bar {
    padding-left: 0px; }
    .indicators-container.offers-wide.offers-full-bar .indicator-groups {
      padding: 0px;
      display: block; }
      .indicators-container.offers-wide.offers-full-bar .indicator-groups .indicator-group-left {
        display: none; }
      .indicators-container.offers-wide.offers-full-bar .indicator-groups .indicator-group-center {
        display: block; }
        .indicators-container.offers-wide.offers-full-bar .indicator-groups .indicator-group-center .indicator-subgroup {
          display: block; }
      .indicators-container.offers-wide.offers-full-bar .indicator-groups .indicator-group-right {
        display: none; }

.indicator-subgroup {
  display: flex;
  justify-content: space-around; }
  .indicator-subgroup.offers {
    overflow: hidden; }

.indicator-group {
  display: flex;
  justify-content: flex-end; }
  .indicator-group.indicator-group-right {
    display: inline-block; }
  .indicator-group.offers a.active {
    box-shadow: none !important; }

.indicator-outer {
  display: none;
  line-height: 46px;
  margin-left: 2px;
  margin-right: 2px; }
  .indicator-outer.active {
    display: block; }

.indicator-groups {
  display: flex;
  height: 46px;
  padding: 0 4px;
  border-style: solid;
  border-width: 0 0 1px 0;
  justify-content: center; }
  .indicator-groups a.active {
    border-radius: 3px; }

.indicator-group-left {
  display: none; }

.indicator-group-center,
.indicator-group-right {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0 0 4px 4px; }

.indicator-group-right {
  margin-left: 1px;
  text-align: right;
  background-color: rgba(35, 39, 48, 0.95); }
  .indicator-group-right.offers {
    border-color: #dfdfdf;
    background-color: #f8f8f8; }
  .indicator-group-right .indicator {
    padding: 0 8px;
    line-height: 46px; }
    .indicator-group-right .indicator:hover img {
      opacity: 0.9; }
    .indicator-group-right .indicator img {
      opacity: 0.7;
      transition: opacity 200ms; }

.indicator-group-center {
  height: 45px;
  padding: 0 8px; }
  .indicator-group-center.offers {
    height: 47px;
    padding: 0;
    border-width: 0;
    background-color: initial;
    z-index: 20; }

.indicator {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  line-height: 24px;
  cursor: pointer; }
  .indicator .indicator-text {
    position: relative;
    top: 2px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    font-family: KievitWebPro, sans-serif;
    margin: 0; }
  .indicator img {
    display: inline-block;
    margin: 0 4px; }

#domain-indicator {
  display: none;
  line-height: 46px;
  font-style: normal;
  font-size: 16px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: default; }

.state-hidden_bar #dash-indicator {
  display: none; }

#dash-indicator {
  font-family: KievitWebPro-Bold, sans-serif; }
  #dash-indicator img {
    width: 23px; }

#settings-indicator img {
  height: 20px; }

#offers-indicator {
  display: flex;
  max-width: 380px;
  padding: 0; }

.offer-alert {
  text-align: center;
  white-space: nowrap; }
  .offer-alert .discount {
    width: 90px;
    height: 46px;
    line-height: 49px;
    padding: 0px 10px;
    border-bottom-left-radius: 4px;
    font-size: 90%;
    font-family: KievitWebPro-Bold, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.26);
    background-color: #2c88f7;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); }
    .offer-alert .discount.pointer {
      position: relative;
      width: 22px;
      height: 22px; }
      .offer-alert .discount.pointer:after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        margin-top: -3px;
        margin-left: -7px;
        pointer-events: none;
        border-top-color: #2b88f6;
        border: 7px solid rgba(43, 136, 246, 0); }
  .offer-alert .indicator-text {
    top: 0;
    max-width: 240px;
    min-width: 120px;
    height: 45px;
    line-height: 49px;
    padding: 0 10px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-bottom-right-radius: 4px;
    color: #111;
    text-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f2f2f2;
    border-color: #c9c9c9; }
  .offer-alert strong {
    font-family: KievitWebPro-Bold, sans-serif;
    font-weight: normal; }

.state-dash .offer-alert .indicator-text {
  border: 0;
  background-color: transparent; }

.state-dash .offer-alert .discount {
  line-height: 52px;
  font-family: KievitWebPro, sans-serif;
  font-size: 100%;
  color: #2c88f7;
  background: none; }

.state-dash #offers-indicator:after {
  border: 0;
  background: linear-gradient(to right, transparent, rgba(248, 248, 248, 0.8)); }

.danger.state-dash .indicator-groups,
.danger.state-hidden_bar .indicator-groups,
.danger .indicator-group-center,
.danger .indicator-group-right {
  background-color: #c94949;
  border-color: #741A1A; }

.danger.state-dash .indicator-group-center,
.danger.state-dash .indicator-group-right,
.danger.state-hidden_bar .indicator-group-center,
.danger.state-hidden_bar .indicator-group-right {
  background-color: initial;
  border-color: initial; }

.danger .indicator-groups a.active {
  background-color: rgba(45, 45, 45, 0.7);
  box-shadow: 0 0 0px 1px rgba(32, 32, 32, 0.7); }

.danger .indicator-group-right .indicator img {
  opacity: 1; }

.unsafe-link {
  text-transform: uppercase; }

.warning-url {
  color: #FC0; }

.blue-dot-container {
  position: absolute;
  width: 30px;
  height: 30px;
  /* Centering for the demo */
  margin-left: 7px;
  margin-top: -17px; }

.blue-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #2b87f5;
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) -25%, rgba(255, 255, 255, 0) 125%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16); }

.blue-dot-pulsate {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border: 2px solid rgba(46, 143, 247, 0);
  background: rgba(46, 143, 247, 0.38);
  border-radius: 50%;
  opacity: 0.0; }
  .blue-dot-pulsate.animate {
    -webkit-animation: blue-dot 3s ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation: blue-dot 3s ease-in-out;
    -moz-animation-iteration-count: 1; }

@-webkit-keyframes blue-dot {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  45% {
    -webkit-transform: scale(1, 1);
    opacity: 1.0;
    border: 2px solid rgba(46, 143, 247, 0.05); }
  100% {
    -webkit-transform: scale(1.05, 1.05);
    opacity: 0.0;
    background: transparent;
    border: 2px solid #2e8ff7; } }

@-moz-keyframes blue-dot {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  45% {
    -moz-transform: scale(1, 1);
    opacity: 1.0;
    border: 2px solid rgba(46, 143, 247, 0.05); }
  100% {
    -moz-transform: scale(1.05, 1.05);
    opacity: 0.0;
    background: transparent;
    border: 2px solid #2e8ff7; } }

.tour-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  display: none;
  z-index: 100; }

.step-trackers,
.step-offers,
.step-howtoedittrackers,
.step-classification,
.step-feedback,
.step-tinytopview,
.step-offers {
  display: none; }

.step-unsafe {
  display: none;
  top: 5px;
  left: 50%;
  margin-left: -96px; }

.cover img {
  margin-bottom: 20px; }

.indicator-outer .tour-start {
  position: static;
  display: inline-block;
  margin-top: 6px;
  margin-right: 10px; }

.tour-card-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }

.tour-start-container {
  top: 60px;
  right: 30px;
  position: absolute;
  z-index: 1; }

.tour-start-link {
  display: block;
  text-decoration: none; }
  .tour-start-link.active {
    background: none;
    box-shadow: none; }

.tour-start {
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
  line-height: 100%;
  /* Tour play END */ }
  .tour-start .tour-tooltip {
    background-color: rgba(255, 246, 159, 0.97);
    position: relative;
    font-size: 115%;
    color: #555;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    padding: 10px 15px 8px;
    border-radius: 3px;
    font-family: KievitWebPro-Bold, sans-serif;
    margin-right: 6px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
    .tour-start .tour-tooltip:after,
    .tour-start .tour-tooltip:before {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .tour-start .tour-tooltip:after {
      border-color: rgba(255, 246, 159, 0);
      border-left-color: #fff69f;
      border-width: 7px;
      margin-top: -7px; }
    .tour-start .tour-tooltip:before {
      border-color: rgba(200, 183, 40, 0);
      border-left-color: #c8b728;
      border-width: 8px;
      margin-top: -8px; }
  .tour-start .tour-play {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #2b88f6;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.26);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    text-align: center; }
    .tour-start .tour-play img {
      position: relative;
      top: 9px; }
    .tour-start .tour-play .ring {
      border: 5px solid rgba(55, 148, 221, 0.7);
      border-radius: 50%;
      height: 28px;
      width: 28px;
      position: absolute;
      left: -3px;
      top: -3px;
      opacity: 0;
      -webkit-animation: pulsate 3s ease-out;
      -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

.tourtip-container {
  display: none; }

/* With pointers */
.with-pointer:after,
.with-pointer:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* Point up */
.point-up:after,
.point-up:before {
  bottom: 100%;
  left: 30px; }

.point-up:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 9px; }

.point-up:before {
  border-color: rgba(184, 184, 184, 0);
  border-bottom-color: #b8b8b8;
  border-width: 10px;
  margin-left: -1px; }

.point-up-right:after,
.point-up-right:before {
  left: auto;
  right: 30px; }

.point-up-center:after,
.point-up-center:before {
  left: auto;
  right: 50%;
  margin-right: -9px; }

/* Point left */
.point-left:after,
.point-left:before {
  right: 100%;
  top: 50%; }

.point-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 9px;
  margin-top: -9px; }

.point-left:before {
  border-color: rgba(184, 184, 184, 0);
  border-right-color: #b8b8b8;
  border-width: 10px;
  margin-top: -10px; }

/* Point right */
.point-right:after,
.point-right:before {
  left: 100%;
  top: 50%; }

.point-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 9px;
  margin-top: -9px; }

.point-right:before {
  border-color: rgba(184, 184, 184, 0);
  border-left-color: #b8b8b8;
  border-width: 10px;
  margin-top: -10px; }

.tourtip {
  position: absolute;
  z-index: 1;
  width: 385px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.32), inset 0 1px #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Variations */
  /* On edit trackers, ligher backgound */ }
  body[lang="de-DE"] .tourtip.step-offers {
    width: 465px; }
  body[lang="es-ES"] .tourtip.step-offers {
    width: 450px; }
  .tourtip.lighterbg {
    border: 0;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.13), inset 0 1px #fff; }
    .tourtip.lighterbg.with-pointer {
      border: 0 !important; }
  .tourtip .tip-title {
    font-size: 22px;
    color: #555; }
  .tourtip p,
  .tourtip ul {
    color: #777;
    line-height: 1.45; }
  .tourtip p {
    margin: 20px 0; }
  .tourtip ul {
    padding: 0 0 0 17px;
    margin: 0; }
  .tourtip .abs-card-buttons .abs-tut-next {
    padding: 9px 15px 7px;
    text-align: center;
    margin-right: 13px;
    margin-bottom: 0;
    margin-top: 10px;
    min-width: 95px; }
  .tourtip .abs-card-buttons .abs-button {
    margin-bottom: 0; }

html.ie .settings-uninstall {
  display: none; }

.abs-settings-card {
  position: relative;
  top: 20%;
  max-height: 580px; }
  .abs-settings-card .settings-head {
    opacity: .3;
    margin-bottom: 28px;
    padding: 55px 0 25px; }
  .abs-settings-card .set {
    position: relative;
    text-align: left;
    font-size: 150%;
    color: #555;
    padding: 15px 35px 20px;
    margin-bottom: 15px; }
    .abs-settings-card .set .onoffswitch {
      right: 35px;
      top: 10px; }
  .abs-settings-card .set.first-option {
    border-bottom: 1px solid #ccc; }
  .abs-settings-card .kill-settings {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 900; }
  .abs-settings-card .links {
    position: absolute;
    width: 100%;
    margin-top: 30px;
    text-align: center; }
    .abs-settings-card .links a {
      color: #898989;
      margin-left: 10px;
      margin-right: 10px; }

.abs-card.dash-tab.abs-settings-card {
  overflow: visible; }

.set.inactive {
  display: none;
  opacity: 0.5; }
  .set.inactive .onoffswitch-inner:before {
    background-color: #D3D3D3; }

.set.inactive {
  opacity: 0.5; }
  .set.inactive .onoffswitch-inner:before {
    background-color: #D3D3D3; }

.onoffswitch-label .black-tip-outer {
  bottom: 41px;
  left: -76px;
  top: auto;
  width: 205px;
  display: none;
  color: white;
  font-size: 14px; }

.onoffswitch-label:hover .black-tip-outer {
  display: block; }

.settings-bottom-block {
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #999;
  margin: 0 35px; }

.settings-support-link,
.settings-uninstall {
  color: #555; }

.settings-support-link {
  float: left; }

.settings-uninstall {
  float: right; }

@media print {
  html {
    display: none; } }

html.ie img {
  border: none; }

html {
  position: fixed;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

body {
  padding: 18px;
  margin: 0;
  padding: 0;
  font: 16px/1 KievitWebPro-Light, sans-serif;
  height: 100%; }
  body.white {
    background: transparent; }

a {
  color: #eee;
  text-decoration: none;
  outline: none; }

img {
  vertical-align: middle; }

.navbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Fixes artifacts of animation */ }

#main-nav {
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 2px;
  border-bottom: 2px solid grey; }

#main {
  padding: 0 10px; }

#page {
  width: 800px;
  margin: 20px auto;
  background: rgba(60, 60, 60, 0.5);
  border-radius: 20px;
  padding: 20px;
  min-height: 400px; }
