﻿/*Compass imports */
@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");
}

/* line 1, ../../../tmp/firefox/css/__theme.scss */
.dash-container {
  background-color: rgba(74, 74, 74, 0.95);
  color: white;
}

/* line 8, ../../../tmp/firefox/css/__theme.scss */
.state-dash.indicators-container,
.state-hidden_bar.indicators-container {
  background-color: rgba(74, 74, 74, 0.95);
}

/* line 13, ../../../tmp/firefox/css/__theme.scss */
.indicator-group-center {
  background-color: rgba(74, 74, 74, 0.95);
}

/* line 17, ../../../tmp/firefox/css/__theme.scss */
.indicator-groups {
  border-color: #333333;
}
/* line 20, ../../../tmp/firefox/css/__theme.scss */
.indicator-groups a.active {
  background-color: #222222;
  box-shadow: 0 2px rgba(255, 255, 255, 0.03), inset 0 1px rgba(0, 0, 0, 0.13), 0 0 0px 1px #090909;
}

/* line 28, ../../../tmp/firefox/css/__theme.scss */
.abs-card {
  width: 541px;
  background-color: white;
  color: #555555;
}
/* line 33, ../../../tmp/firefox/css/__theme.scss */
.abs-card h1 {
  font-size: 187.5%;
  color: black;
}
/* line 38, ../../../tmp/firefox/css/__theme.scss */
.abs-card p {
  font-size: 16px;
}
/* line 43, ../../../tmp/firefox/css/__theme.scss */
.abs-card .abs-later a {
  color: #777777;
}

/* line 49, ../../../tmp/firefox/css/__theme.scss */
.bigTitle {
  font-family: KievitWebPro-Light, sans-serif;
  font-size: 325%;
  color: white;
}

/* line 55, ../../../tmp/firefox/css/__theme.scss */
.infoText {
  font-family: KievitWebPro-Light, sans-serif;
  color: white;
}
/* line 59, ../../../tmp/firefox/css/__theme.scss */
.infoText .count {
  font-family: KievitWebPro, sans-serif;
}
/* line 63, ../../../tmp/firefox/css/__theme.scss */
.infoText .label {
  font-size: 115%;
  font-family: KievitWebPro, sans-serif;
}

/* line 69, ../../../tmp/firefox/css/__theme.scss */
.infoBlock {
  font-family: KievitWebPro, sans-serif;
  font-size: 115%;
}

/* line 74, ../../../tmp/firefox/css/__theme.scss */
.indicator-group-center {
  background-color: rgba(74, 74, 74, 0.95);
}

/* line 78, ../../../tmp/firefox/css/__theme.scss */
.dash-trackers .count {
  color: white;
}

/* line 83, ../../../tmp/firefox/css/__theme.scss */
#dash_trackers_settings {
  color: #4a4a4a;
  text-shadow: 0 1px white;
  background: #ededed;
}

/* line 93, ../../../tmp/firefox/css/__theme.scss */
.dash-tracker-settings .indicator-groups .indicator a,
.dash-tracker-settings .indicator-groups .indicator span {
  color: #4a4a4a;
  text-shadow: none;
}

/* line 103, ../../../tmp/firefox/css/__theme.scss */
.dash-trackers.active .count {
  background-color: #ededed;
  color: #4a4a4a;
}

/* line 111, ../../../tmp/firefox/css/__theme.scss */
.absb .url {
  color: white;
  font-size: 150%;
}
/* line 115, ../../../tmp/firefox/css/__theme.scss */
.absb .url span {
  color: white;
  font-family: KievitWebPro-Light, sans-serif;
}

/* line 122, ../../../tmp/firefox/css/__theme.scss */
.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: #555555;
  font-family: KievitWebPro, sans-serif;
}
/* line 133, ../../../tmp/firefox/css/__theme.scss */
.abs-button:hover {
  background-color: #f8f8f8;
}
/* line 137, ../../../tmp/firefox/css/__theme.scss */
.abs-button:active {
  background-color: #ebebeb;
}
/* line 141, ../../../tmp/firefox/css/__theme.scss */
.abs-button:focus {
  outline: none;
}

/* line 146, ../../../tmp/firefox/css/__theme.scss */
.abs-button-primary {
  color: white;
  text-shadow: black 0px 1px 0px;
  background-image: linear-gradient(to bottom, #11a600 0%, #0f9200 100%);
}
/* line 153, ../../../tmp/firefox/css/__theme.scss */
.abs-button-primary:hover {
  background-image: linear-gradient(to bottom, #12b000 0%, #12ab00 100%);
}
/* line 159, ../../../tmp/firefox/css/__theme.scss */
.abs-button-primary:active {
  background: #0f9200;
}

/* line 164, ../../../tmp/firefox/css/__theme.scss */
.abs-button-secondary {
  color: #4a4a4a;
  text-shadow: #ededed;
  background-color: white;
}

/* line 170, ../../../tmp/firefox/css/__theme.scss */
.abs-button-inverted {
  background-color: #555555;
  color: white;
  text-shadow: 0 1px white;
  transition: all .2s linear;
}

/* line 177, ../../../tmp/firefox/css/__theme.scss */
.abs-button-transparent {
  color: white;
  border-color: white;
}

/* line 183, ../../../tmp/firefox/css/__theme.scss */
.danger #domain-indicator {
  color: white;
  text-shadow: 0 1px white;
}

/* line 1, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .dash-container {
  background-color: rgba(245, 245, 245, 0.95);
  color: #4a4a4a;
}
/* line 8, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .state-dash.indicators-container,
.theme-inverted .state-hidden_bar.indicators-container {
  background-color: rgba(245, 245, 245, 0.95);
}
/* line 13, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .indicator-group-center {
  background-color: rgba(245, 245, 245, 0.95);
}
/* line 17, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .indicator-groups {
  border-color: #e5e5e5;
}
/* line 20, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .indicator-groups a.active {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 2px rgba(255, 255, 255, 0.03), inset 0 1px rgba(0, 0, 0, 0.13), 0 0 0px 1px rgba(230, 230, 230, 0);
}
/* line 28, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-card {
  width: 541px;
  background-color: white;
  color: #555555;
}
/* line 33, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-card h1 {
  font-size: 187.5%;
  color: black;
}
/* line 38, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-card p {
  font-size: 16px;
}
/* line 43, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-card .abs-later a {
  color: #777777;
}
/* line 49, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .bigTitle {
  font-family: KievitWebPro-Light, sans-serif;
  font-size: 325%;
  color: #4a4a4a;
}
/* line 55, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .infoText {
  font-family: KievitWebPro-Light, sans-serif;
  color: #4a4a4a;
}
/* line 59, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .infoText .count {
  font-family: KievitWebPro, sans-serif;
}
/* line 63, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .infoText .label {
  font-size: 115%;
  font-family: KievitWebPro, sans-serif;
}
/* line 69, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .infoBlock {
  font-family: KievitWebPro, sans-serif;
  font-size: 115%;
}
/* line 74, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .indicator-group-center {
  background-color: rgba(245, 245, 245, 0.95);
}
/* line 78, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .dash-trackers .count {
  color: #4a4a4a;
}
/* line 83, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted #dash_trackers_settings {
  color: white;
  text-shadow: 0 1px black;
  background: rgba(74, 74, 74, 0.95);
}
/* line 93, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .dash-tracker-settings .indicator-groups .indicator a,
.theme-inverted .dash-tracker-settings .indicator-groups .indicator span {
  color: white;
  text-shadow: none;
}
/* line 103, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .dash-trackers.active .count {
  background-color: rgba(74, 74, 74, 0.95);
  color: white;
}
/* line 111, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .absb .url {
  color: #4a4a4a;
  font-size: 150%;
}
/* line 115, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .absb .url span {
  color: #4a4a4a;
  font-family: KievitWebPro-Light, sans-serif;
}
/* line 122, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .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: #545454;
  font-family: KievitWebPro, sans-serif;
}
/* line 133, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-button:hover {
  background-color: #f8f8f8;
}
/* line 137, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-button:active {
  background-color: #ebebeb;
}
/* line 141, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-button:focus {
  outline: none;
}
/* line 146, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-button-primary {
  color: white;
  text-shadow: black 0px 1px 0px;
  background-image: linear-gradient(to bottom, #11a600 0%, #0f9200 100%);
}
/* line 153, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-button-primary:hover {
  background-image: linear-gradient(to bottom, #12b000 0%, #12ab00 100%);
}
/* line 159, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-button-primary:active {
  background: #0f9200;
}
/* line 164, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-button-secondary {
  color: #4a4a4a;
  text-shadow: rgba(74, 74, 74, 0.95);
  background-color: white;
}
/* line 170, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-button-inverted {
  background-color: #545454;
  color: #4a4a4a;
  text-shadow: 0 1px black;
  transition: all .2s linear;
}
/* line 177, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .abs-button-transparent {
  color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 183, ../../../tmp/firefox/css/__theme.scss */
.theme-inverted .danger #domain-indicator {
  color: #4a4a4a;
  text-shadow: 0 1px black;
}

