﻿html,
body,
div {
  font-family: arial;
  font-size: 10pt;
  line-height: 15pt;
  color: #0063A2;
}
html,
body {
  background-color: white;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
header {
  margin-top: 9px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #666;
  height: 100px;
  background-color: #ABABAB;
  padding: 1.5em 15px;
}
img {
  max-width: 100%;
}
td {
  font-size: 10pt;
}
a,
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a img {
  border: 0;
}
a.reversed-underline {
  text-decoration: none;
}
a.reversed-underline:hover {
  text-decoration: underline;
}
hr {
  margin: 5px 0;
}
.col-seperator {
  border-left: 1px solid silver;
}
.container.intro {
  text-align: center;
}
.container.intro h1 {
  margin-top: 0;
}
.container.intro .subtitle {
  display: inline-block;
}
.container.intro .subtitle .item {
  float: left;
  white-space: nowrap;
}
.container.intro .subtitle .item:not(:first-child) i {
  margin-left: 30px;
}
#logo {
  width: 160px;
}
.topHeaderRow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  #topbanner {
    max-width: 550px;
  }
}
img.info-icon,
img.qtipInfo {
  width: 14px;
  height: 14px;
  border: 0;
}
#topHeaderRightArea {
  justify-content: flex-end;
}
#mobile-topbanner {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.home-search-container,
.no-cashback-search-container {
  background-color: #EFC034;
  padding: 25px;
  text-align: center;
}
.home-search-container h1,
.no-cashback-search-container h1,
.home-search-container h2,
.no-cashback-search-container h2 {
  margin-top: 0;
}
.home-search-container .home-search-container-inner,
.no-cashback-search-container .home-search-container-inner,
.home-search-container .no-cashback-search-container-inner,
.no-cashback-search-container .no-cashback-search-container-inner {
  display: inline-block;
}
@media screen and (max-width: 992px), (max-device-width: 992px) {
  .home-cashback-explanation .col-seperator {
    border-left: 0;
  }
}
.carousel.cashbacksites .carousel-item {
  margin-right: 40px;
  min-height: 90px;
}
.carousel.cashbacksites .carousel-item .image-container {
  display: flex;
  align-items: center;
  min-height: 90px;
  position: relative;
}
.carousel.cashbacksites .carousel-item img {
  max-width: 200px;
  vertical-align: middle;
}
.carousel.cashbacksites .carousel-item .carousel-tip {
  background-color: red;
  color: white;
  padding: 1px 11px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
#cashbacks > .row:nth-child(even) {
  background-color: #f9f9f9;
}
body > .page-warning {
  text-align: center;
  color: #9F6000;
  background-color: #FEEFB3;
  margin-bottom: 10px;
  padding: 5px 10px;
  clear: both;
  border-bottom: 1px solid #9F6000;
}
.page-warning .hide-message {
  float: right;
}
.page-warning .hide-message:hover {
  cursor: pointer;
}
.loading-spinner {
  width: 16px;
  height: 16px;
  display: block;
  background: url('images/ajax-loader.gif') no-repeat center center;
}
.moreLinkContainer {
  text-align: right;
  clear: both;
}
@media (min-width: 768px) {
  .row.equalHeight {
    display: flex;
    flex-wrap: wrap;
  }
}
.themes.home .theme {
  margin-bottom: 20px;
}
i.fa,
i.fas {
  margin-right: 5px;
  min-width: 15px;
}
.fa-check {
  color: #6CAE55;
}
#cashbacks > .row {
  border-top: 1px solid #ccc;
  padding: 10px 15px 15px 0;
}
#cashbacks column-cashback-row {
  position: relative;
}
#cashbacks .cashback {
  text-align: right;
}
#cashbacks .cashback .show-details {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
}
#cashbacks .cashback .show-details:hover {
  cursor: pointer;
}
#cashbacks .unrecommended.hidden {
  display: none;
}
#cashbacks .logo {
  text-align: right;
}
#cashbacks .tab {
  padding-top: 5px;
  color: darkgray;
  clear: both;
}
#cashbacks .tab .show-details {
  margin-left: 10px;
}
#cashbacks .tab:hover {
  cursor: pointer;
}
#cashbacks .tab.cashbacksiteRatingsTab {
  position: absolute;
  bottom: 0px;
}
#cashbacks a.to-cashback {
  padding: 4px 10px;
  border-radius: 5px;
}
.cashbackDetailsContainer {
  padding-left: 0;
  padding-right: 0;
  /*.rating-summary {
        margin-left: 0;
        margin-right: 0;
    }

    .cashbacksiteDetails {
        margin-left: 0;
        margin-right: 0;
    }*/
}
#topsearch {
  margin-top: 10px;
  float: right;
}
#SearchShopMaster {
  width: 175px;
}
@media screen and (max-width: 992px), (max-device-width: 992px) {
  #SearchShopMaster {
    width: 220px;
  }
}
#SearchShopHome {
  width: 400px;
}
#SearchShopHome:hover,
#SearchShopMaster:hover,
input.searchShop:hover {
  border: 1px solid #B9B9B9;
}
.input-group .form-control.search-shop {
  width: 300px;
}
.country-selector {
  text-align: right;
}
.country-selector a {
  text-decoration: none;
}
.country-selector .dropdown-menu {
  background: white;
}
.country-selector .fi {
  margin-right: 10px;
}
#content {
  height: auto;
  width: 100%;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-row:first-child {
  padding-top: 0;
}
.page-row:nth-child(even) {
  background-color: #f6f6f6;
}
table {
  text-align: left;
  margin-top: 10px;
  color: #0063A2;
  border: 0;
}
table td {
  vertical-align: top;
}
article p.publishdate {
  font-style: italic;
  color: #aaa;
}
div.content {
  background-color: White;
  padding: 10px 20px;
  margin: 10px;
  margin-bottom: 15px;
}
.form-subtitle {
  font-size: 12pt;
  font-weight: bold;
  /*border-bottom: 1px solid silver;*/
  padding-bottom: 10px;
  margin-top: 25px;
}
.form-subtitle-row.first .form-subtitle {
  margin-top: 0;
}
h1 {
  font-size: 15pt;
}
h2 {
  font-size: 13pt;
}
h1,
h2,
h1 a,
h2 a {
  font-weight: bold;
  color: #a4224b;
  text-decoration: none;
}
.hint {
  font-size: 8pt;
}
.charactersRemainingContainer {
  font-size: 9pt;
  color: gray;
}
.additionalInfo {
  font-size: smaller;
  color: gray;
}
div.rating {
  float: left;
  position: relative;
  width: 169px;
  height: 15px;
  background: url("/Content/images/rating10.png");
  background-position: 0 15px;
  margin-bottom: 5px;
}
div.rating.scale5 {
  width: 84px;
}
div.rating .rating-value {
  position: absolute;
  height: 15px;
  background: url("/Content/images/rating10.png");
  text-indent: -9999px;
  overflow: hidden;
}
div.ratingReviewLabel {
  float: left;
  padding: 0 70px 0 8px;
}
div.reviewText {
  clear: both;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
div.review {
  border: solid 1px #DDD;
  background-color: white;
  padding: 5px;
}
div.reviewCustomerResponse {
  margin: 5px 30px 0 50px;
  padding: 5px;
  border: 1px solid #DDD;
  background-color: #FFF;
}
.legendStars {
  clear: both;
}
.shopName {
  font-size: larger;
  font-weight: bold;
}
.shopInfo {
  font-size: smaller;
  color: #666666;
}
.shopReduction {
  font-size: x-large;
  font-weight: bold;
}
.greenBold {
  color: green;
}
.shopName.greenBold {
  font-weight: 800;
}
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
input.error {
  border: 1px dotted red;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
div.info,
div.success,
div.warning,
div.error,
div.validation {
  border: 1px solid;
  margin: 10px 0;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  margin-bottom: 25px;
  clear: both;
}
div.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/content/images/icons/info.png');
}
div.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('/content/images/icons/success.png');
}
div.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/content/images/icons/warning.png');
}
div.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/content/images/icons/error.png');
}
label.error {
  color: red;
  display: block;
}
.watermark {
  color: #999;
}
div.star-rating-on a {
  background-position: 0 -32px !important;
}
.statistic {
  text-align: center;
}
.statistic-value {
  font-weight: bold;
  font-size: larger;
}
div.sitemapWrapper {
  font-size: x-small;
  color: #0063A2;
}
div.sitemapWrapper a {
  font-weight: bold;
}
div.FacebookLikebutton {
  float: right;
  width: 170px;
  margin-right: 10px;
}
div.GooglePlusButton {
  float: right;
  width: 65px;
  margin-right: 10px;
}
.SocialMediaLinks {
  float: right;
}
a.ShareViaTwitter {
  width: 13px;
  height: 18px;
  display: block;
}
a.ShareViaFacebook {
  width: 17px;
  height: 18px;
  display: block;
}
div.ShareViaTwitter,
div.ShareViaFacebook {
  margin: 0 4px 4px;
  background: url("/Content/Images/sprite.png") no-repeat scroll;
  float: left;
}
div.ShareViaTwitter {
  background-position: 0 0;
  width: 13px;
  height: 18px;
  margin-right: 15px;
}
div.ShareViaFacebook {
  background-position: -32px 0;
  width: 17px;
  height: 18px;
}
#calculationResult {
  text-align: center;
}
#calculationResult #totalCashback {
  font-weight: bold;
  font-size: 16pt;
}
.recentlyViewed .cashbackExampleInner {
  min-height: 100px;
  position: relative;
}
.recentlyViewed .cashbackExampleInner .subtitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
}
.recentlyViewed .cashbackShopCard .shopName {
  text-align: center;
  margin: 5px;
}
div.PublicAlertOuter {
  background: none repeat scroll 0 0 #FFBFBF;
  max-width: 460px;
  margin: 15px auto 5px auto;
}
div.PublicAlert {
  background: none repeat scroll 0 0 #FFDBD8;
  text-align: center;
  padding: 5px;
  border: 2px solid #FFBFBF;
}
#options {
  float: right;
  width: 145px;
  padding: 5px;
  border: 1px solid #DEDEDE;
  margin-top: 5px;
  margin-right: 10px;
  color: #9BD5FF;
  font-size: 9pt;
}
#options a,
#options a:visited,
#options a:active {
  text-decoration: none;
}
#optionsInner {
  font-size: 9pt;
}
.publicAlertCashBack {
  color: Red;
}
div.hreview-aggregate {
  display: none;
}
div.alert {
  background-color: #FFF3A3;
  border: 1px solid #E7C900;
  color: #333333;
  display: block;
  margin-bottom: 13px;
  margin-top: 7px;
  padding: 6px;
  clear: both;
}
div.shopLogo {
  float: right;
  margin-top: 5px;
}
div.shopLogo img {
  width: 100px;
}
.placeholder {
  color: #aaa;
}
.autocomplete-w1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px 0 0 6px;
  _background: none;
  _margin: 0;
}
.autocomplete-suggestions {
  min-width: 250px;
  width: auto !important;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.autocomplete-suggestion .name {
  float: left;
}
.autocomplete-suggestion .cashback {
  color: #888;
  float: right;
  font-size: 9pt;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #39f;
}
#cashbacksiteOverview th:not(.sorting_disabled):hover {
  cursor: pointer;
}
#cookiepolicy {
  background-color: Black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  color: #FFFFFF;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  position: fixed;
}
#cookiepolicy-accept-cookies {
  background-color: Gray;
  color: #FFFFFF;
  cursor: pointer;
  padding: 2px 6px;
}
.contact-form-container {
  border-right: 1px solid silver;
}
.contact-details {
  color: darkgray;
}
.tip {
  color: Red;
  font-size: 90%;
  margin-left: 5px;
}
div.shoplink {
  margin-bottom: 20px;
}
div.shoplink a {
  text-decoration: none;
}
.promotionCode {
  font-weight: bold;
}
.couponCodeValidDate {
  color: Gray;
  font-size: 70%;
}
nav {
  margin-top: 10px;
}
nav li.seperator-above {
  border-top: 1px solid white;
}
.nopaddingright {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
#innerFooter {
  color: #FFFFFF;
  font-size: 10pt;
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
#innerFooter a {
  color: white;
  font-size: 9pt;
  text-decoration: none;
}
#innerFooter a:hover {
  text-decoration: underline;
}
#innerFooter .partOf {
  font-size: 8pt;
}
#innerFooter .seperator {
  margin: 0 10px;
  color: Gray;
}
#calculateCashbackTable td.formLabel {
  padding-top: 6px;
}
.form-label-helptext {
  font-size: small;
  color: lightgray;
}
#otherLanguages {
  float: right;
  width: 160px;
}
#otherLanguages a,
#otherLanguages a:hover {
  text-decoration: none;
  margin-left: 10px;
  margin-top: 10px;
}
ul.siteMap {
  margin: 0;
  padding-left: 0;
}
ul.siteMap li {
  color: #283886;
  display: inline;
  list-style-type: none;
}
ul.siteMap li .seperator {
  padding: 0 5px;
}
th {
  text-align: left;
}
/* custom jQuery UI */
.ui-accordion-header.ui-state-active,
.ui-accordion-header.ui-state-default {
  border: 0;
  border-bottom: 1px solid #E3E3E3;
  background: none;
  font-size: 10pt;
  font-weight: bold;
}
.ui-accordion .ui-accordion-content {
  border: 0;
  font-size: 10pt;
  color: #0063A2;
  padding-top: 0;
  padding-bottom: 1em;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0063A2;
}
.ui-accordion-header-active {
  border: 0;
}
.ui-corner-all {
  border-radius: 0;
}
.ui-accordion .ui-accordion-header {
  padding-bottom: 13px;
  padding-top: 13px;
}
/* end of custom jQuery UI */
.cashback-advantages li {
  margin-bottom: 10px;
}
.homeExplanationSteps {
  padding-left: 30px;
  border-left: 1px solid #ddd;
  text-align: left;
}
.homeExplanationStep {
  margin-bottom: 15px;
}
.homeExplanationStep .step-icon {
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
}
.homeExplanationStep .step-title {
  font-weight: bold;
}
@media screen and (max-width: 992px), (max-device-width: 992px) {
  .homeExplanationStep .step-icon {
    text-align: left;
  }
}
.numberbullet {
  float: left;
  width: 20px;
  height: 20px;
  background-color: #006BAC;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #006BAC;
  border-radius: 10px;
  color: white;
  margin-right: 15px;
}
.reviewOverviewDate {
  font-size: smaller;
}
.reviewOverviewName {
  font-weight: bold;
}
#homeBottom {
  clear: both;
}
.icon-star {
  float: left;
  height: 16px;
  width: 16px;
  background: url("/Content/Images/sprite.png") no-repeat scroll -48px 0px transparent;
  margin-right: 8px;
}
#couponCodes {
  margin-top: 25px;
}
#couponCodes h4 {
  float: left;
  height: 30px;
}
.couponCodeList {
  clear: both;
  margin-top: 5px;
}
.couponCode {
  background-color: white;
  border: 1px solid LightGray;
  margin-bottom: 9px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.couponCode.expired {
  background-color: #f9f9f9;
}
.couponCode .logo {
  width: 150px;
  float: left;
}
.couponCode .couponInfo {
  margin-left: 160px;
}
.couponCodeName {
  font-weight: bold;
  font-size: 1.5em;
}
.couponCodeValueText {
  font-size: 1.3em;
  font-weight: bold;
}
.couponCodeValidDate .expired {
  color: red;
  font-weight: bold;
}
.couponType {
  float: right;
  width: auto;
  padding: 3px 15px;
  color: white;
  border-width: 1px;
  border-style: solid;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.couponType.offer {
  background-color: #FF9F5B;
  border-color: #F0F0F0;
}
.couponType.couponcode {
  background-color: #5BB75B;
  border-color: #7AA045;
}
#jpListPager {
  display: none;
}
.panel.box {
  float: right;
  width: 400px;
}
.paging div {
  float: left;
}
.paging div span {
  margin-right: 10px;
}
.paging-results {
  float: left;
  margin-right: 25px;
}
.paging span.current {
  color: #CA3F1A;
  font-weight: bold;
}
.paging span {
  color: #1E87AA;
  cursor: pointer;
  margin: 0 0.3em 0 0;
}
#loginInfo {
  float: right;
  width: 250px;
  font-size: 0.8em;
}
table.CustomerReviews {
  width: 100%;
}
table.CustomerReviews tr.invalid td,
table.CustomerReviews table.CustomerReviews tr.invalid td a {
  color: #AAA;
}
table.CustomerReviews.dataTable tr.even td.sorting_1,
table.CustomerReviews.dataTable tr.odd td.sorting_1 {
  background-color: transparent;
}
table.cashbacksiteProperties td,
table.cashbacksiteDetailsProperties td {
  line-height: 17px;
}
table.cashbacksiteDetailsProperties td.propertyLabel {
  width: 63%;
}
div.cashbacksiteDetails {
  padding-left: 10px;
}
a.showCashbacksiteDetails .expandIcon {
  width: 15px;
  float: left;
}
.metadata-rich-snippet,
.itemreviewed {
  /* Metadata rich snippet*/
  display: none;
}
#leftSkyscraper {
  display: block;
  height: 600px;
  left: -150px;
  top: 0;
  margin-bottom: 15px;
  position: absolute;
  width: 120px;
}
@media screen and (max-width: 1280px), (max-device-width: 1280px) {
  #leftSkyscraper {
    left: -123px;
  }
}
@media screen and (max-width: 587px), (max-device-width: 587px) {
  #leftSkyscraper {
    position: static;
  }
}
#leftWideSkyscraper {
  display: block;
  height: 600px;
  left: -190px;
  top: 0;
  margin-bottom: 15px;
  position: absolute;
  width: 160px;
}
@media screen and (max-width: 1280px), (max-device-width: 1280px) {
  #leftWideSkyscraper {
    left: -163px;
  }
}
@media screen and (max-width: 1024px), (max-device-width: 1024px) {
  #leftWideSkyscraper {
    position: static;
  }
}
#searchresult td,
#searchresult th {
  padding-bottom: 25px;
  padding-right: 10px;
}
.searchresultShopname a {
  text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
.searchresultLogo a img {
  max-width: 120px;
  max-height: 80px;
}
td.propertyLabel {
  padding-right: 30px;
}
.cashbacksiteProperties td.propertyLabel {
  width: 40%;
}
td.propertyValue {
  font-weight: bold;
}
.cashbackExample,
cashbackShopCard {
  vertical-align: middle;
  padding: 0 15px 20px 15px;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cashbackExample {
    width: 12.5%;
  }
}
.cashbackExample .subtitle,
.cashbackShopCard .subtitle {
  background-color: #ccc;
  color: white;
  padding: 4px;
}
.cashbackExample .imageContainer,
.cashbackShopCard .imageContainer {
  height: 125px;
  line-height: 125px;
  background: white;
  text-align: center;
}
.cashbackExample .imageContainer img,
.cashbackShopCard .imageContainer img {
  vertical-align: middle;
  max-height: 120px;
}
.short-cashbackslist {
  width: auto;
}
.dataTables_wrapper .dt-buttons.btn-group {
  float: right;
}
.dataTable td.details-control {
  background: url('images/icons/details_open.png') no-repeat center center;
  cursor: pointer;
}
.dataTable tr.shown td.details-control {
  background: url('images/icons/details_close.png') no-repeat center center;
}
.defaultline {
  width: 70%;
  text-align: center;
  border-color: #999;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.irs-grid-text,
.irs-min,
.irs-max {
  color: #666;
  font-size: 10px;
}
.rating-summary {
  margin-left: 15px;
  margin-right: 15px;
}
.rating-summary .category {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 55px;
}
.rating-summary .category:nth-child(4n-2),
.rating-summary .category:nth-child(4n-3) {
  background-color: #f9f9f9;
}
@media screen and (max-width: 992px), (max-device-width: 992px) {
  .rating-summary .category:nth-child(even) {
    background-color: transparent;
  }
  .rating-summary .category:nth-child(odd) {
    background-color: #f9f9f9;
  }
}
.cc-window.cc-banner {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 587px), (max-device-width: 587px) {
  body {
    margin-bottom: 175px;
  }
  .footer {
    height: 175px;
  }
  #SearchShopMaster {
    width: 130px;
    padding-left: 8px;
  }
  #SearchShopHome {
    width: 225px;
  }
  .cc-window.cc-banner {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-device-width: 480px) {
  div.ratingReviewLabel {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .homeExplanationSteps {
    border-left: 0;
  }
}