/*!
 * Pure-LESS v0.6.1
 *
 * Uses Pure v0.2.1
 *
 * @author Mattia Migliorini "deshack" - http://www.deshack.net
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
address {
  font-style: normal;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
.pure article,
.pure aside,
.pure details,
.pure figcaption,
.pure figure,
.pure footer,
.pure header,
.pure hgroup,
.pure main,
.pure nav,
.pure section,
.pure summary {
  display: block;
}
.pure audio,
.pure canvas,
.pure video {
  display: inline-block;
}
.pure audio:not([controls]) {
  display: none;
  height: 0;
}
.pure [hidden] {
  display: none;
}
.pure html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.pure body {
  margin: 0;
}
.pure a:focus {
  outline: thin dotted;
}
.pure a:active,
.pure a:hover {
  outline: 0;
}
.pure h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.pure abbr[title] {
  border-bottom: 1px dotted;
}
.pure b,
.pure strong {
  font-weight: bold;
}
.pure dfn {
  font-style: italic;
}
.pure hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.pure mark {
  background: #ff0;
  color: #000;
}
.pure code,
.pure kbd,
.pure pre,
.pure samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.pure pre {
  white-space: pre-wrap;
}
.pure q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.pure small {
  font-size: 80%;
}
.pure sub,
.pure sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.pure sup {
  top: -0.5em;
}
.pure sub {
  bottom: -0.25em;
}
.pure img {
  border: 0;
}
.pure svg:not(:root) {
  overflow: hidden;
}
.pure figure {
  margin: 0;
}
.pure fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.pure legend {
  border: 0;
  padding: 0;
}
.pure button,
.pure input,
.pure select,
.pure textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.pure button,
.pure input {
  line-height: normal;
}
.pure button,
.pure select {
  text-transform: none;
}
.pure button,
.pure html input[type="button"],
.pure input[type="reset"],
.pure input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.pure button[disabled],
.pure html input[disabled] {
  cursor: default;
}
.pure input[type="checkbox"],
.pure input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.pure input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pure input[type="search"]::-webkit-search-cancel-button,
.pure input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.pure button::-moz-focus-inner,
.pure input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.pure textarea {
  overflow: auto;
  vertical-align: top;
}
.pure table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*@import "buttons-core.less";
@import "buttons.less";*/
/* This page has Normalize.css form-specific style rules applied to a .pure-form context */
/* ==========
   Forms Core
   =========*/