/* ON/OFF switch */
/* line 8, ../../../tmp/firefox/css/_common.scss */
.onoffswitch {
  width: 54px;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 19, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 23, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

/* line 30, ../../../tmp/firefox/css/_common.scss */
.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);
}

/* line 38, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 29px;
  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;
}

/* line 52, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-inner:before {
  content: "";
  padding-left: 21px;
  border-radius: 2px;
  background-color: #92be73;
  transition: background-color 0.2s;
}

/* line 60, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-inner:after {
  content: "";
  padding-right: 21px;
  border-radius: 2px;
  background-color: #e2e1e1;
}

/* line 67, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-switch {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 26px;
  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 white, inset 0 0 3px white;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
}

/* line 84, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 88, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 3px;
}

/* line 92, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .tooltip-off {
  display: none;
}

/* line 96, ../../../tmp/firefox/css/_common.scss */
.onoffswitch-checkbox:not(:checked) + .onoffswitch-label .tooltip-on {
  display: none;
}

/* line 101, ../../../tmp/firefox/css/_common.scss */
.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;
}
/* line 109, ../../../tmp/firefox/css/_common.scss */
.abs-card .abs-card-buttons {
  width: 100%;
  left: 0;
  margin-bottom: 37px;
  transition: all .4s linear;
}
@media screen and (max-height: 800px) {
  /* line 109, ../../../tmp/firefox/css/_common.scss */
  .abs-card .abs-card-buttons {
    margin-bottom: 32px;
  }
}
/* line 120, ../../../tmp/firefox/css/_common.scss */
.abs-card h1 {
  font-weight: normal;
  padding: 25px 50px 0px;
  line-height: 120%;
}
/* line 126, ../../../tmp/firefox/css/_common.scss */
.abs-card p {
  padding: 0 50px 20px;
  line-height: 1.5;
  margin: 10px 0 0;
  transition: all .4s linear;
}
@media screen and (max-height: 800px) {
  /* line 126, ../../../tmp/firefox/css/_common.scss */
  .abs-card p {
    margin: 10px 0 0;
  }
}
/* line 137, ../../../tmp/firefox/css/_common.scss */
.abs-card .abs-later {
  margin-top: 5px;
}

/* line 142, ../../../tmp/firefox/css/_common.scss */
.abs-card.dash-tab {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 147, ../../../tmp/firefox/css/_common.scss */
.abs-card.dash-tab.abs-card-short {
  height: 230px;
}

/* line 152, ../../../tmp/firefox/css/_common.scss */
.abs-centered-card, .abs-centered-holder {
  margin-top: -40px;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -250px;
}

/* line 162, ../../../tmp/firefox/css/_common.scss */
.abs-button {
  display: inline-block;
  margin: 5px;
  min-width: 95px;
  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;
  text-shadow: #fff 0px 1px 0px;
  cursor: pointer;
}
/* line 178, ../../../tmp/firefox/css/_common.scss */
.abs-button:hover {
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
}
/* line 182, ../../../tmp/firefox/css/_common.scss */
.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 #eeeeee;
}
/* line 190, ../../../tmp/firefox/css/_common.scss */
.abs-button:focus {
  outline: none;
}

/* line 195, ../../../tmp/firefox/css/_common.scss */
.abs-button-bigger {
  padding: 14px 22px 11px;
  margin: 5px 8px;
  font-size: 120%;
}

/* line 201, ../../../tmp/firefox/css/_common.scss */
.abs-button-primary {
  border-color: #063d00;
}

/* line 205, ../../../tmp/firefox/css/_common.scss */
.abs-button-secondary {
  border-radius: 5px;
  border-color: #c5c5c5;
}
/* line 209, ../../../tmp/firefox/css/_common.scss */
.abs-button-secondary:hover {
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
}

/* line 214, ../../../tmp/firefox/css/_common.scss */
.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 .2s linear;
  cursor: pointer;
}

/* line 227, ../../../tmp/firefox/css/_common.scss */
.abs-button-transparent {
  background: transparent;
  text-shadow: none;
}
/* line 231, ../../../tmp/firefox/css/_common.scss */
.abs-button-transparent:hover {
  background: transparent;
}
/* line 234, ../../../tmp/firefox/css/_common.scss */
.abs-button-transparent:active {
  background: transparent;
}

/* line 5, ../../../tmp/firefox/css/_dash.scss */
.dash-container {
  display: none;
  width: 100%;
  position: relative;
}
/* line 11, ../../../tmp/firefox/css/_dash.scss */
.dash-container.wide {
  transition: background-color 0.4s;
}
/* line 14, ../../../tmp/firefox/css/_dash.scss */
.dash-container.wide .dash {
  margin: 0;
  left: 0;
  top: 84px;
  width: 100%;
  z-index: 440;
}
/* line 23, ../../../tmp/firefox/css/_dash.scss */
.dash-container.dash-transparent {
  background-color: rgba(0, 0, 0, 0);
}
/* line 27, ../../../tmp/firefox/css/_dash.scss */
.dash-container:not(.dash-transparent) {
  transition: background-color 0.4s;
  z-index: 0;
}

/* line 33, ../../../tmp/firefox/css/_dash.scss */
.dash {
  left: 50%;
  width: 541px;
  position: absolute;
  margin-left: -270px;
  height: 100%;
}
/* line 40, ../../../tmp/firefox/css/_dash.scss */
.dash .bigIcon {
  /*
  max-width: 109px;
  max-height: 110px;
  min-height: 50px;
  min-width: 50px;
*/
  margin: 0 auto 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 12%;
}
/* line 53, ../../../tmp/firefox/css/_dash.scss */
.dash .bigIcon img {
  height: 100%;
}
/* line 58, ../../../tmp/firefox/css/_dash.scss */
.dash .bigTitle {
  text-shadow: 0 1px rgba(0, 0, 0, 0.84);
}
/* line 62, ../../../tmp/firefox/css/_dash.scss */
.dash .infoText {
  text-shadow: 0 1px #000;
  margin: 5px 0 30px;
  line-height: 1.4;
}
/* line 67, ../../../tmp/firefox/css/_dash.scss */
.dash .infoText .count {
  font-size: 90px;
  cursor: pointer;
}
/* line 73, ../../../tmp/firefox/css/_dash.scss */
.dash .infoBlock {
  font-family: KievitWebPro, sans-serif;
  display: inline-block;
  width: 145px;
  font-size: 115%;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}
