/* -----------TEMPLATE--------------- */
/* Generic Styles */

:root {
  --white: #ffffff;
  --black: #000000;
  --charcoal: #1b2021;
  --navi: #151d29;
  --sage-green: #1f424b;
  --turquoise: #11a1af;
  --green: #38b58f;
  --red: #d93956;
  --yellow: #f8ba17;
  --yellowOff: #e2b500;
  --silver: #cfd1d2;
  --dark-grey: #6b6b6b;
}

@font-face {
  font-family: "sp-icons";
  src: url("../fonts/sp-icons.eot?33396176");
  src: url("../fonts/sp-icons.eot?33396176#iefix") format("embedded-opentype"),
    url("../fonts/sp-icons.woff2?33396176") format("woff2"),
    url("../fonts/sp-icons.woff?33396176") format("woff"),
    url("../fonts/sp-icons.ttf?33396176") format("truetype"),
    url("../fonts/sp-icons.svg?33396176#sp-icons") format("svg");
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk/v1/AktivGrotesk-Thin.ttf) format("truetype"),
    url(../fonts/AktivGrotesk/v1/AktivGrotesk-Thin.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk/v1/AktivGrotesk-Light.ttf) format("truetype"),
    url(../fonts/AktivGrotesk/v1/AktivGrotesk-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk/v1/AktivGrotesk-Regular.ttf) format("truetype"),
    url(../fonts/AktivGrotesk/v1/AktivGrotesk-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk/v1/AktivGrotesk-Medium.ttf) format("truetype"),
    url(../fonts/AktivGrotesk/v1/AktivGrotesk-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk/v1/AktivGrotesk-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Aktiv Grotesk Ex";
  src: url(../fonts/AktivGroteskEx/v1/AktivGroteskExLight.ttf)
      format("truetype"),
    url(../fonts/AktivGroteskEx/v1/AktivGroteskExLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Aktiv Grotesk Ex";
  src: url(../fonts/AktivGroteskEx/v1/AktivGroteskEx.ttf) format("truetype"),
    url(../fonts/AktivGroteskEx/v1/AktivGroteskEx.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

/* @font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url(../fonts/AktivGroteskEx/v1/) format('truetype');
  font-weight: 700;
  font-style: normal;
} */

/* Basic UI Elements */

.btn {
  border-radius: 32px;
  text-decoration: none;
}

.btn-primary {
  color: rgba(0, 0, 0, 0.75);
  background-color: var(--yellow);
  border-color: var(--yellow);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 24px 9px 24px;
}
.btn-primary:hover {
  color: rgba(0, 0, 0, 1);
  background-color: var(--yellowOff);
  border-color: var(--yellowOff);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  color: rgba(0, 0, 0, 1) !important;
  background-color: var(--yellowOff) !important;
  border-color: var(--yellowOff) !important;
  box-shadow: none !important;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sp-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cust_code_provision:before {
  content: "\e817";
}
.icon-revolut:before {
  content: "\e900";
}
.icon-bank:before {
  content: "\e80e";
}
.icon-close:before {
  content: "\e901";
}
.icon-add:before {
  content: "\e902";
}
.icon-confirm:before {
  content: "\e903";
}
.icon-download:before {
  content: "\e904";
}
.icon-history:before {
  content: "\e905";
}
.icon-info:before {
  content: "\e906";
}
.icon-switch:before {
  content: "\e907";
}
.icon-serial_num_img:before {
  content: "\e818";
}
.icon-barcode_img:before {
  content: "\e819";
}
.icon-receipt_img:before {
  content: "\e81a";
}
.icon-upload:before {
  content: "\e81d";
}
.icon-icon-serial-number:before {
  content: "\e81e";
}
.icon-icon-paypal:before {
  content: "\e81f";
}
.icon-icon-barcode:before {
  content: "\e820";
}
body {
  background-color: #f9fafb;
  color: #000;
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s;
}
a:hover {
  color: #00bab5;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}

.cookies-box {
  background: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 25px;
  width: 250px;
  position: absolute;
  top: 165px;
  left: 57%;
  margin-left: 180px;
  z-index: 9;
}
.cookies-box h4 {
  font-size: 16px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.cookies-box p {
  margin: 0;
}
.cookies-box a {
  text-decoration: underline;
}
.cookies-box a:hover {
  text-decoration: none;
}
.cookies-box .close {
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  right: 12px;
  transition: opacity 0.3s;
}

/* HEADER */

header.wip {
  background: var(--navi);
  color: #fff;
  padding: 0px 0px;
}

header.wip .navbar {
  box-shadow: none;
  padding: 0px;
}

header.wip nav.navbar {
  padding: 32px 16px;
}

header.wip li + li.megamenu-li {
  position: relative;
  padding-top: 4px;
}

header.wip .dropdown-toggle.main-menu {
  position: relative;
  margin-top: 9px;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  padding: 0px;
}
header.wip .dropdown-toggle.main-menu::after {
  display: none;
}

header.wip .dropdown-toggle.main-menu span {
  display: block;
  width: 28px;
  height: 3px;
  position: absolute;
  top: 7px;
  background: white;
  opacity: 1;
  transition: opacity 0.3s, transform 0.4s;
}

header.wip .dropdown-toggle.main-menu span:nth-child(1) {
  top: 0px;
}

header.wip .dropdown-toggle.main-menu span:nth-child(3) {
  top: 14px;
}
/* \\expanded */

header.wip .show .dropdown-toggle.main-menu span {
  opacity: 0;
}

header.wip .show .dropdown-toggle.main-menu span:nth-child(1) {
  opacity: 1;
  top: 7px;
  transform: rotate(45deg);
}

header.wip .show .dropdown-toggle.main-menu span:nth-child(3) {
  opacity: 1;
  top: 7px;
  transform: rotate(-45deg);
}

header.wip .megamenu {
  position: absolute;
  min-width: 45rem;
  /* min-width: 15rem; */
  right: 0;
  padding: 15px;
  left: auto;
}

#pg21.login header.wip .megamenu,
#pg22.login header.wip .megamenu,
#pg380.login header.wip .megamenu,
#pg381.login header.wip .megamenu {
  min-width: 15rem;
}

@media only screen and (max-width: 760px) {
  header.wip .megamenu {
    min-width: 15rem;
  }
}

header.wip .megamenu .dropdown-header {
  font-family: "Aktiv Grotesk";
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--dark-grey);
}

header.wip .megamenu .dropdown-item {
  font-family: "Aktiv Grotesk";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: var(--charcoal);
  text-decoration: none;
  padding: 8px 16px;
  display: flex;
}

header.wip .megamenu .dropdown-item.active {
  color: var(--white);
  background-color: var(--turquoise);
}

header.wip .megamenu .dropdown-item::before {
  display: inline-block;
  content: "";
  height: 24px;
  width: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

header.wip .megamenu .dropdown-item.flag.flag-en::before {
  background-image: url("../images/ico_flagUK.png");
}
header.wip .megamenu .dropdown-item.flag.flag-fr::before {
  background-image: url("../images/ico_flagFr.png");
}
header.wip .megamenu .dropdown-item.flag.flag-de::before {
  background-image: url("../images/ico_flagDe.png");
}
header.wip .megamenu .dropdown-item.flag.flag-it::before {
  background-image: url("../images/ico_flagIt.png");
}
header.wip .megamenu .dropdown-item.flag.flag-es::before {
  background-image: url("../images/ico_flagEs.png");
}

header.wip .megamenu .dropdown-item.video::before {
  background-image: url("../images/icoVideo.svg");
}
header.wip .megamenu .dropdown-item.releases::before {
  background-image: url("../images/icoReleases.svg");
}
header.wip .megamenu .dropdown-item.manuals::before {
  background-image: url("../images/icoManual.svg");
}

header.wip .megamenu .dropdown-item.username::before {
  background-image: url("../images/icoUser.svg");
}
header.wip .megamenu .dropdown-item.password::before {
  background-image: url("../images/icoPass.svg");
}
header.wip .megamenu .dropdown-item.logout::before {
  background-image: url("../images/icoLogOut.svg");
}

header {
  background: var(--navi);
  color: #fff;
  padding: 24px 0px;
}
header .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .logo a {
  display: inline-block;
  margin: 0 20px;
  transition: opacity 0.3s;
}
header .logo a:hover {
  opacity: 0.75;
}
header .meta {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
header .meta .lang {
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
header .meta .lang > a {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 6;
}
header .meta .lang > a:before {
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  width: 28px;
}
header .meta .lang > a.en:before {
  background: url(../images/flags/uk.svg) center center no-repeat;
  background-size: 110%;
}
header .meta .lang > a.fr:before {
  background: url(../images/flags/fr.svg) center center no-repeat;
  background-size: 110%;
}
header .meta .lang > a.de:before {
  background: url(../images/flags/de.svg) center center no-repeat;
  background-size: 110%;
}
header .meta .lang > a.es:before {
  background: url(../images/flags/es.svg) center center no-repeat;
  background-size: 110%;
}
header .meta .lang > a.it:before {
  background: url(../images/flags/it.svg) center center no-repeat;
  background-size: 110%;
}
header .meta .lang > a.bg:before {
  background: url(../images/flags/bg.svg) center center no-repeat;
  background-size: 110%;
}
/* header .meta .lang > a:after { width: 0; height: 0; border-style: solid; border-width: 4px 4px 0 4px; border-color: #fff transparent transparent transparent; content: ''; display: inline-block; margin-left: 10px; vertical-align: middle; } */
header .meta .lang .selector {
  display: none;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 90%;
  left: 20px;
  right: 20px;
  z-index: 10;
}
header .meta .lang .selector li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 5px;
  text-align: center;
}
header .meta .lang .selector li:first-child {
  border-top: 0;
}
header .meta .lang .selector a {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}
header .meta .lang .selector a.active {
  font-weight: bold;
}
header .meta .lang .selector a:hover {
  color: #11a1af;
}
header .meta .social {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
header .meta .social ul {
  height: 32px;
  margin: 0;
  padding: 0;
}
header .meta .social li {
  display: inline-block;
  margin: 0 2px;
  list-style: none;
}
header .meta .social a {
  background: url(../images/sprite-social.png) no-repeat;
  display: block;
  height: 32px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 32px;
}
header .meta .social a.fb {
  background-position: 0 0;
}
header .meta .social a.fb:hover {
  background-position: 0 -32px;
}
header .meta .social a.in {
  background-position: -32px 0;
}
header .meta .social a.in:hover {
  background-position: -32px -32px;
}
header .meta .social a.tw {
  background-position: -64px 0;
}
header .meta .social a.tw:hover {
  background-position: -64px -32px;
}
header .meta .social a.gp {
  background-position: -96px 0;
}
header .meta .social a.gp:hover {
  background-position: -96px -32px;
}

/* MAIN */

main {
  display: flex;
  min-height: calc(100vh - 110px);
}

/* ASIDE */
main > aside {
  background-color: var(--navi);
  color: #fff;
  font-size: 16px;
  padding-bottom: 50px;
  transition: width 0.3s;
  position: relative;
}
body.fullSidebar main > aside {
  width: 275px;
}
body.miniSidebar main > aside {
  width: 50px;
}

main > aside .account {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #11a1af;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  height: auto;
  min-height: 84px;

  padding: 12px 20px 12px 20px;
  text-align: center;
  position: relative;

  width: calc(100% - 16px);
  margin: 0px auto;
}
body.miniSidebar main > aside .account {
  display: none;
}
main > aside .account .toggle {
  background: url(../images/icon-hamburger.png) center center no-repeat;
  display: none;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 17px;
  position: absolute;
  top: 20px;
  right: 15px;
  transition: opacity 0.3s;
}
main > aside .account .toggle:hover {
  opacity: 0.75;
}
main > aside .account .name {
  display: block;
  line-height: 1.2;
  margin: 0 0 5px 0;

  word-break: break-all;
}
main > aside .account .name strong {
  display: block;
  font-weight: 500;
}
main > aside .account .company {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
}

main > aside .account .overlay {
  display: none;
  background-color: #38b48e;
  color: #fff;
  height: 100%;
  padding: 10px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main > aside .account .overlay .exit {
  color: #2d3a3f;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: 15px;
}
main > aside .account .overlay .exit:hover {
  color: rgba(255, 255, 255, 0.66);
}
main > aside .account .overlay ul {
  margin: 0;
  padding: 0;
}
main > aside .account .overlay li {
  list-style: none;
  margin: 3px 0;
}
main > aside .account .overlay .title {
  font-weight: 300;
  margin-bottom: 5px;
}
main > aside .account .overlay a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  text-decoration: none;
}
main > aside .account .overlay a:hover {
  color: rgba(255, 255, 255, 1);
}

main > aside .analytics {
  text-align: center;
  display: none;
}

main > aside .toggler {
  background: rgba(255, 255, 255, 0.1) url(../images/arrow-left-grey.png) center
    center no-repeat;
  border-radius: 15px 0 0 15px;
  display: inline-block;
  overflow: hidden;
  padding: 5px;
  text-indent: 100%;
  white-space: nowrap;
  width: 40px;
  position: absolute;
  right: 0;
  top: 600px;
  z-index: 10;
  transition: width 0.3s;
  display: none !important;
}
body.miniSidebar main > aside .toggler {
  background-color: rgba(0, 0, 0, 0.1);
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
main > aside .toggler:hover {
  width: 50px;
}

/* MAIN NAV */

nav.main {
  margin: 0 0 30px 0;
}
nav.main ul {
  margin: 0;
  padding: 0;
}
nav.main li {
  list-style: none;
}

nav.main a {
  color: #fff;
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}
body.miniSidebar nav.main li a {
  position: relative;
}
body.miniSidebar nav.main li a span {
  display: none;
}
nav.main .expanded > a {
  background-color: #38b48e;
}
nav.main a:hover {
  background-color: var(--black);
}
nav.main .expanded a:hover {
  background-color: #2c9c7b;
}

nav.main .promos {
  background-color: #1f424b;
  width: calc(100% - 16px);
  margin: 0px auto;
}

nav.main .promos a {
  padding: 17px 15px;
}

nav.main .promos.active > a:before {
  background: url(../images/sprite-nav.png) -100px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .promos.archived > a:before {
  background: url(../images/sprite-nav.png) -120px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin: -1px 15px 0 0;
  vertical-align: middle;
  width: 20px;
}
nav.main .dashboard > a:before {
  background: url(../images/sprite-nav.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .summaries > a:before {
  background: url(../images/sprite-nav.png) -20px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .pivots > a:before {
  background: url(../images/sprite-nav.png) -40px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .details > a:before {
  background: url(../images/sprite-nav.png) -60px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .others > a:before {
  background: url(../images/sprite-nav.png) -80px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .financial > a:before {
  background: url(../images/sprite-nav.png) -140px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .cust_service > a:before {
  background: url(../images/sprite-nav.png) -180px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .fraud_claims > a:before {
  background: url(../images/sprite-nav.png) -220px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .email_logins > a:before {
  background: url(../images/sprite-nav.png) -201px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 16px;
  vertical-align: middle;
  width: 19px;
}
nav.main .query_tracker > a:before {
  background: url(../images/sprite-nav.png) -160px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
nav.main .knowledge_base a:before {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: "?";
  display: inline-block;
  height: 20px;
  line-height: 18px;
  margin-right: 15px;
  text-align: center;
  width: 20px;
}
body.miniSidebar nav.main .gethelp a span {
  display: none;
}

nav.main .parent > a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  content: "";
  float: right;
  margin-top: 10px;
  vertical-align: middle;
}
body.miniSidebar nav.main .parent > a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #ffffff;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
nav.main .parent.expanded > a:after {
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #ffffff transparent;
}
nav.main .parent ul {
  display: none;
}
body.miniSidebar nav.main .parent.expanded {
  position: relative;
}
body.miniSidebar nav.main .parent ul {
  background-color: #2d3a3f;
  font-size: 14px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 5;
}
body.miniSidebar nav.main .parent ul a span {
  display: inline;
}
nav.main .parent ul a {
  background: #283439 url(../images/subnav.gif) 23px top repeat-y;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  transition: color 0.3s;
}
nav.main .parent ul a:before {
  background-color: #283439;
  border: 2px solid #5e6568;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 21px 0 3px;
  width: 12px;
}
body.miniSidebar nav.main .parent ul a {
  background: #283439;
}
body.miniSidebar nav.main .parent ul a:before {
  display: none;
}
nav.main .parent ul a.active:hover,
nav.main .parent ul a:hover {
  background-color: #283439;
  color: #fff;
}
nav.main .parent ul a.active:before,
nav.main .parent ul a:hover:before {
  border-color: #38b48e;
}

nav.main .ga_overview > a:before {
  background: url(../images/sprite-nav.png) -240px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}

/* CONTENT */

main > .content {
  width: 100%;
  transition: width 0.3s;
}
body.fullSidebar main > .content {
  width: calc(100% - 275px);
}
body.miniSidebar main > .content {
  width: calc(100% - 50px);
}
body.noSidebar main > .content {
  width: 100%;
}

main > .content .top {
  background: url("../images/header-elements.png"),
    linear-gradient(0deg, #1f424b 0%, #11a1af 271.38%);
  background-position: 120% 90%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 300;
  min-height: 200px;
  padding: 32px 15px 15px 15px;
  position: relative;
}

main > .content .top::after {
  background-image: url("../images/hero-curve-bottom.svg");
  background-position: 50% 0%;
  background-size: cover;

  height: 34px;
  width: 100%;

  position: absolute;
  left: 0px;
  top: calc(100% - 1px);

  content: "";
  display: block;
}

.fullSidebar main > .content .top::after {
  display: none;
}

main > .content .top a {
  color: #11a1af;
  text-decoration: none;
}
main > .content .top a:hover {
  text-decoration: underline;
}
main > .content .top .select a {
  background-color: #fff;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 5px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}
main > .content .top .select a:hover {
  background-color: #2d3a3f;
}
main > .content .top h4 {
  font-weight: 300;
}
main > .content .top .datepicker {
  background: #1d3e47;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 24px 6px 24px;
}
main > .content .top .help a {
  color: #2ab2d0;
  cursor: pointer;
  text-decoration: none;
}
main > .content .top .datepicker .date {
  background: url(../images/icon-calendar.png) left center no-repeat;
  border: 0;
  display: inline-block;
  font-weight: 300;
  outline: none;
  padding: 3px 2px 2px 2px;
}

main > .content .top .datepicker .sep {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px;
}

main > .content .top .book {
  text-align: right;
}
main > .content .top .book a {
  background-color: transparent;
  border: 1px solid #11a1af;
  color: #11a1af;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.3s, color 0.3s;
  min-width: 140px;
  min-height: 55px;
  vertical-align: top;
  display: flex;
  align-items: center;
  margin: 0 5px;
  justify-content: center;
}
main > .content .top .book a:hover {
  border-color: #fff;
  color: #fff;
}

main > .content .top .account {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main > .content .top .account h4 {
  color: #fff;
  font-family: "Aktiv Grotesk Ex", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 36px;
  line-height: 61px;
  margin: 0 0 5px 0;
}
main > .content .top .account p {
  display: inline-block;
  max-width: max-content;

  font-weight: 300;
  font-size: 14px;
  line-height: 20px;

  padding: 10px 16px 7px 16px;
  margin: 0 0 10px 0;
  text-transform: none;
  background: #0f282f;
  border-radius: 40px;
}
main > .content .top .account ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
main > .content .top .account li {
  float: left;
  list-style: none;
  margin: 0 15px 0 0;
}
main > .content .top .account li a {
  background: #11a1af;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  padding: 3px 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
}
main > .content .top .account li a:hover {
  background: #fff;
  color: #11a1af;
}

main .page-content {
  padding: 40px;
}
main .page-content .wai {
  color: rgba(112, 121, 137, 0.5);
  font-size: 24px;
  font-weight: 300;
}
main .page-content .wai:before {
  background: url(../images/icon-home.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  width: 20px;
  opacity: 0.4;
}
main .page-content .wai small {
  font-size: 16px;
  font-weight: 300;
}
main .page-content .wai .icon {
  font-size: 16px;
}
main .page-content .gbox {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(154, 167, 173, 0.33);
  margin-bottom: 30px;
  padding: 15px;
}
main .page-content .gbox.stores {
  background-color: #525864;
  color: #fff;
  height: calc(100% - 30px);
}
main .page-content .gbox.table {
  padding: 30px;
}
main .page-content .gbox.map {
  background-color: transparent;
  border-top: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
main .page-content .gbox .title {
  overflow: hidden;
}
main .page-content .gbox .title .left {
  float: left;
}
main .page-content .gbox .title .left p {
  color: #1b2021;
  font-weight: bold;
  text-transform: uppercase;
}
main .page-content .gbox .title h4 {
  font-weight: 300;
}
main .page-content .gbox .title h4 i {
  color: #848b8e;
  font-size: 16px;
}
main .page-content .gbox.stores .title .left p {
  color: #fff;
}
main .page-content .gbox .title .right {
  float: right;
}
main .page-content .gbox .title .right li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
main .page-content .gbox .title .right a {
  background-color: rgba(112, 121, 137, 0.25);
  color: #2d3a3f;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
main .page-content .gbox.stores .title .right a {
  background-color: rgba(112, 121, 137, 0.5);
  color: #fff;
}
main .page-content .gbox .title .right a.download {
  background-color: transparent;
  color: #707989;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0;
}
main .page-content .gbox .title .right a.download:after {
  background: url(../images/icon-download.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 17px;
  margin-left: 5px;
  vertical-align: middle;
  width: 14px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
main .page-content .gbox .title .right a:hover {
  background-color: rgba(112, 121, 137, 0.5);
}
main .page-content .gbox .title .right a.download:hover {
  background-color: transparent;
  color: #333;
}
main .page-content .gbox .title .right a.download:hover:after {
  opacity: 0.6;
}
main .page-content .gbox .title .right span {
  color: #38b48f;
}
main .page-content .gbox.stores .title .right a:hover {
  background-color: rgba(112, 121, 137, 0.75);
}

main .page-content .gbox .title .right .tab-switch {
  border-right: 1px solid #ccc;
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
main .page-content .gbox .title .right .tab-switch li {
  display: inline-block;
  list-style: none;
  margin-left: 15px;
}
main .page-content .gbox .title .right .tab-switch a {
  background: transparent url(../images/sprite-tabswitch.png) no-repeat;
  border-radius: 0;
  display: inline-block;
  height: 18px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  text-indent: 9999px;
  white-space: nowrap;
  width: 18px;
}
main .page-content .gbox .title .right .tab-switch a.tab1 {
  background-position: 0 0;
}
main .page-content .gbox .title .right .tab-switch a.tab1.active {
  background-position: 0 -18px;
}
main .page-content .gbox .title .right .tab-switch a.tab2 {
  background-position: -18px 0;
  width: 19px;
}
main .page-content .gbox .title .right .tab-switch a.tab2.active {
  background-position: -18px -18px;
}

main .page-content .gbox .tabs-list .tab {
  display: none;
}
main .page-content .gbox .tabs-list .tab.active {
  display: block;
}

main .page-content .gbox .faq-list .item {
  margin: 0 0 15px 0;
}
main .page-content .gbox .faq-list .item h3 a {
  font-size: 20px;
  text-decoration: none;
}
main .page-content .gbox .faq-list .item h3 a:before {
  background: url(../images/icon-expand.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 24px;
}
main .page-content .gbox .faq-list .item .content {
  display: none;
}
main .page-content .gbox .faq-list .item.active .content {
  display: block;
}
main .page-content .gbox .faq-list .item .row {
  display: block;
  margin: 0 0 15px 0;
  overflow: hidden;
  padding: 0 35px;
}
main .page-content .gbox .faq-list .item .left {
  border-right: 2px solid #38b58f;
  color: #38b58f;
  float: left;
  width: 80px;
}
main .page-content .gbox .faq-list .item .right {
  border-left: 1px solid #38b58f;
  float: right;
  padding: 0 0 0 15px;
  width: calc(100% - 80px);
}

main .page-content .gbox .minirow {
  clear: both;
  overflow: hidden;
}
main .page-content .gbox .w10 {
  float: left;
  text-align: center;
  width: 10%;
  position: relative;
}
main .page-content .gbox .w10 .score {
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 55px;
  left: 25%;
  right: 25%;
}
main .page-content .gbox .w20 {
  float: left;
  text-align: center;
  width: 20%;
  position: relative;
}
main .page-content .gbox .w20:nth-of-type(6) {
  clear: left;
}
main .page-content .gbox .w20 .score {
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 25%;
  right: 25%;
}
main .page-content .gbox .w33 {
  float: left;
  text-align: center;
  width: 33%;
  position: relative;
}
main .page-content .gbox .w33:nth-of-type(4) {
  clear: left;
}
main .page-content .gbox .w33 .score {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 75px;
  left: 26%;
  right: 26%;
}
main .page-content .gbox .chartdiv2 {
  height: 400px;
}

main .page-content .tabs {
  margin: 15px 0 30px 0;
  padding: 0;
}
main .page-content .tabs li {
  display: inline-block;
  list-style: none;
  margin: 0 15px 0 0;
  vertical-align: bottom;
}
main .page-content .tabs a {
  color: rgba(45, 58, 63, 0.33);
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}
main .page-content .tabs a:hover {
  color: var(--dark-grey);
}
main .page-content .tabs .selected a {
  color: #000;
  font-size: 30px;
}

main .page-content .ptypes {
  margin: 15px 0 30px 0;
  padding: 0;
}
main .page-content .ptypes li {
  display: inline-block;
  list-style: none;
  margin: 0 15px 0 0;
  vertical-align: bottom;
}
main .page-content .ptypes a {
  color: rgba(45, 58, 63, 0.33);
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

main .page-content .hint {
  color: #2d3a3f;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
main .page-content .hint h5 {
  font-size: 20px;
  margin: 0;
  overflow: hidden;
}
main .page-content .hint h5 .btn {
  float: right;
}

main .page-content .btn {
  background-color: var(--turquoise);
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 15px 4px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

main .page-content .btn:hover {
  background-color: var(--yellow);
}

main .page-content .btn.find:before {
  background: url(../images/icon-search.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  width: 16px;
  transition: margin 0.3s;
}

main .page-content .btn.find:hover:before {
  margin-right: 10px;
}

main .page-content .promo-list {
}
main .page-content .promo-list .list-row {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  font-size: 16px;
  margin: 0 0 2px 0;
  min-width: 800px;
  width: 100%;
}
main .page-content .promo-list .list-row.data {
  cursor: pointer;
  font-weight: 300;
  position: relative;
  transition: background-color 0.3s;
}
main .page-content .promo-list .list-row.data:after {
  background: url(../images/arrow-left-grey.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 17px;
  right: 15px;
  transform: rotate(180deg);
  opacity: 0;
  transition: opacity 0.3s;
}
main .page-content .promo-list .list-row.head {
  background-color: var(--navi);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

main .page-content .promo-list .list-row.head .list-cell:hover {
  background-color: var(--black);
}

main .page-content .promo-list .list-row.data:hover:after {
  opacity: 1;
}
main .page-content .promo-list .list-row a.row-link,
main .page-content .promo-list .list-row div.row-link {
  color: #202020;
  display: block;
  overflow: hidden;
  width: 90%;
}

@media (max-width: 980px) {
  main .page-content .promo-list .list-row a.row-link,
  main .page-content .promo-list .list-row div.row-link {
    display: flex;
    flex-direction: column;
    width: 90%;
  }

  main .page-content .promo-list .list-cell.col2 {
    width: 100%;
  }
}
main .page-content .promo-list .list-row a.row-link-search {
  color: #202020;
  display: block;
  overflow: hidden;
  width: 100%;
}
main .page-content .promo-list .list-row.head a {
  color: #fff;
}
main .page-content .promo-list .list-row a.row-link-search,
main .page-content .promo-list .list-row div.row-link-search {
  color: #202020;
  display: block;
  overflow: hidden;
  width: 100%;
}
main .page-content .promo-list .list-row.head a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
main .page-content .promo-list .list-row a.pending-link,
main .page-content .promo-list .list-row div.pending-link {
  display: block;
  overflow: hidden;
  width: 10%;
}
main .page-content .promo-list .list-row a.pending-link:hover {
  opacity: 0.5;
}
main .page-content .promo-list .list-row.data:hover {
  background-color: #e0f1f8;
}
main .page-content .promo-list .list-cell {
  display: block;
  float: left;
  font-size: 15px;
  padding: 13px;
}

main .page-content .promo-list .list-cell.col2 {
  width: 15%;
}

main .page-content .promo-list .list-cell.col1 {
  font-weight: 700;
  width: 27%;
}
main .page-content .promo-list .list-cell.col3 {
  width: 18%;
}
main .page-content .promo-list .list-cell.col4 {
  width: 30%;
}

@media (max-width: 980px) {
  main .page-content .promo-list .list-row {
    min-width: 100%;
  }
  main .page-content .promo-list .list-cell.col1,
  main .page-content .promo-list .list-cell.col2,
  main .page-content .promo-list .list-cell.col3,
  main .page-content .promo-list .list-cell.col4 {
    width: 100%;
  }
}
main .page-content .promo-list .list-cell .type {
  background-color: #666;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 1px 0;
  padding: 7px 8px 3px 8px;
  text-transform: uppercase;
}
main .page-content .promo-list .list-cell .t_period {
  background-color: #c74b71;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 1px 0;
  padding: 3px 6px;
  text-transform: uppercase;
}
main .page-content .ptypes span {
  border-radius: 20px;
  display: inline-block;
  margin: 1px 0;
  padding: 10px 16px 6px 16px;
  text-transform: uppercase;
}

main .page-content .ptypes li .type.booking {
  border: 2px solid #64b5f6;
}
main .page-content .promo-list .list-cell .type.booking {
  background-color: #64b5f6;
}
main .page-content .ptypes .selected a .type.booking {
  color: #fff;
  background-color: #64b5f6;
}

main .page-content .ptypes a:hover .type.booking {
  color: #64b5f6;
}

main .page-content .ptypes .selected a:hover .type.booking {
  color: #fff;
}

main .page-content .ptypes li .type.web-booking {
  border: 2px solid rgb(114, 81, 137);
}
main .page-content .promo-list .list-cell .type.web-booking {
  background-color: rgb(114, 81, 137);
}
main .page-content .ptypes .selected a .type.web-booking {
  color: #fff;
  background-color: rgb(114, 81, 137);
}

main .page-content .ptypes a:hover .type.web-booking {
  color: rgb(114, 81, 137);
}

main .page-content .ptypes .selected a:hover .type.web-booking {
  color: #fff;
}

main .page-content .ptypes li .type.tbyb {
  border: 2px solid rgb(82, 142, 90);
}
main .page-content .promo-list .list-cell .type.tbyb {
  background-color: rgb(82, 142, 90);
}
main .page-content .ptypes .selected a .type.tbyb {
  color: #fff;
  background-color: rgb(82, 142, 90);
}

main .page-content .ptypes a:hover .type.tbyb {
  color: rgb(82, 142, 90);
}

main .page-content .ptypes .selected a:hover .type.tbyb {
  color: #fff;
}

main .page-content .ptypes li .type.cashback {
  border: 2px solid #11a1af;
}
main .page-content .promo-list .list-cell .type.cashback {
  background-color: #11a1af;
}
main .page-content .ptypes .selected a .type.cashback {
  color: #fff;
  background-color: #11a1af;
}

main .page-content .ptypes a:hover .type.cashback {
  color: #11a1af;
}

main .page-content .ptypes .selected a:hover .type.cashback {
  color: #fff;
}

main .page-content .ptypes li .type.cashback-premium {
  border: 2px solid #33429f;
}
main .page-content .promo-list .list-cell .type.cashback-premium {
  background-color: #33429f;
}
main .page-content .ptypes .selected a .type.cashback-premium {
  color: #fff;
  background-color: #33429f;
}

main .page-content .ptypes a:hover .type.cashback-premium {
  color: #33429f;
}

main .page-content .ptypes .selected a:hover .type.cashback-premium {
  color: #fff;
}

main .page-content .ptypes li .type.cashback-credit {
  border: 2px solid #0d7680;
}
main .page-content .promo-list .list-cell .type.cashback-credit {
  background-color: #0d7680;
}
main .page-content .ptypes .selected a .type.cashback-credit {
  color: #fff;
  background-color: #0d7680;
}

main .page-content .ptypes a:hover .type.cashback-credit {
  color: #0d7680;
}

main .page-content .ptypes .selected a:hover .type.cashback-credit {
  color: #fff;
}

main .page-content .ptypes li .type.competition {
  border: 2px solid #b172ff;
}
main .page-content .promo-list .list-cell .type.competition {
  background-color: #b172ff;
}
main .page-content .ptypes .selected a .type.competition {
  color: #fff;
  background-color: #b172ff;
}

main .page-content .ptypes a:hover .type.competition {
  color: #b172ff;
}

main .page-content .ptypes .selected a:hover .type.competition {
  color: #fff;
}

main .page-content .ptypes li .type.credit-note {
  border: 2px solid #ab47bc;
}
main .page-content .promo-list .list-cell .type.credit-note {
  background-color: #ab47bc;
}
main .page-content .ptypes .selected a .type.credit-note {
  color: #fff;
  background-color: #ab47bc;
}

main .page-content .ptypes a:hover .type.credit-note {
  color: #ab47bc;
}

main .page-content .ptypes .selected a:hover .type.credit-note {
  color: #fff;
}

main .page-content .ptypes li .type.gift-incentive {
  border: 2px solid #f06292;
}
main .page-content .promo-list .list-cell .type.gift-incentive {
  background-color: #f06292;
}
main .page-content .ptypes .selected a .type.gift-incentive {
  color: #fff;
  background-color: #f06292;
}

main .page-content .ptypes a:hover .type.gift-incentive {
  color: #f06292;
}

main .page-content .ptypes .selected a:hover .type.gift-incentive {
  color: #fff;
}

main .page-content .ptypes li .type.guarantee {
  border: 2px solid #492ee2;
}
main .page-content .promo-list .list-cell .type.guarantee {
  background-color: #492ee2;
}
main .page-content .ptypes .selected a .type.guarantee {
  color: #fff;
  background-color: #492ee2;
}

main .page-content .ptypes a:hover .type.guarantee {
  color: #492ee2;
}

main .page-content .ptypes .selected a:hover .type.guarantee {
  color: #fff;
}

main .page-content .ptypes li .type.incentive {
  border: 2px solid #004ab8;
}
main .page-content .promo-list .list-cell .type.incentive {
  background-color: #004ab8;
}
main .page-content .ptypes .selected a .type.incentive {
  color: #fff;
  background-color: #004ab8;
}

main .page-content .ptypes a:hover .type.incentive {
  color: #004ab8;
}

main .page-content .ptypes .selected a:hover .type.incentive {
  color: #fff;
}

main .page-content .ptypes li .type.instant-win {
  border: 2px solid #2b87f1;
}
main .page-content .promo-list .list-cell .type.instant-win {
  background-color: #2b87f1;
}
main .page-content .ptypes .selected a .type.instant-win {
  color: #fff;
  background-color: #2b87f1;
}

main .page-content .ptypes a:hover .type.instant-win {
  color: #2b87f1;
}

main .page-content .ptypes .selected a:hover .type.instant-win {
  color: #fff;
}

main .page-content .ptypes li .type.loan {
  border: 2px solid #1fb9f6;
}
main .page-content .promo-list .list-cell .type.loan {
  background-color: #1fb9f6;
}
main .page-content .ptypes .selected a .type.loan {
  color: #fff;
  background-color: #1fb9f6;
}

main .page-content .ptypes a:hover .type.loan {
  color: #1fb9f6;
}

main .page-content .ptypes .selected a:hover .type.loan {
  color: #fff;
}

main .page-content .ptypes li .type.loyalty {
  border: 2px solid #21e0ee;
}
main .page-content .promo-list .list-cell .type.loyalty {
  background-color: #21e0ee;
}
main .page-content .ptypes .selected a .type.loyalty {
  color: #fff;
  background-color: #21e0ee;
}

main .page-content .ptypes a:hover .type.loyalty {
  color: #21e0ee;
}

main .page-content .ptypes .selected a:hover .type.loyalty {
  color: #fff;
}

main .page-content .ptypes li .type.premium {
  border: 2px solid #925ad2;
}
main .page-content .promo-list .list-cell .type.premium {
  background-color: #925ad2;
}
main .page-content .ptypes .selected a .type.premium {
  color: #fff;
  background-color: #925ad2;
}

main .page-content .ptypes a:hover .type.premium {
  color: #925ad2;
}

main .page-content .ptypes .selected a:hover .type.premium {
  color: #fff;
}

main .page-content .ptypes li .type.prepaid-card {
  border: 2px solid #45b649;
}
main .page-content .promo-list .list-cell .type.prepaid-card {
  background-color: #45b649;
}
main .page-content .ptypes .selected a .type.prepaid-card {
  color: #fff;
  background-color: #45b649;
}

main .page-content .ptypes a:hover .type.prepaid-card {
  color: #45b649;
}

main .page-content .ptypes .selected a:hover .type.prepaid-card {
  color: #fff;
}

main .page-content .ptypes li .type.spin-the-wheel {
  border: 2px solid #38b48e;
}
main .page-content .promo-list .list-cell .type.spin-the-wheel {
  background-color: #38b48e;
}
main .page-content .ptypes .selected a .type.spin-the-wheel {
  color: #fff;
  background-color: #38b48e;
}

main .page-content .ptypes a:hover .type.spin-the-wheel {
  color: #38b48e;
}

main .page-content .ptypes .selected a:hover .type.spin-the-wheel {
  color: #fff;
}

main .page-content .ptypes li .type.sweepstake {
  border: 2px solid #38b48e;
}
main .page-content .promo-list .list-cell .type.sweepstake {
  background-color: #38b48e;
}
main .page-content .ptypes .selected a .type.sweepstake {
  color: #fff;
  background-color: #38b48e;
}

main .page-content .ptypes a:hover .type.sweepstake {
  color: #38b48e;
}

main .page-content .ptypes .selected a:hover .type.sweepstake {
  color: #fff;
}

main .page-content .ptypes li .type.tradein {
  border: 2px solid #55d5d7;
}
main .page-content .promo-list .list-cell .type.tradein {
  background-color: #55d5d7;
}
main .page-content .ptypes .selected a .type.tradein {
  color: #fff;
  background-color: #55d5d7;
}

main .page-content .ptypes a:hover .type.tradein {
  color: #55d5d7;
}

main .page-content .ptypes .selected a:hover .type.tradein {
  color: #fff;
}

main .page-content .ptypes li .type.treasure-hunt {
  border: 2px solid #189a8c;
}
main .page-content .promo-list .list-cell .type.treasure-hunt {
  background-color: #189a8c;
}
main .page-content .ptypes .selected a .type.treasure-hunt {
  color: #fff;
  background-color: #189a8c;
}

main .page-content .ptypes a:hover .type.treasure-hunt {
  color: #189a8c;
}

main .page-content .ptypes .selected a:hover .type.treasure-hunt {
  color: #fff;
}

main .page-content .ptypes li .type.voucher {
  border: 2px solid #90caf9;
}
main .page-content .promo-list .list-cell .type.voucher {
  background-color: #90caf9;
}
main .page-content .ptypes .selected a .type.voucher {
  color: #fff;
  background-color: #90caf9;
}

main .page-content .ptypes a:hover .type.voucher {
  color: #90caf9;
}

main .page-content .ptypes .selected a:hover .type.voucher {
  color: #fff;
}

main .page-content .ptypes li .type.warranty {
  border: 2px solid #587ebe;
}
main .page-content .promo-list .list-cell .type.warranty {
  background-color: #587ebe;
}
main .page-content .ptypes .selected a .type.warranty {
  color: #fff;
  background-color: #587ebe;
}

main .page-content .ptypes a:hover .type.warranty {
  color: #587ebe;
}

main .page-content .ptypes .selected a:hover .type.warranty {
  color: #fff;
}

main .page-content .ptypes li .type.warranty-win {
  border: 2px solid #556891;
}
main .page-content .promo-list .list-cell .type.warranty-win {
  background-color: #556891;
}
main .page-content .ptypes .selected a .type.warranty-win {
  color: #fff;
  background-color: #556891;
}

main .page-content .ptypes a:hover .type.warranty-win {
  color: #556891;
}

main .page-content .ptypes .selected a:hover .type.warranty-win {
  color: #fff;
}

main .page-content .ptypes li .type.warranty-project {
  border: 2px solid rgb(51, 140, 165);
}
main .page-content .promo-list .list-cell .type.warranty-project {
  background-color: rgb(51, 140, 165);
}
main .page-content .ptypes .selected a .type.warranty-project {
  color: #fff;
  background-color: rgb(51, 140, 165);
}

main .page-content .ptypes a:hover .type.warranty-project {
  color: rgb(51, 140, 165);
}

main .page-content .ptypes .selected a:hover .type.warranty-project {
  color: #fff;
}

main .page-content .ptypes li .type.wbw {
  border: 2px solid rgb(82, 52, 52);
}
main .page-content .promo-list .list-cell .type.wbw {
  background-color: rgb(82, 52, 52);
}
main .page-content .ptypes .selected a .type.wbw {
  color: #fff;
  background-color: rgb(82, 52, 52);
}

main .page-content .ptypes a:hover .type.wbw {
  color: rgb(82, 52, 52);
}

main .page-content .ptypes .selected a:hover .type.wbw {
  color: #fff;
}

main .page-content .ptypes li .type.loyalty-program {
  border: 2px solid rgb(186, 85, 18);
}
main .page-content .promo-list .list-cell .type.loyalty-program {
  background-color: rgb(186, 85, 18);
}
main .page-content .ptypes .selected a .type.loyalty-program {
  color: #fff;
  background-color: rgb(186, 85, 18);
}

main .page-content .ptypes a:hover .type.loyalty-program {
  color: rgb(186, 85, 18);
}

main .page-content .ptypes .selected a:hover .type.loyalty-program {
  color: #fff;
}

main .page-content .ptypes li .type.win-moments {
  border: 2px solid rgb(237, 201, 45);
}
main .page-content .promo-list .list-cell .type.win-moments {
  background-color: rgb(237, 201, 45);
}
main .page-content .ptypes .selected a .type.win-moments {
  color: #fff;
  background-color: rgb(237, 201, 45);
}

main .page-content .ptypes a:hover .type.win-moments {
  color: rgb(237, 201, 45);
}

main .page-content .ptypes .selected a:hover .type.win-moments {
  color: #fff;
}

main .page-content .ptypes li .type.quest {
  border: 2px solid rgb(234, 102, 82);
}
main .page-content .promo-list .list-cell .type.quest {
  background-color: rgb(234, 102, 82);
}
main .page-content .ptypes .selected a .type.quest {
  color: #fff;
  background-color: rgb(234, 102, 82);
}

main .page-content .ptypes a:hover .type.quest {
  color: rgb(234, 102, 82);
}

main .page-content .ptypes .selected a:hover .type.quest {
  color: #fff;
}

main .page-content .promo-list .more,
main .page-content .promo-list .less {
  color: #11a1af;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
main .page-content .promo-list .more:hover,
main .page-content .promo-list .less:hover {
  text-decoration: underline;
}
main .page-content .promo-list .see-more {
  display: none;
}
main .page-content .promo-list .less {
  display: none;
}
main .page-content .promo-list .col5 span {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 1px 0;
  padding: 3px 6px;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
main .page-content .promo-list .col5 .stage1 {
  background-color: #f5f5f5;
  color: #000;
}
main .page-content .promo-list .col5 .stage2 {
  background-color: #64c0b9;
}
main .page-content .promo-list .col5 .stage3 {
  background-color: #c3a92e;
}
main .page-content .promo-list .col5 .stage4 {
  background-color: #ff3b36;
}

main .page-content .filter-list {
  background-color: #fcfcfd;
  font-weight: 300;
  margin: 0 0 30px 0;
  overflow: hidden;
}
main .page-content .filter-list .left {
  float: left;
  padding: 15px;
}
main .page-content .filter-list .left span {
  color: #38b48e;
}
main .page-content .filter-list .left a {
  color: #b7bbc2;
  text-decoration: none;
}
main .page-content .filter-list .left a:hover {
  text-decoration: underline;
}
main .page-content .filter-list .right {
  float: right;
}
main .page-content .filter-list .right a {
  background: #d0d1d3;
  color: #2d3a3f;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  transition: background-color 0.3s;
}
main .page-content .filter-list .right a:hover {
  background: #f9d738;
}

main .page-content .filter-selector {
  display: none;
  background-color: #fcfcfd;
  margin-bottom: 30px;
  overflow: auto;
  padding: 15px;
  position: relative;
}
main .page-content .filter-selector {
  overflow: inherit;
}
main .page-content .filter-selector:after {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  width: 1px;
}
main .page-content .filter-selector.customer {
  display: block;
}
main .page-content .filter-selector .checkbox-group {
  background: red;
  display: block;
  float: none;
  clear: both;
}
main .page-content .filter-selector .checkbox-group .form-group {
  width: auto;
}
main .page-content .filter-selector .form-group {
  float: left;
  padding: 0 15px 0 0;
  width: 25%;
  min-height: 65px;
}
main .page-content .filter-selector label {
  color: #111;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 5px 0;
}
main .page-content .filter-selector label span {
  color: #aaa;
  font-weight: 300;
}
.form-select,
main .page-content .filter-selector input[type="text"],
main .page-content .filter-selector select {
  border: 1px solid #ccc;
  border-radius: 3px;
}
main .page-content .filter-selector select {
  padding: 7px 5px;
}
main .page-content .filter-selector input[type="text"],
main .page-content .filter-selector select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-check-input:checked {
  background-color: #38b48e;
  border-color: #38b48e;
}
main .page-content .filter-selector input[type="text"]:focus,
main .page-content .filter-selector select:focus {
  background-color: transparent;
  border-color: #38b48e;
  outline: none;
}
main .page-content .filter-selector .form-group.is-focused input[type="text"],
main .page-content .filter-selector .form-group.is-focused select {
  box-shadow: none;
}
main .page-content .filter-selector .form-group.submit {
  padding-top: 25px;
}
main .page-content .filter-selector .form-group.submit .btn-primary {
  background-color: #38b48e;
  border: 0;
  border-radius: 0;
  font-weight: 300;
  margin: 0 15px 5px 0;
  padding-left: 15px;
  padding-right: 15px;
}
main .page-content .filter-selector .form-group.submit .btn-primary:hover {
  background-color: #04a9df;
}
main .page-content .filter-selector .form-group.submit .clear {
  background-color: #eee;
  border: 0;
  border-radius: 0;
  color: #666;
  cursor: pointer;
  font-weight: 300;
  padding: 8px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}
main .page-content .filter-selector .form-group.submit .clear:hover {
  background-color: #f9d738;
}
main .page-content .filter-selector .close {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
main .page-content .filter-selector .close span {
  font-size: 24px;
  position: relative;
  top: 3px;
}

main .page-content .filter-details {
  background-color: #fcfcfd;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px 15px 0 15px;
}
main .page-content .filter-details .form-group {
  float: left;
  margin-bottom: 0;
  padding: 0;
  width: 25%;
}
main .page-content .filter-details label {
  color: #888;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

main .page-content .max400 {
  max-width: 400px;
}
main .page-content .max800 {
  max-width: 800px;
}
main .page-content .max1200 {
  max-width: 1200px;
}

main .page-content form .note {
  color: #11a1af;
  font-weight: 300;
  padding: 10px 0;
}
main .page-content form label {
  color: #1b2021;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 5px 0;
}
main .page-content form label .required {
  color: var(--yellow);
}
main .page-content form input[type="text"],
main .page-content form input[type="password"],
main .page-content form select,
main .page-content form textarea {
  background-color: #fff;
  border: 1px solid #cfd1d2;
  border-radius: 3px;
}
main .page-content form input[type="file"] {
  border: 0;
  padding: 0;
}
main .page-content form textarea {
  min-height: 100px;
}
main .page-content form input[type="text"]:focus,
main .page-content form input[type="password"]:focus,
main .page-content form select:focus,
main .page-content form textarea:focus {
  background-color: transparent;
  border-color: #11a1af;
  outline: none;
}
main .page-content form .form-group.is-focused input[type="text"],
main .page-content form .form-group.is-focused select,
main .page-content form .form-group.is-focused textarea {
  box-shadow: none;
}
main .page-content form .form-group.submit {
  padding-top: 15px;
}
main .page-content form .form-group.submit .btn-primary {
  background-color: #11a1af;
  border: 0;
  border-radius: 0;
  font-weight: 300;
  margin-right: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
main .page-content form .form-group.submit .btn-primary:hover {
  background-color: #04a9df;
}
main .page-content form #img_captcha + div {
  padding-top: 10px;
}

.DTFC_LeftHeadWrapper,
.DTFC_LeftBodyWrapper {
  background-color: #fff;
}
.DTFC_LeftBodyWrapper {
  border-bottom: 1px solid #000;
}
.DTFC_RightWrapper {
  display: none;
}
table.dataTable {
  font-size: 12px;
  width: 100% !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: default;
}
table.dataTable.no-footer {
  border-bottom: 0;
}
table.dataTable thead th,
table.dataTable thead td {
  color: #707989;
  font-size: 12px;
  padding: 5px;
  vertical-align: middle;
}
.DTFC_LeftHeadWrapper table.dataTable thead th {
  color: #000;
}
table.dataTable thead th.sorting_desc,
table.dataTable thead th.sorting_asc {
  color: #38b48e;
}
table.dataTable th {
  border-top: 0;
}
table.dataTable th a {
  text-decoration: none;
}
table.dataTable td[class*="sorting"] {
  color: #38b48e;
}
table.dataTable tbody td {
  padding: 5px;
  vertical-align: middle;
}
table .datatable6.dataTable tbody td {
  padding: 5px;
  vertical-align: middle;
}

/* Top scrollbar container */
.dt-top-scroll,
.dataTables_scrollTop {   /* legacy alias if you used 1.x plugin code */
  height: 18px;           /* adjust to match your system’s native scrollbar height */
  margin-bottom: 6px;     /* small spacing below the top bar */
  overflow-x: auto;
  overflow-y: hidden;
}

/* Invisible width carrier inside the top scrollbar */
.dt-top-scroll > div,
.dataTables_scrollTop > div {
  height: 1px;            /* tiny so it doesn’t add vertical size */
}

/* .table { overflow-x: auto; } */
.table-bottom {
  padding-top: 15px;
  text-align: right;
}
.table-bottom div {
  display: inline-block;
  vertical-align: top;
}
.table-bottom .dataTables_length {
  float: right;
  margin-right: 30px;
  padding-top: 5px;
}
.table-bottom select,
.table-bottom input[type="text"] {
  background-color: #eee;
  border: 0;
  border-radius: 3px;
  padding: 9px 5px;
}
.table-bottom select {
  padding: 10px 5px;
}
.table-bottom .btn:hover {
  background-color: #555;
  border-color: #555;
}
.table-totaltable {
  background-color: #fafafa;
  font-size: 16px;
  max-width: 600px;
  width: 100%;
}
.table-totaltable .table-head {
  background-color: #eee;
  border-bottom: 2px solid #6c757d;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  padding: 5px 0;
}
.table-totaltable .table-body {
  font-weight: 300;
  padding: 5px 0;
}
.table-totaltable .table-row {
  display: flex;
}
.table-totaltable .table-cell {
  padding: 5px 15px;
}
.table-totaltable .table-cell:nth-child(1) {
  width: 30%;
}
.table-totaltable .table-cell:nth-child(2) {
  text-align: right;
  width: 40%;
}
.table-totaltable .table-cell:nth-child(3) {
  text-align: right;
  width: 30%;
}
.datatable_report_1 td:nth-child(1),
.datatable_report_2 td:nth-child(1),
.datatable_report_3 td:nth-child(1),
.datatable_report_4 td:nth-child(1),
.datatable_report_5 td:nth-child(1),
.datatable_report_6 td:nth-child(1),
.datatable_report_7 td:nth-child(1) {
  width: 20px;
}
.datatable_report_1 td:nth-child(2),
.datatable_report_2 td:nth-child(2),
.datatable_report_3 td:nth-child(2),
.datatable_report_4 td:nth-child(2),
.datatable_report_5 td:nth-child(2),
.datatable_report_6 td:nth-child(2),
.datatable_report_7 td:nth-child(2) {
  width: 300px;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
  overflow: auto;
}
.dt-container .dataTables_paginate .paginate_button,
.dt-container .dataTables_paginate .paginate_button.current {
  background: #eee;
  border: 0;
  border-radius: 3px;
}
.dt-container .dataTables_paginate .paginate_button.current:hover {
  background: #eee;
  border: 0;
}
.dt-container .dataTables_paginate .paginate_button:hover {
  color: #000;
}
table.dataTable .options {
  margin: 0;
  padding: 0;
}
table.dataTable .options li {
  display: inline-block;
  list-style: none;
}
table.dataTable .options a {
  color: #bcc0c2;
  display: inline-block;
  font-size: 18px;
  margin: 0 3px;
  text-decoration: none;
}
table.dataTable .options a:hover {
  color: #04a9df;
}
table.dataTable .icon-info {
  color: #d7dade;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
table.dataTable .icon-info:hover {
  color: #f9d942;
}
table.dataTable .have-tip {
  border-bottom: 1px dotted #000;
  cursor: help;
}
.DTFC_LeftHeadWrapper,
.DTFC_LeftBodyWrapper {
  border-right: 2px solid #38b48e;
}
.dt-type-numeric.dtfc-fixed-start.dtfc-fixed-left {
  background-color: #fff;
}
table.status-key th {
  background-color: #ddd;
  text-transform: uppercase;
}
table.status-key td:first-child {
  background-color: #fafafa;
}

.amcharts-chart-div a {
  display: none !important;
}

.datepicker {
  background: url(../images/icon-calendar.png) 10px center no-repeat;
  padding-left: 30px;
}

.tooltip {
  opacity: 1 !important;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #f9d942 !important;
}
.tooltip .tooltip-inner {
  background-color: #f9d942;
  color: #736d4f;
  font-size: 12px;
}

/* LOGIN */

body.login {
  background-color: var(--charcoal);
}

.login-wrap {
  background-color: var(--charcoal);
  background-image: url("../images/bgr-full-page.jpg");
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 100%;
  font-weight: 300;
  min-height: calc(100vh - 61px);
  height: auto !important;
  padding: 100px 0;
  width: 100%;
}
.login-box {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border: 1px solid rgba(175, 175, 175, 0.25);
  margin: 0 auto;
  max-width: 485px;
  padding: 30px 50px;
  width: 100%;

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.login-box form {
  margin-bottom: 0;
}
.login-box .form-group {
  transition: background-color 0.3s, border-color 0.3s;
}

body.login .bmd-form-group .bmd-label-floating,
body.login .bmd-form-group body.login .bmd-label-placeholder {
  top: 0.5rem;
  font-weight: 500;
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--white);
}

.login-box .form-field {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.login-box label {
  font-weight: 500;
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--white);
}
.login-box label.red_b {
  font-weight: 500;
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--red);
}
.login-box .form-control {
  background: var(--white) !important;
  border: 1px solid var(--silver);
  border-radius: 6px;
  padding: 16px 4px 14px 16px;
  height: auto !important;
  font-weight: 500;
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--black);
}
.login-box p,
.login-box .appl_alert,
.login-box .password-validation-list {
  text-align: center;
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  color: var(--white);
}

.login-box p {
  text-align: center;
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  color: var(--white);
}
.login-box h4 {
  text-align: center;
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--yellow);
}
.login-box .required {
  color: var(--yellow);
  font-size: 16px;
}
.form-control:focus {
  box-shadow: none !important;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  -webkit-transition-delay: 99999s !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #eff0f2 !important;
}
.form-control:focus {
  box-shadow: none;
}
.login-box .btn.btn-primary {
  background-color: var(--yellow);
  border: 1px solid transparent;
  border-radius: 30px;
  color: var(--charcoal);
  float: none;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 32px;
  text-transform: none;
  width: 100%;
  opacity: 0.9;
  transition: opacity 0.4;
  margin-top: 12px;
}
.login-box .btn.btn-primary:hover {
  color: var(--black);
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  opacity: 1;
}
.login-box .captcha {
  width: 90px;
  position: absolute;
  bottom: 9px;
  right: 0px;
}
.login-box form > div {
  overflow: hidden;
}

.login-box form > div#r_button_subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-box a {
  color: var(--white);
  display: block;
  margin: 10px 0;
  text-decoration: none;
  order: 2;
}

.login-box .appl_alert a {
  display: inline;
  color: var(--yellow);
  font-weight: 700;
}

.login-box .login-box-title {
  font-size: 30px;
  font-weight: 200;
  font-family: "Aktiv Grotesk Ex", Arial, Helvetica, sans-serif;
  color: var(--white);
  text-align: center;
}

.login-box .login-box-title span {
  font-weight: 700;
}

.login-box a:hover {
  text-decoration: underline;
  color: var(--white);
}

#clients_changeusername .captcha,
#clients_changepass .captcha {
  padding-top: 10px;
}

.login-box #page center {
  color: var(--white);
}
.login-box #page center a {
  display: inline;
  color: var(--yellow);
}

.login-box #page #clients_changepass_force_expired h4,
.login-box #page #clients_activate_changepass h4,
.login-box #page #clients_activate_account h4 {
  color: var(--white);
  text-align: center;
  font-family: "Aktiv Grotesk Ex";
  font-size: 2rem;
}
.login-box #page #clients_activate_changepass p,
.login-box .password-validation-list {
  text-align: left;
}

/* popup window */
body.popup {
  background-color: #ecedf0;
}

body.popup header {
  background: #848b8e;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.popup header h4 {
  font-weight: 300;
  margin: 0;
}

body.popup header .datepicker {
  background-color: #b9bdbf;
  border-radius: 5px;
  color: #2d3a3f;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 8px;
}
body.popup header .datepicker .date {
  background: url(../images/icon-calendar.png) left center no-repeat;
  border: 0;
  display: inline-block;
  font-weight: 300;
  outline: none;
  padding: 3px 2px 2px 20px;
}
body.popup header .datepicker .sep {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px;
}

body.popup .page-content {
  padding: 15px 0;
}
body.popup form .form-group.submit .clear {
  background-color: #eee;
  border: 0;
  border-radius: 25px;
  color: #666;
  cursor: pointer;
  font-weight: 300;
  padding: 8px 30px;
  text-decoration: none;
  transition: background-color 0.3s;
}
body.popup form .form-group.submit .clear:hover {
  background-color: #f9d738;
}
body.popup form .note {
  color: #38b48e;
  padding: 10px 0;
}

body.popup .table {
  margin-bottom: 0;
}
body.popup table.dataTable tbody td {
  min-width: 0;
}

body.popup .last-comment {
  margin: 0;
  padding: 0;
}
body.popup .last-comment li {
  float: left;
  list-style: none;
  width: calc(100% - 150px);
}
body.popup .last-comment li:nth-child(odd) {
  width: 120px;
}

.table .dt-container {
  margin-bottom: 10px;
}
.table.comments .dt-container {
  overflow-x: auto;
}
.table.comments th:nth-child(5),
.table.comments td:nth-child(5),
.table.comments th:nth-child(9),
.table.comments td:nth-child(9) {
  border-right: 2px solid #38b48e;
}

.buttons-colvis {
  background: #38b48e !important;
  border: 0 !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 16px !important;
  transition: background-color 0.3s;
}
.buttons-colvis:hover {
  background: #11a1af !important;
}
.dt-button-collection .dt-button {
  background: #e6e6e8 !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: none !important;
  color: #666;
  padding: 5px;
  text-align: left;
}
div.dt-button-collection {
  width: 230px;
}
div.dt-button-collection .dt-button:before {
  background: url(../images/icon-hide.svg) center center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 5px 0 0;
  width: 15px;
  opacity: 0.6;
}
div.dt-button-collection .dt-button-active {
  background: #fff !important;
  color: #000;
}
div.dt-button-collection .dt-button-active:before {
  background: url(../images/icon-visible.svg) center center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 5px 0 0;
  width: 15px;
}
input[type="checkbox"].form-control,
input[type="radio"].form-control {
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0 5px;
  vertical-align: middle;
  appearance: auto;
}

#ui-datepicker-div {
  z-index: 3 !important;
}
@media (max-width: 1599px) {
  main .page-content .filter-selector.customer .form-group.submit {
    padding-top: 0;
    width: 50%;
  }

  #chartdiv5-1 {
    height: 800px !important;
  }
}
@media (max-width: 1399px) {
  main > .content .top {
    /* background: #1f424b; */
    height: auto;
  }
  main .page-content .gbox .w10 {
    width: 20%;
  }

  main .page-content .filter-selector .form-group,
  main .page-content .filter-selector .form-group.submit {
    width: 33.3%;
  }
  main .page-content .filter-details .form-group {
    width: 50%;
  }

  #chartdiv5-1 {
    height: 600px !important;
  }
}
@media (max-width: 1199px) {
  main .page-content .filter-selector .form-group,
  main .page-content .filter-selector .form-group.submit {
    width: 50%;
  }
  main .page-content .filter-selector.customer .form-group.submit {
    padding-top: 25px;
  }

  #chartdiv5-1 {
    height: 500px !important;
  }
}
@media (max-width: 991px) {
  main > .content .top {
    background: #1f424b;
    height: auto;
  }
  main > .content .top .book {
    text-align: left;
  }
  main > .content .top .book a {
    margin-top: 15px;
    padding: 10px 20px;
  }

  main > .content .active-promotions .item a {
    display: inline-block;
    float: none;
    margin-top: 15px;
  }

  main .page-content .gbox .minirow {
    text-align: center;
  }
  main .page-content .gbox .w10 {
    display: inline-block;
    float: none;
    width: 24%;
  }

  main .page-content .btn.find {
    display: block;
    margin: 15px 0 0 0 !important;
  }
  main .page-content .tabs a {
    font-size: 18px;
  }
  main .page-content .tabs .selected a {
    font-size: 24px;
  }

  #chartdiv5-1 {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  header .meta .social {
    display: none;
  }
  main .page-content .gbox .w10 {
    width: 32%;
  }
}

#captcha_img {
  display: none;
}
#prev_btn {
  margin-right: 5px;
  text-decoration: none;
}
#next_btn {
  margin-left: 5px;
  text-decoration: none;
}
table.dataTable thead th a.sort_asc {
  color: #38b48e;
  background-image: none;
}
table.dataTable thead th a.sort_desc {
  color: #38b48e;
  background-image: none;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 5px;
}
span.form-control {
  border: none;
  color: #000;
  font-weight: bold;
  padding: 0;
}
select.form-control {
  appearance: auto;
}
#report_filter_alert {
  text-align: center;
}

.manage-menu {
  margin: 0;
  min-width: 100px;
  padding: 0;
}
tr.child .manage-menu {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.manage-menu li {
  display: inline-block;
  margin: 0 2px;
}
table.dataTable > tbody > tr.child ul.dtr-details .manage-menu li {
  border-bottom: 0;
  padding: 0;
}
table.dataTable tbody td {
  border-bottom: 1px solid #eee;
}
.manage-menu a {
  color: #9a9b9c;
  display: inline-block;
  font-size: 20px;
  margin: 1px;
  text-decoration: none;
}
.manage-menu a .text {
  display: none;
}
.manage-menu a .text-reply {
  display: block;
  font-size: 12px;
  background: #11a1af;
  color: #ffffff;
  padding: 2px 6px;
}
.manage-menu a .text-close {
  display: block;
  font-size: 12px;
  background: #1f424b;
  color: #ffffff;
  padding: 2px 6px;
}
td.child .manage-menu a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}
td.child .manage-menu a span span {
  text-transform: uppercase;
}
td.child .manage-menu a .text {
  display: inline;
}
td.child .manage-menu a span:before {
  display: none;
}
.manage-menu a:hover {
  color: #000;
}

.notes_after {
  color: #11a1af;
  font-weight: 250;
  font-size: 12px;
}
#clients_close_enqury .form-group.submit {
  display: none;
}
div.dt-buttons {
  float: right;
}
div.dt-buttons button {
  margin: 0 0 15px 0;
}

#link_reporting_support {
  width: 130px;
}
#link_book_promotion {
  width: 140px;
}

.videobox {
  margin: 0 0 30px 0;
  text-align: center;
}
.videobox .video {
  display: none;
}
ul.videos {
  text-align: center;
}
ul.videos li {
  display: inline-block;
  list-style: none;
  margin: 15px;
  vertical-align: top;
  width: 175px;
}
ul.videos li img {
  display: block;
  margin: 0 auto 15px auto;
}

main > .content .top .promo_request {
  display: flex;
  justify-items: flex-end;
}

/*==== New Dashboard ===*/

.promo-cards {
}

.promo-cards .card {
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.12),
    0px 1px 8px rgba(0, 0, 0, 0.1);
}
.promo-cards .card:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12),
    0px 16px 32px rgba(0, 0, 0, 0.12), 0px 1px 48px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
}

.promo-cards .promo-counter.row {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.promo-cards .company-name {
  min-height: 48px;
  justify-content: center;
  padding-bottom: 8px;
}

.promo-cards .company-name h5 {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.1em;
}

.promo-cards .promo-counter {
  border-radius: 8px;
  background: #38b58f;
  position: relative;
}
.promo-cards .promo-counter.promo-risk {
  border-radius: 8px;
  background: #d93956;
}

.promo-cards .promo-counter .btn-review {
  display: flex;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #38b58f;
  padding: 0 0 0 0;
}

.promo-cards .promo-counter.promo-risk .btn-review {
  background: #d93956;
}

.promo-cards .promo-counter .btn-review a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
  background-image: url("../images/btn-review-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.promo-cards .promo-counter:hover .btn-review a {
  background-position: 100% 50%;
}

.promo-cards .promo-counter:hover .btn-review {
  display: flex;
  opacity: 1;
  padding: 0 24px 0 24px;

  transition: all 0.3s ease-in-out;
}

.promo-cards .promo-counter .btn-review a:hover {
  color: #fff;
}

.promo-cards .promo-counter .col h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.44;
  text-transform: uppercase;
}

.promo-cards .promo-counter .col h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
}

.promo-cards .promo-counter:hover .btn-review a {
  background-position: 100% 50%;
}

@media (min-width: 1440px) {
  .promo-cards .card-col.col {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (max-width: 1439px) {
  .promo-cards .card-col.col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1199px) {
  .promo-cards .card-col.col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991px) {
  .promo-cards .card-col.col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .promo-cards .promo-counter.row {
    flex-wrap: wrap;
  }
  .promo-cards .promo-counter .btn-review {
    position: static;
    opacity: 1;
    padding: 12px;
    width: 100%;
  }

  .promo-cards .promo-counter .btn-review a {
    display: block;
    text-align: center;
    color: #000;
    background-image: none;
    font-size: 24px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  .promo-cards .card-col.col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.main-caption h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #000000;
}

.main-caption p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.25px;
  color: #000000;
}

/* Get a quote  form */

main > .content.get_a_quote .top h4 {
  font-weight: 300;
  font-size: 48px;
  line-height: 61px;
  text-transform: none;
  color: var(--white);
}

main > .content.get_a_quote .top {
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--turquoise);
}

main > .content.get_a_quote .page-content {
  padding: 32px;
}

main > .content.get_a_quote .page-content .gbox {
  background: transparent;
  padding: 0px;
  box-shadow: none;
}

main > .content.get_a_quote .page-content .gbox .max400 {
  background: #f3f3f5;
  max-width: 900px;

  padding: 48px 64px 16px 64px;
  position: relative;
}

@media (max-width: 767px) {
  main > .content.get_a_quote .page-content .gbox .max400 {
    padding: 24px 24px 12px 24px;
  }
}

main > .content.get_a_quote .page-content .gbox .max400::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 1380px;
  height: 30px;
  background: url(../images/bulge-form.svg) no-repeat 50% bottom;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

main > .content.get_a_quote .title_sub {
  font-family: "Aktiv Grotesk";
  font-weight: 200;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.25px;

  color: #6b6b6b;
  margin-bottom: 24px;
  display: block;
}
main > .content.get_a_quote #a_l_txt_end_user_details.title_sub,
main > .content.get_a_quote #a_l_txt_required_microsite_pages.title_sub {
  margin-top: 48px;
}

main > .content.get_a_quote .form-group label {
  font-weight: bold;
  display: block;
  font-size: 16px;
}

main > .content.get_a_quote .form-group .left label {
  font-weight: normal;
  display: inline-block;
}

main > .content.get_a_quote .form-group textarea {
  min-height: 180px;
}

/* 2 Col Form Groups */

#r_promotion_name,
#r_promo_types_quote_list,
#r_date_start_simple,
#r_date_end_simple,
#r_number_eligible_products,
#r_expected_number_claims,
#r_integration_options,
#r_retention_period {
  display: inline-block;
  width: calc(50% - 18px);
}

#r_promo_types_quote_list,
#r_date_end_simple,
#r_expected_number_claims,
#r_retention_period,
main > .content.get_a_quote .form-group .left + .left {
  margin-left: 32px;
}

main > .content.get_a_quote .form-group .col-12 {
  display: flex;
}

main > .content.get_a_quote .form-group .col-12 .left {
  display: block;
  flex-basis: 50%;
}

main > .content.get_a_quote .form-group .cbox_list input {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
main > .content.get_a_quote .form-group .cbox_list input + label {
  float: left;
  clear: right;
  width: calc(100% - 32px);
}

/* form field tips */

#retention_period_a_info strong,
main > .content.get_a_quote .form-group .cbox_list input + label span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.25px;
  color: #000000;
  display: block;
}

/* Additional other fields */

#r_other_customer_info input,
#r_other_product_info input,
#r_other_microsite_pages input {
  width: 50%;
  margin-left: auto;
}

@media (max-width: 767px) {
  #r_promotion_name,
  #r_promo_types_quote_list,
  #r_date_start_simple,
  #r_date_end_simple,
  #r_number_eligible_products,
  #r_expected_number_claims,
  #r_integration_options,
  #r_retention_period {
    display: block;
    width: calc(100% - 0px);
  }

  #r_promo_types_quote_list,
  #r_date_end_simple,
  #r_expected_number_claims,
  #r_retention_period,
  main > .content.get_a_quote .form-group .left + .left {
    margin-left: 0px;
  }

  main > .content.get_a_quote .form-group .col-12 {
    flex-direction: column;
  }

  main > .content.get_a_quote .form-group .col-12 .left {
    flex-basis: 100%;
  }

  #r_other_customer_info input,
  #r_other_product_info input,
  #r_other_microsite_pages input {
    width: 100%;
    margin-left: 0px;
  }
}

main > .content.get_a_quote form input[type="text"],
main > .content.get_a_quote form input[type="password"],
main > .content.get_a_quote form select,
main > .content.get_a_quote form textarea {
  background-color: #fff;
  border: 1px solid #efeff0;
  border-radius: 6px;
  padding: 12px 8px;
  font-size: 16px;
  height: auto;
}
textarea#cancel_reason {
  margin-top: 15px;
}

/* datepickers */

.datepicker {
  background-position: 97% center;
  cursor: pointer;
}

/* hr  */

#r_customer_support_details::before,
#r_customer_notification_details::before,
#r_send_notification_via_details::before,
#r_product_info_details::before,
#r_aditional_comments::before,
#r_other_microsite_pages::after,
#r_microsite_domain_options::after,
#r_button_subscribe::before,
#r_criteria_validation_claims::before,
#r_criteria_validation_claims::after {
  content: "";
  display: block;
  height: 1px;
  background: var(--silver);
  margin: 24px 0px;
}

#r_button_subscribe {
  text-align: center;
}

main > .content.get_a_quote form .form-group.submit .btn-primary {
  padding: 16px 32px;
  background: var(--yellow);
  border-radius: 30px;

  font-weight: 700;
  font-size: 16px;

  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  color: var(--navi);
}

main > .content.get_a_quote form .form-group.submit .btn-primary:hover {
  background: var(--yellowOff);
  color: var(--black);
}
main > .content.get_a_quote .form-toc {
  padding: 32px 0px 0px 32px;
}
main > .content.get_a_quote .form-toc .sticky {
  position: sticky;
  top: 0;
}

main > .content.get_a_quote .form-toc .toc {
  list-style: none;
  padding: 0px;
}
main > .content.get_a_quote .form-toc .toc a {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.25px;
  color: var(--dark-grey);
  text-decoration: none;
  display: block;
  padding: 8px 0px;
}
main > .content.get_a_quote .form-toc .toc a:hover {
  color: var(--navi);
}

main > .content.get_a_quote .form-toc .toc a span {
  font-weight: bold;
  display: inline-block;
  margin-right: 4px;
}

main > .content.get_a_quote .form-toc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
main > .content.get_a_quote .form-toc p a {
  color: var(--turquoise);
}

@media (max-width: 991px) {
  main > .content.get_a_quote .form-toc {
    padding: 48px 0 0 0;
  }

  main > .content.get_a_quote .form-toc .toc {
    display: none;
  }
}

.form-ty {
  max-width: 980px;
  gap: 72px;
}
.form-ty h2 {
  font-family: "Aktiv Grotesk";
  font-weight: 200;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.25px;
  color: #6b6b6b;
  margin-bottom: 24px;
  display: block;
}

.form-ty .col a.btn {
  background: #fff;
  padding: 12px 16px 8px 16px;
  border: 3px solid #ccd0d2;
  border-radius: 24px;
  font-family: "Aktiv Grotesk";
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  display: inline-block;
}

.form-ty .col a.btn:hover {
  border: 3px solid #000;
  background: #fff;
}

.form-ty .col + .col {
  background: var(--yellow);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 32px 16px;
  gap: 8px;
}

.form-ty .col + .col a.btn {
  padding: 0;
  border: 0px solid #ccd0d2;
  border-radius: 24px;
  font-family: "Aktiv Grotesk";
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
}

.form-ty .col + .col a.btn:hover {
  border: 0px solid #000;
  background: transparent;
  color: var(--white);
}

@media (max-width: 991px) {
  .form-ty {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.main-caption .form-inline {
  gap: 16px;
}
#r_captcha_vthree,
#r_button_subscribe::before {
  display: none;
}

.form-select:focus {
  border-color: var(--bs-border-color);
  box-shadow: none;
}
select.form-control {
  appearance: auto;
}
table.dataTable tbody td {
  border-bottom: 1px solid #eee;
}

#report_search_clients #name {
  width: 80%;
}

.icon-paypal_img:before {
  content: "\e81f";
} /* '' */

/*.table > :not(caption) > * > * {
  padding: 0px;
}
.table.status-key > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
} 
colgroup > :nth-child(2) {
  border-right: 2px solid #38b48e;
}
*/