.pure-form {
  /**
	 * Corrects margin displayed oddly in IE 6/7.
	 */
  margin: 0;
  /**
	 * Define consistent border, margin, and padding.
	 */
  /**
	 * 1. Corrects color not being inherited in IE 6/7/8/9.
	 * 2. Corrects text not wrapping in Firefox 3.
	 * 3. Corrects alignment displayed oddly in IE 6/7.
	 */
  /**
	 * 1. Corrects font size not being inherited in all browsers.
	 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
	 *    and Chrome.
	 * 3. Improves appearance and consistency in all browsers.
	 */
  /**
	 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
	 * the UA stylesheet.
	 */
  /**
	 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
	 *    and `video` controls.
	 * 2. Corrects inability to style clickable `input` types in iOS.
	 * 3. Improves usability and consistency of cursor style between image-type
	 *    `input` and others.
	 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
	 *    Known issue: inner spacing remains in IE 6.
	 */
  /**
	 * Re-set default cursor for disabled elements.
	 */
  /**
	 * 1. Addresses box sizing set to content-box in IE 8/9.
	 * 2. Removes excess padding in IE 8/9.
	 * 3. Removes excess padding in IE 7.
	 *    Known issue: excess padding remains in IE 6.
	 */
  /**
	 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
	 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
	 *    (include `-moz` to future-proof).
	 */
  /**
	 * Removes inner padding and border in Firefox 3+.
	 */
  /**
	 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
	 * 2. Improves readability and alignment in all browsers.
	 */
}
.pure-form fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.pure-form legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
.pure-form button,
.pure-form input,
.pure-form select,
.pure-form textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
.pure-form button,
.pure-form input {
  line-height: normal;
}
.pure-form button,
.pure-form input[type="button"],
.pure-form input[type="reset"],
.pure-form input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
.pure-form button[disabled],
.pure-form input[disabled] {
  cursor: default;
}
.pure-form input[type="checkbox"],
.pure-form input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
.pure-form input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /**
		 * Removes inner padding and search cancel button
		 * in Safari 5 and Chrome on OS X.
		 */
}
.pure-form input[type="search"]::-webkit-search-cancel-button,
.pure-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.pure-form button::-moz-focus-inner,
.pure-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.pure-form textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
.pure-form {
  /* Rounded Inputs */
  /* Grouped Inputs */
}
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #cccccc;
  font-size: 0.8em;
  box-shadow: inset 0 1px 3px #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s border linear;
  -moz-transition: 0.3s border linear;
  -ms-transition: 0.3s border linear;
  -o-transition: 0.3s border linear;
  transition: 0.3s border linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #129fea;
}
.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 1px auto #129fea;
}
.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background: #eeeeee;
  color: #777777;
  border-color: #cccccc;
}
.pure-form input[readonly]:focus,
.pure-form select[readonly]:focus,
.pure-form textarea[readonly]:focus {
  background: #eeeeee;
  color: #777777;
  border-color: #cccccc;
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border: 1px solid #ee5f5b;
}
.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
  border-color: #e9322d;
}
.pure-form select {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
  font-size: 90%;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  font-size: 125%;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input {
  display: block;
  padding: 10px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus {
  z-index: 2;
}
.pure-form .pure-group input:first-child {
  top: 1px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.pure-form .pure-group input:last-child {
  top: -2px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em;
}
/** Inline help for forms
 * NOTE: pure-help-inline is deprecated.
 * Use .pure-form-message-inline instead.
 */
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 90%;
}
/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 90%;
}
@media only screen and (max-width: 480px) {
  .pure-form button[type="submit"] {
    margin: 0.7em 0 0;
  }
  .pure-form input[type="text"],
  .pure-form input[type="password"],
  .pure-form input[type="email"],
  .pure-form input[type="url"],
  .pure-form input[type="date"],
  .pure-form input[type="month"],
  .pure-form input[type="time"],
  .pure-form input[type="datetime"],
  .pure-form input[type="datetime-local"],
  .pure-form input[type="week"],
  .pure-form input[type="number"],
  .pure-form input[type="search"],
  .pure-form input[type="tel"],
  .pure-form input[type="color"],
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input[type="text"],
  .pure-group input[type="password"],
  .pure-group input[type="email"],
  .pure-group input[type="url"],
  .pure-group input[type="date"],
  .pure-group input[type="month"],
  .pure-group input[type="time"],
  .pure-group input[type="datetime"],
  .pure-group input[type="datetime-local"],
  .pure-group input[type="week"],
  .pure-group input[type="number"],
  .pure-group input[type="search"],
  .pure-group input[type="tel"],
  .pure-group input[type="color"],
  .pure-group label {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0;
  }
  /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
  .pure-form .pure-help-inline,
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 80%;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
/**
 * Opera as of 12 on Windows needs word-spacing.
 * The ".opera-only" selector is used to prevent actual prefocus styling
 * and is not required in markup.
 */
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-5-24,
.pure-u-7-24,
.pure-u-11-24,
.pure-u-13-24,
.pure-u-17-24,
.pure-u-19-24,
.pure-u-23-24 {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1 {
  width: 100%;
}
.pure-u-1-2 {
  width: 50%;
}
.pure-u-1-3 {
  width: 33.33333%;
}
.pure-u-2-3 {
  width: 66.66666%;
}
.pure-u-1-4 {
  width: 25%;
}
.pure-u-3-4 {
  width: 75%;
}
.pure-u-1-5 {
  width: 20%;
}
.pure-u-2-5 {
  width: 40%;
}
.pure-u-3-5 {
  width: 60%;
}
.pure-u-4-5 {
  width: 80%;
}
.pure-u-1-6 {
  width: 16.666%;
}
.pure-u-5-6 {
  width: 83.33%;
}
.pure-u-1-8 {
  width: 12.5%;
}
.pure-u-3-8 {
  width: 37.5%;
}
.pure-u-5-8 {
  width: 62.5%;
}
.pure-u-7-8 {
  width: 87.5%;
}
.pure-u-1-12 {
  width: 8.3333%;
}
.pure-u-5-12 {
  width: 41.6666%;
}
.pure-u-7-12 {
  width: 58.3333%;
}
.pure-u-11-12 {
  width: 91.6666%;
}
.pure-u-1-24 {
  width: 4.1666%;
}
.pure-u-5-24 {
  width: 20.8333%;
}
.pure-u-7-24 {
  width: 29.1666%;
}
.pure-u-11-24 {
  width: 45.8333%;
}
.pure-u-13-24 {
  width: 54.1666%;
}
.pure-u-17-24 {
  width: 70.8333%;
}
.pure-u-19-24 {
  width: 79.1666%;
}
.pure-u-23-24 {
  width: 95.8333%;
}
.pure-g-r {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}
.pure-g-r img {
  max-width: 100%;
}
/**
 * Opera as of 12 on Windows needs word-spacing.
 * The ".opera-only" selector is used to prevent actual prefocus styling
 * and is not required in markup.
 */
.opera-only :-o-prefocus,
.pure-g-r {
  word-spacing: -0.43em;
}
@media (min-width: 980px) {
  .pure-visible-phone {
    display: none;
  }
  .pure-visible-tablet {
    display: none;
  }
  .pure-hidden-desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .pure-g-r > .pure-u,
  .pure-g-r > [class*="pure-u-"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pure-g-r > .pure-u,
  .pure-g-r > [class*="pure-u-"] {
    width: 100%;
  }
  .pure-hidden-phone {
    display: none;
  }
  .pure-visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .pure-hidden-tablet {
    display: none;
  }
  .pure-visible-desktop {
    display: none;
  }
}
.pure-menu ul {
  position: absolute;
  visibility: hidden;
}
.pure-menu.pure-menu-open {
  visibility: visible;
  z-index: 2;
  width: 100%;
}
.pure-menu ul {
  left: -10000px;
  list-style: none;
  margin: 0;
  padding: 0;
  top: -10000px;
  z-index: 1;
}
.pure-menu > ul {
  position: relative;
}
.pure-menu li {
  position: relative;
}
.pure-menu li a {
  padding: 5px 20px;
}
.pure-menu a,
.pure-menu a .pure-menu-heading {
  display: block;
  color: inherit;
  line-height: 1.5em;
  padding: 5px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.pure-menu.pure-menu-horizontal > .pure-menu-heading {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  vertical-align: middle;
}
.pure-menu.pure-menu-horizontal > ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 2.4em;
}
.pure-menu-open > ul {
  left: 0;
  top: 0;
  visibility: visible;
}
.pure-menu-open > ul:focus {
  outline: 0;
}
.pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px;
}
.pure-menu-can-have-children > .pure-menu-label:after {
  content: '\25B8';
  float: right;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
  margin-right: -20px;
  margin-top: -1px;
}
.pure-menu-separator {
  background-color: #dfdfdf;
  display: block;
  height: 1px;
  font-size: 0;
  margin: 7px 2px;
  overflow: hidden;
}
.pure-menu-hidden {
  display: none;
}
/* Fixed Menu */
.pure-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* Horizontal Menu Code */
.pure-menu-horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.pure-menu-horizontal li.pure-menu-separator {
  height: 50%;
  width: 1px;
  margin: 0 7px;
}
.pure-menu-horizontal li li {
  display: block;
}
.pure-menu-horizontal li li.pure-menu-separator {
  height: 1px;
  width: auto;
  margin: 7px 2px;
}
.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px;
}
.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label:after {
  content: "\25BE";
}
/* MAIN MENU STYLING */
.pure-menu {
  /* Link Styles */
  /* Headings */
  /* Active Menu Item */
  /* Fixed Menu */
}
.pure-menu.pure-menu-open,
.pure-menu.pure-menu-horizontal li .pure-menu-children {
  background: #ffffff;
  /* Old browsers */
  border: 1px solid #b7b7b7;
}
.pure-menu.pure-menu-horizontal,
.pure-menu.pure-menu-horizontal .pure-menu-heading {
  border: none;
}
.pure-menu a {
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
  color: #777777;
}
.pure-menu a .pure-menu-can-have-children > li:after {
  color: #777777;
}
.pure-menu a .pure-menu-can-have-children > li:hover:after {
  color: #ffffff;
}
.pure-menu .pure-menu-open {
  background: #dedede;
}
.pure-menu li {
  /* Disabled States */
}
.pure-menu li a:hover,
.pure-menu li a:focus {
  background: #eeeeee;
}
.pure-menu li.pure-menu-disabled a:hover,
.pure-menu li.pure-menu-disabled a:focus {
  background: #ffffff;
  color: #bfbfbf;
}
.pure-menu .pure-menu-disabled > a {
  background-image: none;
  border-color: transparent;
  cursor: default;
}
.pure-menu .pure-menu-disabled > a,
.pure-menu .pure-menu-can-have-children.pure-menu-disabled > a:after {
  color: #bfbfbf;
}
.pure-menu .pure-menu-heading {
  color: #565d64;
  text-transform: uppercase;
  font-size: 90%;
  margin-top: 0.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
}
.pure-menu .pure-menu-selected a {
  color: #000000;
}
.pure-menu.pure-menu-open.pure-menu-fixed {
  border: none;
  border-bottom: 1px solid #b7b7b7;
}
.pure-paginator {
  /* `pure-g` Grid styles */
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pure-paginator .opera-only :-o-prefocus,
.pure-paginator {
  word-spacing: -0.43em;
}
.pure-paginator li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-paginator .pure-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0.8em 1.4em;
  vertical-align: top;
  height: 1.1em;
}
.pure-paginator .pure-button:focus,
.pure-paginator .pure-button:active {
  outline-style: none;
}
.pure-paginator .prev,
.pure-paginator .next {
  color: #c0c1c3;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}
.pure-paginator .prev {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.pure-paginator .next {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
@media (max-width: 480px) {
  .pure-menu-horizontal {
    width: 100%;
  }
  .pure-menu-children li {
    display: block;
    border-bottom: 1px solid black;
  }
}
.pure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}
.pure-table caption {
  color: #000000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 6px 12px;
}
.pure-table td:first-child,
.pure-table th:first-child {
  border-left-width: 0;
}
.pure-table thead {
  background: #e0e0e0;
  color: #000000;
  text-align: left;
  vertical-align: bottom;
}
.pure-table td {
  background-color: transparent;
}
.pure-table-odd td {
  background-color: #f2f2f2;
}
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}
/* Bordered Tables */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child td {
  border-bottom-width: 0;
}
/* Horizontal Bordered Tables */
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
.text-loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 1500ms infinite;
  animation: ellipsis steps(4, end) 1500ms infinite;
  content: '\2026';
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
html,
body {
  background-color: #e2e2e2;
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  color: #797979;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 300;
}
a {
  color: #07719d;
}
a:hover,
a:active {
  color: #043c54;
}
a.back-to-top {
  display: block;
  float: left;
  margin: 15px 0;
}
a.add-edit {
  margin-left: 35px;
}
a.show-more {
  display: inline-block;
  margin: 5px 15px 0;
}
a.show-more .icon {
  margin-top: 2px;
  font-size: 16px;
}
a.point {
  cursor: pointer;
}
p {
  margin: 0;
}
.linked {
  font-size: 14px;
  text-transform: uppercase;
  color: #868686;
  margin-left: 18px;
}
.clear-all {
  display: block;
  margin-top: 20px;
  color: #ff6c60;
}
.last-login {
  margin-left: 10px;
  font-size: 14px;
  color: #868686;
}
.inst {
  font-size: 14px;
  font-weight: 400;
  color: #2f2f2f;
  float: right;
  margin-top: 5px;
}
.text-alert {
  color: #ff6c60;
}
.text-alert:hover,
.text-alert:focus {
  color: #ff3d2d;
}
.small-hide {
  display: none;
}
.toggle {
  display: block;
  color: #07719d;
  cursor: pointer;
  margin-top: 8px;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #f1fafe !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-deco {
  text-decoration: none;
}
prevent-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.truncate {
  max-height: 22px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  display: -moz-box;
  -moz-line-clamp: 1;
  -webkit-line-clamp: 1;
}
/*************** Font Size Definition ****************/
.fs1 {
  font-size: 1.85rem;
}
/* 44px */
.fs2 {
  font-size: 1.4rem;
}
/* 34px */
.fs3 {
  font-size: 1.25rem;
}
/* 30px */
.fs4 {
  font-size: 1.15rem;
}
/* 28px */
.fs5 {
  font-size: 1.1rem;
}
/* 26px */
.fs6 {
  font-size: 1rem;
}
/* 24px */
.fs7 {
  font-size: 0.85rem;
}
/* 20px */
.fs8 {
  font-size: 0.75rem;
}
/* 18px */
/*************** Font Size Definition ****************/
.fw1 {
  font-weight: 100 !important;
}
/* Thin */
.fw2 {
  font-weight: 200 !important;
}
/* Extra light */
.fw3 {
  font-weight: 300 !important;
}
/* Light */
.fw4 {
  font-weight: 400;
}
/* Normal */
.fw5 {
  font-weight: 500 !important;
}
/* Medium */
.fw6 {
  font-weight: 600 !important;
}
/* Semi bold */
.fw7 {
  font-weight: 700 !important;
}
/* Bold */
.fw8 {
  font-weight: 800 !important;
}
/* Extra bold*/
.fw9 {
  font-weight: 900 !important;
}
/* Black */
/*************** Margin for header titles ****************/
.mH0 {
  margin: 0 !important;
}
.mH1 {
  margin: 1rem 0 !important;
}
.mH2 {
  margin: 0.75rem 0 !important;
}
.mH3 {
  margin: 0.5rem 0 !important;
}
.mH4 {
  margin: 0.25rem 0 !important;
}
.mH5 {
  margin: 0.1rem 0 !important;
}
/*************** Top Margin for header titles ****************/
.mtH0 {
  margin-top: 0 !important;
}
.mtH1 {
  margin-top: 1rem !important;
}
.mtH2 {
  margin-top: 0.75rem !important;
}
.mtH3 {
  margin-top: 0.5rem !important;
}
.mtH4 {
  margin-top: 0.25rem !important;
}
.mtH5 {
  margin-top: 0.1rem !important;
}
/*************** Bottom Margin for header titles ****************/
.mbH0 {
  margin-bottom: 0 !important;
}
.mbH1 {
  margin-bottom: 1rem !important;
}
.mbH2 {
  margin-bottom: 0.75rem !important;
}
.mbH3 {
  margin-bottom: 0.5rem !important;
}
.mbH4 {
  margin-bottom: 0.25rem !important;
}
.mbH5 {
  margin-bottom: 0.1rem !important;
}
/*************** Right Margin for text ****************/
.mrT1 {
  margin-right: 1rem !important;
}
/*************** Left Margin for text ****************/
.mlT05 {
  margin-left: 0.5rem !important;
}
.mlT1 {
  margin-left: 1rem !important;
}
.mlT2 {
  margin-left: 2rem !important;
}
/*************** Padding for header titles ****************/
.pH0 {
  padding: 0 !important;
}
.pH1 {
  padding: 1rem 0 !important;
}
.pH2 {
  padding: 0.75rem 0 !important;
}
.pH3 {
  padding: 0.5rem 0 !important;
}
.pH4 {
  padding: 0.25rem 0 !important;
}
.pH5 {
  padding: 0.1rem 0 !important;
}
/*************** Left Padding for text ****************/
.plT1 {
  padding-left: 1rem !important;
}
.plT2 {
  padding-left: 2rem !important;
}
/*************** Font Color Definition ****************/
.fcBlue {
  color: #07719d;
}
.fcYellow {
  color: #e1b400;
}
.fcRed {
  color: #ff6c60;
}
.fcGreen {
  color: #29bd53;
}
.fcOrange {
  color: #da8a0c;
}
.fcPurple {
  color: #8b3ac3;
}
.fcBlack {
  color: #404040 !important;
}
.fcGrey {
  color: #868686;
}
.fcLighterGrey {
  color: #b2b2b2 !important;
}
.fcEvenLighterGrey {
  color: #e2e2e2 !important;
}
.fcWhite {
  color: white;
}
.fcOffWhite {
  color: #e2e2e2;
}
.fcFacebook {
  color: #415f9d;
}
.fcFacebookBlue {
  color: #405f9c;
}
.fcDark {
  color: #2E3538;
}
/**************** Background Color Definition ***************/
.bgcWhite {
  background-color: white;
}
.bgcGrey {
  background-color: #d2d2d2;
}
.bgcRed {
  background-color: #ff6c60;
}
.bgcBlue {
  background-color: #07719d;
}
.bgcPurple {
  background-color: #8b3ac3;
}
.bgcYellow {
  background-color: #e1b400;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}
.animate-show {
  -webkit-transition: opacity linear 0.5s;
  transition: opacity linear 0.5s;
  opacity: 1;
}
.animate-show.ng-hide-remove {
  display: block!important;
}
.animate-show.ng-hide {
  line-height: 0;
  opacity: 0;
}
.animate-show.animate-show-active {
  background-color: red;
}
.alert {
  position: relative;
  z-index: 102;
  width: 650px;
  margin: 1% auto;
  padding: 1% 4%;
  color: #15b3f5;
  background-color: #9ee0fb;
  border: 1px solid #15b3f5;
}
.alert .close {
  color: #15b3f5;
}
.alert .fa {
  display: none;
}
.alert.alert-info {
  color: #15b3f5;
  background-color: #9ee0fb;
  border: 1px solid #15b3f5;
}
.alert.alert-info .close {
  color: #15b3f5;
}
.alert.alert-success {
  color: #29bd53;
  background-color: #8ee7a7;
  border: 1px solid #29bd53;
}
.alert.alert-success .close {
  color: #29bd53;
}
.alert.alert-success .fa-check {
  display: block !important;
}
.alert.alert-error {
  color: #ff6c60;
  background-color: #fff0ef;
  border: 1px solid #ff6c60;
}
.alert.alert-error .close {
  color: #ff6c60;
}
.alert.alert-error .fa-warning {
  display: block !important;
}
.alert.alert-warning {
  color: #da8a0c;
  background-color: #f8c87d;
  border: 1px solid #da8a0c;
}
.alert.alert-warning .close {
  color: #da8a0c;
}
.alert.alert-warning .fa-warning {
  display: block !important;
}
.alert.position {
  position: absolute;
}
.alert.top-left {
  top: 2%;
  left: 2%;
}
.alert.top-center {
  top: 2%;
  left: 50%;
  margin-left: -403px;
}
.alert.top-right {
  top: 2%;
  right: 2%;
}
.alert.middle-left {
  top: 50%;
  left: 2%;
  margin-top: -30px;
}
.alert.middle-center {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -403px;
}
.alert.middle-right {
  top: 50%;
  right: 2%;
  margin-top: -30px;
}
.alert.bottom-left {
  bottom: 2%;
  left: 2%;
}
.alert.bottom-center {
  bottom: 2%;
  left: 50%;
  margin-left: -403px;
}
.alert.bottom-right {
  bottom: 2%;
  right: 2%;
}
.alert .fa {
  float: left;
  margin: 0 2% 0 -3%;
  font-size: 20px;
}
.alert.ng-enter {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.alert.ng-enter,
.alert.ng-leave.ng-leave-active {
  opacity: 0;
}
.alert.ng-leave,
.alert.ng-enter.ng-enter-active {
  opacity: 1;
}
[class^="flag-"],
[class*=" flag-"] {
  display: inline-block;
  width: 27px;
  height: 21px;
  line-height: 21px;
  vertical-align: text-bottom;
  background: url('/content/images/flags-sprite.png') 0px 0px no-repeat;
  margin: 1px 8px 0 0;
}
.flag-us {
  background-position: -3px -3px;
}
.flag-gb {
  background-position: -35px -3px;
}
.flag-es {
  background-position: -67px -3px;
}
.flag-pl {
  background-position: -98px -3px;
}
.flag-nz {
  background-position: -3px -29px;
}
.flag-nl {
  background-position: -35px -29px;
}
.flag-mt {
  background-position: -67px -29px;
}
.flag-it {
  background-position: -98px -29px;
}
.flag-ie {
  background-position: -3px -55px;
}
.flag-in {
  background-position: -35px -55px;
}
.flag-de {
  background-position: -67px -55px;
}
.flag-fr {
  background-position: -98px -55px;
}
.flag-cz {
  background-position: -3px -81px;
}
.flag-ca {
  background-position: -35px -81px;
}
.flag-br {
  background-position: -67px -81px;
}
.flag-au {
  background-position: -98px -81px;
}
.flag-za {
  background-position: -3px -105px;
}
.flag-ru {
  background-position: -35px -106px;
}
.flag-jp {
  background-position: -67px -106px;
}
.flag-ae {
  background-position: -98px -106px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: text-top;
  background: url('/content/images/icons.png') 0px 0px no-repeat;
}
.icon-search {
  background-position: 0px 0px;
}
.icon-flag {
  background-position: -24px -1px;
}
.icon-warning {
  background-position: -46px -1px;
}
[class^="auditStatus-"] {
  display: inline-block;
  background-image: url('/content/images/sprite-auditStatus.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.auditStatus-Unknown {
  background-position: -5px -5px;
}
.auditStatus-Audited {
  background-position: -40px -5px;
}
.auditStatus-Good {
  background-position: -5px -40px;
}
.auditStatus-RequiresAmends {
  background-position: -40px -40px;
}
.auditStatus-NeedsUrgentAttention {
  background-position: -75px -5px;
}
@font-face {
  font-family: 'custom';
  src: url('../../fonts/custom.eot');
  src: url('../../fonts/custom.eot?#iefix') format('embedded-opentype'), url('../../fonts/custom.ttf') format('truetype'), url('../../fonts/custom.woff') format('woff'), url('../../fonts/custom.svg#vc-mweb-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /*temporary fix for new font icons*/
  background: none;
  /*eo fix*/
  display: inline-block;
  font-family: "custom";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-usages:before {
  content: "\e600";
}
.icon-date-restriction:before {
  content: "\e601";
}
.icon-branches:before {
  content: "\e602";
}
.icon-double-chevron-up:before {
  content: "\e603";
}
.icon-double-chevron-down:before {
  content: "\e604";
}
.icon-chevron-up:before {
  content: "\e605";
}
.icon-chevron-right:before {
  content: "\e606";
}
.icon-chevron-left:before {
  content: "\e607";
}
.icon-chevron-down:before {
  content: "\e608";
}
.icon-search:before {
  content: "\e609";
}
.icon-near-me:before {
  content: "\e60a";
}
.icon-menu:before {
  content: "\e60b";
}
.icon-close-menu:before {
  content: "\e60c";
}
.icon-alarm:before {
  content: "\e60d";
}
.icon-category-546:before,
.icon-womens-fashion:before {
  content: "\e60e";
}
.icon-vodafone:before,
.icon-vodafone:before {
  content: "\e60f";
}
.icon-category-310:before,
.icon-utilities-services:before {
  content: "\e610";
}
.icon-category-8:before,
.icon-travel-accommodation:before {
  content: "\e611";
}
.icon-category-536:before,
.icon-students:before {
  content: "\e612";
}
.icon-category-340:before,
.icon-sports-fitness:before {
  content: "\e613";
}
.icon-category-4:before,
.icon-restaurants:before {
  content: "\e614";
}
.icon-category-10:before,
.icon-pubs-bars:before {
  content: "\e615";
}
.icon-category-574:before,
.icon-mens-fashion:before {
  content: "\e616";
}
.icon-category-6:before,
.icon-leisure-entertainment:before {
  content: "\e617";
}
.icon-category-11:before,
.icon-home-garden:before {
  content: "\e618";
}
.icon-category-3:before,
.icon-health-beauty:before {
  content: "\e619";
}
.icon-category-393:before,
.icon-free-delivery:before {
  content: "\e61a";
}
.icon-category-5:before,
.icon-food-to-go:before {
  content: "\e61b";
}
.icon-category-187:before,
.icon-finance:before {
  content: "\e61c";
}
.country-GB .icon-category-163:before,
.icon-electrical-uk:before {
  content: "\e61d";
}
.icon-category-163:before,
.icon-electrical-other:before {
  content: "\e61e";
}
.icon-category-7:before,
.icon-days-out:before {
  content: "\e61f";
}
.icon-category-9:before,
.icon-casual-dining:before {
  content: "\e620";
}
.icon-category-311:before,
.icon-automotive {
  content: "\e621";
}
.icon-category-2:before,
.icon-shopping:before {
  content: "\e622";
}
.icon-category-Vodafone:before {
  content: "\e623";
}
.icon-copy:before {
  content: "\e900";
}
.icon-ellipsis:before,
.icon-all-categories:before {
  content: "\e624";
}
.icon-category-551:before,
.icon-baby-child:before {
  content: "\e625";
}
.icon-category-540:before,
.icon-gifts-occasions:before {
  content: "\e626";
}
.icon-category-425:before {
  content: "\e627";
}
.icon-status:before {
  content: "\e628";
}
.icon-cross:before {
  content: "\e629";
}
.icon-tick:before {
  content: "\e62a";
}
.icon-vc-logo:before {
  content: "\e62b";
}
.icon-apple:before,
.icon-ios:before {
  content: "\e62c";
}
.icon-blackberry:before {
  content: "\e62d";
}
.icon-google-play:before,
.icon-android:before {
  content: "\e62e";
}
.icon-windows:before {
  content: "\e62f";
}
.icon-competition:before {
  content: "\e630";
}
.icon-strap:before {
  content: "\e631";
}
.temp-icon {
  display: block;
  width: 42px;
  height: 42px;
  background-image: url('../../images/sprite-nav-icons.png');
  background-repeat: no-repeat;
}
.temp-icon.icon-home {
  background-position: 0 0;
}
.temp-icon.icon-merchants {
  background-position: 0 -42px;
}
.temp-icon.icon-offers {
  background-position: 0 -84px;
}
.temp-icon.icon-user-management {
  background-position: 0 -126px;
}
.temp-icon.icon-content-management {
  background-position: 0 -168px;
}
.temp-icon.icon-reporting {
  background-position: 0 -210px;
}
.temp-icon.temp-icon-chevron-left {
  background-position: 0 -378px;
}
.temp-icon.temp-icon-chevron-right {
  background-position: 0 -420px;
}
.temp-icon.icon-info {
  background-position: 0 -336px;
}
.temp-icon.icon-spanner {
  background-position: 0 -378px;
}
.temp-icon.icon-localisation {
  background-position: 0 -462px;
}
.temp-icon.icon-filter {
  background-position: 0 -504px;
}
.comment-count {
  position: relative;
  float: right;
}
.comment-count span {
  position: absolute;
  left: 0;
  width: 19px;
  font-size: 11px;
  color: white;
  text-align: center;
  line-height: 19px;
}
.comment-count .fa {
  float: right;
  font-size: 20px;
  color: #444;
}
.merchant-merchantdetail .comment-count {
  float: right;
  margin-left: 8px;
  margin-top: -2px;
}
.merchant-merchantdetail .comment-count .fa {
  float: none;
}
.merchant-wrapper .checkbox label {
  display: flex;
}
.merchant-perks-group {
  display: grid;
  grid-template-columns: 50% 50%;
}
.push {
  height: 48px;
}
label {
  display: inline-block;
  margin-bottom: 10px;
}
label.wide {
  display: block;
}
input,
select,
textarea,
button {
  outline: none;
}
div:focus,
ul:focus {
  outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #a8e3fb !important;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
select {
  height: 40px;
}
select {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
input.small {
  padding: 0px 6px;
  width: 30px;
  height: auto;
}
input.medium {
  padding: 0px 6px;
  width: 35px;
  height: auto;
}
input.table {
  padding: 0px 6px;
  height: auto;
  width: calc(100% - 20px);
}
input,
select,
textarea {
  color: #606060;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
}
input:required,
select:required,
textarea:required {
  outline: none !important;
  box-shadow: none;
}
input:hover,
select:hover,
textarea:hover {
  border: 1px solid #bababa;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #29bd53;
}
input:not(.no-error).invalid,
select:not(.no-error).invalid,
textarea:not(.no-error).invalid,
input:not(.no-error):invalid,
select:not(.no-error):invalid,
textarea:not(.no-error):invalid {
  border-color: red;
}
.offer-create input:focus,
.offer-edit input:focus,
.offer-create select:focus,
.offer-edit select:focus,
.offer-create textarea:focus,
.offer-edit textarea:focus {
  border-color: #da8a0c;
}
.custompage-create input:focus,
.custompage-edit input:focus,
.custompage-create select:focus,
.custompage-edit select:focus,
.custompage-create textarea:focus,
.custompage-edit textarea:focus {
  border-color: #8b3ac3;
}
div.invalid,
ul.invalid {
  border-color: red;
}
div:focus,
ul:focus {
  border-color: #29bd53;
}
input,
textarea {
  padding: 8px;
}
select {
  -webkit-appearance: none;
  padding: 6px 3%;
}
.select {
  position: relative;
}
.select:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  content: '\e632';
  font-family: Custom;
  font-size: 1.25rem;
  color: #404040;
  line-height: 38px;
  text-align: center;
  background: #868686;
  pointer-events: none;
}
.select:hover:after,
.select:focus:after {
  background: #a0a0a0;
}
.select select {
  padding-right: 46px;
  box-sizing: border-box;
}
.select input#react-select-2-input {
  height: 100%;
}
.select--inline {
  display: inline-block;
}
.select--inline select {
  width: 100%;
}
.select.loading:before {
  position: absolute;
  content: '';
  display: block;
  top: calc(50% - 10px);
  right: 52px;
  width: 12px;
  height: 12px;
  border: 4px solid #f2f2f2;
  border-right-color: #da8a0c;
  border-radius: 50%;
  padding: 0px;
  background-color: #ffffff;
  animation: spin 1s linear infinite;
}
.radio .tooltip {
  margin-left: 100px;
}
.radio input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
}
.radio .radioLabel {
  position: relative;
  margin-right: 20px;
  padding-left: 25px;
}
.radio .radioLabel:hover:before {
  border-color: #bababa;
}
.radio .radioLabel:focus:before {
  border-color: #aa6b09;
}
.radio .radioLabel:before,
.radio .radioLabel:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
}
.radio .radioLabel:before {
  width: 16px;
  height: 16px;
  left: 0;
  background-color: white;
}
.radio .radioLabel:after {
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  background-color: #f4f4f4;
}
.radio input[type=radio]:checked + label:after {
  background: #da8a0c;
}
.checkbox--inline label {
  margin: 0;
  vertical-align: middle;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
}
.checkbox input[type="checkbox"]:checked + span .icon {
  color: #da8a0c;
}
.checkbox input[type="checkbox"]:checked + span:after {
  display: block;
}
.checkbox input[type="checkbox"]:hover + span:before,
.checkbox input[type="checkbox"]:focus + span:before,
.checkbox input[type="checkbox"]:hover + span:after,
.checkbox input[type="checkbox"]:focus + span:after {
  border: 1px solid #aa6b09 !important;
}
.checkbox .ticker {
  position: relative;
  padding-left: 30px;
}
.checkbox .ticker:before,
.checkbox .ticker:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
}
.checkbox .ticker:before {
  top: 0;
  left: 0;
  background-color: #fafafa;
  border: 1px solid #d3d3d3;
}
.checkbox .ticker:after {
  top: 0;
  display: none;
  left: 0;
}
.checkbox .icon {
  font-size: 16px;
  position: absolute;
  left: 1px;
  top: 1px;
  color: transparent;
  z-index: 10;
}
.date {
  position: relative;
}
.date > input {
  margin-right: 0 !important;
  width: 100%;
  cursor: pointer;
}
.date > input:focus + button {
  background-color: #a0a0a0;
}
.date:hover button {
  background-color: #a0a0a0;
}
.date > button {
  pointer-events: none;
}
.date.right .dropdown-menu {
  left: auto !important;
  right: 0px;
}
.date.reversed .dropdown-menu {
  bottom: 40px;
  top: auto !important;
  -webkit-box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.25);
}
.date.reversed-bottom .dropdown-menu {
  top: 44px !important;
  -webkit-box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.25);
}
.date .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 160;
  min-height: 20px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.25);
}
.date .dropdown-menu table .h6 {
  font-size: 12px;
}
.date .dropdown-menu table .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.date .dropdown-menu table .btn .text-muted {
  color: #999;
}
.date .dropdown-menu table .btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.date .dropdown-menu table .btn.btn-default:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.date .dropdown-menu table .btn.btn-default:active {
  -webkit-box-shadow: inset 0px 5px 6px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 5px 6px -2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 5px 6px -2px rgba(0, 0, 0, 0.1);
}
.date .dropdown-menu table .btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.date .dropdown-menu table .btn.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.date .dropdown-menu table .btn.btn-info {
  color: #fff;
  background-color: #da8a0c;
  border-color: #c27b0b;
}
.date .dropdown-menu table .btn.btn-info:hover {
  color: #fff;
  background-color: #c27b0b;
  border-color: #aa6b09;
}
.date .dropdown-menu table .btn .glyphicon {
  width: 12px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
}
.date .dropdown-menu table .btn .glyphicon.glyphicon-chevron-left:before {
  content: "\f104";
}
.date .dropdown-menu table .btn .glyphicon.glyphicon-chevron-right:before {
  content: "\f105";
}
.file {
  position: relative;
}
.file i {
  z-index: 100;
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  cursor: pointer;
}
.file .note {
  float: left;
  margin-left: 20px;
}
.file .browse {
  position: absolute;
  top: 74px;
  left: 0;
  width: 103px;
  font-size: 11px;
  color: #07719d;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
.file .force-upload {
  position: absolute;
  color: #07719d;
  font-size: 11px;
  cursor: pointer;
}
.file .csv-position {
  top: 12px;
  font-size: 12px;
}
.form-vertical .control-group {
  margin-bottom: 10px;
}
.form-vertical .control-group.invalid {
  border: 1px solid red;
}
.form-vertical input[type="text"],
.form-vertical input[type="password"],
.form-vertical input[type="number"],
.form-vertical input[type="email"],
.form-vertical input[type="file"],
.form-vertical input[type="submit"],
.form-vertical select,
.form-vertical button,
.form-vertical textarea {
  width: 100%;
}
.form-horizontal .control-group {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 10px;
  vertical-align: top;
}
.form-horizontal .control-group.align-bottom {
  vertical-align: bottom;
}
.form-horizontal .control-group input {
  margin-right: 10px;
}
.form-horizontal .control-group input.text-large {
  width: 300px;
}
.form-horizontal .control-group select {
  min-width: 180px;
  max-width: 240px;
}
.form-horizontal .control-group select.select-large {
  min-width: 200px;
}
.form-horizontal .control-group .btn-search {
  margin-top: 30px;
}
.form-horizontal .btn {
  padding: 0 55px 0 30px;
}
.modal-dialog .panes form {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}
.modal-dialog .panes form .control-group input {
  margin-top: 5px;
}
.modal-dialog .panes form .control-group span {
  margin-right: 10px;
}
.modal-dialog .panes form .control-group input,
.modal-dialog .panes form .control-group label {
  cursor: pointer;
}
.modal-dialog .panes form .control-group input,
.modal-dialog .panes form .control-group span,
.modal-dialog .panes form .control-group .btn-square {
  float: left;
}
.modal-dialog .panes form .control-group.full {
  width: 100%;
}
.modal-dialog .panes form .control-group .block {
  float: none;
}
.modal-dialog .panes form .control-group textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
}
.culture-text .culture-name {
  display: block;
}
li.not-released {
  color: #ff0000;
}
.dashboard-dashboard .form-horizontal input,
.merchant-relatedmerchants .form-horizontal input,
.merchant-similarmerchants .form-horizontal input,
.relatedcategories-index .form-horizontal input {
  width: 78%;
}
.dashboard-dashboard .form-horizontal button,
.merchant-relatedmerchants .form-horizontal button,
.merchant-similarmerchants .form-horizontal button,
.relatedcategories-index .form-horizontal button {
  width: 20%;
  padding: 0;
}
.upload .input-wrapper {
  height: 103px;
  width: 103px;
  position: relative;
}
.upload input[type='file'] {
  position: relative;
  float: left;
  display: block;
  width: 103px;
  height: 30px;
  text-align: center;
  padding-top: 90px;
  text-indent: -9999px;
  background: #fafafa;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: transparent;
  cursor: pointer;
}
.upload input[type='file'].loading {
  background-size: inherit;
  background-image: url('../../images/loader.gif');
}
.upload .browse {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  margin-top: auto;
  height: 20px;
}
.color-picker .input-wrapper {
  float: left;
}
.color-picker .input-wrapper input {
  width: 100px;
}
.color-picker .color-preview {
  float: left;
  border: 1px #d3d3d3 solid;
  border-left: none;
  width: 38px;
  height: 38px;
}
.validation-message {
  color: red;
  margin-top: 5px;
}
.localisation-index textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.filter-box .form-horizontal label {
  display: block;
}
.filter-box:after {
  display: block;
  clear: both;
  content: '';
}
.filter-select {
  display: inline-block;
}
.uneditable {
  background: #eaeaea;
  height: 38px;
}
.admin-merchant-search {
  margin: 0 18px 25px;
}
.admin-merchant-search form {
  position: relative;
}
.admin-merchant-search form input[type="text"] {
  width: 100%;
  font-size: 13px;
  padding: 8px 5%;
  background-color: #e2e2e2;
}
.admin-merchant-search form input[type="text"]:focus + button {
  color: #606060;
}
.admin-merchant-search form button {
  color: #a9a9a9;
  position: absolute;
  top: 0;
  right: 0;
}
.csv-upload input[type='file'] {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  padding-bottom: 30px;
  /* padding-top: 60px; */
  text-indent: -9999px;
  background: white;
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  cursor: pointer;
  /* opacity: 0; */
}
.csv-upload input[type='file'].loading {
  background-size: inherit;
  background-image: url('../../images/loader.gif');
}
.table-border {
  border-left: 5px solid #E01B2D;
}
.title-rewriter {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
}
.title-rewriter.success {
  background-color: #e0f7fa;
  color: #00796b;
}
.title-rewriter.pending {
  background-color: #fff3cd;
  color: #856404;
}
.title-rewriter.inprocess {
  background-color: #d1ecf1;
  color: #0c5460;
}
.title-rewriter.failed {
  background-color: #f8d7da;
  color: #721c24;
}
.title-rewriter.manual {
  background-color: #e6f4ea;
  color: #2e7d32;
}
.table {
  width: 100%;
  border-spacing: 0;
  clear: both;
  margin: 0;
  background: #ffffff;
  border-collapse: initial;
}
.table .not-released {
  color: red;
  background-color: #e3e3e3;
}
.table thead tr th {
  font-weight: 600;
  text-align: left;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
}
.table thead tr th:first-child {
  border-left: 1px solid #e0e0e0;
}
.table thead tr th:last-child {
  border-right: 1px solid #e0e0e0;
}
.table thead tr th > span {
  padding: 9px 0 9px 10px !important;
}
.table.no-pointer td {
  cursor: initial;
}
.table.no-pointer td a {
  cursor: pointer;
}
.table.no-pointer td .no-click {
  pointer-events: none;
  cursor: default;
}
.table td {
  cursor: pointer;
}
.table td .btn-square {
  float: left;
  margin-top: -4px;
  width: 20px;
}
.table td.code .btn-square {
  float: right;
  background-color: #ccc;
}
.table td .checkbox .ticker {
  top: -1px;
}
.table td.id,
.table th.id,
.table td.date,
.table th.date,
.table td.offer-url,
.table th.offer-url,
.table td.code,
.table th.code,
.table td.position,
.table th.position,
.table td.number,
.table th.number {
  width: 10%;
}
.table td.number,
.table th.number {
  text-align: right;
  padding-right: 20px;
}
.table td.status,
.table th.status {
  width: 6%;
}
.table td.country,
.table th.country {
  width: 5%;
}
.table td.offer-title,
.table th.offer-title {
  width: 25%;
}
.table td.merchant,
.table th.merchant {
  width: 15%;
}
.table td.slug,
.table th.slug {
  width: 20%;
}
.table td.branch-name,
.table th.branch-name {
  width: 30%;
}
.table td.branch-address,
.table th.branch-address {
  width: 44%;
}
.table td.branch-distance,
.table th.branch-distance {
  text-align: center;
  width: 26%;
}
.table td.verify,
.table th.verify {
  width: 7%;
}
.table td.link,
.table th.link {
  width: 17%;
}
.table td.indent,
.table th.indent {
  padding-left: 9px;
}
.table td.territory,
.table th.territory {
  padding: 9px;
}
.table td.collapse,
.table th.collapse {
  width: 1%;
  white-space: nowrap;
}
.table td.edit,
.table th.edit {
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.table td.edit .ctrl-box-action,
.table th.edit .ctrl-box-action {
  display: block;
  text-align: left;
}
.table td.edit .ctrl-box-action:hover .box-action,
.table th.edit .ctrl-box-action:hover .box-action {
  width: auto;
  min-width: 100px;
  box-sizing: border-box;
  height: 100%;
  opacity: 1;
  overflow: visible;
  transition: opacity 0.75s ease-out;
}
.table td.edit .ctrl-box-action:hover .box-action .fa-cog,
.table th.edit .ctrl-box-action:hover .box-action .fa-cog {
  position: relative;
  top: 2px;
}
.table td.edit .ctrl-box-action .ctrl-box-icon,
.table th.edit .ctrl-box-action .ctrl-box-icon {
  position: relative;
  padding: 4px 4px 4px 0px !important;
}
.table td.edit .ctrl-box-action .ctrl-box-icon .fa-cog,
.table th.edit .ctrl-box-action .ctrl-box-icon .fa-cog {
  color: #868686;
}
.table td.edit .ctrl-box-action:hover .ctrl-box-icon,
.table th.edit .ctrl-box-action:hover .ctrl-box-icon {
  z-index: 50;
}
.table td.edit .ctrl-box-action:hover .ctrl-box-icon .fa-cog,
.table th.edit .ctrl-box-action:hover .ctrl-box-icon .fa-cog {
  color: #ffffff;
}
.table td.edit.custom-modal span,
.table th.edit.custom-modal span {
  display: inline-block;
}
.table td a,
.table th a {
  text-decoration: none;
}
.table td a.clear-float,
.table th a.clear-float {
  float: none;
}
.table td > span,
.table th > span,
.table td > a,
.table th > a {
  display: inline-block;
  color: #797979;
  padding: 8px 0 8px 8px;
  vertical-align: middle;
}
.table tbody tr {
  position: relative;
}
.table tbody tr.life-cycle-stage {
  background-color: #29bd53 !important;
}
.table tbody tr.life-cycle-stage td {
  border: 1px solid #29bd53 !important;
}
.table tbody tr.life-cycle-stage td span {
  color: white;
  text-transform: uppercase;
}
.table tbody tr .line-box {
  position: fixed;
  top: 0;
  width: 650px;
  height: 200px;
}
.table tbody tr td {
  border: 1px solid white;
  border-left: none;
  border-right: none;
}
.table tbody tr td.edit > span,
.table tbody tr td.verify > span {
  padding-bottom: 2px;
}
.table tbody tr td:first-child {
  border-left: 1px solid white;
}
.table tbody tr td:last-child {
  border-right: 1px solid white;
}
.table tbody tr td a.link:hover {
  color: #07719d;
  text-decoration: underline;
}
.table tbody tr td span.input {
  display: block;
  white-space: nowrap;
}
.table tbody tr td span.input input::-webkit-outer-spin-button,
.table tbody tr td span.input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table tbody tr.future {
  background-color: #f2f2f2;
}
.table tbody tr.future td {
  border-color: #f2f2f2;
}
.table tbody tr.future td:first-child {
  border-left: 1px solid #f2f2f2;
}
.table tbody tr.future td:last-child {
  border-right: 1px solid #f2f2f2;
}
.table tbody tr.future td.image .truncate img {
  opacity: 0.5;
}
.table tbody tr.future.added {
  -webkit-animation: changeBgColorFuture 2s forwards;
  animation: changeBgColorFuture 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.table tbody tr.future.added td {
  -webkit-animation: changeBorderColorFuture 2s forwards;
  animation: changeBorderColorFuture 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.table tbody tr.future.added span {
  -webkit-animation: changeTextColorFuture 2s forwards;
  animation: changeTextColorFuture 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.table tbody tr.future span {
  color: #6199e8;
}
.table tbody tr.added {
  -webkit-animation: changeBgColorWhite 2s forwards;
  animation: changeBgColorWhite 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  background-color: #da8a0c !important;
}
.table tbody tr.added td {
  -webkit-animation: changeBorderColorWhite 2s forwards;
  animation: changeBorderColorWhite 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  border-color: #da8a0c;
}
.table tbody tr.added td:first-child {
  border-left: 1px solid #da8a0c;
}
.table tbody tr.added td:last-child {
  border-right: 1px solid #da8a0c;
}
.table tbody tr.added span {
  -webkit-animation: changeTextColorInitial 2s forwards;
  animation: changeTextColorInitial 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  color: white;
}
.table tbody tr.added i {
  -webkit-animation: changeTextColorOrange 2s forwards;
  animation: changeTextColorOrange 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  color: white;
}
.table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.table tbody tr:nth-child(even) td {
  border-color: #f8f8f8;
}
.table tbody tr:nth-child(even) td:first-child {
  border-left: 1px solid #f8f8f8;
}
.table tbody tr:nth-child(even) td:last-child {
  border-right: 1px solid #f8f8f8;
}
.table tbody tr:nth-child(even).added {
  -webkit-animation: changeBgColorFaded 2s forwards;
  animation: changeBgColorFaded 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  background-color: #da8a0c !important;
}
.table tbody tr:nth-child(even).added td {
  -webkit-animation: changeBorderColorFaded 2s forwards;
  animation: changeBorderColorFaded 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  border-color: #da8a0c;
}
.table tbody tr:nth-child(even).added td:first-child {
  border-left: 1px solid #da8a0c;
}
.table tbody tr:nth-child(even).added td:last-child {
  border-right: 1px solid #da8a0c;
}
.table tbody tr:hover {
  background-color: #ebebeb;
}
.table tbody tr:hover td {
  border-color: #ebebeb;
}
.table tbody tr:hover td:first-child {
  border-left: 1px solid #ebebeb;
}
.table tbody tr:hover td:last-child {
  border-right: 1px solid #ebebeb;
}
.table tbody tr.highlighted td {
  border-color: #da8a0c;
}
.table tbody tr.highlighted td:first-child {
  border-left: 1px solid #da8a0c;
}
.table tbody tr.highlighted td:last-child {
  border-right: 1px solid #da8a0c;
}
.table tbody tr.error td {
  border-color: #ff6c60;
}
.table tbody tr.error td:first-child {
  border-left: 1px solid #ff6c60;
}
.table tbody tr.error td:last-child {
  border-right: 1px solid #ff6c60;
}
.table tbody tr.dnd-over td {
  border: 1px dashed grey;
  border-left: none;
  border-right: none;
}
.table tbody tr.dnd-over td:first-child {
  border-left: 1px dashed grey;
}
.table tbody tr.dnd-over td:last-child {
  border-right: 1px dashed grey;
}
.table tbody tr.selected {
  background-color: #da8a0c;
}
.table tbody tr.selected td {
  border-color: #da8a0c;
}
.table tbody tr.selected td:first-child {
  border-left: 1px solid #da8a0c;
}
.table tbody tr.selected td:last-child {
  border-right: 1px solid #da8a0c;
}
.table tbody tr.uber {
  background-color: #73A6D8;
}
.table tbody tr.uber td {
  border-color: #73A6D8;
}
.table tbody tr.uber td:first-child {
  border-left: 1px solid #73A6D8;
}
.table tbody tr.uber td:last-child {
  border-right: 1px solid #73A6D8;
}
.table tbody tr.uber span {
  color: white;
}
.table tbody tr.serp {
  background-color: #D873D8;
}
.table tbody tr.serp td {
  border-color: #D873D8;
}
.table tbody tr.serp td:first-child {
  border-left: 1px solid #D873D8;
}
.table tbody tr.serp td:last-child {
  border-right: 1px solid #D873D8;
}
.table tbody tr.serp span {
  color: white;
}
.table tbody tr.control-link-merchant {
  cursor: pointer;
}
.table.header-table tr {
  background: white !important;
}
.table.header-table tr td {
  border: none !important;
}
.width-line {
  padding: 0 !important;
}
.triangle-up:before {
  content: '▲';
}
.triangle-down:before {
  content: '▼';
}
.merchant-searchmerchants .table td.date,
.offer-searchoffers .table td.date,
.offer-verification .table td.date,
.advert-searchadverts .table td.date,
.merchant-searchmerchants .table th.date,
.offer-searchoffers .table th.date,
.offer-verification .table th.date,
.advert-searchadverts .table th.date,
.merchant-searchmerchants .table td.status,
.offer-searchoffers .table td.status,
.offer-verification .table td.status,
.advert-searchadverts .table td.status,
.merchant-searchmerchants .table th.status,
.offer-searchoffers .table th.status,
.offer-verification .table th.status,
.advert-searchadverts .table th.status,
.merchant-searchmerchants .table td.id,
.offer-searchoffers .table td.id,
.offer-verification .table td.id,
.advert-searchadverts .table td.id,
.merchant-searchmerchants .table th.id,
.offer-searchoffers .table th.id,
.offer-verification .table th.id,
.advert-searchadverts .table th.id,
.merchant-searchmerchants .table td.country,
.offer-searchoffers .table td.country,
.offer-verification .table td.country,
.advert-searchadverts .table td.country,
.merchant-searchmerchants .table th.country,
.offer-searchoffers .table th.country,
.offer-verification .table th.country,
.advert-searchadverts .table th.country,
.merchant-searchmerchants .table td.code,
.offer-searchoffers .table td.code,
.offer-verification .table td.code,
.advert-searchadverts .table td.code,
.merchant-searchmerchants .table th.code,
.offer-searchoffers .table th.code,
.offer-verification .table th.code,
.advert-searchadverts .table th.code,
.merchant-searchmerchants .table td.verify,
.offer-searchoffers .table td.verify,
.offer-verification .table td.verify,
.advert-searchadverts .table td.verify,
.merchant-searchmerchants .table th.verify,
.offer-searchoffers .table th.verify,
.offer-verification .table th.verify,
.advert-searchadverts .table th.verify,
.merchant-searchmerchants .table td.number,
.offer-searchoffers .table td.number,
.offer-verification .table td.number,
.advert-searchadverts .table td.number,
.merchant-searchmerchants .table th.number,
.offer-searchoffers .table th.number,
.offer-verification .table th.number,
.advert-searchadverts .table th.number {
  width: 7%;
}
.merchant-merchantdetail .table td.title,
.merchant-merchantdetail .table th.title {
  width: 42%;
}
.merchant-merchantdetail .table td.status,
.merchant-merchantdetail .table th.status {
  width: 14%;
}
.offer-verification .table td.offer,
.offer-verification .table th.offer {
  width: 23%;
}
.offer-verification .table td.merchant,
.offer-verification .table th.merchant,
.offer-verification .table td.offer-url,
.offer-verification .table th.offer-url {
  width: 20%;
}
.offer-searchoffers .table td.offer,
.offer-searchoffers .table th.offer {
  width: 24%;
}
.offer-searchoffers .table td.merchant,
.offer-searchoffers .table th.merchant,
.offer-searchoffers .table td.offer-url,
.offer-searchoffers .table th.offer-url {
  width: 18%;
}
.offer-searchoffers .table td.reviewed,
.offer-searchoffers .table th.reviewed {
  width: 8%;
  text-align: center;
}
.advert-searchadverts .table td.merchant,
.advert-searchadverts .table th.merchant {
  width: 35%;
}
.advert-searchadverts .table td.ad-type,
.advert-searchadverts .table th.ad-type {
  width: 28%;
}
.advert-searchadverts .table td.domain,
.advert-searchadverts .table th.domain {
  width: 15%;
}
.merchant-searchmerchants .table td.merchant,
.merchant-searchmerchants .table th.merchant,
.merchant-searchmerchants .table td.slug,
.merchant-searchmerchants .table th.slug {
  width: 30%;
}
.merchant-relatedmerchants .table td.merchant,
.merchant-similarmerchants .table td.merchant,
.merchant-relatedmerchants .table th.merchant,
.merchant-similarmerchants .table th.merchant {
  width: 83%;
}
.merchant-relatedmerchants .table td.merchant label,
.merchant-similarmerchants .table td.merchant label,
.merchant-relatedmerchants .table th.merchant label,
.merchant-similarmerchants .table th.merchant label {
  margin-left: 10px;
  margin-bottom: 0;
}
.localisation-index .table td > span,
.localisation-index .table th > span,
.localisation-index .table td > a,
.localisation-index .table th > a {
  display: block;
}
.custompage-searchcustompages .table td.description,
.custompage-searchcustompages .table th.description,
.custompage-searchcustompages .table td.url,
.custompage-searchcustompages .table th.url {
  width: 37%;
}
#branch-summary .table td:first-child,
#branch-summary .table td.button {
  width: 3%;
}
.offer-history-table thead {
  font-weight: bold;
  background-color: #e3e3e3;
}
.offer-history-table tr td {
  border-bottom: 1px solid black;
  border-right: 1px solid #e3e3e3;
  padding: 0 4px;
}
.offer-history-table tr:nth-child(even) {
  background-color: #fff;
}
@-webkit-keyframes changeBgColorWhite {
  from {
    background: #da8a0c;
  }
  to {
    background: #fff;
  }
}
@keyframes changeBgColorWhite {
  from {
    background: #da8a0c;
  }
  to {
    background: #fff;
  }
}
@-webkit-keyframes changeBgColorFuture {
  from {
    background: #da8a0c;
  }
  to {
    background: #f2f2f2;
  }
}
@keyframes changeBgColorFuture {
  from {
    background: #da8a0c;
  }
  to {
    background: #f2f2f2;
  }
}
@-webkit-keyframes changeBgColorFaded {
  from {
    background: #da8a0c;
  }
  to {
    background: #f8f8f8;
  }
}
@keyframes changeBgColorFaded {
  from {
    background: #da8a0c;
  }
  to {
    background: #f8f8f8;
  }
}
@-webkit-keyframes changeBorderColorWhite {
  from {
    border-color: #da8a0c;
  }
  to {
    border-color: #fff;
  }
}
@keyframes changeBorderColorWhite {
  from {
    border-color: #da8a0c;
  }
  to {
    border-color: #fff;
  }
}
@-webkit-keyframes changeBorderColorFuture {
  from {
    border-color: #da8a0c;
  }
  to {
    border-color: #f2f2f2;
  }
}
@keyframes changeBorderColorFuture {
  from {
    border-color: #da8a0c;
  }
  to {
    border-color: #f2f2f2;
  }
}
@-webkit-keyframes changeBorderColorFaded {
  from {
    border-color: #da8a0c;
  }
  to {
    border-color: #f8f8f8;
  }
}
@keyframes changeBorderColorFaded {
  from {
    border-color: #da8a0c;
  }
  to {
    border-color: #f8f8f8;
  }
}
@-webkit-keyframes changeTextColorInitial {
  from {
    color: white;
  }
  to {
    color: #797979;
  }
}
@keyframes changeTextColorInitial {
  from {
    color: white;
  }
  to {
    color: #797979;
  }
}
@-webkit-keyframes changeTextColorOrange {
  from {
    color: white;
  }
  to {
    color: #da8a0c;
  }
}
@keyframes changeTextColorOrange {
  from {
    color: white;
  }
  to {
    color: #da8a0c;
  }
}
@-webkit-keyframes changeTextColorFuture {
  from {
    color: white;
  }
  to {
    color: #bbb;
  }
}
@keyframes changeTextColorFuture {
  from {
    color: white;
  }
  to {
    color: #bbb;
  }
}
.btn {
  display: inline-block;
  zoom: 1;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 35px;
  vertical-align: baseline;
  background-color: #07719d;
  border: none !important;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.1s box-shadow linear;
  -moz-transition: 0.1s box-shadow linear;
  -ms-transition: 0.1s box-shadow linear;
  -o-transition: 0.1s box-shadow linear;
  transition: 0.1s box-shadow linear;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  background: #065f85;
}
.btn:focus {
  outline: 0;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn.btn-margin {
  margin: 15px;
}
.btn.btn-red {
  background-color: #ff6c60;
}
.btn.btn-red:hover,
.btn.btn-red:focus {
  background-color: #ff5446;
}
.btn.btn-green {
  background-color: #29bd53;
}
.btn.btn-green:hover,
.btn.btn-green:focus {
  background-color: #24a84a;
}
.btn.btn-purple {
  background-color: #8b3ac3;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus {
  background-color: #7d34af;
}
.btn.btn-orange {
  background-color: #da8a0c;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus {
  background-color: #c27b0b;
}
.btn.btn-grey,
.btn.btn-disabled,
.btn:disabled {
  background-color: #d2d2d2 !important;
}
.btn.btn-disabled,
.btn:disabled {
  cursor: default;
  pointer-events: none;
}
.btn .icon {
  line-height: 40px;
  font-size: 30px;
  vertical-align: top;
}
.btn.ng-toggled {
  background-color: #e0e0e0 !important;
}
.btn-search,
.btn-action {
  position: relative;
  margin-bottom: 10px;
  vertical-align: bottom;
}
.btn-search .icon,
.btn-action .icon {
  position: absolute;
  top: 0;
  right: 5px;
}
.btn-add-top-offer {
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: none;
}
.btn-add-top-offer:hover {
  color: #da8a0c;
}
.btn-calendar {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px !important;
  color: #404040;
  text-align: center;
  padding: 0 !important;
  background-color: #868686;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-filter {
  margin-right: 5px !important;
  padding: 0;
}
.btn-filter i {
  height: 38px;
  line-height: 38px;
  margin-top: -4px;
}
.btn-create {
  width: auto;
  float: left;
}
.btn-merchant {
  font-size: 14px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.btn-add-top-offer .fa {
  margin-left: 10px;
}
.btn-link {
  display: inline-block;
  margin-left: 10px;
  padding: 8px;
}
.btn-link:hover {
  text-decoration: underline;
}
.btn-edit {
  background-color: #ff6c60;
  width: 215px;
  height: 38px;
  margin-top: -10px;
  float: right;
}
.btn-edit:hover {
  background-color: #ff3d2d;
}
.button-group {
  margin: 10px 0;
  text-align: center;
  font-size: 0;
}
.button-group * {
  font-size: 14px;
}
.button-group .btn {
  margin: 0 2px;
}
.button-group.right {
  text-align: right;
}
.btn-square {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0 !important;
}
.btn-square .fa {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.btn-square.is-top-offer {
  background-color: #29bd53 ! important;
}
.btn-square.passed,
.btn-square.btn-green,
.btn-square.live,
.btn-square.active,
.btn-square.future {
  background-color: #29bd53;
}
.btn-square.failed,
.btn-square.btn-red,
.btn-square.inactive,
.btn-square.restricted {
  background-color: #ff6c60;
}
.btn-square.null,
.btn-square.btn-grey,
.btn-square.expired {
  background-color: #868686;
}
.btn-square.unverifiable,
.btn-square.btn-yellow,
.btn-square.pending {
  background-color: #da8a0c;
}
.btn-square.expired {
  cursor: default;
}
.btn-square.btn-orange {
  background-color: #da8a0c;
}
.btn-square.btn-no-color {
  background-color: transparent;
}
.btn-square.commented {
  margin-left: 10px;
  background-color: transparent;
}
.close {
  font-size: 30px;
  position: absolute;
  right: 0;
  border: none;
  background: none;
  font-weight: 800;
  margin: 1px 8px 1px 2%;
  top: 0;
}
.box-action {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0;
  background-color: #404040;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.box-action ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  padding-left: 38px;
  font-size: 0;
  height: 100%;
}
.box-action ul li {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.box-action ul li .btn {
  margin: 0;
}
.btn-seemless {
  height: 40px;
  font-size: 30px;
  line-height: 46px;
  background: transparent;
  border: 0;
  overflow: hidden;
}
.btn-add-page {
  background-color: #ff6c60;
  height: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn-add-page:hover {
  background-color: #ff3d2d;
}
.export-button {
  margin-left: 20px;
}
.domain-button {
  cursor: pointer;
  margin-right: 1em;
  filter: grayscale(100%);
  opacity: 0.5;
  border: 1px solid #e2e2e2;
  padding: 5px;
  border-radius: 3px;
}
.domain-button:hover,
.domain-button.active {
  opacity: 1;
}
.domain-button.active {
  filter: none;
}
.clipboard {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}
.clipboard .icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 2px;
  padding: 3px;
  border-radius: 2px;
  font-size: 1em;
  line-height: 1;
}
.clipboard .icon-tick {
  color: #669900;
}
.clipboard:hover .icon {
  background: #da8a0c;
  color: #ffffff;
}
header.main {
  position: relative;
  z-index: 2;
  background-color: #404040;
  /*nav {
        ul {
            .blank-list();

            li {
                float: left;

                > a {
                    display: block;
                    height: 60px;
                    color: @white;
                    line-height: 60px;
                    text-transform: uppercase;
                    padding: 0 20px;

                    &:hover {
                        color: @white;
                        background-color: rgba(0,0,0,0.45);
                        .box-shadow(inset 0 0 5px 5px rgba(0,0,0,0.2));
                    }
                }

                &.active {
                    a {
                        color: @grayDark;
                        background-color: @offWhite;
                        .box-shadow(inset 0 0 5px 2px rgba(0,0,0,0.1));
                    }
                }
            }
        }
    }*/
}
header.main a {
  text-decoration: none;
}
header.main #logo {
  width: 180px;
}
header.main #logo a {
  display: block;
  padding: 14px 0;
  text-align: center;
}
header.main nav i {
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: left;
  color: white;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.members-area {
  float: right;
  color: white;
  position: relative;
}
.members-area .user-details {
  min-width: 100px;
  float: left;
}
.members-area .user-details .user-info {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 10px 15px;
  cursor: pointer;
}
.members-area .user-details:hover {
  background-color: #333333;
  -webkit-box-shadow: inset 0 0 5px 5px #313131;
  -moz-box-shadow: inset 0 0 5px 5px #313131;
  box-shadow: inset 0 0 5px 5px #313131;
}
.members-area .user-details .profile-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #333333;
  padding: 15px;
}
.members-area .user-details .profile-dropdown a {
  display: block;
  color: #ffffff;
  line-height: 25px;
  padding: 0 20px;
}
.members-area .user-details .profile-dropdown a:hover {
  background-color: #666666;
}
.members-area .lang-select {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 10px 15px;
}
.user-login header.main #logo a,
.dashboard-dashboard header.main #logo a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto -48px;
  -webkit-font-smoothing: subpixel-antialiased;
}
hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 0px;
}
dl dd,
dl dt {
  display: inline;
  margin: 0;
}
dl dt:after {
  content: ':';
}
dl dd:after {
  content: '\A';
  white-space: pre;
}
dl.inline {
  content: '';
  white-space: normal;
}
#linked-summary table {
  float: left;
  margin-top: 30px;
}
.container #save-div {
  padding: 15px;
  background-color: #e3e3e3;
  padding-left: 120px;
}
.container input[type=checkbox] {
  margin: 0;
}
.container #save-button {
  display: inline;
  padding-left: 90px;
}
.container label {
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
}
#content {
  height: 100%;
  margin-left: 216px;
}
.user-login #content {
  margin: 0;
}
.affiliate-url {
  overflow-wrap: break-word;
}
.dashboard-dashboard .pure-u-1-3 .content {
  min-width: inherit;
}
.merchant-relatedmerchants .pure-u-1-2 .content,
.merchant-similarmerchants .pure-u-1-2 .content {
  min-width: inherit;
}
.filter-box {
  padding: 15px;
  background-color: #fff;
}
.filter-box .clear-line {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.something-went-wrong {
  text-align: center;
}
/* loading animated */
.loading {
  -webkit-animation: fadein spin 2s;
  -moz-animation: fadein spin 2s;
  -o-animation: fadein spin 2s;
  animation: fadein spin 2s;
}
.highlight {
  font-weight: bold;
  padding: 0 !important;
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.spinner-wrapper {
  width: 98px;
  margin: 0 auto;
}
.spinner-text {
  float: left;
  display: inline-block;
  font-size: 10px;
  color: #ccc;
  margin: 7px 10px;
}
.spinner {
  display: inline-block;
  border: 14px solid rgba(100, 100, 100, 0.2);
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-animation: spin 1.5s infinite;
  -moz-animation: spin 1.5s infinite;
  animation: spin 1.5s infinite;
}
@-webkit-keyframes spin {
  0%,
  100% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(720deg) scale(0.6);
  }
}
@-moz-keyframes spin {
  0%,
  100% {
    -moz-transform: rotate(0deg) scale(1);
  }
  50% {
    -moz-transform: rotate(720deg) scale(0.6);
  }
}
@-o-keyframes spin {
  0%,
  100% {
    -o-transform: rotate(0deg) scale(1);
  }
  50% {
    -o-transform: rotate(720deg) scale(0.6);
  }
}
@keyframes spin {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(720deg) scale(0.6);
  }
}
/************** beginning windows 8 loading animation **************/
.progress-ring {
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
  margin: auto;
  top: calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  pointer-events: none;
}
.progress-ring .progress-ring__wrap {
  position: absolute;
  width: 23px;
  height: 23px;
}
.progress-ring .progress-ring__wrap .progress-ring__circle {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: orbit;
  -moz-animation-name: orbit;
  -webkit-animation-duration: 4000ms;
  -moz-animation-duration: 4000ms;
  width: 23px;
  height: 23px;
  opacity: 0;
}
.progress-ring .progress-ring__wrap .progress-ring__circle:after {
  content: '';
  position: absolute;
  width: 25px/8;
  height: 25px/8;
  border-radius: 25px/8;
  box-shadow: 0px 0px 5% #404040;
  background: #404040;
}
.progress-ring .progress-ring__wrap:nth-child(2) {
  -webkit-transform: rotate(-14deg);
  -moz-transform: rotate(-14deg);
}
.progress-ring .progress-ring__wrap:nth-child(2) .progress-ring__circle {
  -webkit-animation-delay: 4000ms/30;
  -moz-animation-delay: 4000ms/30;
}
.progress-ring .progress-ring__wrap:nth-child(3) {
  -webkit-transform: rotate(-28deg);
  -moz-transform: rotate(-28deg);
}
.progress-ring .progress-ring__wrap:nth-child(3) .progress-ring__circle {
  -webkit-animation-delay: 4000ms/30*2;
  -moz-animation-delay: 4000ms/30*2;
}
.progress-ring .progress-ring__wrap:nth-child(4) {
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
}
.progress-ring .progress-ring__wrap:nth-child(4) .progress-ring__circle {
  -webkit-animation-delay: 4000ms/30*3;
  -moz-animation-delay: 4000ms/30*3;
}
.progress-ring .progress-ring__wrap:nth-child(5) {
  -webkit-transform: rotate(-56deg);
  -moz-transform: rotate(-56deg);
}
.progress-ring .progress-ring__wrap:nth-child(5) .progress-ring__circle {
  -webkit-animation-delay: 4000ms/30*4;
  -moz-animation-delay: 4000ms/30*4;
}
@-webkit-keyframes orbit {
  0% {
    -webkit-transform: rotate(225deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    -webkit-transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
  }
  35% {
    -webkit-transform: rotate(495deg);
    -webkit-animation-timing-function: ease-in-out;
  }
  42% {
    -webkit-transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
  }
  70% {
    -webkit-transform: rotate(835deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  76% {
    opacity: 1;
  }
  77% {
    -webkit-transform: rotate(955deg);
    -webkit-animation-timing-function: ease-in;
  }
  78% {
    -webkit-transform: rotate(955deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(955deg);
    opacity: 0;
  }
}
@-moz-keyframes orbit {
  0% {
    -moz-transform: rotate(225deg);
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  7% {
    -moz-transform: rotate(345deg);
    -moz-animation-timing-function: linear;
  }
  35% {
    -moz-transform: rotate(495deg);
    -moz-animation-timing-function: ease-in-out;
  }
  42% {
    -moz-transform: rotate(690deg);
    -moz-animation-timing-function: linear;
  }
  70% {
    -moz-transform: rotate(835deg);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  76% {
    opacity: 1;
  }
  77% {
    -moz-transform: rotate(955deg);
    -moz-animation-timing-function: ease-in;
  }
  78% {
    -moz-transform: rotate(955deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(955deg);
    opacity: 0;
  }
}
/************** end windows 8 loading animation **************/
.content,
.main-content {
  background-color: #f4f4f4;
}
.content {
  width: 100%;
}
.main-content {
  width: 75%;
}
.info-content {
  width: 25%;
}
.pointer {
  cursor: pointer;
}
.content,
.main-content,
.info-content {
  float: left;
}
.content header h3,
.main-content header h3,
.info-content header h3 {
  font-weight: 600;
}
.content header h3 span,
.main-content header h3 span,
.info-content header h3 span {
  font-weight: normal;
  white-space: nowrap;
}
.content header,
.main-content header,
.info-content header,
.content footer,
.main-content footer,
.info-content footer,
.content section,
.main-content section,
.info-content section {
  padding: 15px 20px;
}
.box-container {
  width: 33%;
  float: left;
  margin: 0 auto;
}
.box-container > div {
  padding: 10px 20px;
}
.box-container > div header {
  max-width: 410px;
}
.box-container > div .control-group {
  max-width: 450px;
}
.box-container > div .control-group .bordered-container {
  margin-top: 2px;
  padding: 4px;
  border: 1px solid grey;
}
.box-container > div .control-group .bordered-container .pure-g {
  padding: 2px;
}
.box-container > div header,
.box-container > div .control-group {
  margin-left: auto !important;
  margin-right: auto !important;
}
.custompage-create .box-container,
.custompage-edit .box-container {
  width: 45%;
}
.box-btn-container {
  width: 100%;
}
.box-btn-container > div {
  padding: 10px 20px;
}
@media only screen and (max-width: 799px) {
  .main-content {
    width: 60%;
  }
  .info-content {
    width: 40%;
  }
  .box-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 800px) {
  .main-content {
    width: 65%;
  }
  .info-content {
    width: 35%;
  }
  .box-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1899px) and (min-width: 1500px) {
  .main-content {
    width: 70%;
  }
  .info-content {
    width: 30%;
  }
  .box-container {
    width: 50%;
  }
}
#breadcrumbs {
  display: none;
  /*temp*/
}
#breadcrumbs .icon {
  margin-top: 6px;
}
.thumbnail {
  background-color: #ffffff;
  width: 200px;
  height: 200px;
  border-radius: 0;
  border: 0;
  overflow: hidden;
}
.tabs {
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3;
}
.tabs .tab {
  position: relative;
  top: 1px;
  display: inline-block;
  min-width: 110px;
  height: 20px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  background-color: #e3e3e3;
  cursor: pointer;
}
.tabs .tab.active {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 600;
}
.tabs a {
  display: block;
  padding: 8px 20px;
}
.panel {
  min-height: 140px;
  margin: 2%;
  padding: 2%;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.panel header,
.panel section {
  padding: 10px;
}
.panel header {
  border-bottom: 1px solid #e3e3e3;
}
.panel header .view-all {
  text-transform: uppercase;
  float: right;
}
.user-login .panel {
  width: 650px;
  margin: 2% auto;
}
.user-login .panel section {
  margin: 20px 25%;
}
.user-login .panel section input {
  background: #fafafa;
  border: 1px solid #e3e3e3;
}
.dashboard-dashboard .panel section span {
  margin-bottom: 10px;
}
.dashboard-dashboard .panel section span,
.merchant-relatedmerchants .panel section span,
.merchant-similarmerchants .panel section span {
  display: block;
}
.dashboard-dashboard .panel section input,
.merchant-relatedmerchants .panel section input,
.merchant-similarmerchants .panel section input {
  background: #fafafa;
  border: 1px solid #e3e3e3;
}
.content-right {
  padding-right: 10px;
}
.content-left {
  padding-left: 10px;
}
.content-bottom {
  margin-bottom: 10px;
}
.box-list {
  position: relative;
}
.box-list .sub-level .box-list-item > div {
  background-color: #d8d8d8;
}
.box-list .sub-level .sub-level .box-list-item > div {
  background-color: #b4b4b4;
}
.box-list.terms {
  max-height: 250px;
  overflow-y: auto;
}
.box-list.terms .box-list-item .box-title {
  width: 84%;
}
.box-list.feature-types {
  max-height: 250px;
  overflow-y: auto;
}
.box-list.feature-types .box-list-item .box-title {
  width: 84%;
}
.box-list .box-list-item > div {
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  padding: 6px 5px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}
.box-list .box-list-item .box-title {
  width: 93%;
  margin-top: -2px;
}
.box-list .box-list-item .box-icon {
  width: 10%;
}
.box-list .box-list-item .fa {
  float: right;
  padding-top: 4px;
  margin-top: -22px;
  margin-left: -5px;
}
.box-list .box-list-item:focus > div,
.box-list .box-list-item:hover > div {
  border-color: #da8a0c !important;
}
.box-list .box-list-item:active > div,
.box-list .box-list-item.selected > div {
  background-color: #da8a0c !important;
  border-color: #aa6b09;
  color: #ffffff;
}
.box-list .box-list-item.fromPending > div {
  background-color: #ff6c60 !important;
  border-color: #ff3d2d;
  color: #ffffff;
}
.box-list .box-list-item.selected:active > div {
  background-color: #ff6c60 !important;
  border-color: #ff3d2d !important;
}
.box-list .box-list-item.disabled > div {
  cursor: default;
  background-color: #f4f4f4;
  color: #acacac;
}
.box-list .box-list-item.disabled:focus > div,
.box-list .box-list-item.disabled:hover > div {
  border-color: #d5d5d5 !important;
}
.box-list .box-list-item.disabled:active > div,
.box-list .box-list-item.disabled.selected > div {
  background-color: #f4f4f4 !important;
  border-color: #d5d5d5 !important;
}
.box-list.unload .box-list-item.on-drag > div,
.box-list.unload .box-list-item:active > div {
  background-color: #ff6c60 !important;
  border-color: #ff3d2d !important;
}
.logo img {
  max-width: 100%;
}
.merchant-create .content-box section .upload,
.merchant-edit .content-box section .upload {
  float: left;
  margin-bottom: 1em;
}
.definition {
  list-style: none;
  margin: 0;
  padding: 0;
}
.definition > li {
  clear: both;
}
.definition > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.definition > li ul li {
  float: left;
}
.definition > li ul li.title {
  width: 25%;
}
.definition > li ul li.value {
  width: 74%;
}
.definition > li ul li span {
  display: block;
  line-height: 30px;
}
.definition > li ul li .scrollx {
  max-width: 70%;
}
.definition > li ul li a.add-edit {
  margin-left: 6%;
  float: left;
  width: 20%;
  line-height: 30px;
}
.scrollx {
  float: left;
  overflow-x: auto;
}
.scrollx span {
  white-space: nowrap;
}
.uneditable .scrollx {
  width: 94%;
  padding: 9px 3%;
}
.break-words {
  word-wrap: break-word;
}
.create-page h3 span,
.edit-page h3 span {
  margin-left: 15px;
}
.create-page form,
.edit-page form {
  margin: 0 auto;
}
.create-page form .btn-create,
.edit-page form .btn-create {
  width: auto;
  float: left;
}
.create-page form header,
.edit-page form header {
  margin: 25px 0;
  background-color: #e2e2e2;
}
.create-page form header:first-child,
.edit-page form header:first-child {
  margin-top: 0;
}
.create-page .form-vertical .control-group,
.edit-page .form-vertical .control-group {
  margin-bottom: 10px;
}
.create-page .form-vertical .control-group .code-provider,
.edit-page .form-vertical .control-group .code-provider {
  float: left;
  width: 50%;
}
.create-page .form-vertical .small,
.edit-page .form-vertical .small {
  width: 30px;
}
.create-page .themed-page-header,
.edit-page .themed-page-header {
  display: flex;
  justify-content: space-between;
}
.merchant-wrapper {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.image-crop {
  cursor: pointer;
  width: 103px;
  height: 101px;
  border: 1px solid #d3d3d3;
}
.image-crop img {
  width: inherit;
}
.image-crop :hover {
  border: 1px solid #BABABA;
}
.crop-modal {
  width: 1600px;
  height: 470px;
}
.crop-btn {
  position: absolute;
  top: 110px;
  left: 130px;
  opacity: 0.5;
}
.domain-selector select {
  min-width: 250px;
}
.merchant-editrichcontent .content-right img {
  float: left;
  margin-right: 15px;
}
.audit-history {
  cursor: default;
}
.audit-history h4 {
  border-top: solid 1px #b2b2b2;
  padding-top: 0.1em;
  margin-bottom: 0.5em;
}
.audit-history .history-container {
  height: 15em;
  overflow: auto;
}
.audit-history .comments {
  height: 6em;
  width: 50%;
  overflow: auto;
  margin: 0 1em 0.5em 0;
  padding: 5px;
  border: solid 1px #e2e2e2;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d3d3d3 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d3d3d3 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d3d3d3 !important;
}
#offer-overview {
  overflow: hidden;
}
#offer-overview h2 {
  margin: 0;
  margin-top: 30px;
  line-height: 30px;
}
#offer-overview .dates {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 20px;
}
#offer-overview .dates span {
  font-family: "Arial", serif;
  font-size: 12px !important;
  color: #868686;
}
#offer-overview .dates span.last {
  margin-left: 30px;
}
#offer-overview .info {
  clear: both;
}
#offer-overview .terms {
  margin-top: 30px;
  text-transform: uppercase;
}
#offer-overview .feature-types {
  margin-top: 30px;
  text-transform: uppercase;
}
#offer-overview #description h6 {
  color: #ff6c60;
  font-size: 14px;
}
#offer-overview #description h6 .icon {
  float: left;
  font-size: 18px;
  font-weight: bold;
}
#offer-overview #description section {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
#offer-overview #description section #status {
  margin-bottom: 10px;
}
#offer-overview #description section a {
  cursor: pointer;
  color: #065e83;
}
#offer-overview #description section a .icon {
  font-size: 18px;
}
#offer-overview #description section a:hover {
  color: #054d6b;
}
#offer-overview #classification section {
  margin: 15px;
}
#offer-overview #classification section .btn {
  margin-top: 12px;
}
#offer-overview #offerRestrictions ul li,
#offer-overview #offerTerms ul li {
  padding-left: 7px;
}
#offer-overview #offerRestrictions ul li:before,
#offer-overview #offerTerms ul li:before {
  content: "- ";
  margin-left: -7px;
}
#offer-overview .categories li {
  display: inline-block;
  background: #e3e3e3;
  font-size: 13px;
  font-weight: 400;
  color: #07719d;
  padding: 2px 10px;
  margin-right: 3px;
}
#offerDetails h4,
#offerBranchesList h4,
#branchDetails h4,
#offerDetails h5,
#offerBranchesList h5,
#branchDetails h5 {
  padding-bottom: 1.15rem;
  margin: 0;
}
#offerDetails h4 a,
#offerBranchesList h4 a,
#branchDetails h4 a,
#offerDetails h5 a,
#offerBranchesList h5 a,
#branchDetails h5 a {
  color: #07719d;
}
#offerDetails h4 a .icon,
#offerBranchesList h4 a .icon,
#branchDetails h4 a .icon,
#offerDetails h5 a .icon,
#offerBranchesList h5 a .icon,
#branchDetails h5 a .icon {
  margin-top: 6px;
}
#offerBranchesList h5 a .icon,
#branchDetails h5 a .icon {
  margin-top: 3px;
}
.article-area {
  max-height: 300px;
  overflow-y: visible;
}
.article-area article p {
  word-wrap: break-word;
}
.offer-offerdetail .description-col header {
  margin-bottom: 25px;
}
.offer-offerdetail .description-col main h4 {
  color: #ff6c60;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 5px;
}
.offer-offerdetail .description-col main h4 .icon {
  float: left;
  font-size: 22px;
}
.offer-offerdetail .description-col main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offer-offerdetail .description-col main ul li {
  padding-left: 7px;
}
.offer-offerdetail .description-col main ul li:before {
  content: "- ";
  margin-left: -7px;
}
.offer-offerdetail .description-col main .offer-restrictions,
.offer-offerdetail .description-col main .offer-terms {
  border-top: 1px solid #e3e3e3;
}
.offer-offerdetail .description-col main .offer-restrictions,
.offer-offerdetail .description-col main .offer-terms,
.offer-offerdetail .description-col main .offer-dates {
  padding-top: 15px;
}
.offer-offerdetail .info-col dt {
  font-weight: 700;
}
.categories-list {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 736px;
  overflow-y: scroll;
}
.categories-list .sub-level {
  margin-left: 5%;
}
.categories-list .level:nth-child(odd) .box-list-item {
  background-color: #f8f8f8;
}
.categories-list .box-list-item {
  cursor: pointer;
}
.categories-list .box-list-item .box-icon i {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #ddd;
}
.categories-list .box-list-item.selected {
  background-color: #29bd53;
  border-color: #209341;
  color: #ffffff;
}
.categories-selected .box-list {
  min-height: 24px;
}
.categories-selected ul {
  list-style: decimal;
  padding-left: 30px;
}
.categories-selected ul li {
  margin-bottom: 3px;
}
.categories-selected ul li .box-list-item {
  margin-right: 2px;
}
.categories-selected ul li .box-list-item .fa {
  margin-top: -22px;
  margin-right: -10px;
}
.ordering input[type="text"]:focus + tr {
  background: #da8a0c;
}
.ordering.box-list .box-list-item .position form {
  display: inline-block;
}
.ordering.box-list .box-list-item .position .fa {
  margin: 0 10px 0 0;
  float: none;
  cursor: move;
  padding: 0;
}
.ordering.box-list .box-list-item .edit .fa {
  margin: 0 0 0 0;
  float: none;
  cursor: pointer;
  padding: 0;
}
.ordering.box-list .box-list-item .edit .icon {
  cursor: pointer;
  display: block;
  height: 34px;
  line-height: 34px;
}
.ordering.box-list .box-list-item:active,
.ordering.box-list .box-list-item.selected {
  background-color: #da8a0c !important;
}
.ordering.box-list .box-list-item:active td,
.ordering.box-list .box-list-item.selected td {
  border-color: #da8a0c;
}
.ordering.box-list .box-list-item:active span,
.ordering.box-list .box-list-item.selected span,
.ordering.box-list .box-list-item:active i,
.ordering.box-list .box-list-item.selected i {
  color: #ffffff;
}
.select-sort {
  width: 150px;
  background-color: #000;
  position: relative;
}
.select-sort:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 100%;
  pointer-events: none;
  background: url('../../images/Sort_button_bg.png') no-repeat -120px 0;
}
.select-sort select {
  background-image: url('../../images/Sort_button_bg.png');
  min-width: 100% !important;
  color: #ffffff;
  border-color: #da8a0c;
  padding-left: 10px;
}
.select-sort select option {
  color: #000;
}
.select-sort select:hover {
  opacity: 0.97;
  border-color: #da8a0c;
}
.domains-available ul li {
  width: 50%;
}
.validity-days ul li {
  width: 16.666%;
}
.validity-months ul li {
  width: 7.69%;
}
.selectable-area ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay-selected,
.overlay-file {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  background: white;
  opacity: 0.75;
}
.overlay-file {
  width: 103px;
  height: 100px;
}
.overlay-selected {
  width: 100%;
  height: 100%;
}
.domains-available.box-list .box-list-item {
  float: left;
}
.domains-available.box-list .box-list-item:nth-child(even) > div {
  margin-left: 2px;
}
.domains-available.box-list .box-list-item:nth-child(odd) > div {
  margin-right: 2px;
}
.validity-dropdown .box-list .box-list-item {
  float: left;
  width: 16.66%;
}
.validity-dropdown .box-list .box-list-item > div {
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 4px;
  margin-bottom: 4px;
}
.validity-dropdown .box-list .box-list-item > div span {
  text-transform: uppercase;
}
.validity-dropdown .box-list .box-list-item > div:nth-child(6),
.validity-dropdown .box-list .box-list-item > div:nth-child(12) {
  margin-right: 0;
}
.validity-dropdown .box-list .validity-special-days .box-list-item {
  width: 50%;
}
.validity-dropdown .box-list .validity-special-days .box-list-item > div {
  line-height: 20px;
}
.validity-dropdown .box-list .validity-special-days .box-list-item:nth-child(odd) > div {
  margin-right: 2px;
}
.validity-dropdown .box-list .validity-special-days .box-list-item:nth-child(even) > div {
  margin-left: 2px;
}
.validity-week-days,
.validity-week-end,
.validity-special-days,
.validity-months {
  margin: 2rem 0;
}
.validity-week-days ul,
.validity-week-end ul,
.validity-special-days ul,
.validity-months ul {
  margin-top: 1rem;
}
.offer-create #adminmenuwrap,
.offer-edit #adminmenuwrap,
.competition-create #adminmenuwrap,
.competition-edit #adminmenuwrap {
  z-index: 1100 !important;
}
.offer-create .content-box section .alert-success,
.offer-edit .content-box section .alert-success,
.competition-create .content-box section .alert-success,
.competition-edit .content-box section .alert-success {
  display: none;
}
.offer-create .logo img,
.offer-edit .logo img,
.competition-create .logo img,
.competition-edit .logo img {
  float: left;
  margin-right: 20px;
}
.offer-create .file .browse,
.offer-edit .file .browse,
.competition-create .file .browse,
.competition-edit .file .browse {
  margin-left: 0;
  margin-right: 0;
}
.modal-offer-create-next-step h3,
.modal-offer-create-next-step .alert {
  margin-bottom: 25px;
}
.modal-offer-create-next-step .panes {
  text-align: center;
}
.modal-warning-promotional-offer h3,
.modal-warning-promotional-offer .alert {
  margin-bottom: 25px;
}
.modal-warning h2 {
  color: #ff6c60;
}
.feature-group-form img {
  margin-right: 3%;
  width: 3%;
  vertical-align: middle;
  cursor: pointer;
}
.feature-group-form .select {
  width: 93%;
  display: inline-block;
}
.featuring-panel > div {
  border: 1px solid #d3d3d3;
  padding: 5px;
  margin-bottom: 10px;
}
.featuring-panel div :last-child {
  margin-bottom: 0;
}
.featuring-panel .feature-type {
  float: left;
  padding: 5px;
}
.featuring-panel .remove {
  float: right;
  padding: 5px;
  width: 40%;
  text-align: right;
  cursor: pointer;
}
.featuring-panel .remove img {
  margin-left: 3%;
  vertical-align: middle;
}
.featuring-panel .pure-g {
  clear: both;
}
.offer-detail .info-content section {
  display: table;
}
.offer-detail .info-content dl {
  display: table-row;
}
.offer-detail .info-content dt,
.offer-detail .info-content dd {
  display: table-cell;
  padding: 5px 10px;
}
.offer-detail .info-content dt .barcode,
.offer-detail .info-content dd .barcode {
  width: 140px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.offer-detail .info-content dt {
  font-weight: bold;
}
.offer-detail .info-content .barcode-title {
  vertical-align: middle;
}
.offer-detail .info-content .barcode-content:after {
  white-space: normal;
}
.codes-warning {
  background-color: lightcoral;
  color: darkred;
  border: 1px solid darkred;
  margin-bottom: 10px;
}
.codes-warning i.fa-warning {
  float: left;
  width: 20px;
  height: 20px;
  padding-top: 20px;
  padding-left: 10px;
}
.codes-warning .message {
  padding: 10px 10px 10px 50px;
}
#codesDownloadLink {
  margin-left: 35px;
  margin-bottom: 10px;
}
.offers-width-100 {
  width: 100%;
}
.offers-width-50 {
  width: 50%;
  float: left;
}
.offers-width-33 {
  width: 33%;
  float: left;
}
.cc-radio {
  text-align: center;
}
.cc-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 95%;
  background-color: #ffffff;
  text-align: center;
  color: #606060;
  border: solid 1px #d3d3d3;
}
.cc-radio .offer-type-label {
  height: 80px;
  line-height: 80px;
}
.cc-radio .offer-input-label {
  height: 40px;
  line-height: 40px;
}
.cc-radio input[type=radio] {
  display: none;
}
.cc-radio input[type=radio]:checked + label {
  background-color: #da8a0c;
  color: #ffffff;
  border-color: #aa6b09;
}
.cc-date-clear {
  position: absolute;
  font-weight: bold;
  top: 1px;
  background: white;
  height: 38px;
  width: 20px !important;
  right: 42px;
  padding: 0;
  border: none;
}
.cc-date-clear:hover {
  border: none;
  color: #757575;
}
.offers-wrapper {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.col-1,
.col-2 {
  width: 100%;
  float: left;
}
.block-1,
.block-2,
.block-3-1,
.block-3-2,
.block-4,
.block-5 {
  width: 100%;
}
.block-3-1 {
  display: none;
}
.block-4 hr {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1500px) {
  .col-1,
  .col-2 {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1900px) {
  .col-1 {
    width: 66.6%;
    float: left;
  }
  .col-2 {
    width: 33.3%;
    float: left;
  }
  .subcol {
    width: 50%;
    float: left;
  }
  .block-3-1 {
    display: block;
  }
  .block-3-2 {
    display: none;
  }
}
.btn-validate {
  border-radius: 50%;
  width: 30px !important;
  height: 30px;
  padding: 0px;
  color: #29bd53;
  background-color: #8ee7a7;
  border: solid 2px #29bd53 !important;
  margin-top: 8px;
  margin-left: 5px;
  line-height: 0px;
  font-size: 15pt;
  font-weight: bold;
}
.btn-validate:hover,
.btn-validate:focus {
  background-color: #74bd88;
  border: solid 2px #338c4c !important;
  color: #338c4c;
}
.btn-validate.validation-failed {
  color: #ff6c60;
  background-color: #fff0ef;
  border: solid 2px #ff6c60 !important;
}
.btn-validate.validation-failed:hover,
.btn-validate.validation-failed:focus {
  background-color: #e8a6a6;
  border: solid 2px #d57171 !important;
  color: #d57171;
}
.cancel-link {
  line-height: 0px;
  float: left;
  margin-top: 11px;
}
.validation-wrapper {
  display: inline-block;
}
.validation-wrapper .triangle-top {
  margin-top: 15px;
  padding: 20px;
  max-width: 250px;
  margin-left: -125px;
  display: none;
  position: relative;
}
.validation-wrapper .triangle-top:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 16px 16px;
  width: 0;
  display: block;
  left: auto;
  right: 131px;
  top: -16px;
  bottom: auto;
}
.validation-wrapper .triangle-top:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 13px 13px;
  width: 0;
  display: block;
  left: auto;
  right: 134px;
  top: -13.5px;
  bottom: auto;
}
.validation-wrapper .triangle-top-green {
  color: #29bd53;
  border: solid 2px #29bd53 !important;
  background-color: #8ee7a7;
}
.validation-wrapper .triangle-top-green:before {
  border-color: #29bd53 transparent;
}
.validation-wrapper .triangle-top-green:after {
  border-color: #8ee7a7 transparent;
}
.validation-wrapper .triangle-top-red {
  color: #ff6c60;
  border: solid 2px #ff6c60 !important;
  background-color: #fff0ef;
}
.validation-wrapper .triangle-top-red:before {
  border-color: #ff6c60 transparent;
}
.validation-wrapper .triangle-top-red:after {
  border-color: #fff0ef transparent;
}
.validation-check-result {
  display: inline-block;
}
.validation-check-result .symbol {
  float: left;
  display: block;
  font-size: 30pt;
  margin-right: 20px;
  font-weight: bold;
}
.validation-check-result .text {
  display: block;
}
.csv-file .csv-progress-ring {
  top: 10px;
  left: 210px;
}
.image-file {
  text-align: center;
}
.image-file .image-progress-ring {
  top: 50px;
  left: 210px;
}
.image-file .preview {
  width: 100%;
  border: none !important;
  background-color: transparent !important;
}
.image-file .preview .image-preview {
  width: 100%;
  height: 120px;
  background-size: cover;
  border: 1px solid #d3d3d3;
  background-color: #fafafa;
}
.image-file .preview .pdf-preview {
  width: 100%;
  margin-top: 52px;
  margin-bottom: 40px;
}
.image-file .input {
  width: 100px;
  height: 20px;
  padding: 0px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.image-file .input:hover:before {
  color: #043c54;
}
.image-file .input .input-button {
  color: transparent;
  background-color: transparent;
  height: 20px;
  width: 90px;
  padding: 0px;
  border: 0px;
}
.image-file .input:before {
  content: attr(pdf-browse-button-content);
  color: #07719d;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.image-file .remove-input {
  position: absolute;
  cursor: pointer;
  top: 136px;
  line-height: 11px;
}
.image-file .remove-input:hover {
  color: #3a3a3a;
}
.image-file .remove-input .remove-x {
  float: right;
  font-size: 18pt;
  margin-left: 5px;
}
.image-file .view-input {
  position: absolute;
  cursor: pointer;
  left: 6px;
  top: 132px;
  color: #797979;
  text-decoration: none;
}
.image-file .view-input:hover {
  color: #3a3a3a;
}
.offer-branch-search .branch-filter {
  position: relative;
}
.offer-branch-search .branch-filter .branch-search-icon-container {
  font-size: 30px;
}
.offer-branch-search .branch-filter .branch-search-icon-container .branch-search-icon {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 30px;
  height: 30px;
}
.offer-branch-search .branch-list-wrapper {
  float: left;
  width: 45%;
}
.offer-branch-search .branch-list-wrapper .branch-list {
  overflow-y: auto;
  height: 250px;
  padding: 0;
}
.offer-branch-search .branch-list-wrapper .branch-list .branch-list-item {
  font-size: 10pt;
  display: block;
  min-height: 50px;
  list-style: none;
  border: solid 1px #d3d3d3;
  background-color: white;
  margin-bottom: 2px;
  position: relative;
  padding: 3px;
}
.offer-branch-search .branch-list-wrapper .branch-list .branch-list-item .list-text-box {
  width: 85%;
  font-size: 10pt;
}
.offer-branch-search .branch-list-wrapper .branch-list .branch-list-item .list-text-bold {
  font-weight: bold;
}
.offer-branch-search .branch-list-wrapper .branch-list .branch-list-item .list-item-icon {
  position: absolute;
  height: 18px;
  margin: auto;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: 8px;
  cursor: pointer;
}
.offer-branch-search .swap-button-wrapper {
  width: 10%;
  float: left;
  text-align: center;
  font-size: 20pt;
}
.offer-branch-search .swap-button-wrapper .button {
  cursor: pointer;
  display: block;
}
.offer-branch-search .swap-button-wrapper .button:hover {
  color: #bababa;
}
.offer-branch-search .swap-button-wrapper .left-button {
  margin-top: 10px;
}
.offer-branch-search .swap-button-wrapper .right-button {
  margin-top: 165px;
}
.callout-selector .callout-selector-fields {
  margin-bottom: 0px !important;
}
.callout-selector .callout-selector-field {
  display: inline-block;
  width: 49%;
  align-content: center;
}
.callout-selector .callout-selector-field .select {
  height: 40px;
}
.callout-selector .callout-selector-field .searchable-dropdown-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.callout-selector .callout-selector-field .searchable-dropdown-button {
  width: inherit;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.callout-selector .callout-selector-field .searchable-dropdown-menu {
  position: absolute;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1000;
}
.callout-selector .callout-selector-field .searchable-dropdown-search {
  width: 100%;
  padding: 10px;
  border: none;
  box-sizing: border-box;
}
.callout-selector .callout-selector-field .searchable-dropdown-option {
  padding: 10px;
  cursor: pointer;
}
.callout-selector .callout-selector-field .searchable-dropdown-option.selected {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
}
.callout-selector .callout-selector-field .searchable-dropdown-option:hover {
  background: #f0f0f0;
}
.two-column-color-pickers .color-picker-wrapper {
  display: inline-block;
  width: 49%;
}
.two-column-color-pickers .color-picker-wrapper .color-picker-label {
  display: block;
}
.competition-create .offer-image-wrapper,
.competition-edit .offer-image-wrapper {
  margin-bottom: 20px !important;
}
.offer-image-wrapper .upload {
  float: left;
}
.offer-image-wrapper .validation-message {
  padding-top: 5px;
  clear: both;
}
.offer-image-wrapper .color-picker-wrapper {
  display: inline-block;
  width: 49%;
}
.offer-image-wrapper .color-picker-wrapper .color-picker-label {
  display: block;
}
.image-list-wrapper .image-list {
  list-style-type: none;
  padding: 0px;
  margin: 50px 0px 0px 0px;
  width: 250px;
  overflow-y: auto;
  max-height: 250px;
}
.image-list-wrapper .image-list .image-list-item {
  height: 60px;
  border: 1px solid #d3d3d3;
  padding: 10px;
  background-color: white;
  margin-bottom: 2px;
  position: relative;
}
.image-list-wrapper .image-list .image-list-item .image {
  height: 60px;
  width: 100px;
  background-size: cover;
  float: left;
  display: inline-block;
}
.image-list-wrapper .image-list .image-list-item .image-radio {
  display: inline-block;
  float: left;
}
.image-list-wrapper .image-list .image-list-item .image-radio input {
  display: none;
}
.image-list-wrapper .image-list .image-list-item .image-radio label {
  cursor: pointer;
  padding: 5px;
  margin-top: 15px;
  margin-left: 35px;
  background-color: #e5e4e4;
  color: #ffffff;
  border: solid 1px #dad9d9;
}
.image-list-wrapper .image-list .image-list-item .image-radio input[type=radio]:checked + label {
  background-color: #da8a0c;
  color: #ffffff;
  border-color: #aa6b09;
}
.image-list-wrapper .image-list .image-list-item .delete {
  float: left;
  display: inline-block;
  margin-left: 20px;
  position: absolute;
  right: 20px;
}
.image-list-wrapper .image-list .image-list-item .delete .delete-icon {
  height: 15px;
  margin-top: 25px;
  cursor: pointer;
}
.form-submit-group {
  display: flex;
  padding: 10px 0;
}
.advert-create #adminmenuwrap,
.advert-edit #adminmenuwrap {
  z-index: 1100 !important;
}
.advert-create .content-box section .alert-success,
.advert-edit .content-box section .alert-success {
  display: none;
}
.advert-create .content-box section .upload,
.advert-edit .content-box section .upload {
  float: left;
}
.modal-advert-create-next-step h3,
.modal-advert-create-next-step .alert {
  margin-bottom: 25px;
}
.modal-advert-create-next-step .panes {
  text-align: center;
}
.advert-display-rule-line {
  margin-bottom: 10px;
}
.advert-display-rule-line .entry {
  display: inline-block;
  margin-left: 5px;
}
.advert-display-rule-line .rule-type {
  width: 45%;
}
.advert-display-rule-line .rule-value {
  width: 40%;
}
.advert-ordering td.merchant span {
  display: inline-block;
  max-width: 20em;
}
.merchant-to-conquest:has(select.invalid) {
  border: 1px solid red;
}
.branch-branchdetail h2 .icon {
  margin-top: 6px;
}
.branch-description h3 {
  font-weight: 600;
}
.branch-description section {
  margin: 15px 0;
}
.branch-description section p {
  margin-bottom: 2px;
}
.branch-address-line {
  margin-right: 5px;
}
.branch-address-line:after {
  content: ',';
}
.branch-address-line:last-child {
  margin: 0;
}
.branch-address-line:last-child:after {
  content: '';
}
@media screen and (max-width: 1500px) {
  .branch-edit-address-spacer {
    display: none;
  }
}
.email-control-group {
  margin-top: 25px;
}
@media screen and (min-width: 1500px) {
  .email-control-group {
    margin-top: 11px;
  }
}
.address-control-group {
  margin-bottom: -1px !important;
}
.address-control-group .address-validation {
  margin-bottom: 5px;
}
.address-control-group input:focus {
  z-index: 3000;
  position: relative;
}
.populate-btn-container {
  width: 100%;
}
.populate-btn-container #latLonPopulate {
  margin-top: 28px;
  margin-left: 20px;
}
@media screen and (max-width: 1500px) {
  .populate-btn-container {
    margin: 0px;
    width: auto;
    padding-left: 20px;
    padding-right: 30px !important;
  }
  .populate-btn-container .control-group {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 450px;
  }
  .populate-btn-container #latLonPopulate {
    float: left;
    margin-top: -150px;
    margin-left: 0px;
  }
  #latitude {
    position: relative;
    margin-top: 60px;
  }
}
.upload-btn-container {
  margin: 10px 0px 0px 0px;
}
.upload-btn-container .progress {
  display: block;
  width: 132px;
  height: 25px;
  padding: 0px !important;
  margin: 20px 0px 0px 0px;
  border: 1px solid #29bd53;
  clear: right;
  float: right;
}
.upload-btn-container .progress .load-text-container {
  width: 132px;
  height: 25px;
  text-align: center;
  position: relative;
}
.upload-btn-container .progress .load-text-container .load-text-wrapper {
  width: 53%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.upload-btn-container .progress .load-text-container .black-load-text {
  color: #797979;
  height: 25px;
  width: 100%;
  padding-top: 4px;
}
.upload-btn-container .progress .load-text-container .white-load-text {
  color: #fff;
  height: 21px;
  width: 188.7%;
  background-color: #29bd53;
  padding-top: 4px;
}
.upload-btn-container .pull-right {
  float: right;
  clear: both;
}
.upload-btn-container .box-container {
  margin: 0px;
  width: auto;
}
.upload-btn-container .display-none {
  display: none;
}
.upload-btn-container .upload-file {
  display: inline-block;
  padding: 12px;
  margin-top: 5px;
  float: right;
}
.upload-btn-container .upload-button {
  width: 134px;
  padding: 0;
  margin-top: 10px;
}
.upload-btn-container .download-button {
  margin-top: 20px;
  width: 134px;
  padding: 0px;
}
.upload-btn-container .choose-file {
  margin-top: 8px;
  width: 134px;
}
.upload-btn-container .load-status-label {
  float: right;
  margin-top: 24px;
  margin-right: 15px;
  width: auto;
}
.upload-btn-container .override-checkbox {
  margin-right: 15px;
  margin-top: 20px;
}
.upload-btn-container .checkbox .ticker.ticked i {
  color: #da8a0c;
}
.upload-btn-container .inner-container {
  width: 100%;
}
.upload-btn-container #loading-spinner {
  position: relative;
  top: 1px;
  left: 56px;
  width: 12px;
  height: 12px;
  border: 5px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  padding: 0px;
  background-color: #29bd53;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(180deg);
    opacity: 1;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
.upload-btn-container .overwrite-warning {
  float: right;
  background-color: lightcoral;
  color: darkred;
  border: 1px solid darkred;
  margin-bottom: 10px;
  width: 220px;
}
.upload-btn-container .overwrite-warning i.fa-warning {
  float: left;
  width: 20px;
  height: 20px;
  padding-top: 22px;
  padding-left: 10px;
}
.upload-btn-container .overwrite-warning .message {
  padding: 10px 10px 10px 50px;
}
.edit-category-page form {
  margin: 0 auto;
}
.edit-category-page form .btn-create {
  width: auto;
  float: left;
}
.edit-category-page .box-container {
  width: 50%;
}
.edit-category-page .file {
  float: left;
}
.edit-category-page .note {
  margin-left: 0px;
  margin-top: 20px;
}
.edit-category-page .result-panel {
  padding: 1%;
}
.edit-category-page .brand-search .select-country {
  width: 150px;
  display: inline-block;
}
.edit-category-page .brand-search .select-country select {
  width: 100%;
}
.edit-category-page .brand-search-input {
  display: inline-block;
  width: 79%;
}
.edit-category-page .brand-search input {
  height: 40px;
  width: 80%;
}
.edit-category-page .brand-search button {
  width: 19%;
  padding: 0;
  background-color: #8b3ac3;
}
.edit-category-page .page-link {
  text-align: center;
}
.droppable-area {
  min-height: 126px;
}
.droppable-area [draggable] {
  -khtml-user-drag: element;
  /* Required to make elements draggable in old WebKit */
  -webkit-user-drag: element;
}
.droppable-area .box-list-item {
  cursor: move;
}
.droppable-area .box-list-item .fa {
  margin-top: -22px;
  cursor: pointer;
}
.droppable-area .box-list-item.on-drag,
.droppable-area .box-list-item:active {
  color: white;
}
.droppable-area .box-list-item.dnd-over div {
  border: 1px dashed #888;
}
.droppable-area .box-list-item .image {
  position: relative;
}
.droppable-area .box-list-item .image .zoomed-image {
  position: absolute;
  z-index: 2;
  top: -80px;
  left: 32px;
  border: solid 2px #E1B400;
  padding: 0;
  box-sizing: border-box;
}
.droppable-area .box-list-item .image .zoomed-image img {
  display: block;
}
.droppable-area .box-list-item .image .zoomed-image:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -20px;
  border-left: solid 0 transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px #E1B400;
  border-bottom: solid 10px transparent;
}
.droppable-area.draging {
  background: #ededed;
  border: 1px dashed #888;
  background-color: #ededed;
}
.on-drag {
  opacity: 0.5;
}
.draging {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.competitionTerms .droppable-area {
  min-height: initial;
}
.featureTypes .droppable-area {
  min-height: initial;
}
#adminmenuback,
#adminmenuwrap {
  width: 216px;
}
#adminmenuback {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}
#adminmenuwrap {
  position: relative;
  float: left;
}
#adminmenuwrap > .hover-menu {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 100%;
  background-color: #4d4d4d;
  width: 160px;
  padding: 10px 25px;
  margin: 0;
}
#adminmenuwrap > .hover-menu a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0;
  font-size: 12px;
}
#adminmenuwrap > .hover-menu a:hover {
  text-decoration: underline;
}
#adminmenuback,
#adminmenuwrap,
#adminmenu {
  background-color: #404040;
}
.sticky-menu #adminmenuwrap {
  position: fixed;
  z-index: 1000;
}
#adminmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
  overflow-x: visible;
}
.admin-merchant-search + #adminmenu {
  max-height: calc(100vh - 264px);
}
#adminmenu::-webkit-scrollbar {
  display: none;
}
#adminmenu li,
#adminmenu a,
#adminmenu span,
#adminmenu ul {
  float: left;
}
#adminmenu li {
  position: relative;
}
#adminmenu li a {
  display: block;
  color: white;
  font-size: 12px;
  text-decoration: none;
  border-left: 3px solid transparent;
}
#adminmenu li a:hover {
  text-decoration: underline;
  background-color: #4d4d4d;
}
#adminmenu li > a > span {
  border-top: 1px solid #4d4d4d;
  margin: 0 5px;
}
#adminmenu li > a .menu-icon {
  width: 42px;
}
#adminmenu li > a .menu-title {
  width: 161px;
}
#adminmenu li > a .menu-icon,
#adminmenu li > a .menu-title {
  height: 42px;
  line-height: 42px;
  display: block;
}
#adminmenu li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 0;
  position: relative;
}
#adminmenu li ul li a {
  line-height: 30px;
}
#adminmenu li ul li.selected a {
  background-color: #4d4d4d;
}
#adminmenu li ul li.selected:after {
  top: 8px;
}
#adminmenu li.selected:after {
  border: solid transparent;
  content: " ";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px;
  border-right-color: #f4f4f4;
}
#adminmenu li.dashboard a:hover {
  border-color: #07719d;
}
#adminmenu li.dashboard .selected a {
  border-color: #07719d;
}
#adminmenu li.merchants a:hover {
  border-color: #29bd53;
}
#adminmenu li.merchants .selected a {
  border-color: #29bd53;
}
#adminmenu li.offers a:hover {
  border-color: #da8a0c;
}
#adminmenu li.offers .selected a {
  border-color: #da8a0c;
}
#adminmenu li.adverts a:hover {
  border-color: #e1b400;
}
#adminmenu li.adverts .selected a {
  border-color: #e1b400;
}
#adminmenu li.themed a:hover {
  border-color: #669900;
}
#adminmenu li.themed .selected a {
  border-color: #669900;
}
#adminmenu li.users a:hover {
  border-color: #07719d;
}
#adminmenu li.users .selected a {
  border-color: #07719d;
}
#adminmenu li.seo a:hover {
  border-color: #ff6c60;
}
#adminmenu li.seo .selected a {
  border-color: #ff6c60;
}
#adminmenu li.redirects a:hover {
  border-color: #FF69B4;
}
#adminmenu li.redirects .selected a {
  border-color: #FF69B4;
}
#adminmenu li.user-management a:hover {
  border-color: #c84545;
}
#adminmenu li.user-management .selected a {
  border-color: #c84545;
}
#adminmenu li.content-management a:hover {
  border-color: #8b3ac3;
}
#adminmenu li.content-management .selected a {
  border-color: #8b3ac3;
}
#adminmenu li.reporting a:hover {
  border-color: #ffde00;
}
#adminmenu li.reporting .selected a {
  border-color: #ffde00;
}
#adminmenu li.localisation a:hover {
  border-color: #8b3ac3;
}
#adminmenu li.localisation .selected a {
  border-color: #8b3ac3;
}
#adminmenu li.blog a:hover {
  border-color: #0094ff;
}
#adminmenu li.blog .selected a {
  border-color: #0094ff;
}
#adminmenu li.page-stats a:hover {
  border-color: #29bd53;
}
#adminmenu li.page-stats .selected a {
  border-color: #29bd53;
}
#adminmenu li.hover {
  background: #4d4d4d;
}
#adminmenu li.hover ul {
  display: block;
  position: absolute;
  top: 0;
  left: 216px;
  background-color: #4d4d4d;
  width: 160px;
  padding: 7px 25px;
}
#adminmenu li.hover ul li {
  width: 100%;
}
#adminmenu li.hover ul li a {
  display: block;
  border-left: none;
  position: relative;
}
#adminmenu li.hover ul li a em {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
}
#adminmenu li.hover ul li a:hover {
  text-decoration: none;
}
#adminmenu li.hover.dashboard > a {
  border-color: #07719d;
}
#adminmenu li.hover.dashboard ul li a:hover em {
  background-color: #07719d;
}
#adminmenu li.hover.merchants > a {
  border-color: #29bd53;
}
#adminmenu li.hover.merchants ul li a:hover em {
  background-color: #29bd53;
}
#adminmenu li.hover.offers > a {
  border-color: #da8a0c;
}
#adminmenu li.hover.offers ul li a:hover em {
  background-color: #da8a0c;
}
#adminmenu li.hover.adverts > a {
  border-color: #e1b400;
}
#adminmenu li.hover.adverts ul li a:hover em {
  background-color: #e1b400;
}
#adminmenu li.hover.themed > a {
  border-color: #669900;
}
#adminmenu li.hover.themed ul li a:hover em {
  background-color: #669900;
}
#adminmenu li.hover.users > a {
  border-color: #07719d;
}
#adminmenu li.hover.users ul li a:hover em {
  background-color: #07719d;
}
#adminmenu li.hover.seo > a {
  border-color: #ff6c60;
}
#adminmenu li.hover.seo ul li a:hover em {
  background-color: #ff6c60;
}
#adminmenu li.hover.redirects > a {
  border-color: #FF69B4;
}
#adminmenu li.hover.redirects ul li a:hover em {
  background-color: #FF69B4;
}
#adminmenu li.hover.user-management > a {
  border-color: #c84545;
}
#adminmenu li.hover.user-management ul li a:hover em {
  background-color: #c84545;
}
#adminmenu li.hover.content-management > a {
  border-color: #8b3ac3;
}
#adminmenu li.hover.content-management ul li a:hover em {
  background-color: #8b3ac3;
}
#adminmenu li.hover.reporting > a {
  border-color: #ffde00;
}
#adminmenu li.hover.reporting ul li a:hover em {
  background-color: #ffde00;
}
#adminmenu li.hover.localisation > a {
  border-color: #8b3ac3;
}
#adminmenu li.hover.localisation clip-rule li a:hover em {
  background-color: #8b3ac3;
}
#adminmenu li.active ul {
  display: block;
}
#adminmenu li.active ul.hidden {
  display: none;
}
#adminmenu li.active ul li a {
  width: 183px;
  padding-left: 30px;
}
#adminmenu li.active > a {
  border-left: none;
  padding-left: 3px;
}
#adminmenu li.active > a > span {
  border-top: none;
}
#adminmenu li.active.selected:after {
  top: 14px;
}
#adminmenu li.active.dashboard > a {
  background-color: #07719d;
}
#adminmenu li.active.merchants > a {
  background-color: #29bd53;
}
#adminmenu li.active.offers > a {
  background-color: #da8a0c;
}
#adminmenu li.active.adverts > a {
  background-color: #e1b400;
}
#adminmenu li.active.themed > a {
  background-color: #669900;
}
#adminmenu li.active.user-management > a {
  background-color: #c84545;
}
#adminmenu li.active.content-management > a {
  background-color: #8b3ac3;
}
#adminmenu li.active.reporting > a {
  background-color: #ffde00;
}
#adminmenu li.active.localisation > a {
  background-color: #8b3ac3;
}
#adminmenu li.active.localisation > a {
  background-color: #8b3ac3;
}
#adminmenu li.active.users > a {
  background-color: #07719d;
}
#adminmenu li.active.page-stats > a {
  background-color: #29bd53;
}
#adminmenu li.active.seo > a {
  background-color: #ff6c60;
}
#adminmenu li.active.redirects > a {
  background-color: #FF69B4;
}
.dashboard-dashboard #adminmenu li:first-child > a span {
  border-top: none;
}
.folded header.main #logo a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.folded #adminmenuback,
.folded #adminmenuwrap,
.folded #adminmenu,
.folded #adminmenu li.menu-top {
  width: 45px;
}
.folded #adminmenuwrap .admin-merchant-search {
  display: none;
}
.folded #adminmenu li ul {
  position: absolute;
  left: 45px !important;
}
.folded #adminmenu li ul li.selected:after {
  right: -25px;
}
.folded #adminmenu li.active ul {
  display: none;
}
.folded #adminmenu li.active ul li a {
  width: auto;
  padding-left: 0;
}
.folded #adminmenu li.active:after {
  top: 18px;
  border-width: 4px;
}
.folded #adminmenu li.poped {
  background: #4d4d4d;
}
.folded #adminmenu li.poped ul {
  display: block;
  top: 0;
  background-color: #4d4d4d;
  width: 180px;
  padding: 10px 25px;
}
.folded #adminmenu li.poped ul li {
  width: 100%;
}
.folded #adminmenu li.poped ul li a {
  display: block;
  border-left: none;
  position: relative;
}
.folded #adminmenu li.poped ul li a em {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
}
.folded #adminmenu li.poped ul li a:hover {
  text-decoration: none;
}
.folded #adminmenu li.poped.dashboard > a {
  border-color: #07719d;
}
.folded #adminmenu li.poped.dashboard ul li a:hover em {
  background-color: #07719d;
}
.folded #adminmenu li.poped.merchants > a {
  border-color: #29bd53;
}
.folded #adminmenu li.poped.merchants ul li a:hover em {
  background-color: #29bd53;
}
.folded #adminmenu li.poped.offers > a {
  border-color: #da8a0c;
}
.folded #adminmenu li.poped.offers ul li a:hover em {
  background-color: #da8a0c;
}
.folded #adminmenu li.poped.adverts > a {
  border-color: #e1b400;
}
.folded #adminmenu li.poped.adverts ul li a:hover em {
  background-color: #e1b400;
}
.folded #adminmenu li.poped.themed > a {
  border-color: #669900;
}
.folded #adminmenu li.poped.themed ul li a:hover em {
  background-color: #669900;
}
.folded #adminmenu li.poped.user-management > a {
  border-color: #c84545;
}
.folded #adminmenu li.poped.user-management ul li a:hover em {
  background-color: #c84545;
}
.folded #adminmenu li.poped.content-management > a {
  border-color: #8b3ac3;
}
.folded #adminmenu li.poped.content-management ul li a:hover em {
  background-color: #8b3ac3;
}
.folded #adminmenu li.poped.reporting > a {
  border-color: #ffde00;
}
.folded #adminmenu li.poped.reporting ul li a:hover em {
  background-color: #ffde00;
}
.folded #adminmenu li.poped.localisation > a {
  border-color: #8b3ac3;
}
.folded #adminmenu li.poped.localisation clip-rule li a:hover em {
  background-color: #8b3ac3;
}
.folded #adminmenu li.poped.users > a {
  border-color: #07719d;
}
.folded #adminmenu li.poped.users clip-rule li a:hover em {
  background-color: #07719d;
}
.folded #adminmenu li.poped.seo > a {
  border-color: #ff6c60;
}
.folded #adminmenu li.poped.seo clip-rule li a:hover em {
  background-color: #ff6c60;
}
.folded #adminmenu li.poped.redirects > a {
  border-color: #FF69B4;
}
.folded #adminmenu li.poped.redirects clip-rule li a:hover em {
  background-color: #FF69B4;
}
.folded #content {
  margin-left: 45px;
}
.folded #adminmenu li > a > span {
  margin: 0;
}
.folded #adminmenu li > a > span .menu-title {
  display: none;
  position: absolute;
  left: 0;
  top: -1000px;
}
.user-profile .control-group label {
  float: left;
  width: 120px;
}
.user-profile .control-group > div,
.user-profile .control-group ul {
  float: left;
  width: 350px;
}
.user-profile .control-group ul {
  margin: 0;
  padding: 0;
}
.user-profile .control-group a {
  line-height: 36px;
}
.user-profile form .rectify {
  margin-bottom: 0;
  line-height: 34px;
}
.user-management {
  width: 80%;
  margin: 0 auto;
}
.user-management .col {
  float: left;
  width: 96%;
  height: 350px;
  padding: 2%;
}
.user-management .col .col-content {
  width: 100%;
  border-left: 2px solid;
}
.user-management .col .col-content.col-settings {
  border-color: #ff6c60;
}
.user-management .col .col-content.col-merchants {
  border-color: #29bd53;
}
.user-management .col .col-content.col-offers {
  border-color: #da8a0c;
}
.user-management .col .col-content.col-localisation {
  border-color: #065f85;
}
.user-management .col .col-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-management .col .col-content ul li {
  width: 100%;
  text-align: center;
}
.user-management .col .col-content ul li header {
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: #404040;
}
.user-management .col .col-content ul li header h3 .temp-icon {
  display: inline-block;
  margin-top: -10px;
  margin-left: -22px;
}
.user-management .col .col-content ul li header h3 strong {
  display: inline-block;
}
.user-management .col .col-content ul li span {
  height: 95px;
  line-height: 95px;
  background-color: #eb9a99;
  border: 1px solid #da4644;
}
.user-management .col .col-content ul li span.active {
  background-color: #d0f5cc;
  border-color: green;
}
.user-management .col .col-content ul li header,
.user-management .col .col-content ul li span {
  display: block;
  margin: 2px;
  cursor: pointer;
}
#simplemodal-overlay {
  background-color: #000;
}
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: 600px;
  background-color: #fff;
  padding: 25px;
  margin: 220px auto 30px;
}
.modal-dialog.flexible-width {
  width: auto;
  position: absolute;
  left: 50%;
}
.modal-dialog .modalClose {
  width: 24px;
  height: 24px;
  display: block;
  z-index: 3200;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  color: #555;
}
.modal-dialog .modalClose .fa {
  font-size: 24px;
}
.modal-dialog .modal-code {
  max-height: 350px;
}
.modal-dialog .verification ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 25px 0;
}
.modal-dialog .verification ul li {
  line-height: 24px;
}
.modal-dialog .verification .country-code {
  margin-left: 100px;
}
.modal-dialog .verification strong {
  font-size: 16px;
}
.modal-dialog .comments h3 {
  text-transform: uppercase;
}
.modal-dialog .comments h3,
.modal-dialog .comments article {
  margin: 10px 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.fade.show {
  opacity: 1;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-body .control-group {
  margin-bottom: 30px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.fade .modal-dialog.flexible-width {
  -moz-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  -o-transform: translate(-50%, -25%);
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.in .modal-dialog.flexible-width {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal-content {
  position: relative;
  background-color: #fff;
  outline: 0;
}
.modal-content .min-height {
  min-height: 350px;
}
.modal-content .alert {
  width: auto;
  padding: 2% 4%;
}
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 1px;
  text-align: left;
  background-color: #FEFFF0;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.tooltip > .tooltip-arrow,
.tooltip > .tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip > .tooltip-arrow {
  border-width: 11px;
}
.tooltip > .tooltip-arrow:after {
  border-width: 10px;
  content: "";
}
.tooltip.bottom {
  max-width: 350px;
}
.tooltip.bottom > .tooltip-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.tooltip.bottom > .tooltip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #FEFFF0;
}
.tooltip.right {
  max-width: 276px;
}
.tooltip.right > .tooltip-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.tooltip.right > .tooltip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #FEFFF0;
}
.tooltip-inner {
  font-size: 11px;
  padding: 9px 14px;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.popularbrands-popularbrands .popular-brands-edit .brands-filter select:focus {
  border-color: #8b3ac3;
}
.popularbrands-popularbrands .popular-brands-edit .brands-filter .control-group {
  vertical-align: bottom;
}
.popularbrands-popularbrands .popular-brands-edit .brands-filter .control-group .select2-selection:focus {
  border-color: #8b3ac3 !important;
  outline: none !important;
}
.popularbrands-popularbrands .popular-brands-edit input:focus {
  border-color: #8b3ac3;
}
.popularbrands-popularbrands .popular-brands-edit .brand-search input {
  height: 40px;
  width: 78%;
}
.popularbrands-popularbrands .popular-brands-edit .brand-search button {
  width: 20%;
  padding: 0;
  background-color: #8b3ac3;
}
.popularbrands-popularbrands .popular-brands-edit .brand-save {
  margin-right: 1.2%;
}
.popularbrands-popularbrands .select2-dropdown .select2-search__field:focus {
  border-color: #8b3ac3 !important;
  outline: none !important;
}
.popularbrands-popularbrands .select2-dropdown .select2-results .category {
  min-height: 30px;
}
.popularbrands-popularbrands .select2-dropdown .select2-results .category .child-category-parent {
  font-size: 8pt;
  color: #ccc;
}
.popularbrands-popularbrands .select2-dropdown .select2-results .category .child-category-title {
  font-size: 12pt;
}
.popularbrands-popularbrands .select2-dropdown .select2-results .category .root-category-title {
  font-size: 14pt;
  line-height: 30px;
}
.select2-selection {
  border-radius: 0 !important;
  border-color: #d3d3d3 !important;
  height: 40px !important;
}
.select2-selection .select2-selection__rendered {
  line-height: 38px !important;
}
.select2-selection:focus {
  border-color: #8b3ac3 !important;
  outline: none !important;
}
.select2-dropdown {
  border-radius: 0 !important;
}
.select2-dropdown .select2-search__field:focus {
  border-color: #8b3ac3 !important;
  outline: none !important;
}
.select2-dropdown .select2-results {
  min-height: 20px;
}
.blog-edit .blog-filter select:focus {
  border-color: #8b3ac3;
}
.blog-edit .blog-filter .search {
  position: relative;
}
.blog-edit .blog-filter .search input {
  margin-right: 0px;
}
.blog-edit .blog-filter .search button {
  background-color: #606060;
  position: absolute;
  top: 0;
  right: 0;
}
.blog-edit input:focus {
  border-color: #8b3ac3;
}
.blog-edit .add-blog-link {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.blog-edit .add-blog-link i {
  margin-left: 10px;
  cursor: pointer;
}
.blog-edit .blog-links input {
  width: 50%;
  display: block;
}
.blog-edit .blog-links i {
  margin-left: 10px;
  cursor: pointer;
}
.blog-edit .upload {
  float: left;
}
.blog-edit .file .note {
  float: left;
}
.blog-edit .select2-dropdown .select2-search__field:focus {
  border-color: #8b3ac3 !important;
  outline: none !important;
}
.blog-edit .select2-dropdown .select2-results .category {
  min-height: 30px;
}
.blog-edit .select2-dropdown .select2-results .category .child-category-parent {
  font-size: 8pt;
  color: #ccc;
}
.blog-edit .select2-dropdown .select2-results .category .child-category-title {
  font-size: 12pt;
}
.blog-edit .select2-dropdown .select2-results .category .root-category-title {
  font-size: 14pt;
  line-height: 30px;
}
.box-container .blog-linked-merchants-search {
  padding: 0px;
}
.box-container.blog-linked-merchants-search-container {
  margin-left: 50px;
  width: 800px;
}
#upload-image-name {
  width: 300px;
  margin-top: 10px;
}
.rename-wrapper {
  overflow: auto;
  padding-top: 10px;
}
.upload-text {
  margin-top: 10px;
}
.col1 {
  width: 250px;
  float: left;
}
.col2 {
  margin-left: 10px;
  float: left;
}
.col3 {
  margin-left: 10px;
  float: left;
  bottom: 0;
  line-height: 3;
}
.themedpage-createthemedpagecountry #adminmenuwrap,
.themedpage-editthemedpagecountry #adminmenuwrap {
  z-index: 1100 !important;
}
.themedpage-createthemedpagecountry .content-box section .alert-success,
.themedpage-editthemedpagecountry .content-box section .alert-success {
  display: none;
}
.themedpage-createthemedpagecountry .content-box section .upload,
.themedpage-editthemedpagecountry .content-box section .upload {
  float: left;
}
.themedpage-createthemedpagecountry .content-box section .btn-add-top-offer,
.themedpage-editthemedpagecountry .content-box section .btn-add-top-offer {
  width: 250px;
  margin-left: 0px;
  padding: 0px;
}
.themedpage-createthemedpagecountry .content-box section .premium-offers,
.themedpage-editthemedpagecountry .content-box section .premium-offers {
  margin-top: 30px;
}
.autocomplete-suggestions {
  background-color: white;
  border: 1px solid #bababa;
  border-top: none;
  overflow-y: auto;
  max-height: 300px;
  z-index: 10;
}
.add-page-container {
  position: relative;
  height: 67px;
  float: right;
}
.themed-page-title-modal {
  width: 470px;
}
.themed-page-title-modal input[type=text] {
  width: 70%;
  margin-right: 10px;
}
.add-page-container {
  position: relative;
  height: 67px;
  float: right;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper {
  background-color: #fff;
  margin-top: 1em;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper .callout-form {
  display: block;
  padding: 15px;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper .callout-form .control-group {
  float: left;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper .callout-form .control-group .callout-name {
  display: block;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper .callout-form .control-group .upload {
  float: left;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper .callout-form .control-group .upload input {
  background-color: #009ed9;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper .callout-form .control-group .upload span {
  color: #fff;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper .callout-form .form-horizontal-field * {
  display: block;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper .callout-form .btn-add-callout {
  float: right;
}
.offercallout-offercallouts .content-box section .callout-form-wrapper .callout-form .validation-message {
  max-width: 140px;
}
.offercallout-offercallouts .content-box section table tr {
  height: 40px;
}
.offercallout-offercallouts .content-box section table tr th {
  text-align: center;
}
.offercallout-offercallouts .content-box section table tr td {
  text-align: center;
}
.offercallout-offercallouts .content-box section table tr .id {
  width: 5%;
}
.offercallout-offercallouts .content-box section table tr .name {
  width: 30%;
}
.offercallout-offercallouts .content-box section table tr .image {
  width: 20%;
}
.offercallout-offercallouts .content-box section table .image {
  padding-left: 8px;
}
.offercallout-offercallouts .content-box section table .image .preview {
  width: 50px;
  height: 50px;
  background-color: #009ed9;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.relatedcategories-index .related-categories-edit .categories-filter select:focus,
.relatedcategories-merchantrelatedcategories .related-categories-edit .categories-filter select:focus {
  border-color: #8b3ac3;
}
.relatedcategories-index .related-categories-edit .categories-filter .control-group,
.relatedcategories-merchantrelatedcategories .related-categories-edit .categories-filter .control-group {
  vertical-align: bottom;
}
.relatedcategories-index .related-categories-edit input:focus,
.relatedcategories-merchantrelatedcategories .related-categories-edit input:focus {
  border-color: #8b3ac3;
}
.relatedcategories-index .related-categories-edit .categories-search input,
.relatedcategories-merchantrelatedcategories .related-categories-edit .categories-search input {
  height: 40px;
  width: 78%;
}
.relatedcategories-index .related-categories-edit .categories-search button,
.relatedcategories-merchantrelatedcategories .related-categories-edit .categories-search button {
  width: 20%;
  padding: 0;
  background-color: #8b3ac3;
}
.relatedcategories-index .related-categories-edit .categories-save,
.relatedcategories-merchantrelatedcategories .related-categories-edit .categories-save {
  margin-right: 1.2%;
}
.relatedcategories-index .select2-dropdown .select2-results .merchant-title,
.relatedcategories-merchantrelatedcategories .select2-dropdown .select2-results .merchant-title {
  font-size: 12px;
}
.relatedcategories-index .select2-container,
.relatedcategories-merchantrelatedcategories .select2-container {
  width: 380px !important;
}
.offerordering-topoffers .top-offers-edit select:focus {
  border-color: #8b3ac3;
}
.offerordering-topoffers .top-offers-edit select.disabled {
  background-color: #ddd;
}
.offerordering-topoffers .top-offers-edit .control-group {
  vertical-align: bottom;
}
.offerordering-topoffers .top-offers-edit .control-group .merchant-select {
  min-width: 275px;
}
.offerordering-topoffers .top-offers-edit .control-group .select2-selection:focus {
  border-color: #8b3ac3 !important;
  outline: none !important;
}
.offerordering-topoffers .select2-dropdown .select2-search__field:focus {
  border-color: #8b3ac3 !important;
  outline: none !important;
}
.offerordering-topoffers .select2-dropdown .select2-results .merchant {
  min-height: 25px;
}
.serp-edit-offer {
  padding: 0 0 10px 10px;
  width: 1100px;
}
.serp-preview {
  margin-top: 5px;
  font-style: italic;
}
.serp-preview span {
  font-weight: bold;
}
.save-serps {
  width: 200px;
}
.auto-fallback-preview {
  background-color: #e0e0e0;
  width: 80%;
  margin: 10px;
  padding: 5px;
  display: flex;
}
.auto-fallback-preview .offer-details {
  line-height: 2em;
}
.auto-fallback-preview .status {
  margin: auto;
}
.auto-fallback-preview .status-active {
  color: #29bd53;
  font-weight: bold;
}
.auto-fallback-preview .status-inactive {
  color: #ff6c60;
  font-weight: bold;
}
.date-picker-label {
  position: relative;
  display: block;
  width: 100%;
}
.date-picker-label-text {
  display: inline-block;
  vertical-align: middle;
}
.filter-box .date-picker-label-text {
  display: none;
}
.date-picker-clear {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 10px;
  text-align: center;
  background: #e2e2e2;
  color: #4b4b4b;
}
.date-picker-clear:hover {
  background: #b2b2b2;
  color: white;
}
.date-picker-clear:before {
  content: '\00D7';
}
.date-picker-date,
.date-picker-time {
  cursor: pointer;
  display: block;
  width: 100%;
}
.date-picker-date:valid,
.date-picker-time:valid {
  caret-color: #29bd53;
}
.date-picker-date:not(.no-error):invalid,
.date-picker-time:not(.no-error):invalid {
  border-color: #ff6c60;
}
.date-picker-include-time {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-details {
  display: block;
}
.date-picker-warning {
  color: #ff6c60;
  margin-bottom: 1em;
}
.date-picker-disable-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.wide-info {
  position: relative;
  z-index: 102;
  margin: 1% auto;
  padding: 1%;
  width: 100%;
  color: #000000;
  background-color: #f8c87d;
  border: 1px solid #da8a0c;
  box-sizing: border-box;
}
.wide-info-check {
  font-size: 24px;
  vertical-align: middle;
}
.wide-info-text {
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.wide-info-checkbox {
  margin-bottom: 0;
}
.email-form form,
.email-offerid-list form,
.email-offer-table form,
.email-offer-form form {
  background-color: #fff;
  width: 100%;
}
.email-form .btn,
.email-offerid-list .btn,
.email-offer-table .btn,
.email-offer-form .btn {
  padding: 0 35px;
}
.email-form textarea,
.email-offerid-list textarea,
.email-offer-table textarea,
.email-offer-form textarea {
  width: 250px;
  height: 100px;
}
.email-form i,
.email-offerid-list i,
.email-offer-table i,
.email-offer-form i {
  margin-right: 10px;
}
.email-form select,
.email-offerid-list select,
.email-offer-table select,
.email-offer-form select,
.email-form input,
.email-offerid-list input,
.email-offer-table input,
.email-offer-form input {
  width: 250px;
}
.email-form label,
.email-offerid-list label,
.email-offer-table label,
.email-offer-form label,
.email-form select,
.email-offerid-list select,
.email-offer-table select,
.email-offer-form select,
.email-form input,
.email-offerid-list input,
.email-offer-table input,
.email-offer-form input,
.email-form textarea,
.email-offerid-list textarea,
.email-offer-table textarea,
.email-offer-form textarea {
  display: block;
}
.email-form input[type='checkbox'],
.email-offerid-list input[type='checkbox'],
.email-offer-table input[type='checkbox'],
.email-offer-form input[type='checkbox'] {
  display: inline-block;
  width: auto;
}
.email-form input[type='checkbox'] + label,
.email-offerid-list input[type='checkbox'] + label,
.email-offer-table input[type='checkbox'] + label,
.email-offer-form input[type='checkbox'] + label {
  display: inline-block;
}
.email-form .image-preview,
.email-offerid-list .image-preview,
.email-offer-table .image-preview,
.email-offer-form .image-preview {
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.email-form .image-preview.hero,
.email-offerid-list .image-preview.hero,
.email-offer-table .image-preview.hero,
.email-offer-form .image-preview.hero {
  width: 250px;
  background-size: 250px;
}
.email-form .image-preview.coupon,
.email-offerid-list .image-preview.coupon,
.email-offer-table .image-preview.coupon,
.email-offer-form .image-preview.coupon {
  width: 100px;
  background-size: 100px;
}
.email-form .hidden,
.email-offerid-list .hidden,
.email-offer-table .hidden,
.email-offer-form .hidden {
  visibility: hidden;
}
.email-form .visible,
.email-offerid-list .visible,
.email-offer-table .visible,
.email-offer-form .visible {
  color: red;
  white-space: pre-wrap;
}
.email-form th,
.email-offerid-list th,
.email-offer-table th,
.email-offer-form th,
.email-form tr,
.email-offerid-list tr,
.email-offer-table tr,
.email-offer-form tr {
  height: 20px;
}
.email-form .email-expiry-alert,
.email-offerid-list .email-expiry-alert,
.email-offer-table .email-expiry-alert,
.email-offer-form .email-expiry-alert {
  margin-bottom: 10px;
  font-size: 12px;
  color: red;
}
.email-form .email-expiry-reset,
.email-offerid-list .email-expiry-reset,
.email-offer-table .email-expiry-reset,
.email-offer-form .email-expiry-reset {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}
@keyframes pending {
  from {
    border-color: currentColor;
    box-shadow: inset 0 0 2px 2px currentColor;
    caret-color: currentColor;
    text-shadow: 0 0 1px currentColor;
  }
  to {
    border-color: transparent;
    caret-color: transparent;
  }
}
.faqs {
  margin: 0;
}
.faqs-title {
  font-weight: bolder;
}
.faqs-table {
  border-collapse: collapse;
  box-sizing: border-box;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #b7b7b7;
  background: #ffffff;
}
.faqs-table-cell {
  box-sizing: border-box;
  padding: 6px;
  position: relative;
  vertical-align: top;
}
.faqs-table-cell + .faqs-table-cell::before {
  background-color: #797979;
  bottom: 6px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 6px;
  width: 1px;
}
.faqs-table-head {
  text-align: left;
}
.faqs-table-head-cell {
  padding: 6px 12px;
}
.faqs-table-row:nth-of-type(even) {
  background-color: #f4f4f4;
}
.faqs-table-row:nth-of-type(odd) {
  background-color: #ffffff;
}
.faqs-column-order {
  width: 120px;
}
.faqs-column-question {
  width: 30%;
}
.faqs-column-delete {
  width: 80px;
}
.faqs-update-field {
  border: 1px solid transparent;
  box-sizing: border-box;
  margin: 0;
  transition-duration: 0.3s;
  transition-property: background-color, border-color;
  transition-timing-function: ease-in-out;
  width: 100%;
}
.faqs-update-field:hover {
  border-color: #b2b2b2;
  background: #ffffff;
}
.faqs-update-field:focus-within {
  background-color: #ffffff;
  border-color: #b2b2b2;
}
.faqs-update-field:focus-within .faqs-update-label {
  display: block;
  transition: color 0.3s ease-in-out;
}
.faqs-update-label {
  display: none;
  font-weight: normal;
  padding: 4px 5px;
}
.faqs-order,
.faqs-question,
.faqs-answer {
  appearance: none;
  background-color: transparent;
  border: 1px solid transparent;
  height: auto;
  line-height: 22px;
  max-height: 32px;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faqs-order:hover,
.faqs-question:hover,
.faqs-answer:hover {
  border-color: transparent;
}
.faqs-order:focus,
.faqs-question:focus,
.faqs-answer:focus {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #ffffff;
  max-height: none;
  white-space: normal;
}
.faqs-question,
.faqs-answer {
  resize: none;
}
.faqs-question:focus,
.faqs-answer:focus {
  resize: vertical;
}
.faqs-order {
  -moz-appearance: textfield;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.faqs-order::-webkit-outer-spin-button,
.faqs-order::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
.faqs-order:focus {
  -moz-appearance: initial;
}
.faqs-order:focus::-webkit-outer-spin-button,
.faqs-order:focus::-webkit-inner-spin-button {
  display: initial;
  margin: initial;
}
.faqs-order.pending {
  animation-name: pending;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-style: dashed;
  color: #da8a0c;
}
.faqs-order-info {
  background-color: #da8a0c;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease-in, visibility 0.3s step-end;
  vertical-align: baseline;
  width: 20px;
}
.faqs-answer {
  rows: 1;
}
.faqs-answer:focus {
  rows: 5;
}
.faqs-button-delete {
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 5px;
  width: auto;
  color: #ffffff;
}
.faqs-button-delete {
  background-color: #ff6c60;
}
.faqs-tooltip {
  align-items: center;
  color: #404040;
  display: flex;
  filter: drop-shadow(0 0 2px #b7b7b7);
  flex-flow: row nowrap;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.faqs-tooltip:before {
  border-color: transparent #ffffff;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.faqs-tooltip-message {
  background-color: #ffffff;
  border-radius: 8px;
  flex: 0 0 240px;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  padding: 8px;
  text-align: left;
}
.faqs-tooltip-message kbd {
  -webkit-box-decoration-break: clone;
  background-color: #f4f4f4;
  border: 1px solid currentColor;
  border-radius: 2px;
  box-decoration-break: clone;
  padding: 0 2px;
}
.faqs-tooltip-reason {
  color: #da8a0c;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  text-align: center;
}
.faqs-tooltip-choices {
  list-style: none;
  margin: 0;
  padding: 0 0 0 6px;
  text-indent: -6px;
}
.faqs-tooltip-choices .faqs-tooltip-choices {
  margin: 0 0 0 18px;
}
.faqs-tooltip-choice {
  margin: 4px 0;
}
.faqs-tooltip-choice:before {
  content: 'Or:';
  font-weight: bolder;
  margin: 0 4px 0 0;
}
.faqs-tooltip-choice:first-child:before {
  content: 'Either:';
}
.faqs-tooltip-choice:only-child:before {
  content: '\2022';
}
.faqs-tooltip-choice .faqs-tooltip-choice {
  margin: 0;
}
.faqs-order-info:hover .faqs-tooltip {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.3s ease-out, visibility 0.3s step-start;
}
.faqs .ng-invalid {
  border-color: #ff6c60;
}
.pagination {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
  padding: 0;
  vertical-align: top;
  height: 40px;
}
.pagination-size {
  padding: 5px;
}
.pagination-item {
  display: inline-block;
  height: 100%;
  margin: 0 2px 0 0;
  vertical-align: top;
}
.pagination-item:last-child {
  margin-right: 0;
}
.pagination-link {
  display: flex;
  min-width: 40px;
  height: 100%;
  padding: 0 8px;
  color: #797979;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-sizing: border-box;
  text-decoration: none;
}
.pagination-link:hover,
.active > .pagination-link {
  background-color: #07719d;
  color: #ffffff;
  font-weight: 600;
}
.pagination-line {
  margin: 10px 0 5px;
}
.pagination-spacer {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 1200px) {
  /* type */
  .last-login {
    margin-left: 15px;
  }
  .small-hide {
    display: initial;
  }
  /* panel */
  .panel header,
  .panel section {
    padding: 15px;
  }
  .dashboard-dashboard .panel section span {
    margin-bottom: 15px;
  }
  .content-right {
    padding-right: 15px;
  }
  .content-left {
    padding-left: 15px;
  }
  .content-bottom {
    margin-bottom: 15px;
  }
  /* forms */
  .form-vertical .control-group {
    margin-bottom: 15px;
  }
  /* buttons */
  .button-group {
    margin: 15px 0;
  }
}