/* line 82, ../../../tmp/firefox/css/_dash.scss */
.dash .actions {
  display: flex;
  justify-content: center;
}
/* line 86, ../../../tmp/firefox/css/_dash.scss */
.dash .actions .button {
  margin: 0 10px;
}
/* line 91, ../../../tmp/firefox/css/_dash.scss */
.dash .button {
  display: 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 white, inset 0 0 2px white;
  border: solid 1px #535353;
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
}
/* line 113, ../../../tmp/firefox/css/_dash.scss */
.dash .dash-carousel-container {
  width: 2000%;
  position: relative;
  height: 100%;
  top: 15%;
}
/* line 120, ../../../tmp/firefox/css/_dash.scss */
.dash .scroll-down-to-see {
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-family: KievitWebPro-Bold, sans-serif;
  opacity: .6;
}
/* line 127, ../../../tmp/firefox/css/_dash.scss */
.dash .scroll-down-to-see:hover {
  opacity: 1;
}
@media screen and (max-height: 750px) {
  /* line 120, ../../../tmp/firefox/css/_dash.scss */
  .dash .scroll-down-to-see {
    right: 10px;
    bottom: -9px;
  }
}
/* line 137, ../../../tmp/firefox/css/_dash.scss */
.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) {
  /* line 137, ../../../tmp/firefox/css/_dash.scss */
  .dash .scroll-down-to-see:after {
    top: -4px;
    left: auto;
    margin-left: 0;
    right: -26px;
  }
}

/* line 156, ../../../tmp/firefox/css/_dash.scss */
.wide .dash-carousel-container {
  display: none;
}

/* line 160, ../../../tmp/firefox/css/_dash.scss */
.dash-tab {
  vertical-align: top;
  width: 541px;
  text-align: center;
  display: block;
  float: left;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
/* line 170, ../../../tmp/firefox/css/_dash.scss */
.dash-tab > div:only-child {
  height: 100%;
}

/* line 175, ../../../tmp/firefox/css/_dash.scss */
.dash-tab-positioned {
  position: relative;
}

/* line 179, ../../../tmp/firefox/css/_dash.scss */
.navbar-inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}

/* line 187, ../../../tmp/firefox/css/_dash.scss */
.shiftable-container {
  display: flex;
  flex: 1;
}

/* line 192, ../../../tmp/firefox/css/_dash.scss */
.dash-feedback-link {
  position: fixed;
  right: 0;
  top: calc(15% + 220px);
  z-index: 60;
}
/* line 198, ../../../tmp/firefox/css/_dash.scss */
.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;
}
/* line 209, ../../../tmp/firefox/css/_dash.scss */
.dash-feedback-link a:hover {
  background: #9CCA87;
  transition: right 0.3s, background-color 0.3s;
}
/* line 213, ../../../tmp/firefox/css/_dash.scss */
.dash-feedback-link a:hover .black-tip-outer {
  display: block;
}
/* line 218, ../../../tmp/firefox/css/_dash.scss */
.dash-feedback-link a.active {
  right: -50px;
  transition: right 0.3s, background-color 0.3s;
}
/* line 222, ../../../tmp/firefox/css/_dash.scss */
.dash-feedback-link a.active .black-tip-outer {
  display: none;
}
/* line 228, ../../../tmp/firefox/css/_dash.scss */
.dash-feedback-link .black-tip-outer {
  display: none;
  top: 3px;
  left: auto;
  right: 63px;
  width: auto;
}

/* line 237, ../../../tmp/firefox/css/_dash.scss */
.dash-transparent .dash-feedback-link {
  display: none;
}

/* line 2, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-classification.safe .back {
  display: none;
}
/* line 6, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-classification.safe .bigIcon {
  background-image: url(/img/classification_safe_lg.svg);
}

/* line 13, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-classification.unsafe .bigIcon {
  background-image: url(/img/classification_unsafe_lg.svg);
}
/* line 17, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-classification.unsafe .dash-unsafe-actions {
  display: block;
}

/* line 22, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions {
  display: none;
}
/* line 25, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .abs-button {
  margin-bottom: 15px;
  cursor: pointer;
  overflow: hidden;
  line-height: 1;
}
/* line 32, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .abs-popup-box {
  left: auto;
  top: -3px;
  right: -141px;
  width: 320px;
  text-align: left;
}
/* line 39, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .abs-popup-box:before {
  margin-left: -8px;
}
/* line 43, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .abs-popup-box p {
  margin-bottom: 0;
}
/* line 47, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .abs-popup-box h2 {
  font-size: 105%;
  font-weight: normal;
  margin-top: 0;
  color: #000;
}
/* line 55, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .abs-tut-next, .dash-unsafe-actions .exception {
  display: inline-block;
}
/* line 59, ../../../tmp/firefox/css/_dash_classification.scss */
.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;
}
/* line 71, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions #lnk-info:hover {
  background: url(/img/info_full.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
}
/* line 77, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .info {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
/* line 83, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .info.shown a#lnk-info {
  background: url(/img/info_full.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
}
/* line 88, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .info.shown .abs-popup-box {
  display: block;
}
/* line 93, ../../../tmp/firefox/css/_dash_classification.scss */
.dash-unsafe-actions .info .abs-popup-box {
  display: none;
}
/* line 100, ../../../tmp/firefox/css/_dash_classification.scss */
.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;
}

/* line 113, ../../../tmp/firefox/css/_dash_classification.scss */
.exception .states {
  display: block;
  margin-top: 19px;
}

/* line 118, ../../../tmp/firefox/css/_dash_classification.scss */
.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;
}

/* line 130, ../../../tmp/firefox/css/_dash_classification.scss */
.exception.exempt .states .remove {
  opacity: 1;
}
/* line 133, ../../../tmp/firefox/css/_dash_classification.scss */
.exception.exempt .abs-popup-box-text.add {
  display: none;
}

/* line 139, ../../../tmp/firefox/css/_dash_classification.scss */
.exception.not-exempt .states .add {
  opacity: 1;
}
/* line 142, ../../../tmp/firefox/css/_dash_classification.scss */
.exception.not-exempt .abs-popup-box-text.remove {
  display: none;
}

/* line 149, ../../../tmp/firefox/css/_dash_classification.scss */
.exception.transition.exempt .added, .exception.transition.not-exempt .removed {
  opacity: 1;
}
/* line 155, ../../../tmp/firefox/css/_dash_classification.scss */
.exception.transition .states .add,
.exception.transition .states .remove {
  opacity: 0;
}

/* line 2, ../../../tmp/firefox/css/_dash_trackers.scss */
.dash-trackers .bigIcon {
  background-image: url(/img/trackers_icon_lg.svg);
}
/* line 6, ../../../tmp/firefox/css/_dash_trackers.scss */
.dash-trackers .counts {
  display: flex;
  justify-content: center;
  padding-top: 75px;
  position: relative;
}
/* line 13, ../../../tmp/firefox/css/_dash_trackers.scss */
.dash-trackers .counts-entry {
  margin: 10px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 140px;
  transition: width 400ms, margin-left 400ms, margin-right 400ms, opacity 400ms, visibility 400ms;
}
/* line 27, ../../../tmp/firefox/css/_dash_trackers.scss */
.dash-trackers .counts-entry.active .count img {
  width: 60%;
  margin-top: -14px;
  vertical-align: middle;
}
/* line 35, ../../../tmp/firefox/css/_dash_trackers.scss */
.dash-trackers .counts-entry.hidden {
  margin-left: 0;
  margin-right: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}
