/* paths */
/* We can't use absolute paths here, because those are dependent on Django's
STATIC_URL setting. However, django-compressor consistently places the compiled
CSS into ${STATIC_URL}/CACHE/css/ regardless of compilation mode, so we can
reliably use relative paths to get back to STATIC_URL. */
/* grid settings */
/* screen breakpoints */
/* 800px */
/* 900px */
/* 1200px */
/* 1600px */
/* colours */
/* darker to lighter */
/* misc sizing */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden:active, .visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.visuallyvisible {
  clip: none;
  height: auto;
  width: auto;
  margin: auto;
  overflow: visible;
  position: initial;
}

/* Utility variable - you should never need to modify this */
/* Ensure grid columns are set to border-boxes. This is essential */
/* Our row container */
/* Our column container */
/* Push adds left padding */
/* Pull adds right padding */
/* only used in places where padding not applied to same elements as row or row-flush
 * most of the time this class should be applied directly to the html elements */
@font-face {
  font-family: 'icomoon';
  src: url("../../cheapismadmin/fonts/icomoon.eot?hjia89");
  src: url("../../cheapismadmin/fonts/icomoon.eot?hjia89#iefix") format("embedded-opentype"), url("../../cheapismadmin/fonts/icomoon.ttf?hjia89") format("truetype"), url("../../cheapismadmin/fonts/icomoon.woff?hjia89") format("woff");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'wagtail';
    src: url("../../cheapismadmin/fonts/icomoon.svg?hjia89#icomoon") format("svg");
  }
}

.icomoon:before,
.hallotoolbar [class^='icomoon-'],
.hallotoolbar [class*=' icomoon-']:before,
.hallotoolbar [class^='icomoon-']:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icomoon-pie-chart:before {
  content: "\e905";
}

.icomoon-inventory:before {
  content: "\e903";
}

.icomoon-folder-images:before {
  content: "\e906";
}

.icomoon-offer:before {
  content: "\e901";
}

.icomoon-product:before {
  content: "\e902";
}

.icomoon-affiliate:before {
  content: "\e9bc";
}

.icomoon-rss:before {
  content: "\e900";
}

.icomoon-apple-news:before {
  content: "\e904";
}

/* paths */
/* We can't use absolute paths here, because those are dependent on Django's
STATIC_URL setting. However, django-compressor consistently places the compiled
CSS into ${STATIC_URL}/CACHE/css/ regardless of compilation mode, so we can
reliably use relative paths to get back to STATIC_URL. */
/* grid settings */
/* screen breakpoints */
/* 800px */
/* 900px */
/* 1200px */
/* 1600px */
/* colours */
/* darker to lighter */
/* misc sizing */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden:active, .visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.visuallyvisible {
  clip: none;
  height: auto;
  width: auto;
  margin: auto;
  overflow: visible;
  position: initial;
}

.dl-menuwrapper {
  z-index: 5;
}

.dl-menuwrapper:first-child {
  margin-right: 70px;
}

.dl-menuwrapper .dl-menu {
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.4);
  background: white;
  border: 1px solid #54d0d0;
  padding: 3px 1px;
  text-align: left;
}

.dl-menuwrapper li a {
  color: #666666;
  padding: 8px 20px;
}

.dl-menuwrapper li a:hover {
  background-color: #43b1b0;
  color: white;
}

.no-touch .dl-menuwrapper li a:hover {
  background-color: #43b1b0;
}

.handsontable .cheapism-highlight {
  background-color: #fcf8e3;
}

/* paths */
/* We can't use absolute paths here, because those are dependent on Django's
STATIC_URL setting. However, django-compressor consistently places the compiled
CSS into ${STATIC_URL}/CACHE/css/ regardless of compilation mode, so we can
reliably use relative paths to get back to STATIC_URL. */
/* grid settings */
/* screen breakpoints */
/* 800px */
/* 900px */
/* 1200px */
/* 1600px */
/* colours */
/* darker to lighter */
/* misc sizing */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden:active, .visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.visuallyvisible {
  clip: none;
  height: auto;
  width: auto;
  margin: auto;
  overflow: visible;
  position: initial;
}

.select2-container--default .select2-selection__rendered {
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans,Arial,sans-serif;
  padding: 0.9em 1.2em;
  background-color: #fafafa;
  -webkit-appearance: none;
  color: #333333;
  font-size: 1.2em;
  font-weight: 300;
  outline: none;
  /* what the hell firefox? Spare us your opinions */
}

.select2-container--default .select2-selection__rendered::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important;
  margin-top: -3px !important;
  margin-bottom: -2px !important;
  line-height: 1em !important;
}