/* line 44, ../../../tmp/firefox/css/_dash_trackers.scss */
.dash-trackers .count {
  line-height: 1;
  padding: 15px 0 4px;
  width: 120px;
  border: 1px solid white;
  border-radius: 4px;
  margin: 0 auto 12px;
}
/* line 53, ../../../tmp/firefox/css/_dash_trackers.scss */
.dash-trackers .label {
  margin: auto;
}
/* line 57, ../../../tmp/firefox/css/_dash_trackers.scss */
.dash-trackers .trackers-settings-trigger {
  margin-top: 20px;
  text-indent: 5px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media screen and (max-height: 750px) {
  /* line 57, ../../../tmp/firefox/css/_dash_trackers.scss */
  .dash-trackers .trackers-settings-trigger {
    bottom: 35px;
  }
}
@media screen and (max-height: 650px) {
  /* line 57, ../../../tmp/firefox/css/_dash_trackers.scss */
  .dash-trackers .trackers-settings-trigger {
    text-align: center;
    margin-left: 0;
  }
}

/* line 75, ../../../tmp/firefox/css/_dash_trackers.scss */
.black-tip-outer {
  position: absolute;
  width: 100%;
  top: 32px;
  left: -90px;
  display: inline-block;
}

/* line 83, ../../../tmp/firefox/css/_dash_trackers.scss */
.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;
}
/* line 92, ../../../tmp/firefox/css/_dash_trackers.scss */
.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);
}
/* line 105, ../../../tmp/firefox/css/_dash_trackers.scss */
.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);
}
/* line 126, ../../../tmp/firefox/css/_dash_trackers.scss */
.black-tip .close-button {
  margin-left: 10px;
  width: 16px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: -1px;
  cursor: pointer;
}

/* line 140, ../../../tmp/firefox/css/_dash_trackers.scss */
.black-tip-arrow-right:before {
  content: ' ';
  position: absolute;
  margin-top: -7px;
  bottom: auto;
  left: auto;
  right: -7px;
  top: 50%;
}

/* line 152, ../../../tmp/firefox/css/_dash_trackers.scss */
.how-many {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 18px !important;
}
/* line 160, ../../../tmp/firefox/css/_dash_trackers.scss */
.how-many img {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -3px;
  width: 25px;
}
@media screen and (max-height: 650px) {
  /* line 152, ../../../tmp/firefox/css/_dash_trackers.scss */
  .how-many {
    display: none;
  }
}

/* line 4, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
#dash_trackers_settings {
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  /*
   * zero translate enforces hardware acceleration
   * to avoid a strange GC bug with blinking "#Indicators"
   * when opacity changes on ".trackers-ingroup-list"
   * (related to the transion on opacity there)
   */
  -webkit-transform: translateZ(0);
}
/* line 26, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
#dash_trackers_settings.expanded .indicator-groups {
  opacity: 1;
  transition: opacity 0s;
}

/* line 33, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings {
  top: 2px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 39, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .indicator-groups {
  border: 0;
  opacity: 0;
  box-shadow: none;
  transition: opacity 0.8s;
}
/* line 45, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .indicator-groups .indicator {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
}
/* line 52, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .indicator-groups .indicator a,
.dash-tracker-settings .indicator-groups .indicator span {
  text-shadow: none;
}
/* line 58, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel {
  display: flex;
  flex: 1;
  flex-direction: column;
}
/* line 63, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-panel-title {
  padding-bottom: 40px;
  font-size: 187.5%;
}
/* line 68, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 450px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  list-style: none;
}
/* line 79, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list ul {
  margin: 10px 0;
  padding: 20px 0 0;
}
/* line 83, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list ul li {
  position: relative;
  list-style: none;
  padding: 15px 20px;
}
/* line 89, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list ul li .onoffswitch {
  right: 20px;
}
/* line 95, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-group-headline {
  height: 30px;
}
/* line 99, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 0 0 15px;
  border-bottom: 1px solid #c5c5c5;
  transition: opacity 200ms;
  min-height: 30px;
}
/* line 109, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name:last-child {
  border-bottom: 0;
}
/* line 114, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.host-exempt, .dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.empty {
  opacity: 0.25;
}
/* line 117, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.host-exempt .onoffswitch-label, .dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.empty .onoffswitch-label {
  cursor: default;
}
/* line 121, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.host-exempt .onoffswitch-inner:before, .dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.empty .onoffswitch-inner:before {
  background-color: #D3D3D3;
  transition: background-color 0.2s;
}
/* line 128, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.empty a {
  cursor: default;
}
/* line 131, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.empty a:before {
  display: none;
}
/* line 138, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.expanded .scrollable {
  overflow-y: auto;
}
/* line 142, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.expanded a {
  display: block;
}
/* line 145, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.expanded a.expand {
  display: none;
}
/* line 151, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name a {
  display: none;
  padding: 8px 0 0;
  font-size: 150%;
  color: #555555;
}
/* line 157, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name a.expand {
  display: block;
}
/* line 160, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name a.expand:before {
  top: 13px;
  left: -15px;
  border-color: transparent transparent transparent #c4c4c4;
}
/* line 167, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name a:before {
  position: absolute;
  top: 16px;
  left: -20px;
  content: " ";
  border-width: 5px;
  border-style: solid;
  border-color: #c4c4c4 transparent transparent transparent;
}
/* line 178, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .blocked-count {
  position: absolute;
  top: 12px;
  right: 70px;
  z-index: 2048;
  margin-right: 5px;
  white-space: nowrap;
}
/* line 186, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .blocked-count:after {
  content: "_";
  visibility: hidden;
}
/* line 192, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.expanded .trackers-ingroup-list ul.scrollable {
  overflow-y: auto;
}
/* line 196, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list {
  display: none;
  opacity: 1;
  transition: opacity 0.2s;
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* line 204, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list ul {
  flex: 1;
}
/* line 207, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list ul.scrollable {
  overflow-x: hidden;
  overflow-y: hidden;
}
/* line 212, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list ul .tracker-sub-name {
  display: block;
  margin-right: 60px;
  word-break: break-all;
}
/* line 219, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list .trackers-exceptions {
  width: 400px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 1.5;
}
/* line 226, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list .trackers-exceptions .exceptions-add {
  position: relative;
  width: 350px;
  margin: 15px auto 25px;
}
/* line 231, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list .trackers-exceptions .exceptions-add input {
  width: 340px;
  height: 32px;
  padding: 5px 75px 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  background-color: #fcfcfc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
}
/* line 242, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list .trackers-exceptions .exceptions-add input:focus {
  background-color: #f8fbff;
  box-shadow: 0 0 4px rgba(34, 133, 250, 0.56), inset 0 1px 3px rgba(0, 0, 0, 0.09);
  border: 1px solid #2285fa;
  outline: none;
}
/* line 249, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list .trackers-exceptions .exceptions-add input:focus::-webkit-input-placeholder {
  color: #9dc6ff;
}
/* line 256, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list .trackers-exceptions .exceptions-add button {
  position: absolute;
  top: 4px;
  right: 10px;
  height: 24px;
}
/* line 264, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list .trackers-exceptions .exceptions-add.error input:not(:focus) {
  color: #da2000;
  border-color: #da2000;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}
/* line 273, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list .trackers-exceptions .exceptions-add.empty button, .dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name .trackers-ingroup-list .trackers-exceptions .exceptions-add.error button {
  color: #969696;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background-color: #ededed;
  border-color: #c5c5c5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19), inset 0 1px white, inset 0 0 2px white;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
}
/* line 289, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.inactive .trackers-ingroup-list {
  opacity: 0.25;
}
/* line 292, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.inactive .trackers-ingroup-list .onoffswitch-label {
  cursor: default;
}
/* line 296, ../../../tmp/firefox/css/_dash_trackers_settings.scss */
.dash-tracker-settings .dash-trackers-panel .trackers-list .tracker-name.inactive .trackers-ingroup-list .onoffswitch-inner:before {
  background-color: #D3D3D3;
  transition: background-color 0.2s;
}

/* line 1, ../../../tmp/firefox/css/_dash_offers.scss */
.dash-tab-popup {
  top: 46px;
  position: fixed;
  left: calc(50% - 270px);
}

/* line 7, ../../../tmp/firefox/css/_dash_offers.scss */
.offer-card .rating-bar {
  background: url("/img/offers-rating.png") no-repeat !important;
}

/* line 11, ../../../tmp/firefox/css/_dash_offers.scss */
.offer-card .rating-bar .rating {
  background: url("/img/offers-rating.png") 0 -11px !important;
}

/* line 1, ../../../tmp/firefox/css/_dash_feedback.scss */
.abs-card.dash-tab.abs-card-feedback {
  width: 365px;
  margin-left: 88px;
  margin-right: 88px;
  overflow-x: hidden;
  overflow-y: hidden;
}
/* line 8, ../../../tmp/firefox/css/_dash_feedback.scss */
.abs-card.dash-tab.abs-card-feedback .feedback-form {
  width: 334px;
  height: 320px;
  margin: 15px;
  margin-bottom: 0px;
  border: none;
  overflow: hidden;
}

/* line 1, ../../../tmp/firefox/css/_autocomplete.scss */
.ui-autocomplete-term {
  font: 18px/1 KievitWebPro-Bold, sans-serif;
  color: #000;
}

/* line 6, ../../../tmp/firefox/css/_autocomplete.scss */
.ui-menu {
  list-style: none;
  padding: 10px 2px 10px 100px;
  margin: 5px 0 0 -2px;
  display: block;
  float: left;
  width: 100% !important;
  background: white;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #535353;
  border-radius: 0 0 3px;
  z-index: 98000;
  font-size: 18px;
}

/* line 20, ../../../tmp/firefox/css/_autocomplete.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 23, ../../../tmp/firefox/css/_autocomplete.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 31, ../../../tmp/firefox/css/_autocomplete.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
  padding: 8px 27px;
  color: #333;
  font: 18px/1 KievitWebPro, sans-serif;
}

/* line 42, ../../../tmp/firefox/css/_autocomplete.scss */
.ui-menu .ui-state-focus {
  color: #39abfe !important;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 48, ../../../tmp/firefox/css/_autocomplete.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 1, ../../../tmp/firefox/css/_alien.scss */
#Alien {
  position: absolute;
  top: 0;
  left: calc(50% - 65px);
  z-index: -1;
  width: 130px;
  height: 7px;
  margin: -14px auto 0;
  background-color: #9eca8d;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 4px -1px rgba(100, 100, 100, 0.4);
  opacity: 0;
  transition: margin-top 200ms, opacity 200ms;
}
/* line 16, ../../../tmp/firefox/css/_alien.scss */
#Alien.shown {
  margin-top: 0;
  opacity: 0.95;
}
/* line 21, ../../../tmp/firefox/css/_alien.scss */
#Alien.danger {
  background-color: #c94949;
}

/* line 5, ../../../tmp/firefox/css/_indicators.scss */
.tour-start {
  display: none !important;
}

/* line 9, ../../../tmp/firefox/css/_indicators.scss */
.indicators-container {
  height: 46px;
  overflow: hidden;
  margin-top: -46px;
  margin-left: 42px;
  transition: margin-top 200ms;
}
/* line 17, ../../../tmp/firefox/css/_indicators.scss */
.indicators-container.state-bar, .indicators-container.state-dash {
  margin-top: 0;
}
/* line 22, ../../../tmp/firefox/css/_indicators.scss */
.indicators-container.state-dash, .indicators-container.state-hidden_bar {
  height: 48px;
  margin-left: 0;
}
/* line 26, ../../../tmp/firefox/css/_indicators.scss */
.indicators-container.state-dash .indicator-groups, .indicators-container.state-hidden_bar .indicator-groups {
  justify-content: space-between;
}
/* line 31, ../../../tmp/firefox/css/_indicators.scss */
.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;
}
/* line 36, ../../../tmp/firefox/css/_indicators.scss */
.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;
}
/* line 41, ../../../tmp/firefox/css/_indicators.scss */
.indicators-container.state-dash .indicator-group-left, .indicators-container.state-hidden_bar .indicator-group-left {
  display: block;
  margin-left: 1px;
}
/* line 47, ../../../tmp/firefox/css/_indicators.scss */
.indicators-container.state-dash .indicator-group-right .indicator, .indicators-container.state-hidden_bar .indicator-group-right .indicator {
  padding: 3px;
  line-height: 24px;
}
/* line 54, ../../../tmp/firefox/css/_indicators.scss */
.indicators-container.state-dash .indicator-group-center .indicator a, .indicators-container.state-hidden_bar .indicator-group-center .indicator a {
  padding: 3px 5px;
}

/* line 61, ../../../tmp/firefox/css/_indicators.scss */
.indicator-subgroup {
  display: flex;
  justify-content: space-around;
}
/* line 65, ../../../tmp/firefox/css/_indicators.scss */
.indicator-subgroup.offers {
  overflow: hidden;
}

/* line 70, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group {
  display: flex;
  justify-content: flex-end;
}
/* line 75, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group.offers a.active {
  box-shadow: none !important;
}

/* line 81, ../../../tmp/firefox/css/_indicators.scss */
.indicator-outer {
  display: none;
  line-height: 46px;
}
/* line 85, ../../../tmp/firefox/css/_indicators.scss */
.indicator-outer.active {
  display: block;
}

/* line 90, ../../../tmp/firefox/css/_indicators.scss */
.indicator-groups {
  display: flex;
  justify-content: center;
  height: 46px;
  padding: 0 4px;
  border-style: solid;
  border-width: 0 0 1px 0;
}
/* line 98, ../../../tmp/firefox/css/_indicators.scss */
.indicator-groups a.active {
  border-radius: 3px;
}

/* line 103, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group-left {
  display: none;
}

/* line 108, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group-center,
.indicator-group-right {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0 0 4px 4px;
}

/* line 115, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group-right {
  margin-left: 1px;
  text-align: right;
  background-color: rgba(35, 39, 48, 0.95);
}
/* line 120, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group-right.offers {
  border-color: #dfdfdf;
  background-color: #f8f8f8;
}
/* line 125, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group-right .indicator {
  padding: 0 8px;
  line-height: 46px;
}
/* line 129, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group-right .indicator:hover img {
  opacity: 0.9;
}
/* line 133, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group-right .indicator img {
  opacity: 0.7;
  transition: opacity 200ms;
}

/* line 140, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group-center {
  height: 45px;
  padding: 0 10px;
}
/* line 144, ../../../tmp/firefox/css/_indicators.scss */
.indicator-group-center.offers {
  height: 47px;
  padding: 0;
  border-width: 0;
  background-color: initial;
  z-index: 20;
}

/* line 153, ../../../tmp/firefox/css/_indicators.scss */
.indicator {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  line-height: 24px;
  cursor: pointer;
}
/* line 160, ../../../tmp/firefox/css/_indicators.scss */
.indicator .indicator-text {
  position: relative;
  top: 2px;
  text-shadow: 1px 1px #000;
  font-family: KievitWebPro, sans-serif;
  margin: 0;
}
/* line 168, ../../../tmp/firefox/css/_indicators.scss */
.indicator img {
  display: inline-block;
  margin: 0 4px;
}

/* line 174, ../../../tmp/firefox/css/_indicators.scss */
#domain-indicator {
  display: none;
  line-height: 46px;
  font-style: normal;
  font-size: 17px;
  text-shadow: 0 1px #000;
  color: #a9a9a9;
  cursor: default;
}

/* line 184, ../../../tmp/firefox/css/_indicators.scss */
#trackers-indicator {
  margin-left: 4px;
}

/* line 188, ../../../tmp/firefox/css/_indicators.scss */
.state-hidden_bar #dash-indicator {
  display: none;
}

/* line 192, ../../../tmp/firefox/css/_indicators.scss */
#dash-indicator {
  font-family: KievitWebPro-Bold, sans-serif;
}
/* line 195, ../../../tmp/firefox/css/_indicators.scss */
#dash-indicator img {
  width: 23px;
}

/* line 201, ../../../tmp/firefox/css/_indicators.scss */
#settings-indicator img {
  height: 20px;
}

/* line 206, ../../../tmp/firefox/css/_indicators.scss */
#offers-indicator {
  display: flex;
  max-width: 380px;
  padding: 0;
}