.select2-container--default .select2-selection__rendered:hover {
  background-color: white;
}

.select2-container--default .select2-selection__rendered:focus {
  border-color: #54d0d0;
  outline: none;
  background-color: #f4fcfc;
}

.select2-container--default .select2-selection__rendered:disabled, .select2-container--default .select2-selection__rendered[disabled], .select2-container--default .select2-selection__rendered:disabled:hover, .select2-container--default .select2-selection__rendered[disabled]:hover {
  background-color: inherit;
  color: #e6e6e6;
  cursor: default;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e6e6e6;
}

.select2-container--default .select2-selection--multiple {
  padding: .4em .6em;
  border: 1px solid #e6e6e6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  background-color: white;
  padding-right: 1.5em;
  border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  position: absolute;
  right: 0.1em;
  top: 50%;
  margin-top: -.6em;
  line-height: 1.2em;
  font-size: 1.4em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #cd3238;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .tag:before {
  content: '';
}

.select2-container--default .select2-search--inline {
  margin-top: 2px;
  padding: .2em .5em;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: white;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
  font-family: wagtail;
  display: inline-block;
  color: #43b1b0;
  content: "x";
  padding-right: 0.5em;
  float: right;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #43b1b0;
  color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:before {
  color: white;
}

.image-library .title span.id {
  font-size: 1.1em;
}

.image-library .title span.id:after {
  content: '/';
  display: inline-block;
  margin-left: .3em;
  margin-right: .3em;
  color: #d6d6d6;
}

.listing.images td {
  word-break: break-all;
}

.listing.images .thumbnail:hover img {
  outline: 2px solid #43b1b0;
}

.listing.images a.image {
  display: inline-block;
  height: 60px;
  width: 60px;
}

.listing.images img {
  border: 0;
}

.advanced-search {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #43b1b0;
  color: white;
  border-top: 1px dashed white;
}

.advanced-search .button-longrunning {
  background-color: #358c8b;
}

.advanced-search .button-longrunning:hover {
  background-color: #246060;
}

.advanced-search label {
  color: white;
  padding-top: 0.6em;
  padding-bottom: 0.4em;
}

@media screen and (min-width: 50em) {
  .advanced-search label {
    text-align: right;
  }
}

.image_library {
  width: 70%;
}

.image_library .image_library_search {
  width: 45%;
}

.image_library .image_library_search .field-content {
  width: 100%;
}

/* paths */
/* We can't use absolute paths here, because those are dependent on Django's
STATIC_URL setting. However, django-compressor consistently places the compiled
CSS into ${STATIC_URL}/CACHE/css/ regardless of compilation mode, so we can
reliably use relative paths to get back to STATIC_URL. */
/* grid settings */
/* screen breakpoints */
/* 800px */
/* 900px */
/* 1200px */
/* 1600px */
/* colours */
/* darker to lighter */
/* misc sizing */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden:active, .visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.visuallyvisible {
  clip: none;
  height: auto;
  width: auto;
  margin: auto;
  overflow: visible;
  position: initial;
}

.stories .content > header,
.allcategories .content > header,
.deals .content > header,
.reviews .content > header,
.tips .content > header,
.news .content > header,
.redirects .content > header {
  margin-bottom: 0;
}

.listing.full-width .pre-table-headers > th {
  background-color: #ededed;
}

.listing.small td, .listing th {
  padding: .8em 1em;
}

.listing thead th a.button.button-small {
  color: white;
  line-height: 2em;
}

.listing .msn-row td {
  padding: 0.4em 1em 0;
}

.listing .msn-row td.msn-sort {
  text-align: right;
}

.search-header {
  height: 90px;
}

.search-header .icon-search {
  font-size: 13px;
  font-weight: bold;
}

.search-header .input {
  width: 444px;
}

.search-header input#id_q {
  height: 35px;
  background-color: #fff;
  font-size: 1.3em;
}

.pre-table-headers {
  border-bottom: 1px solid #d9d9d9;
}

.pre-table-headers .icon-search:before {
  text-transform: lowercase;
  margin-top: 2px;
}

.pre-table-headers .input-group {
  float: left;
  word-spacing: .3em;
}

.pre-table-headers .input-group input, .pre-table-headers .input-group textarea, .pre-table-headers .input-group select, .pre-table-headers .input-group .richtext, .pre-table-headers .input-group .tagit {
  width: auto;
}