/* line 212, ../../../tmp/firefox/css/_indicators.scss */
.offer-alert {
  text-align: center;
  white-space: nowrap;
}
/* line 216, ../../../tmp/firefox/css/_indicators.scss */
.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));
}
/* line 230, ../../../tmp/firefox/css/_indicators.scss */
.offer-alert .discount.pointer {
  position: relative;
  width: 22px;
  height: 22px;
}
/* line 235, ../../../tmp/firefox/css/_indicators.scss */
.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);
}
/* line 251, ../../../tmp/firefox/css/_indicators.scss */
.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;
}
/* line 270, ../../../tmp/firefox/css/_indicators.scss */
.offer-alert strong {
  font-family: KievitWebPro-Bold, sans-serif;
  font-weight: normal;
}

/* line 278, ../../../tmp/firefox/css/_indicators.scss */
.state-dash .offer-alert .indicator-text {
  border: 0;
  background-color: transparent;
}
/* line 283, ../../../tmp/firefox/css/_indicators.scss */
.state-dash .offer-alert .discount {
  line-height: 52px;
  font-family: KievitWebPro, sans-serif;
  font-size: 100%;
  color: #2c88f7;
  background: none;
}
/* line 293, ../../../tmp/firefox/css/_indicators.scss */
.state-dash #offers-indicator:after {
  border: 0;
  background: linear-gradient(to right, transparent, rgba(248, 248, 248, 0.8));
}

/* line 5, ../../../tmp/firefox/css/_indicators_danger.scss */
.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;
}
/* line 13, ../../../tmp/firefox/css/_indicators_danger.scss */
.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;
}
/* line 20, ../../../tmp/firefox/css/_indicators_danger.scss */
.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);
}
/* line 27, ../../../tmp/firefox/css/_indicators_danger.scss */
.danger .indicator-group-right .indicator img {
  opacity: 1;
}

/* line 33, ../../../tmp/firefox/css/_indicators_danger.scss */
.unsafe-link {
  text-transform: uppercase;
}

/* line 1, ../../../tmp/firefox/css/_blue_dot.scss */
.blue-dot-container {
  position: absolute;
  width: 30px;
  height: 30px;
  /* Centering for the demo */
  margin-left: 7px;
  margin-top: -17px;
}

/* line 11, ../../../tmp/firefox/css/_blue_dot.scss */
.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);
}

/* line 26, ../../../tmp/firefox/css/_blue_dot.scss */
.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;
}
/* line 39, ../../../tmp/firefox/css/_blue_dot.scss */
.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 {
  /* line 48, ../../../tmp/firefox/css/_blue_dot.scss */
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  /* line 49, ../../../tmp/firefox/css/_blue_dot.scss */
  45% {
    -webkit-transform: scale(1, 1);
    opacity: 1.0;
    border: 2px solid rgba(46, 143, 247, 0.05);
  }

  /* line 50, ../../../tmp/firefox/css/_blue_dot.scss */
  100% {
    -webkit-transform: scale(1.05, 1.05);
    opacity: 0.0;
    background: transparent;
    border: 2px solid #2e8ff7;
  }
}

@-moz-keyframes blue-dot {
  /* line 54, ../../../tmp/firefox/css/_blue_dot.scss */
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  /* line 55, ../../../tmp/firefox/css/_blue_dot.scss */
  45% {
    -moz-transform: scale(1, 1);
    opacity: 1.0;
    border: 2px solid rgba(46, 143, 247, 0.05);
  }

  /* line 56, ../../../tmp/firefox/css/_blue_dot.scss */
  100% {
    -moz-transform: scale(1.05, 1.05);
    opacity: 0.0;
    background: transparent;
    border: 2px solid #2e8ff7;
  }
}

/* line 1, ../../../tmp/firefox/css/_ftu.scss */
#ftu-nav {
  display: none;
}

/* line 5, ../../../tmp/firefox/css/_ftu.scss */
.abs-ftu-nav {
  margin-top: 490px;
  text-align: center;
  width: 541px;
  position: absolute;
  bottom: 0;
  top: 10%;
}
/* line 13, ../../../tmp/firefox/css/_ftu.scss */
.abs-ftu-nav a {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 1px;
  background-color: rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px rgba(255, 255, 255, 0.08), inset 0 1px rgba(0, 0, 0, 0.23);
}
/* line 23, ../../../tmp/firefox/css/_ftu.scss */
.abs-ftu-nav .active {
  background-color: #fff;
}

/* line 28, ../../../tmp/firefox/css/_ftu.scss */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

/* line 32, ../../../tmp/firefox/css/_ftu.scss */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 37, ../../../tmp/firefox/css/_ftu.scss */
::-webkit-scrollbar-track-piece:vertical:start {
  margin-top: 3px;
}

/* line 42, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-ftu.no-transitions * {
  transition: all 0s linear !important;
}

/* line 46, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-head {
  height: 346px;
  overflow: hidden;
}
/* line 50, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-head .ftu-card-copy::selection {
  color: white;
  background: #333;
}
/* line 55, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-head .ftu-card-copy {
  position: absolute;
  text-shadow: 0 1px rgba(0, 0, 0, 0.73);
  color: #4a4a4a;
  font-family: KievitWebPro, sans-serif;
}
/* line 62, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-head .ftu-card-copy.ftu-bar-title {
  width: 390px;
  height: 58px;
  font-size: 21px;
}
/* line 67, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-head .ftu-card-copy.ftu-bar-title div {
  padding-top: 19px;
  padding-left: 50px;
  vertical-align: middle;
  height: 38px;
  display: inline-block;
  background-size: 40px 40px !important;
}
/* line 77, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-head .ftu-card-copy .search-placeholder {
  color: #d3d3d3;
  font-size: 26px;
}
@media screen and (max-height: 800px) {
  /* line 46, ../../../tmp/firefox/css/_ftu.scss */
  .abs-card-head {
    height: 285px;
  }
  /* line 86, ../../../tmp/firefox/css/_ftu.scss */
  .abs-card-head img {
    margin-top: -35px;
  }
}

/* line 93, ../../../tmp/firefox/css/_ftu.scss */
#Dash_Ftu1 .ftu-card-copy {
  top: 210px;
  left: 93px;
  width: 356px;
}
/* line 98, ../../../tmp/firefox/css/_ftu.scss */
#Dash_Ftu1 .ftu-card-copy div {
  background: url(../img/classification_safe.svg) 0 50% no-repeat;
}

/* line 105, ../../../tmp/firefox/css/_ftu.scss */
#Dash_Ftu2 .ftu-bar-title {
  top: 120px;
  left: 74px;
  transition: all .4s linear;
}
/* line 110, ../../../tmp/firefox/css/_ftu.scss */
#Dash_Ftu2 .ftu-bar-title div {
  background: url(../img/trackers_icon.svg) 0 50% no-repeat;
}
/* line 115, ../../../tmp/firefox/css/_ftu.scss */
#Dash_Ftu2 .ftu-icon-title {
  top: 295px;
  display: table;
  left: 95px;
  width: 345px;
}
/* line 121, ../../../tmp/firefox/css/_ftu.scss */
#Dash_Ftu2 .ftu-icon-title div {
  vertical-align: top;
  word-break: break-all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: table-cell;
  width: 170px;
  text-indent: 10px;
}
/* line 131, ../../../tmp/firefox/css/_ftu.scss */
#Dash_Ftu2 .ftu-icon-title div + div {
  text-indent: 0 !important;
}

/* line 138, ../../../tmp/firefox/css/_ftu.scss */
#Dash_Ftu3 .ftu-bar-title {
  text-shadow: none;
  top: 124px;
  left: 38px;
}

@media screen and (max-height: 800px) {
  /* line 146, ../../../tmp/firefox/css/_ftu.scss */
  #Dash_Ftu1 .abs-card-head img {
    margin-top: -2px;
  }

  /* line 150, ../../../tmp/firefox/css/_ftu.scss */
  #Dash_Ftu1 .ftu-card-copy {
    top: 209px;
  }

  /* line 154, ../../../tmp/firefox/css/_ftu.scss */
  #Dash_Ftu2 .ftu-bar-title {
    top: 85px;
  }

  /* line 158, ../../../tmp/firefox/css/_ftu.scss */
  #Dash_Ftu2 .ftu-icon-title {
    top: 257px;
  }

  /* line 162, ../../../tmp/firefox/css/_ftu.scss */
  #Dash_Ftu3 .ftu-bar-title {
    top: 88px;
  }
}
/* line 167, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-title {
  font-size: 187.5%;
  color: #555555;
  line-height: 1.2;
  padding: 40px 50px 0;
  transition: all .4s linear;
}
@media screen and (max-height: 800px) {
  /* line 167, ../../../tmp/firefox/css/_ftu.scss */
  .abs-card-title {
    font-size: 30px;
    padding: 25px 50px 0;
  }
}

/* line 181, ../../../tmp/firefox/css/_ftu.scss */
.ftu-icon-title {
  transition: all .4s linear;
}

/* line 185, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-ftu {
  position: relative;
}
/* line 188, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-ftu .close-indicator {
  position: fixed;
  top: 24px;
  right: 24px;
  font-size: 18px;
}
/* line 195, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-ftu .abs-card-buttons a {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 201, ../../../tmp/firefox/css/_ftu.scss */
.ftu-lets-go {
  width: 480px;
  text-align: center;
}
/* line 205, ../../../tmp/firefox/css/_ftu.scss */
.ftu-lets-go .title {
  font-size: 350%;
  font-family: KievitWebPro-Light, sans-serif;
  color: #4a4a4a;
  padding: 20px 0 10px;
  line-height: 1;
}
/* line 213, ../../../tmp/firefox/css/_ftu.scss */
.ftu-lets-go p {
  line-height: 1.3;
}

/* line 219, ../../../tmp/firefox/css/_ftu.scss */
#Dash_Ftu3 .abs-card-buttons {
  margin-bottom: 22px;
}

/* line 223, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-ftu-offers {
  width: 532px;
}
/* line 226, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-ftu-offers .abs-card-head {
  position: relative;
}
/* line 229, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-ftu-offers .abs-card-head .discount {
  width: 40px;
}
/* line 233, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-ftu-offers .abs-card-head .indicator {
  position: absolute;
  left: 50%;
  top: 105px;
  margin-left: -128px;
  z-index: 40;
  color: #eee;
  cursor: default;
  overflow: hidden;
}
/* line 244, ../../../tmp/firefox/css/_ftu.scss */
.abs-card-ftu-offers .abs-card-head .indicator:after {
  display: none;
}
@media screen and (max-height: 800px) {
  /* line 249, ../../../tmp/firefox/css/_ftu.scss */
  .abs-card-ftu-offers .abs-card-head .indicator {
    top: 77px;
  }
}

/* line 1, ../../../tmp/firefox/css/_tour.scss */
.tour-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  display: none;
  z-index: 100;
}

/* line 11, ../../../tmp/firefox/css/_tour.scss */
.step-trackers {
  top: 5px;
  left: 50%;
  margin-left: 2px;
}
/* line 15, ../../../tmp/firefox/css/_tour.scss */
body[lang=de-DE] .step-trackers {
  margin-left: 27px;
}

/* line 20, ../../../tmp/firefox/css/_tour.scss */
.step-classification {
  top: 5px;
  left: 50%;
  margin-left: -138px;
}
/* line 24, ../../../tmp/firefox/css/_tour.scss */
body[lang=de-DE] .step-classification {
  margin-left: -141px;
}

/* line 29, ../../../tmp/firefox/css/_tour.scss */
.step-unsafe {
  top: 5px;
  left: 50%;
  margin-left: -96px;
}

/* line 34, ../../../tmp/firefox/css/_tour.scss */
.step-feedback {
  top: calc(15% + 83px);
  right: 65px;
}

/* line 39, ../../../tmp/firefox/css/_tour.scss */
.step-whataretrackers {
  left: 50%;
  top: 15%;
  margin-left: 180px;
  margin-top: 140px;
}

/* line 46, ../../../tmp/firefox/css/_tour.scss */
.step-howtoblocktrackers {
  left: 50%;
  top: 15%;
  margin-top: 270px;
  margin-left: -130px;
}

/* line 53, ../../../tmp/firefox/css/_tour.scss */
.step-howtoedittrackers {
  left: 50%;
  top: 77px;
  margin-left: 250px;
}

/* line 59, ../../../tmp/firefox/css/_tour.scss */
.step-whataretrackerexceptions {
  left: 50%;
  top: 175px;
  margin-left: 250px;
}

/* line 65, ../../../tmp/firefox/css/_tour.scss */
.step-meetalien {
  left: 50%;
  top: -38px;
  margin-left: -192px;
}

/* line 71, ../../../tmp/firefox/css/_tour.scss */
.step-offers {
  left: 50%;
  margin-left: -192px;
  top: -1px;
}
/* line 76, ../../../tmp/firefox/css/_tour.scss */
body[lang=de-DE] .step-offers {
  width: 457px;
  margin-left: -228px;
}

/* line 82, ../../../tmp/firefox/css/_tour.scss */
.cover img {
  margin-bottom: 20px;
}

/* Tour trigger */
/* line 87, ../../../tmp/firefox/css/_tour.scss */
.indicator-outer .tour-start {
  position: static;
  display: inline-block;
  margin-top: 6px;
  margin-right: 10px;
}

/* line 94, ../../../tmp/firefox/css/_tour.scss */
.tour-card-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

/* line 101, ../../../tmp/firefox/css/_tour.scss */
.tour-start-container {
  top: 60px;
  right: 30px;
  position: absolute;
  z-index: 1;
}

/* line 109, ../../../tmp/firefox/css/_tour.scss */
.tour-start-link {
  display: block;
  text-decoration: none;
}
/* line 113, ../../../tmp/firefox/css/_tour.scss */
.tour-start-link.active {
  background: none;
  box-shadow: none;
}

/* line 119, ../../../tmp/firefox/css/_tour.scss */
.tour-start {
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
  line-height: 100%;
  /* Tour play END */
}
/* line 125, ../../../tmp/firefox/css/_tour.scss */
.tour-start .tour-tooltip {
  background-color: rgba(255, 246, 159, 0.97);
  position: relative;
  font-size: 115%;
  color: #555555;
  text-shadow: 0 1px black;
  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;
}
/* line 140, ../../../tmp/firefox/css/_tour.scss */
.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;
}
/* line 151, ../../../tmp/firefox/css/_tour.scss */
.tour-start .tour-tooltip:after {
  border-color: rgba(255, 246, 159, 0);
  border-left-color: #fff69f;
  border-width: 7px;
  margin-top: -7px;
}
/* line 158, ../../../tmp/firefox/css/_tour.scss */
.tour-start .tour-tooltip:before {
  border-color: rgba(200, 183, 40, 0);
  border-left-color: #c8b728;
  border-width: 8px;
  margin-top: -8px;
}
/* line 166, ../../../tmp/firefox/css/_tour.scss */
.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;
}
/* line 179, ../../../tmp/firefox/css/_tour.scss */
.tour-start .tour-play img {
  position: relative;
  top: 9px;
}
/* line 184, ../../../tmp/firefox/css/_tour.scss */
.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 {
  /* line 200, ../../../tmp/firefox/css/_tour.scss */
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  /* line 201, ../../../tmp/firefox/css/_tour.scss */
  50% {
    opacity: 1.0;
  }

  /* line 202, ../../../tmp/firefox/css/_tour.scss */
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

/* line 205, ../../../tmp/firefox/css/_tour.scss */
.tourtip-container {
  display: none;
}

/* With pointers */
/* line 210, ../../../tmp/firefox/css/_tour.scss */
.with-pointer:after, .with-pointer:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* Point up */
/* line 222, ../../../tmp/firefox/css/_tour.scss */
.point-up:after, .point-up:before {
  bottom: 100%;
  left: 30px;
}
/* line 227, ../../../tmp/firefox/css/_tour.scss */
.point-up:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 9px;
}
/* line 233, ../../../tmp/firefox/css/_tour.scss */
.point-up:before {
  border-color: rgba(184, 184, 184, 0);
  border-bottom-color: #b8b8b8;
  border-width: 10px;
  margin-left: -1px;
}