.pre-table-headers input, .pre-table-headers textarea, .pre-table-headers select, .pre-table-headers .richtext, .pre-table-headers .tagit {
  padding: 0.2em 0.8em;
  border-radius: 3px;
  font-size: 1.1em;
  vertical-align: middle;
}

.pre-table-headers input[type=submit].button-small,
.pre-table-headers input[type=reset].button-small,
.pre-table-headers input[type=button].button-small,
.pre-table-headers .button.button-small,
.pre-table-headers button.button-small {
  font-size: .95em;
  vertical-align: middle;
}

.pre-table-headers .button + .button {
  margin-left: 0;
}

.filter-group {
  float: right;
}

.sub-cat-list {
  border-bottom: 1px dashed #cccccc;
}

.sub-cat-list li.sub-item {
  padding-top: 1em;
  padding-bottom: 1em;
}

.sub-cat-list:last-child {
  border-bottom: none;
}

.prod-type {
  margin-left: 31em;
  margin-top: -2em;
}

.prod-type span:last-child {
  display: none;
}

.all-product-type tbody tr {
  border-top: 1px solid #e6e6e6 !important;
}

.attribution_link {
  padding-top: 16px;
  font-size: 14px;
}

.attribution_link .cc_licenses_modal {
  display: inline-block;
  color: #666;
  cursor: pointer;
}

.attribution_link .cc_licenses_modal:hover {
  color: #43b1b0;
}

.cheapism-logo {
  text-align: left;
}

.cheapism-logo img {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}

.cheapism-logo span {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
  color: white;
}

.field__radio--block label {
  float: none;
  line-height: 3em;
}

.button-block {
  display: block;
  width: 100%;
}

footer .actions {
  width: 180px;
}

@media screen and (min-width: 50em) {
  .nav-main-wrap .nav-main {
    top: 100px;
  }
}

textarea {
  resize: vertical;
}

.text-center {
  text-align: center;
}

.pull-right {
  float: right;
}

.cursor-p {
  cursor: pointer;
}

.pagination {
  text-align: center;
  margin-top: 3em;
  padding: 2em 50px 0 50px;
}

.users .pagination {
  border-top: 0;
}

.footer {
  clear: both;
  margin-left: 2em;
}

.footer li.action-cancel {
  margin-left: 2em;
}

.footer li {
  float: left;
}

.fix-header {
  position: fixed;
  z-index: 100;
  width: calc(100em - 100px);
}

.cheapism-page-form > .tab-nav {
  position: fixed;
  z-index: 100;
  margin: auto;
  width: 100em;
}

.widgets-header {
  margin-bottom: 0;
}

.pull-left {
  float: left;
}

.tab-nav a {
  padding-left: 20px;
  padding-right: 20px;
}

.title .sub-title {
  font-weight: normal;
}

.title li {
  color: #333333;
}

.action-name {
  color: #333333;
}

/* image */
.width_image,
.height_image {
  width: 20%;
}

.resize-locked {
  display: inline-block;
  padding: 0.9em 1.2em;
  font-size: 16px;
  cursor: pointer;
}

.url_image {
  word-break: break-word;
  line-height: 1.5em;
  padding: 0.9em 1.2em;
}

.resize {
  margin-top: 1em;
}

/* user detail*/
.table-headers th.clear-padding {
  padding: 0;
}

.filter-activities {
  font-size: 1.2em;
  text-transform: none;
  font-weight: bold;
  background-color: #f7f7f7;
}

.filter-activities li {
  cursor: pointer;
  display: inline-block;
  padding: 1em 0 1em 1em;
}

.filter-activities li.active {
  text-decoration: underline;
}

/* rich text */
/* make link text bigger */
.text-link {
  font-size: 1.2em;
}

/* fixed highlight current formatting in richtext*/
.ui-state-active {
  border: 1px solid #aaaaaa !important;
  background: #49c0c1 !important;
  color: #ffffff !important;
}

.comparison-panel fieldset {
  width: 100% !important;
  max-width: none !important;
}

.btn-add-html-page {
  margin-bottom: 10px;
}

#buying-guide .html-list {
  padding-top: 2em;
}

.chosen .unpublished {
  opacity: 0.5;
}

.prod-type .unpublished {
  color: #666;
  opacity: 0.5;
}

.js-tbl-cheapism td,
.js-tbl-mid-range td,
.js-tbl-high-end td {
  vertical-align: top;
}

.text-underline {
  text-decoration: underline;
}

.advanced-search textarea {
  height: 40px;
}

.button-disabled {
  color: #8c8c8c;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  pointer-events: none;
 }

div:has(> button.last-updated-today-button) {
  display: flex;
}

.last-updated-today-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 5px;
}