/* line 243, ../../../tmp/firefox/css/_tour.scss */
.point-up-right:after, .point-up-right:before {
  left: auto;
  right: 30px;
}

/* line 251, ../../../tmp/firefox/css/_tour.scss */
.point-up-center:after, .point-up-center:before {
  left: auto;
  right: 50%;
  margin-right: -9px;
}

/* Point left */
/* line 261, ../../../tmp/firefox/css/_tour.scss */
.point-left:after, .point-left:before {
  right: 100%;
  top: 50%;
}
/* line 266, ../../../tmp/firefox/css/_tour.scss */
.point-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 9px;
  margin-top: -9px;
}
/* line 273, ../../../tmp/firefox/css/_tour.scss */
.point-left:before {
  border-color: rgba(184, 184, 184, 0);
  border-right-color: #b8b8b8;
  border-width: 10px;
  margin-top: -10px;
}

/* Point right */
/* line 284, ../../../tmp/firefox/css/_tour.scss */
.point-right:after, .point-right:before {
  left: 100%;
  top: 50%;
}
/* line 289, ../../../tmp/firefox/css/_tour.scss */
.point-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 9px;
  margin-top: -9px;
}
/* line 296, ../../../tmp/firefox/css/_tour.scss */
.point-right:before {
  border-color: rgba(184, 184, 184, 0);
  border-left-color: #b8b8b8;
  border-width: 10px;
  margin-top: -10px;
}

/* line 304, ../../../tmp/firefox/css/_tour.scss */
.tourtip {
  width: 385px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.32), inset 0 1px white;
  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;
  position: absolute;
  /* border: 1px solid #b8b8b8; */
  /* Variations */
  /* On edit trackers, ligher backgound */
}
/* line 317, ../../../tmp/firefox/css/_tour.scss */
body[lang="fr-FR"] .tourtip.step-howtoblocktrackers {
  width: 442px;
}
/* line 321, ../../../tmp/firefox/css/_tour.scss */
body[lang="de"] .tourtip.step-offers {
  width: 460px;
}
/* line 328, ../../../tmp/firefox/css/_tour.scss */
.tourtip.lighterbg {
  border: 0;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.13), inset 0 1px white;
}
/* line 333, ../../../tmp/firefox/css/_tour.scss */
.tourtip.lighterbg.with-pointer {
  border: 0 !important;
}
/* line 338, ../../../tmp/firefox/css/_tour.scss */
.tourtip .tip-title {
  font-size: 22px;
  color: #555555;
  padding-bottom: 5px;
}
/* line 344, ../../../tmp/firefox/css/_tour.scss */
.tourtip p, .tourtip ul {
  color: #777;
  line-height: 1.45;
}
/* line 349, ../../../tmp/firefox/css/_tour.scss */
.tourtip ul {
  padding: 0 0 0 17px;
  margin: 0;
}
/* line 354, ../../../tmp/firefox/css/_tour.scss */
.tourtip .abs-card-buttons {
  margin-left: -8px;
}
/* line 357, ../../../tmp/firefox/css/_tour.scss */
.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;
}

/* Tour CSS */
/* line 1, ../../../tmp/firefox/css/_settings.scss */
.abs-settings-card {
  position: relative;
  top: 20%;
  max-height: 580px;
}
/* line 6, ../../../tmp/firefox/css/_settings.scss */
.abs-settings-card .settings-head {
  opacity: .3;
  margin-bottom: 28px;
  padding: 55px 0 25px;
}
/* line 12, ../../../tmp/firefox/css/_settings.scss */
.abs-settings-card .title {
  font-size: 187.5%;
  color: #555555;
  padding-bottom: 30px;
  padding-top: 50px;
}
/* line 19, ../../../tmp/firefox/css/_settings.scss */
.abs-settings-card .set {
  position: relative;
  text-align: left;
  font-size: 150%;
  color: #555555;
  padding: 15px 35px 20px;
  margin-bottom: 15px;
}
/* line 27, ../../../tmp/firefox/css/_settings.scss */
.abs-settings-card .set .onoffswitch {
  right: 35px;
  top: 10px;
}
/* line 33, ../../../tmp/firefox/css/_settings.scss */
.abs-settings-card .set.first-option {
  border-bottom: 1px solid #ccc;
}
/* line 37, ../../../tmp/firefox/css/_settings.scss */
.abs-settings-card .kill-settings {
  position: absolute;
  right: 0px;
  top: -2px;
  z-index: 900;
}
/* line 44, ../../../tmp/firefox/css/_settings.scss */
.abs-settings-card .links {
  position: absolute;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
/* line 50, ../../../tmp/firefox/css/_settings.scss */
.abs-settings-card .links a {
  color: #898989;
}

/* line 56, ../../../tmp/firefox/css/_settings.scss */
.abs-card.dash-tab.abs-settings-card {
  overflow: visible;
}

/* line 60, ../../../tmp/firefox/css/_settings.scss */
.set.inactive {
  display: none;
  opacity: 0.5;
}
/* line 64, ../../../tmp/firefox/css/_settings.scss */
.set.inactive .onoffswitch-inner:before {
  background-color: #D3D3D3;
}

/* line 69, ../../../tmp/firefox/css/_settings.scss */
.set.inactive {
  opacity: 0.5;
}
/* line 72, ../../../tmp/firefox/css/_settings.scss */
.set.inactive .onoffswitch-inner:before {
  background-color: #D3D3D3;
}

/* line 77, ../../../tmp/firefox/css/_settings.scss */
.onoffswitch-label .black-tip-outer {
  bottom: 41px;
  left: -76px;
  top: initial;
  width: 205px;
  display: none;
  color: white;
  font-size: 14px;
}

/* line 87, ../../../tmp/firefox/css/_settings.scss */
.onoffswitch-label:hover .black-tip-outer {
  display: block;
}

/* line 91, ../../../tmp/firefox/css/_settings.scss */
.settings-bottom-block {
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #999;
  margin: 0 35px;
}

/* line 100, ../../../tmp/firefox/css/_settings.scss */
.settings-support-link,
.settings-uninstall {
  color: #555;
}

/* line 104, ../../../tmp/firefox/css/_settings.scss */
.settings-support-link {
  float: left;
}

/* line 108, ../../../tmp/firefox/css/_settings.scss */
.settings-uninstall {
  float: right;
}

@media print {
  /* line 25, ../../../tmp/firefox/css/app.scss */
  html {
    display: none;
  }
}
/* line 30, ../../../tmp/firefox/css/app.scss */
html {
  position: fixed;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 39, ../../../tmp/firefox/css/app.scss */
body {
  padding: 18px;
  margin: 0;
  padding: 0;
  font: 16px/1 KievitWebPro-Light, sans-serif;
  height: 100%;
}
/* line 46, ../../../tmp/firefox/css/app.scss */
body.white {
  background: transparent;
}

/* line 51, ../../../tmp/firefox/css/app.scss */
a {
  color: #eee;
  text-decoration: none;
  outline: none;
}

/* line 57, ../../../tmp/firefox/css/app.scss */
img {
  vertical-align: middle;
}

/* line 61, ../../../tmp/firefox/css/app.scss */
.navbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Fixes artifacts of animation */
}

/* line 69, ../../../tmp/firefox/css/app.scss */
#main-nav {
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 2px;
  border-bottom: 2px solid grey;
}

/* line 76, ../../../tmp/firefox/css/app.scss */
#main {
  padding: 0 10px;
}

/* line 80, ../../../tmp/firefox/css/app.scss */
#page {
  width: 800px;
  margin: 20px auto;
  background: rgba(60, 60, 60, 0.5);
  border-radius: 20px;
  padding: 20px;
  min-height: 400px;
}
