@charset "UTF-8";

/* CSS Document */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Variables */

/*! Typography */

body {
  font-size: 62.5% !important;
  font-family: "Open Sans", sans-serif;
  min-width: 1240px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 1.2;
}

h1 {
  font-size: 5em;
}

h2 {
  font-size: 4.5em;
}

h3 {
  font-size: 4em;
}

h4 {
  font-size: 3.5em;
}

h5 {
  font-size: 3em;
}

h6 {
  font-size: 2.5em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 65%;
  color: #333;
}

p,
li,
dl,
address {
  font-size: 1.2em;
  margin: 0 0 10px;
  line-height: 1.5;
}

p.lead {
  font-size: 2em;
}

address {
  font-style: normal;
}

a {
  color: #f96332;
}

a:hover {
  text-decoration: none;
}

/* Lists */

ul,
ol {
  margin: 0;
  padding: 0 0 0 15px;
}

ul ul,
ol ol,
ul ol,
ol ul {
  padding: 15px 0 0 30px;
}

ol ol {
  list-style: lower-roman;
}

li li {
  font-size: 1em;
}

hr {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
  margin: 30px 0;
}

dl {
  margin: 0 0 15px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

dt,
dd {
  line-height: 1.45;
}

.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.dl-horizontal dd:before {
  content: "";
  display: table;
}

blockquote {
  font-family: serif;
  margin: 0;
  padding: 15px 0;
}

blockquote > p {
  font-size: 3em;
  line-height: 1.2;
}

blockquote > p:before {
  content: open-quote;
}

blockquote > p:after {
  content: close-quote;
}

blockquote footer {
  font-family: sans-serif;
  font-size: 1.3em;
}

blockquote footer:before {
  content: "-";
  margin: 0 10px 0 0;
}

.quote-outdented {
  margin-left: -50px;
}

.quote-indented {
  padding-left: 20px;
  border-left: 5px solid #ccc;
}

.quote-pullout {
  width: 50%;
  margin: 0 20px 10px 0;
  float: left;
  font-style: italic;
  max-width: 400px;
  padding: 20px;
  background: #e6e6e6;
}

.quote-pullout > p {
  font-size: 2em;
}

@media only screen and (min-width: 480px) {
  .quote-pullout {
    width: 50%;
    margin: 0 20px 10px 0;
    float: left;
    font-style: italic;
    max-width: 400px;
    padding: 20px;
    background: #e6e6e6;
  }

  .quote-pullout > p {
    font-size: 3em;
  }
}

.quote-right {
  text-align: right;
}

.quote-right.quote-pullout {
  float: right;
  margin: 0 0 10px 20px;
}

.quote-right.quote-indented {
  border-left: none;
  border-right: 5px solid #ccc;
  padding-right: 20px;
  padding-left: 0;
}

/*
Flaticon icon font: Flaticon
Creation date: 08/03/2016 11:30
*/

@font-face {
  font-family: "Flaticon";
  src: url(../fonts/Flaticon.eot?f1234ccab99750c94f8adc447a05884c);
  src: url(../fonts/Flaticon.eot?f1234ccab99750c94f8adc447a05884c) format("embedded-opentype"), url(../fonts/Flaticon.woff?abeb94d92b0847cd0d2d9936b35b286c) format("woff"), url(../fonts/Flaticon.ttf?80539afff048cd91b2a5a03b0110fa66) format("truetype"), url(../fonts/Flaticon.svg?2b1e421d62f77f6d7063142c5fe9bd98) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
    font-family: "Flaticon";
    src: url(../fonts/Flaticon.svg?2b1e421d62f77f6d7063142c5fe9bd98) format("svg");
}
}

.glyph-icon:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-arrows:before {
  content: "\F100";
}

.flaticon-arrows-1:before {
  content: "\F101";
}

.flaticon-arrows-2:before {
  content: "\F102";
}

.flaticon-arrows-3:before {
  content: "\F103";
}

.flaticon-arrows-4:before {
  content: "\F104";
}

.flaticon-arrows-5:before {
  content: "\F105";
}

.flaticon-arrows-6:before {
  content: "\F106";
}

.flaticon-arrows-7:before {
  content: "\F107";
}

.flaticon-arrows-8:before {
  content: "\F108";
}

.flaticon-arrows-9:before {
  content: "\F109";
}

.flaticon-business:before {
  content: "\F10A";
}

.flaticon-computer:before {
  content: "\F10B";
}

.flaticon-cross:before {
  content: "\F10C";
}

.flaticon-dates:before {
  content: "\F10D";
}

.flaticon-delete:before {
  content: "\F10E";
}

.flaticon-edit:before {
  content: "\F10F";
}

.flaticon-food:before {
  content: "\F110";
}

.flaticon-interface:before {
  content: "\F111";
}

.flaticon-line:before {
  content: "\F112";
}

.flaticon-link:before {
  content: "\F113";
}

.flaticon-mark:before {
  content: "\F114";
}

.flaticon-photo:before {
  content: "\F115";
}

.flaticon-profile:before {
  content: "\F116";
}

.flaticon-search:before {
  content: "\F117";
}

.flaticon-tool:before {
  content: "\F118";
}

.flaticon-tool-1:before {
  content: "\F119";
}

.flaticon-tool-2:before {
  content: "\F11A";
}

.flaticon-two:before {
  content: "\F11B";
}

/*! Framework */

body {
  background: #ededed;
}

.main-content {
  position: absolute;
  padding: 50px 0 100px;
  left: 150px;
  right: 0;
  bottom: 0;
  top: 0;
}

.main-content--home {
  padding-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.panel {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*! Helpers */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after,
.clear-both {
  clear: both;
}

.hide {
  display: none !important;
}

bold {
  font-weight: 700;
}

/*! Header */

.suite-header {
  height: 50px;
  background: #f96332;
  width: 100%;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 150px;
  z-index: 100;
}

.suite-header--with-languages {
  width: 150px;
}

.suite-title {
  font-size: 1.4em;
  margin: 0;
  line-height: 1;
  background: rgba(0, 0, 0, 0.05);
  height: 100px;
}

.suite-title a {
  display: block;
}

.header-user-details {
  text-align: center;
  color: #fff;
  padding: 40px 0 20px;
}

.header-user-details p {
  margin: 0;
  line-height: 1;
}

.header-user-details .glyph-icon {
  vertical-align: middle;
  font-size: 400%;
  display: block;
  margin: 0 auto 10px;
}

.btn-header {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  font-size: 0.75em;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  text-align: center;
}

.header-user-details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.header-user-details p {
  margin: 0 0 20px;
}

.user-details ul {
  margin: 0;
  list-style: none;
  padding: 0 10px;
}

.user-details ul li {
  font-size: 1.1em;
}

.user-details ul a {
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: block;
  transition: background 0.25s ease-in;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.user-details ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.language-selector {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
}

.language-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-selector li {
  float: left;
  margin: 0 0 0 5px;
  padding: 8px 0;
}

.language-selector a {
  display: block;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 100px;
  text-align: center;
  border: 1px solid transparent;
  transition: border-color 0.25s ease-in;
}

.language-selector li.on a,
.language-selector a:hover {
  border-color: #fff;
}

/*! Footer */

.site-footer {
  padding: 90px 30px 30px;
  position: relative;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.site-footer-links li {
  font-size: 1.1em;
  margin: 0 0 5px;
}

.site-footer-links a {
  color: #333;
  text-decoration: none;
}

.site-footer-links a:hover {
  text-decoration: underline;
}

.powered-by-logo-holder,
.footer-council-logo-holder {
  position: absolute;
  top: 20px;
  display: table;
  width: 45%;
  height: 40px;
}

.powered-by-logo-holder {
  left: 30px;
}

.footer-council-logo-holder {
  right: 30px;
}

.powered-by-logo,
.footer-council-logo {
  display: table-cell;
  vertical-align: middle;
}

.footer-council-logo {
  text-align: right;
}

.powered-by-logo img,
.footer-council-logo img {
  width: auto;
  max-height: 40px;
}

@media screen and (min-width: 768px) {
  .site-footer {
    padding: 90px 30px 20px;
  }

  .site-footer-links li {
    display: inline-block;
    margin: 0 0 10px -4px;
    width: 27%;
    vertical-align: top;
  }

  .site-footer-links li:nth-child(4n) {
    width: 19%;
  }

  .powered-by-logo-holder {
    left: 20px;
    width: auto;
  }

  .footer-council-logo-holder {
    right: 20px;
    width: auto;
  }

  .powered-by-logo-holder,
  .footer-council-logo-holder {
    height: 50px;
  }

  .powered-by-logo img,
  .footer-council-logo img {
    max-height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer {
    padding: 30px 180px 30px 170px;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer {
    padding: 30px 200px 30px 200px;
  }
}

/* No Council Logo */

.footer-no-council-logo .footer-council-logo-holder {
  display: none;
}

/* Council Logo Left */

.footer-council-logo-left .powered-by-logo-holder {
  left: auto;
  right: 20px;
}

.footer-council-logo-left .footer-council-logo-holder {
  right: auto;
  left: 20px;
}

.footer-council-logo-left .powered-by-logo {
  text-align: right;
}

.footer-council-logo-left .footer-council-logo {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .footer-council-logo-left .site-footer {
    padding: 30px 170px 30px 190px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-council-logo-left .site-footer {
    padding: 30px 200px 30px 220px;
  }
}

/*! General */

/*! Add Widget */

.add-a-widget-holder {
  width: 180px;
  background: #f6f6f6;
  padding: 83px 0 0;
  overflow: hidden;
  border-radius: 4px;
}

.add-a-widget-track {
  width: 180px;
  background: #f6f6f6;
  padding: 0;
  margin: 0 20px;
}

.add-a-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  max-height: 325px;
}

.add-a-widget ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  font-size: 1.2em;
  line-height: 1.1;
}

.add-a-widget ul a,
.add-a-widget ul button {
  color: #333;
  text-transform: uppercase;
  display: block;
  text-align: left;
  padding: 20px;
  text-decoration: none;
  transition: background 0.25s ease-in;
  border: 0;
  width: 100%;
}

.add-a-widget ul a:hover,
.add-a-widget ul button:hover {
  background: #fff;
  color: #f96332;
}

.add-a-widget ul:hover {
  margin-right: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #f96332;
}

::-webkit-scrollbar-thumb:hover {
  background: #f95b28;
}

::-webkit-scrollbar-thumb:active {
  background: #f8541e;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.add-heading {
  font-size: 3em;
  display: block;
  padding: 20px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 83px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.add-a-widget--dev {
  background: #ddd;
  top: 530px;
  padding: 0;
}

.add-a-widget--dev .add-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
}

.add-a-widget--dev ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.add-a-widget--dev ul a {
  background: #ccc;
}

.add-a-widget--dev ul a:hover {
  background: #ddd;
}

.relative {
  position: relative;
}

.fixedsticky {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}

/* When position: sticky is supported but native behavior is ignored */

.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixedsticky-on {
  position: fixed;
}

.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}

#pageBuilderWrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 20px;
}

#pageBuilderWrapper .sortable-panels {
  flex-grow: 1;
  padding-right: 100px;
  max-width: 900px;
}

#pageBuilderWrapper .form-panel {
  width: 100%;
  max-width: 800px;
  margin: 0 0 20px;
}

/*! Breadcrumbs */

.breadcrumbs {
  background-color: #f5f5f5;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 15px;
}

.breadcrumbs > li {
  display: inline-block;
  margin: 0;
}

.breadcrumbs > li + li::before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px;
}

.breadcrumbs > .active {
  color: #333;
}

/*! Buttons */

.btn {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  text-transform: uppercase;
  border: none;
  text-align: center;
  transition: background 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.btn:focus {
  outline: 0;
}

.btn:disabled {
  opacity: 0.5;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary {
  color: #fff;
  background-color: #f96332;
  border-color: #ea0e37;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-secondary {
  color: #333;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #333;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-tertiary {
  color: #fff;
  background-color: #c30;
  border-color: #c30;
}

.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover {
  color: #fff;
  background-color: #992600;
  border-color: #992600;
}

.btn--lg {
  padding: 20px 35px;
  border-radius: 30px;
}

.btn--sm {
  padding: 6px 14px;
  position: relative;
  top: -1px;
}

.btn-outline {
  color: #f96332;
  border: 1px solid transparent;
  background: none;
}

.on .btn-outline {
  color: #f96332;
  border-color: #f96332;
  padding: 8px 15px;
}

.btn--add {
  border-radius: 0 3px 3px 0;
  margin: -2px 0 0 -7px;
  height: 31px;
  padding: 9px 15px 0;
}

/*[required] { color: red; box-shadow: none; }*/

.btn--anim {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  display: block;
}

.c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
  animation: a-ripple 0.4s ease-in;
}

.btn-plain {
  padding: 0;
  border: none;
  background: none;
}

.btn-plain:hover {
  color: #f96332;
}

.btn-outline {
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.btn-outline:hover {
  color: #FFF;
  border: 1px solid #333;
  background-color: #333;
}

.btn-input-inline {
  height: 31px;
  line-height: 31px;
  padding: 0 15px;
  border-radius: 0 5px 5px 0;
  margin: -2px 0 0 -15px;
}

.btn-input-inline:disabled {
  opacity: 1;
  background: #ccc;
  color: #999;
}

@keyframes a-ripple {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

.btn-center {
  width: auto;
  display: inline-block;
  margin: 20px auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

/*! Dashboard */

.dashboard-banner {
  height: 280px;
  background-size: cover;
  background-position: center top;
  margin: 0;
}

.dashboard-holder {
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0;
}

.dashboard-minor-links {
  background: #f96332;
  padding: 11px 20px;
}

.dashboard-minor-links ul {
  margin: 0;
  text-align: right;
  padding: 0;
}

.dashboard-minor-links li {
  display: inline-block;
  margin: 0 0 0 15px;
  border-left: 1px solid #fff;
  padding-left: 15px;
  line-height: 1;
}

.dashboard-minor-links li:first-child {
  border-left: none;
}

.dashboard-minor-links a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.dashboard-site-details {
  background: #f96332;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  height: 71px;
}

.dashboard-client-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.dashboard-client-frontend {
  margin: 0;
}

.dashboard-client-frontend a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px 14px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.25s ease-in;
}

.dashboard-client-frontend a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.dashboard-header {
  background: #fff;
  padding: 20px 0 30px;
}

.dashboard-heading {
  font-size: 3.6em;
  color: #333;
  margin: 0 284px 10px;
  padding: 40px 0 0;
  line-height: 1.1;
  font-weight: 400;
}

.dashboard-subheading {
  color: #f96332;
  font-size: 1.8em;
  max-width: 700px;
  margin: 0 auto 20px;
  position: relative;
}

.dashboard-subheading span {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #333;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  padding: 5px 10px;
  transform: translate(-50%, 15px);
  margin: 10px 0 0;
  opacity: 0;
  transition: all 0.25s ease;
  display: table;
}

.dashboard-subheading span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -3px;
}

.dashboard-subheading:hover span {
  opacity: 1;
  transform: translate(-50%, 0px);
}

.dashboard-links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  justify-content: left;
  flex-flow: wrap;
  border-top: 1px solid #ededed;
}

.dashboard-links li {
  width: 20%;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: table;
  text-align: center;
  opacity: 0;
  transform: translate(0, 80px);
}

.dashboard-links a {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  padding: 0 0 70px;
  color: #f96332;
  font-size: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

.dashboard-links a svg {
  width: 40px;
  height: 40px;
  transition: transform 1s ease;
  transform-origin: center;
}

.dashboard-links a svg path {
  fill: #333;
}

.dashboard-links a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(0, 0, 0, 0.02);
  transition: width 0.5s ease;
}

.dashboard-links a:hover::before {
  width: 100%;
}

.cms-icon {
  padding: 70px 0 10px;
  background: #fff;
}

@keyframes fadeAndMove {
  0% {
    opacity: 0;
    transform: translate(0, 80px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.dashboard-links li:nth-child(1) {
  animation: fadeAndMove 0.3s ease 0.05s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(2) {
  animation: fadeAndMove 0.3s ease 0.1s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(3) {
  animation: fadeAndMove 0.3s ease 0.15s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(4) {
  animation: fadeAndMove 0.3s ease 0.2s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(5) {
  animation: fadeAndMove 0.3s ease 0.25s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(6) {
  animation: fadeAndMove 0.3s ease 0.3s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(7) {
  animation: fadeAndMove 0.3s ease 0.35s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(8) {
  animation: fadeAndMove 0.3s ease 0.4s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(9) {
  animation: fadeAndMove 0.3s ease 0.45s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(10) {
  animation: fadeAndMove 0.3s ease 0.5s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(11) {
  animation: fadeAndMove 0.3s ease 0.55s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(12) {
  animation: fadeAndMove 0.3s ease 0.6s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(13) {
  animation: fadeAndMove 0.3s ease 0.65s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(14) {
  animation: fadeAndMove 0.3s ease 0.7s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(15) {
  animation: fadeAndMove 0.3s ease 0.75s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(16) {
  animation: fadeAndMove 0.3s ease 0.8s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(17) {
  animation: fadeAndMove 0.3s ease 0.85s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(18) {
  animation: fadeAndMove 0.3s ease 0.9s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(19) {
  animation: fadeAndMove 0.3s ease 0.95s;
  animation-fill-mode: forwards;
}

.dashboard-links li:nth-child(20) {
  animation: fadeAndMove 0.3s ease 1s;
  animation-fill-mode: forwards;
}

.dashboard-banner {
  background-position: top center;
}

@keyframes bannerMove {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 120% auto;
  }
}

/*! Feedback */

.feedback-message--blind {
  position: fixed;
  top: 25px;
  left: 50%;
  text-align: left;
  z-index: 10000;
  transition: top 0.8s ease-in, opacity 0.5s ease-in;
  opacity: 1;
  padding: 15px 30px;
  width: 600px;
  border-radius: 4px;
  margin: 0 0 0 -300px;
  pointer-events: none;
}

.feedback-message--blind.positive {
  background: #5cb860;
  box-shadow: 0 12px 20px -10px rgba(92, 198, 96, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(92, 198, 96, 0.2);
}

.feedback-message--blind.negative {
  background: #da3124;
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.feedback-message--blind.info {
  background: #f90;
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
  z-index: 1001;
}

.feedback-message--blind.hide-feedback {
  top: -80px;
  opacity: 0;
}

.feedback-message--blind.positive p {
  color: #fff;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
}

.feedback-message--blind.negative p {
  color: #fff;
  font-size: 1.4em;
  display: table-row;
}

.feedback-message--blind .close-feedback {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -25px 0 0;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1.2em;
}

.feedback-message {
  padding: 30px;
  border-radius: 4px;
  background: #da3124;
  margin: 0 auto 20px;
  max-width: 800px;
  color: #fff;
  text-align: center;
  position: relative;
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.feedback-message .close-feedback {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -25px 0 0;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1.2em;
  pointer-events: auto;
}

.feedback-message p:last-of-type {
  margin: 0;
}

.auth-background .feedback-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.auth-background .btn {
  position: relative;
}

.filter-panel {
  background: #f5f5f5;
  margin: -30px auto 30px;
  padding: 12px 0;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.filter-panel form {
  text-align: left;
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.toggle-list-thumb-view {
  position: absolute;
  display: block;
  list-style: none;
  padding: 0;
  right: 50%;
  top: 50%;
  height: 40px;
  border: 1px solid #ededed;
  transform: translate(490px, -52%);
  border-radius: 25px;
  overflow: hidden;
}

.toggle-list-thumb-view li {
  display: block;
  border-left: 1px solid #ededed;
  height: 100%;
  float: left;
}

.toggle-list-thumb-view svg {
  width: 16px;
  height: 16px;
}

.toggle-list-thumb-view svg path {
  fill: #333;
}

.toggle-list-thumb-view li:first-child {
  border-left: none;
}

.toggle-list-thumb-view li:first-child svg {
  width: 20px;
  height: 20px;
  transform: translateX(3px);
}

.toggle-list-thumb-view a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 50px;
  background: #fff;
  transition: background 0.25s ease;
}

.toggle-list-thumb-view a:hover {
  background: #f6f6f6;
}

.toggle-list-thumb-view .on path {
  fill: #f96332;
}

.tag-filter-dropdowns,
.pagination-thumb-view-filter,
.selected-tag-filters {
  padding: 0 20px;
  position: relative;
}

.tag-filter-holder {
  display: inline-block;
  margin-right: 10px;
}

.tag-filter-dropdown {
  position: absolute;
  left: -20px;
  right: -20px;
  top: 41px;
  background: linear-gradient(to right, #f96332 0%, #cc0066 100%);
  padding: 0 20px 5px;
  z-index: 10;
  background: #f5f5f5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  /*                       p { font-size: 1em; }*/
}

.tag-filter-dropdown select {
  padding: 5px 40px 5px 8px;
  margin-left: 5px;
  width: auto;
}

.tag-filter-list {
  font-size: 1.2em;
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  background: #ededed;
  text-align: center;
}

.tag-filter-list button {
  margin: 0 5px 5px 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px 5px 0;
  position: relative;
}

.tag-filter-list button:disabled {
  opacity: 0.2;
}

.tag-filter-list button.on {
  color: #f96332;
}

.tag-filter-list .pagination {
  text-align: center;
  margin: 5px 0 0;
  padding: 10px 0 0;
  border-top: 1px dotted #ccc;
}

.tag-filter-list .pagination a,
.tag-filter-list .pagination span {
  border-color: #ccc;
}

.tag-filter-list .pagination li {
  font-size: 10px;
}

.tag-filter-list:empty {
  display: none;
}

.selected-tag-filters {
  font-size: 1.2em;
}

.selected-tag-filters button.tag {
  color: #f96332;
}

.tag-filter-empty-message {
  background: #ededed;
  text-align: center;
  padding: 20px;
  margin: 0 0 10px;
  font-style: italic;
  font-size: 1.2em;
}

.tag-filter-remove-all {
  color: #333;
  background: none;
  padding: 0;
  border: none;
}

.tag-filter-remove-all:hover {
  text-decoration: underline;
}

.tag-filter-cta-holder {
  float: right;
}

.tag-filter-cta {
  color: #333;
}

.tag-filter-trigger {
  border: 1px solid #ccc;
  padding: 6px 8px;
  border-radius: 5px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #333;
  text-decoration: none;
  font-size: 1.2em;
  padding-right: 40px;
  position: relative;
  display: inline-block;
}

.tag-filter-trigger:after {
  content: "\F100";
  position: absolute;
  right: 10px;
  top: 0;
  font-family: Flaticon;
  display: block;
  pointer-events: none;
  color: #333;
  font-size: 60%;
  height: 32px;
  line-height: 32px;
}

.tag-filter-trigger.on {
  border-color: #333;
}

.tag-filter-trigger.on:after {
  transform: rotate(180deg);
}

.tag-filter-count {
  font-size: 10px;
  background: #ededed;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 5px;
  color: #333;
  text-align: center;
  width: 25px;
  margin: 0 -5px 0 5px;
}

.tag-filter-label {
  font-size: 12px;
  color: #333;
  margin-right: 10px;
}

.tag-filter-option {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 10px 0 0;
}

:root {
  --label-font-size: 14px;
  --input-font-size: 14px;
  --form-panel-padding: 25px;
  --legend-font-size: 14px;
}

/*! Forms */

.main-form {
  position: relative;
  min-height: 100%;
}

.form-panel {
  background: #fff;
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  position: relative;
  min-height: 150px;
}

.form-panel.form-panel--no-min-height {
  min-height: 0;
}

.form-panel:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
}

.seo-form .form-panel {
  margin: 0 auto 20px;
  max-width: 800px;
  width: 100%;
}

@media screen and (min-width: 1300px) {
  .form-panel {
    margin: 0 auto 20px;
  }
}

.dm-panel {
  border: 1px solid #dc582d;
}

.panel-controls {
  position: absolute;
  width: 70px;
  right: -70px;
  top: 0;
  list-style: none;
}

.panel-controls li {
  font-size: 2.5em;
  margin: 0 0 20px;
}

.panel-controls a {
  text-decoration: none;
  color: #999;
  padding: 10px;
}

.in-panel-controls {
  position: absolute;
  right: 20px;
  top: 0;
  list-style: none;
}

.in-panel-controls li {
  font-size: 1.6em;
  margin: 0 0 20px;
  display: inline-block;
}

.in-panel-controls a,
.in-panel-controls button {
  text-decoration: none;
  color: #999;
  padding: 0 10px;
  border: none;
  background: none;
  height: 34px;
  line-height: 34px;
}

.panel-select-number {
  padding: 11px 15px;
  list-style: none;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #ededed;
}

.panel-select-number li {
  margin: 0 5px;
  display: inline-block;
}

.edit-mode .fixed-centre-content p,
.fixed-centre-content p {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.edit-mode .fixed-centre-content p .btn-primary,
.fixed-centre-content p .btn-primary {
  margin: 0 !important;
}

.action-buttons {
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 0 0 50px;
  position: relative;
}

.action-buttons.large {
  max-width: 980px;
  margin: 0 auto 20px;
  padding: 0 0 50px;
}

.action-buttons:not(.edit-mode) .btn-primary {
  margin: 0 auto;
  display: block;
}

.action-buttons .btn-secondary {
  margin-right: 20px;
}

.action-buttons .btn-secondary .glyph-icon {
  margin-right: 10px;
}

.panel .action-buttons {
  padding: 20px;
  margin: 0;
  max-width: none;
}

.action-buttons.edit-mode {
  position: fixed;
  bottom: -200px;
  left: 150px;
  right: 0;
  max-width: none;
  background: #fff;
  padding: 33px 20px 30px;
  z-index: 30;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation: inFromBottom 1s ease 0.25s;
  animation-fill-mode: forwards;
  border-radius: 0 0 5px 5px;
}

.action-buttons.edit-mode p {
  margin: 0;
}

.action-buttons.edit-mode::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #ccc;
  border-radius: 0;
}

.action-buttons.edit-mode--with-page-builder {
  left: 330px;
}

.action-buttons.lister-mode {
  position: fixed;
  bottom: -200px;
  width: 980px;
  left: 50%;
  right: 0;
  max-width: none;
  background: #fff;
  padding: 20px;
  z-index: 30;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  margin-left: 75px;
}

.action-buttons.lister-mode p {
  margin: 0;
}

.action-buttons-reason {
  color: #f96332;
  height: 34px;
  line-height: 34px;
  display: inline-block;
}

@media screen and (min-width: 1300px) {
  .action-buttons {
    margin: 0 auto;
  }
}

.list-order-changed .action-buttons.lister-mode {
  animation: inFromBottom 1s ease 0.25s;
  animation-fill-mode: forwards;
}

.has-fixed-footer {
  padding-bottom: 103px;
}

.created-by-info {
  text-align: center;
  margin: 0;
  color: #999;
  display: table;
  position: absolute;
  bottom: 13px;
  right: 20px;
  transform: translateY(-50%);
  font-size: 12px;
}

.created-divider {
  margin: 0 10px;
}

@keyframes inFromBottom {
  from {
    bottom: -200px;
  }

  to {
    bottom: 0;
  }
}

label {
  display: block;
  margin: 0 0 3px;
  color: #333;
}

.lg-input {
  font-size: 2em;
}

.sm-input {
  font-size: 0.5em;
}

/*--
FORM INLINE
--*/

.form-inline h2 {
  display: inline;
  font-size: 1.2em;
  color: #f96332;
  margin: 0 20px 0 0;
}

.form-inline p {
  display: inline-block;
  margin: 0 10px 0 0;
}

.form-inline label {
  display: inline-block;
  padding: 0 3px 0 0;
}

.form-inline input {
  width: auto !important;
}

/*--
FORM HORIZONTAL
--*/

.form-horizontal label {
  display: inline-block;
  width: 200px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  padding-left: 204px;
}

/*--
FORM STACKED
--*/

.form-stacked label {
  display: block;
}

.form-stacked input[type=text],
.form-stacked input[type=password] {
  width: 100%;
}

/*--
FIELDSET
--*/

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.title-legend {
  font-size: var(--legend-font-size);
  color: #f96332;
  padding: 40px 25px 30px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1;
  position: relative;
}

.title-legend:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, #f96332 0%, #cc0066 100%);
  opacity: 0.4;
}

.title-legend.archived:after {
  background: linear-gradient(to right, #c2c2a3 0%, #996 100%);
  opacity: 0.8;
}

.title-legend.pending:after {
  background: linear-gradient(to right, #f90 0%, #995c00 100%);
  opacity: 0.8;
}

.title-legend.live:after,
.title-legend.published:after {
  background: linear-gradient(to right, #696 0%, #293d29 100%);
  opacity: 0.8;
}

.page-slug {
  color: #333;
  padding: 10px 0 0;
  display: block;
  line-height: 1.1;
}

.page-slug i {
  text-transform: lowercase;
  font-style: normal;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
  border-left: 1px solid #ccc;
}

.title-legend--no-border {
  border: none;
}

.dm-panel .title-legend {
  background: #dc582d;
  color: #fff;
}

.colon.hide {
  display: none;
}

.title-legend-with-margin {
  margin-bottom: 15px;
}

.panel-entered-title {
  color: #333;
  text-transform: none;
  margin-left: 0px;
}

.panel-entered-title.no-margin {
  margin-left: 0;
}

fieldset + fieldset .title-legend {
  display: none;
}

.title-legend + p {
  padding-top: 15px;
  margin-top: 0 !important;
}

.fieldset-secondary-title {
  background: #f5f5f5;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #333;
  border-bottom: 1px solid #ededed;
  text-align: center;
}

/*--
INPUT DEFAULTS
--*/

input:not(.default),
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  height: 100px;
  resize: vertical;
}

.panel-rich-text textarea {
  height: 500px;
  width: 100%;
  display: none;
}

.standard-form-input--textarea-short textarea {
  height: 50px;
}

.standard-form-input--textarea-long textarea {
  height: 200px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=tel],
input[type=url],
input[type=datetime],
input[type=time],
input[type=date],
input[type=number],
textarea,
select {
  border: 1px solid #ccc;
  padding: 15px 15px;
  border-radius: 5px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #333;
  font-size: var(--input-font-size);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #999;
}

select {
  padding-right: 40px;
  position: relative;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper::after {
  content: "\F100";
  position: absolute;
  right: 10px;
  top: 0;
  font-family: Flaticon;
  display: block;
  pointer-events: none;
  color: #333;
  font-size: 60%;
  height: 53px;
  line-height: 53px;
}

.select-wrapper--min-width {
  width: 200px;
}

.select-wrapper--min-width select {
  width: 100%;
}

input + label {
  display: inline-block;
}

.date-time-input .select-wrapper {
  /*margin: 0 15px 0 0;*/
}

.date-time-input .select-wrapper.hour {
  margin: 0 0 0 25px;
}

.date-time-input.force-select-width .select-wrapper select {
  width: 80px;
}

/*--
HELP MESSAGING
--*/

.help-block,
.characters-block,
.help-inline {
  color: #999;
}

.help-block {
  display: block;
  padding: 7px 0 0;
}

.help-block:before {
  content: "NOTE";
  display: inline-block;
  padding: 2px 5px;
  font-size: 80%;
  background: #999;
  color: #fff;
  margin: 0 5px 0 0;
  border-radius: 3px;
  font-weight: 600;
  text-shadow: -1px -1px 0 rgab(0, 0, 0, 0.6);
  border: 1px solid #777;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.characters-block {
  display: block;
  padding: 3px 0 0;
}

.help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}

.standard-form-input .inline-input + .characters-block {
  padding-left: 379px;
}

.file-upload-holder .inline-input + .characters-block {
  padding-left: 379px;
}

.form-action-right {
  text-align: right;
}

/*--
CHECKBOXES
--*/

.checkboxes-holder {
  padding: 10px 5px 0;
  border: 1px solid #ededed;
  display: flex;
  flex-wrap: wrap;
  background: #ededed;
  border-radius: 4px;
  margin: 0 0 15px;
}

.checkboxes-holder p {
  width: calc(33.33% - 10px);
  margin: 0 5px 10px;
  padding: 10px;
  background: #fff;
  border-radius: 2px;
}

.checkbox {
  font-size: var(--label-font-size);
}

.checkbox [type=checkbox]:not(:checked),
.checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox [type=checkbox]:not(:checked) + label,
.checkbox [type=checkbox]:checked + label {
  position: relative;
  cursor: pointer;
  min-height: 30px;
  padding: 5px 0 0 40px;
}

.checkbox [type=checkbox]:not(:checked) + label:before,
.checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.checkbox [type=checkbox]:not(:checked) + label:after,
.checkbox [type=checkbox]:checked + label:after {
  font-family: Flaticon;
  content: "\F114";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  text-align: center;
  font-size: 70%;
  color: #fff;
  background: #f96332;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
  height: 30px;
  line-height: 30px;
}

.checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.checkbox [type=checkbox]:checked:focus + label:before,
.checkbox [type=checkbox]:not(:checked):focus + label:before {
  outline: none;
}

.checkbox-alternative [type=checkbox] + label {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 13px;
  vertical-align: middle;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  text-transform: uppercase;
}

.checkbox-alternative [type=checkbox]:not(:checked),
.checkbox-alternative [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox-alternative [type=checkbox]:checked + label {
  border-color: #999;
}

/*--
RADIO BUTTONS
--*/

.radio [type=radio] + label {
  display: inline-block;
}

.radio [type=radio]:not(:checked),
.radio [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio [type=radio]:not(:checked) + label,
.radio [type=radio]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
}

.radio [type=radio]:not(:checked) + label:before,
.radio [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.radio [type=radio]:checked + label:before {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.radio [type=radio]:not(:checked) + label:after,
.radio [type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 7px;
  text-align: center;
  transition: all 0.2s;
  background: #f96332;
  display: block;
}

.radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.radio [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.radio [type=radio]:checked:focus + label:before,
.radio [type=radio]:not(:checked):focus + label:before {
  outline: none;
}

.radio-alternative [type=radio] + label {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 13px;
  vertical-align: middle;
  transition: border-color 0.25s ease-in, color 0.25s ease-in;
  text-transform: uppercase;
}

.radio-alternative [type=radio]:not(:checked),
.radio-alternative [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio-alternative [type=radio]:checked + label {
  border-color: #999;
}

.input-group--faux-tab-radios {
  padding: 0 !important;
  margin: 0;
  border-top: 1px solid #ededed;
}

.radio-faux-tab {
  float: left;
  width: 33.33%;
  margin: 0;
  position: relative;
}

.radio-faux-tab input {
  position: absolute;
  left: -9999em;
}

.radio-faux-tab input + label {
  display: block;
  padding: 20px;
  border-left: 1px solid #ededed;
  cursor: pointer;
  margin: 0;
  background: #f6f6f6;
  border-bottom: 1px solid #ededed;
}

.radio-faux-tab:first-child input + label {
  border-left: none;
}

.radio-faux-tab input:checked + label {
  background: #fff;
  border-bottom: #fff;
}

.radio-faux-tab::after {
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  transform: translateY(-50%);
  content: "";
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.image-url-options {
  padding-bottom: 5px;
}

.radio-inline p,
.checkbox-inline p {
  display: inline-block;
  margin-right: 10px;
}

.dm-panel .radio-alternative [type=radio] + label,
.dm-panel .checkbox-alternative [type=checkbox] + label {
  border-radius: 5px;
}

.dm-panel .checkbox-alternative [type=checkbox]:checked + label,
.dm-panel .radio-alternative [type=radio]:checked + label {
  border-color: #dc582d;
  color: #dc582d;
}

/*--
STANDARD FORM SIZES
--*/

.standard-form-indented {
  padding-left: calc(25% + 10px);
}

legend + .standard-form-input label {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.standard-form-input {
  padding: 0 var(--form-panel-padding) 0;
  margin: 0 0 15px;
}

.standard-form-input label {
  display: block;
  font-size: var(--label-font-size);
  font-weight: 700;
  border-top: 1px solid #ededed;
  margin: 20px 0 10px;
  padding: 20px 0 0;
}

.standard-form-input input[type=text],
.standard-form-input input[type=email],
.standard-form-input input[type=password],
.standard-form-input input[type=date],
.standard-form-input input[type=tel],
.standard-form-input input[type=url],
.standard-form-input input[type=number],
.standard-form-input input[type=datetime] {
  width: 100%;
}

.standard-form-input textarea {
  width: 100%;
}

.standard-form-input .select-wrapper {
  max-width: 100%;
}

.standard-form-input select {
  max-width: 100%;
}

.standard-form-input .inline-input,
.standard-form-input .inline-checkbox {
  margin-left: 10px;
}

.standard-form-input .inline-checkbox label {
  width: auto;
  text-align: left;
}

.standard-form-input .inline-input label {
  width: auto;
}

.standard-form-input .inline-input input {
  width: 150px;
}

.standard-form-input.large input[type=text],
.standard-form-input.large input[type=email],
.standard-form-input.large input[type=password],
.standard-form-input.large input[type=date],
.standard-form-input.large input[type=tel],
.standard-form-input.large input[type=url],
.standard-form-input.large input[type=number],
.standard-form-input.large input[type=datetime] {
  width: 73%;
}

.standard-form-input.large textarea {
  width: 73%;
}

.file-upload-holder .help-block {
  margin-left: 25%;
  padding-left: 10px;
}

.current-doc {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ededed;
  background: #ededed;
  border-radius: 5px;
}

.price-input,
input[type=text].price-input {
  width: 100px !important;
  background: #fff url(../images/pound.png?5eba16ce1fd6971f49a95d736c228799) no-repeat 8px center;
  padding-left: 17px;
}

.number-input {
  width: 80px !important;
}

.postcode-input {
  width: 80px !important;
}

.lat-long-input {
  width: 130px !important;
}

.date-input {
  width: 120px !important;
}

.time-input {
  width: 60px !important;
}

.short-input {
  width: 180px !important;
}

.button-text-input {
  max-width: 160px;
}

.select-time {
  width: 70px;
}

.faux-label {
  display: inline-block;
  width: calc(25% - 5px);
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0 0 0 10px;
  color: #333;
}

.status-input {
  text-align: center;
  padding: 0 0 10px;
}

.status-input label {
  font-size: 16px;
}

.venues-facilities-input {
  text-align: center;
  padding: 0 0 10px;
}

.venues-opening-time-input {
  text-align: center;
  padding: 0 0 10px;
}

/*--
FULL WIDTH FORM SIZES
--*/

.full-width-form-input {
  padding: 0 15px 0;
  margin: 15px 0 15px;
}

.full-width-form-input label {
  display: inline-block;
  width: 25%;
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0;
}

.full-width-form-input .help-block,
.full-width-form-input .characters-block {
  margin-left: 25%;
  padding-left: 4px;
}

.full-width-form-input input[type=text],
.full-width-form-input input[type=email],
.full-width-form-input input[type=password],
.full-width-form-input input[type=date],
.full-width-form-input input[type=tel],
.full-width-form-input input[type=url],
.full-width-form-input input[type=datetime],
.full-width-form-input textarea {
  width: 73%;
}

/*--
REPLACE FILE INPUT WITH STYLED
--*/

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input-label {
  cursor: pointer;
  padding: 10px 15px 10px 35px;
  margin: 0 15px 0 0;
  position: relative;
  border: 1px solid #f96332;
  border-radius: 5px;
  color: #f96332;
  max-width: 33%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.file-input-label * {
  pointer-events: none;
}

.file-input-label .glyph-icon {
  font-size: 150%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
}

.file-input-label.btn {
  border-radius: 25px;
  max-width: none;
  color: #fff;
  padding: 10px 15px;
}

.file-upload-holder {
  margin: 0 0 15px;
}

.file-upload-holder * {
  vertical-align: middle;
}

.file-upload-holder .inline-input label {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}

.file-upload-holder .inline-input input {
  width: 150px;
}

/*--
BORDER ON FORM PARAGRAPHS
--*/

.form-input-border-b {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.standard-form-input--textarea label {
  vertical-align: top;
}

/*--
TRIGGER TO REVEAL MORE
--*/

.checkbox-trigger {
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 15px 15px 5px 15px;
  line-height: 20px;
}

/*--
INPUT GROUPS
--*/

.input-group {
  padding-left: var(--form-panel-padding);
  padding-right: var(--form-panel-padding);
}

.input-group legend {
  font-size: var(--label-font-size);
  display: block;
  width: 100%;
  border-top: 1px solid #ededed;
  margin: 20px 0 15px;
  padding: 20px 0 0;
  color: #333;
  font-weight: 700;
}

.input-group--alternative-radios legend,
.input-group--alternative-checkboxes legend {
  height: 26px;
  line-height: 26px;
}

.input-group {
  margin: 0 0 10px;
}

.input-group--alternative-radios .radio,
.input-group--alternative-radios .radio-alternative,
.input-group--alternative-checkboxes .checkbox,
.input-group--alternative-checkboxes .checkbox-alternative {
  margin-right: 5px;
}

.input-group--alternative-checkboxes,
.input-group--alternative-radios {
  margin: 0 0 5px;
}

.input-group--alternative-checkboxes + .input-group--alternative-radios,
.input-group--alternative-checkboxes + .input-group--alternative-checkboxes,
.input-group--alternative-radios + .input-group--alternative-radios,
.input-group--alternative-radios + .input-group--alternative-checkboxes {
  padding-top: 15px;
}

.input-group--list .checkbox {
  display: block;
  margin-left: 25%;
}

.input-group-input-list {
  display: inline-block;
  width: 70%;
}

legend + .input-group {
  padding-top: 15px;
}

.external-link-group {
  margin: 0 0 15px;
  border-bottom: 1px solid #ededed;
}

.input-group-big-decision {
  text-align: center;
  position: relative;
}

.input-group-big-decision legend {
  width: 100%;
}

.input-group-big-decision legend span {
  font-size: 1.2em;
  display: block;
  text-align: center;
  padding: 10px 0 0;
  margin: 0 0 10px;
  color: #333;
  border-top: 1px solid #ededed;
}

.input-group-big-decision p {
  display: inline-block;
  padding: 10px;
}

.input-group-big-decision + div .image-upload {
  margin-top: 0;
}

.input-group-big-decision:after {
  position: absolute;
  left: 30%;
  right: 30%;
}

/*--
CENTRE ALIGN AN ACTION BUTTON
--*/

.centre-actions {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}

.centre-actions li {
  display: inline-block;
  margin: 0 5px;
}

.centre-actions .btn {
  width: 165px;
}

.centre-actions--separate {
  border-top: 1px solid #ededed;
  padding: 20px 0;
  margin: 20px 0 0;
  background: #f6f6f6;
}

.centre-actions--wide-buttons .btn {
  width: 250px;
}

.in-page-action {
  text-align: center;
  padding: 20px 0;
}

/*--
TOP RIGHT BUTTON
--*/

.btn--manage {
  position: absolute;
  right: 20px;
  top: 36px;
  font-size: 1.2em;
  color: #999;
  text-decoration: none;
}

.btn--manage span {
  margin: 0 5px 0 0;
}

/*--
TOP RIGHT BUTTON
--*/

.empty--text-message {
  text-align: center;
  background: #f5f5f5;
  padding: 40px 40px 30px;
}

/*--
IMAGE UPLOADS
--*/

.image-upload {
  position: relative;
  border: 1px solid #ededed;
  margin: 10px 10px 20px;
  background: linear-gradient(to left, #333, #333);
  background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #f6f6f6 5px, #f6f6f6 7px);
}

.trigger-reveal .image-upload {
  border-top: 1px solid #ededed;
}

.image-upload-full .image-upload {
  display: inline-block;
}

.image-upload.dark {
  background: #111;
}

.image-upload.light {
  background: #f6f6f6;
}

.image-upload-empty {
  text-align: center;
  padding: 60px 0 80px;
}

.image-upload-empty .image-upload-dimensions {
  margin: 0 auto;
}

.image-upload-dimensions {
  width: 100px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}

.image-upload-dimensions p {
  margin: 0;
}

.image-upload-dimensions .glyph-icon {
  font-size: 260%;
}

.image-upload-full .image-upload-dimensions {
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #333;
}

.image-uploads-holder {
  min-height: 100px;
  position: relative;
  padding: 20px;
  border-top: 1px solid #ededed;
}

.image-upload-full {
  text-align: center;
  padding: 20px;
}

.image-upload-full .js-reusable-image-preview {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.uploaded-image {
  display: table;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  min-height: 200px;
}

.uploaded-image img {
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.uploaded-image-change {
  width: 100px;
  text-align: center;
  color: #333;
  padding: 13px 0 11px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 90px;
  height: 74px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.uploaded-image-change p {
  margin: 0;
  line-height: 1.1;
}

.uploaded-image-change .glyph-icon {
  font-size: 120%;
  margin: 0 0 6px;
  display: inline-block;
}

.uploaded-image-alt-tag-holder {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 260px;
  margin: 0 0 0 -130px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.uploaded-image-alt-tag-holder label {
  display: inline-block;
  width: 50px;
  padding: 0 0 0 10px;
  font-weight: 700;
}

input[type=text].uploaded-image-alt-tag {
  width: 200px;
  border: none;
}

.optional-inputs,
.trigger-reveal {
  display: none;
}

.uploaded-image-change-panel-colour {
  position: absolute;
  top: 10px;
  right: 10px;
}

.uploaded-image-change-panel-colour ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uploaded-image-change-panel-colour li {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: 2px solid #f6f6f6;
  cursor: pointer;
}

.uploaded-image-change-panel-colour li.on {
  border-color: #f96332;
}

.uploaded-image-change-panel-colour .dark {
  background: #111;
}

.uploaded-image-change-panel-colour .light {
  background: #fff;
}

.uploaded-image {
  max-height: 450px;
}

/*--
WYSIWYG
--*/

/*--
MAP
--*/

.form-map {
  height: 400px;
  margin: 0 0 15px;
}

.form-map.large {
  height: 800px;
  margin: 0;
}

/*--
FAQs
--*/

.form-faq-header {
  background: #f5f5f5;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px;
  margin: 0 0 15px;
  position: relative;
}

.form-faq-header h2 {
  font-size: 1.2em;
  text-align: center;
  margin: 0;
}

/*--
TWISTER HEADINGS
--*/

.twister-heading {
  font-size: 1.2em;
  padding: 10px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 0 20px 15px;
  cursor: pointer;
  background: #f5f5f5;
}

.twister-heading:hover {
  color: #333;
}

.twister-heading:before {
  content: "\F102";
  margin: 0 10px 0 0;
  font-family: Flaticon;
  font-size: 75%;
}

.twister-heading.active:before {
  content: "\F106";
}

.js-twister-content {
  display: none;
}

.file-input-label.btn {
  margin-left: 20px;
}

/*cropper file errors*/

.cropper-file-errors {
  color: #999;
  font-size: 1.2em;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  border-radius: 4px;
}

.cropper-file-errors {
  height: 60px;
  line-height: 60px;
  opacity: 0;
  margin: 0;
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.cropper-file-errors.red {
  color: #fff;
  display: block;
  background: #da3124;
  opacity: 1;
}

.cropper-file-errors.spinner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  z-index: 1000;
  display: none;
}

.cropper-file-errors.spinner {
  display: block;
}

.panel-rich-text .cropper-file-errors.spinner {
  display: none;
}

.cropper-file-errors.spinner:after {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid #fdd4c7;
  border-right: 3px solid #fcae95;
  border-bottom: 3px solid #fa8964;
  border-left: 3px solid #f96332;
  transform: translateZ(0);
  animation: load8 0.5s infinite linear;
  content: "";
  display: block;
}

.cropper-file-errors.spinner:before {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid #fdd4c7;
  border-right: 3px solid #fcae95;
  border-bottom: 3px solid #fa8964;
  border-left: 3px solid #f96332;
  content: "";
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  animation: load8 0.5s infinite linear;
  animation-direction: reverse;
}

.cropper-file-errors.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg) scale(1, 1);
  }

  50% {
    transform: rotate(180deg) scale(1.5, 1.5);
  }

  100% {
    transform: rotate(360deg) scale(1, 1);
  }
}

.cropper-file-errors-snippet-container {
  position: absolute;
  bottom: 5px;
  right: 150px;
  width: 40px;
  height: 40px;
  margin: 0;
}

.panel-rich-text .cropper-file-errors.spinner {
  bottom: 25px;
}

.save-button-overlay {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.save-button-overlay.show {
  opacity: 1;
}

.save-button-overlay .cropper-file-errors.spinner {
  margin: 0 0 -20px -20px;
  left: 50%;
  bottom: 50%;
}

/*additional styles*/

fieldset.no-legend legend {
  display: none;
}

fieldset.fixed-width-p.input-group.fixed-width-p .checkbox {
  width: 230px;
}

#infobox {
  width: 260px;
  margin: 0 0 0 -130px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 10px;
}

#infobox:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: -12px;
}

#infobox p {
  margin: 0;
  font-size: 1.35em;
}

#infobox h2 {
  font-size: 2.2em;
  color: #000;
  margin: 0 0 18px 0;
  color: #dc582d;
}

#infobox a {
  color: #f96332;
}

#infobox a:hover {
  color: #dc582d;
  text-decoration: none;
}

.map-centre-address {
  font-size: 1.35em;
  margin: 0 0 10px !important;
}

.map-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.map-contact li {
  font-size: 1.35em;
}

.sidebar-info {
  min-height: 1px;
  padding: 20px 20px 20px 120px;
  position: relative;
}

.sidebar-info h2 {
  font-size: 2.4em;
  margin: 0;
  font-weight: 300;
  color: #333;
}

.sidebar-mockup {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  border-right: 1px solid #ededed;
}

.sidebar-mockup:after {
  content: "";
  display: block;
  background: #ededed;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 55px;
  position: absolute;
}

.sidebar-mockup:before {
  content: "";
  display: block;
  background: #f96332;
  right: 10px;
  top: 10px;
  bottom: 10px;
  width: 20px;
  position: absolute;
}

.inline-management-content {
  background: #f6f6f6;
  padding: 20px 0 10px;
  border-top: 1px solid #ededed;
}

.inline-add-form {
  border-top: 1px solid #ededed;
  padding: 20px 0 0;
}

.hide-calendar .calentim-calendar {
  display: none;
}

.calendar-wrapper {
  padding-top: 20px;
}

.ti-input {
  padding: 15px !important;
}

.ti-tag {
  font-size: 14px !important;
  background-color: #f96332 !important;
}

.vue-tags-input {
  max-width: none !important;
}

/*! Grid */

.holder {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
}

[class*=xs-col-] {
  float: left;
}

.xs-col-1-1 {
  width: 100%;
  float: none;
}

.xs-col-1-2 {
  width: 50%;
}

.xs-col-1-3 {
  width: 33.33%;
}

.xs-col-2-3 {
  width: 66.66%;
}

.xs-col-1-4 {
  width: 25%;
}

.xs-col-3-4 {
  width: 75%;
}

.xs-push-1-4 {
  margin-left: 25%;
}

.xs-push-3-4 {
  margin-left: 75%;
}

.xs-push-1-2 {
  margin-left: 50%;
}

.xs-push-1-3 {
  margin-left: 33.33%;
}

.xs-push-2-3 {
  margin-left: 66.66%;
}

.row {
  clear: both;
  padding: 0;
  margin: 0;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.column-content {
  padding: 20px;
  margin: 0 10px;
}

.column-content--no-hz-padding {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.column-content--no-vt-padding {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}

.column-content--no-t-padding {
  padding-top: 0;
}

.column-content--no-b-padding {
  padding-bottom: 0;
}

.column-content--no-l-padding {
  padding-left: 0;
}

.column-content--no-r-padding {
  padding-right: 0;
}

.column-content--no-padding {
  padding: 0 !important;
}

.column-content--no-l-margin {
  margin-left: 0;
}

.column-content--no-r-margin {
  margin-right: 0;
}

.column-content--border-right {
  border-right: 1px solid #000;
  margin-right: 0;
  padding-right: 30px;
}

.column-content--border-left {
  border-left: 1px solid #000;
  margin-left: 0;
  padding-left: 30px;
}

.centre-col {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.xs-width-1-1 {
  width: 100%;
}

.xs-width-1-2 {
  width: 50%;
}

.xs-width-1-3 {
  width: 33.33%;
}

.xs-width-1-4 {
  width: 25%;
}

.row .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  [class*=-col-] + [class*=-col-] .column-content {
    padding-top: 0;
  }
}

@media only screen and (min-width: 480px) {
  .holder,
  .site-header {
    max-width: 768px;
    margin: 0 auto;
  }

  [class*=sm-col-] {
    float: left;
  }

  .sm-col-1-1 {
    width: 100%;
  }

  .sm-col-1-2 {
    width: 50%;
  }

  .sm-col-1-3 {
    width: 33.33%;
  }

  .sm-col-1-4 {
    width: 25%;
  }

  .sm-col-3-4 {
    width: 75%;
  }

  .sm-col-1-5 {
    width: 20%;
  }

  .sm-col-2-5 {
    width: 40%;
  }

  .sm-col-3-5 {
    width: 60%;
  }

  .sm-col-4-5 {
    width: 80%;
  }

  .sm-push-1-4 {
    margin-left: 25%;
  }

  .sm-push-3-4 {
    margin-left: 75%;
  }

  .sm-push-1-2 {
    margin-left: 50%;
  }

  .sm-push-1-3 {
    margin-left: 33.33%;
  }

  .sm-push-2-3 {
    margin-left: 66.66%;
  }

  .sm-push-1-5 {
    margin-left: 20%;
  }

  .sm-push-2-5 {
    margin-left: 40%;
  }

  .sm-width-1-1 {
    width: 100%;
  }

  .sm-width-1-2 {
    width: 50%;
  }

  .sm-width-1-3 {
    width: 33.33%;
  }

  .sm-width-1-4 {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .holder,
  .site-header {
    max-width: 1024px;
    margin: 0 auto;
  }

  [class*=md-col-] {
    float: left;
  }

  .md-col-1-1 {
    width: 100%;
  }

  .md-col-1-2 {
    width: 50%;
  }

  .md-col-1-3 {
    width: 33.33%;
  }

  .md-col-2-3 {
    width: 66.66%;
  }

  .md-col-3-4 {
    width: 75%;
  }

  .md-col-1-4 {
    width: 25%;
  }

  .md-col-1-5 {
    width: 20%;
  }

  .md-col-2-5 {
    width: 40%;
  }

  .md-col-3-5 {
    width: 60%;
  }

  .md-col-4-5 {
    width: 80%;
  }

  .md-col-1-6 {
    width: 16.66%;
  }

  .md-col-5-6 {
    width: 83.3%;
  }

  .md-col-1-7 {
    width: 14.28%;
  }

  .md-col-2-7 {
    width: 28.56%;
  }

  .md-col-3-7 {
    width: 42.84%;
  }

  .md-col-4-7 {
    width: 57.12%;
  }

  .md-col-5-7 {
    width: 71.4%;
  }

  .md-col-6-7 {
    width: 85.68%;
  }

  .md-col-1-8 {
    width: 12.5%;
  }

  .md-col-3-8 {
    width: 37.5%;
  }

  .md-col-5-8 {
    width: 62.5%;
  }

  .md-col-7-8 {
    width: 87.5%;
  }

  .md-push-1-4 {
    margin-left: 25%;
  }

  .md-push-3-4 {
    margin-left: 75%;
  }

  .md-push-1-2 {
    margin-left: 50%;
  }

  .md-push-1-3 {
    margin-left: 33.33%;
  }

  .md-push-2-3 {
    margin-left: 66.66%;
  }

  .md-push-1-5 {
    margin-left: 20%;
  }

  .md-push-2-5 {
    margin-left: 40%;
  }

  .md-push-1-7 {
    margin-left: 14.28%;
  }

  .md-push-2-7 {
    margin-left: 28.56%;
  }

  .md-push-3-7 {
    margin-left: 42.84%;
  }

  .md-push-4-7 {
    margin-left: 57.12%;
  }

  .md-push-5-7 {
    margin-left: 71.4%;
  }

  .md-push-6-7 {
    margin-left: 85.68%;
  }

  .md-push-1-8 {
    margin-left: 12.5%;
  }

  .md-push-3-8 {
    margin-left: 37.5%;
  }

  .md-push-5-8 {
    margin-left: 62.5%;
  }

  .md-push-7-8 {
    margin-left: 87.5%;
  }

  .md-width-1-1 {
    width: 100%;
  }

  .md-width-1-2 {
    width: 50%;
  }

  .md-width-1-3 {
    width: 33.33%;
  }

  .md-width-1-4 {
    width: 25%;
  }

  .md-column-content--no-l-padding {
    padding-left: 0;
  }

  .md-column-content--no-r-padding {
    padding-right: 0;
  }

  .md-column-content--no-b-padding {
    padding-bottom: 0;
  }

  .md-column-content--no-l-margin {
    margin-left: 0;
  }

  .md-column-content--no-r-margin {
    margin-right: 0;
  }

  .md-col-float-left {
    float: left;
  }

  .md-col-float-right {
    float: right;
  }
}

@media only screen and (min-width: 1024px) {
  .holder,
  .site-header {
    max-width: 1366px;
    margin: 0 auto;
  }

  [class*=lg-col-] {
    float: left;
  }

  .lg-col-1-1 {
    width: 100%;
  }

  .lg-col-1-2 {
    width: 50%;
  }

  .lg-col-1-3 {
    width: 33.33%;
  }

  .lg-col-2-3 {
    width: 66.66%;
  }

  .lg-col-3-4 {
    width: 75%;
  }

  .lg-col-1-4 {
    width: 25%;
  }

  .lg-col-1-5 {
    width: 20%;
  }

  .lg-col-2-5 {
    width: 40%;
  }

  .lg-col-3-5 {
    width: 60%;
  }

  .lg-col-4-5 {
    width: 80%;
  }

  .lg-col-1-6 {
    width: 16.66%;
  }

  .lg-col-5-6 {
    width: 83.3%;
  }

  .lg-col-1-7 {
    width: 14.28%;
  }

  .lg-col-2-7 {
    width: 28.56%;
  }

  .lg-col-3-7 {
    width: 42.84%;
  }

  .lg-col-4-7 {
    width: 57.12%;
  }

  .lg-col-5-7 {
    width: 71.4%;
  }

  .lg-col-6-7 {
    width: 85.68%;
  }

  .lg-col-1-8 {
    width: 12.5%;
  }

  .lg-col-3-8 {
    width: 37.5%;
  }

  .lg-col-5-8 {
    width: 62.5%;
  }

  .lg-col-7-8 {
    width: 87.5%;
  }

  .lg-push-1-4 {
    margin-left: 25%;
  }

  .lg-push-3-4 {
    margin-left: 75%;
  }

  .lg-push-1-2 {
    margin-left: 50%;
  }

  .lg-push-1-3 {
    margin-left: 33.33%;
  }

  .lg-push-2-3 {
    margin-left: 66.66%;
  }

  .lg-push-1-5 {
    margin-left: 20%;
  }

  .lg-push-2-5 {
    margin-left: 40%;
  }

  .lg-push-1-7 {
    margin-left: 14.28%;
  }

  .lg-push-2-7 {
    margin-left: 28.56%;
  }

  .lg-push-3-7 {
    margin-left: 42.84%;
  }

  .lg-push-4-7 {
    margin-left: 57.12%;
  }

  .lg-push-5-7 {
    margin-left: 71.4%;
  }

  .lg-push-6-7 {
    margin-left: 85.68%;
  }

  .lg-push-1-8 {
    margin-left: 12.5%;
  }

  .lg-push-3-8 {
    margin-left: 37.5%;
  }

  .lg-push-5-8 {
    margin-left: 62.5%;
  }

  .lg-push-7-8 {
    margin-left: 87.5%;
  }

  .lg-width-1-1 {
    width: 100%;
  }

  .lg-width-1-2 {
    width: 50%;
  }

  .lg-width-1-3 {
    width: 33.33%;
  }

  .lg-width-1-4 {
    width: 25%;
  }
}

.gallery-counter {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px;
  background-color: #FFF;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.gu-mirror .image-dimension,
.image-list .image-dimension {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.image-list .reorder-list {
  width: 50%;
  float: left;
}

.shop-product-image-list .reorder-list {
  width: 33.1%;
  float: none;
  display: inline-block;
}

.image-list .reorder-list:nth-child(2n+1) {
  clear: left;
}

.image-list .reorder-list-item {
  height: 270px;
  overflow: hidden;
}

.shop-product-image-list .reorder-list-item {
  height: 211px;
}

.image-list .reorder-list-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ededed;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
  z-index: 1;
  transition: bottom 0.5s ease 0.1s;
}

.image-list .reorder-list:hover .reorder-list-item__title {
  bottom: 50px;
  z-index: 1000;
}

.shop-product-image-list .reorder-list-item__title {
  bottom: -50px;
}

.shop-product-image-list .reorder-list:hover .reorder-list-item__title {
  bottom: 0;
}

.image-list .temporaryList {
  width: 50%;
  float: left;
  padding: 20px;
}

.image-list .temporaryList-item {
  transition: all 0.25s;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
  height: 270px;
  overflow: hidden;
}

.image-list .temporaryList-item .image-holder {
  overflow: hidden;
}

.image-list .temporaryList-item .image-holder img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
  transform-origin: center;
}

.image-list .temporaryList-item .image-holder:hover img {
  transform: scale(1.1, 1.1) rotate(3deg);
}

.image-list .temporaryList:nth-child(2n+1) {
  clear: left;
}

.image-list .thumbnail-edit-hover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  transition: background 0.5s ease;
}

.image-list .thumbnail-edit-hover .flaticon-tool {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(60%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top 0.5s ease 0.2s;
  cursor: pointer;
}

.image-list .thumbnail-edit-hover .flaticon-edit {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(-160%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top 0.5s ease;
  cursor: pointer;
}

.image-list .thumbnail-edit-hover .thumbnail-drag {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(-50%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top 0.5s ease 0.1s;
}

.image-list .thumbnail-edit-hover .thumbnail-drag svg {
  height: 20px;
  width: 20px;
}

.image-list .thumbnail-edit-hover .thumbnail-drag svg path {
  fill: #f96332;
}

.image-list .thumbnail-edit-hover:hover span {
  top: 32.5%;
}

.shop-product-image-list .thumbnail-edit-hover:hover span {
  top: 41.5%;
}

/* New Tag for when images are uploaded - it is displayed before the gallery is saved again */

.new-item {
  position: relative;
}

.new-item:before {
  content: "new";
  width: auto;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  z-index: 100;
  color: #FFF;
  padding: 0 10px;
  line-height: 18px;
  border: 1px solid #FFF;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9;
}

/* Progress bar */

.reorder-list-item__image-holder .progressBar {
  position: absolute;
  width: 60%;
  height: 15px;
  top: 32.5%;
  left: 50%;
  margin-left: -30%;
  -webkit-transform: translateY(-50%);
  z-index: 9;
}

.reorder-list-item__image-holder .progressBar[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.reorder-list-item__image-holder .progressBar[value]::-webkit-progress-bar {
  background-color: #ededed;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.reorder-list-item__image-holder .progressBar[value]::-webkit-progress-value {
  background-color: #f96332;
  border-radius: 10px;
}

.reorder-list-item__image-holder .progressBar-green[value]::-webkit-progress-value {
  background-color: #5cb860;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

.reorder-list-item__image-holder .progressBar-green {
  opacity: 0;
  transition: opacity 3s;
}

/* This rearranges the position of CTAS when a new image is added to the gallery and fails upload */

.new-item-failed .thumbnail-edit-hover .flaticon-tool,
.new-item-failed .thumbnail-edit-hover .thumbnail-drag {
  left: 32.5%;
}

/* ------------------------------------------------------------------------------- */

/* Image Upload Feedback Messages */

.shop-product-image-list .reorder-list-item__upload-feeback {
  bottom: -10px;
}

.reorder-list-item__upload-feeback {
  bottom: 40px;
  text-align: center;
  height: auto;
  padding: 15px;
  color: #FFF;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 1.4;
}

.reorder-list-item__upload-feeback-fail {
  background-color: #da3124;
}

.reorder-list-item__upload-feeback-success {
  background-color: #5cb860;
}

/*! Lazy Load */

.lazyload {
  opacity: 0;
  transform: scale(1);
}

.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 1s;
}

.lister-panel {
  background: #fff;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 30px;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.lister-panel.margin-bottom {
  margin-bottom: 15px;
}

.none-yet {
  padding: 80px;
  text-align: center;
  color: #999;
  font-size: 1.6em;
  margin: 0;
  font-style: italic;
}

.num-results-holder {
  padding: 30px 20px;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.num-results-holder .pagination {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -17px;
}

.num-results-holder p {
  margin: 0;
  display: inline-block;
}

.num-items-per-page {
  display: inline-block;
  vertical-align: middle;
}

.num-items-per-page label,
.num-items-per-page .select-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.num-items-per-page .select-wrapper {
  margin: 0 5px 0 30px;
}

.lister-total-results {
  margin: 0 15px 0 0;
  text-transform: uppercase;
  color: #333;
}

.list-table,
.gu-mirror {
  font-size: 1.2em;
  width: 100%;
  color: #333;
  overflow-x: auto;
  display: inline-table;
}

.list-table th,
.gu-mirror th {
  text-transform: uppercase;
  background: #f5f5f5;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  padding: 10px 20px;
  font-weight: 400;
  transition: background 0.25s ease-in;
  height: 54px;
}

.list-table th .glyph-icon,
.gu-mirror th .glyph-icon {
  float: right;
}

.list-table th .flaticon-arrows-8,
.list-table th .flaticon-arrows-6,
.list-table th .flaticon-arrows-7,
.gu-mirror th .flaticon-arrows-8,
.gu-mirror th .flaticon-arrows-6,
.gu-mirror th .flaticon-arrows-7 {
  font-size: 80%;
  position: relative;
  top: 1px;
}

.list-table th .flaticon-arrows-6,
.list-table th .flaticon-arrows-7,
.gu-mirror th .flaticon-arrows-6,
.gu-mirror th .flaticon-arrows-7 {
  font-size: 70%;
  position: relative;
  top: 3px;
}

.list-table th.sortable:hover,
.gu-mirror th.sortable:hover {
  cursor: pointer;
  background: #e6e6e6;
}

.list-table th a,
.gu-mirror th a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.list-table td,
.gu-mirror td {
  padding: 20px;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  height: 67px;
}

.list-table tr th:first-child,
.list-table tr td:first-child,
.gu-mirror tr th:first-child,
.gu-mirror tr td:first-child {
  border-left: none;
}

.list-table .action,
.gu-mirror .action {
  width: 50px;
  padding: 0;
  overflow: hidden;
}

.list-table .action a,
.gu-mirror .action a {
  display: block;
  text-align: center;
  font-size: 150%;
  color: #f96332;
  padding: 20px;
  transition: background 0.25s ease-in, transform 0.15s ease-in;
}

.list-table .action .action-icon,
.gu-mirror .action .action-icon {
  border: none;
  background: none;
  display: block;
  text-align: center;
  font-size: 150%;
  color: #f96332;
  padding: 20px;
  transition: background 0.25s ease-in, transform 0.15s ease-in;
}

.list-table .action .action-icon:hover,
.list-table .action a:hover,
.gu-mirror .action .action-icon:hover,
.gu-mirror .action a:hover {
  background: #f5f5f5;
  transform: scale(1.2, 1.2);
}

.list-table th.action,
.gu-mirror th.action {
  padding: 10px 20px;
}

.gu-mirror tr {
  width: 100%;
  display: block;
}

.gu-mirror td {
  display: inline-block;
  width: 20%;
}

.column-section {
  width: 160px;
}

.column-sub-section {
  width: 250px;
}

.column-page-type {
  width: 140px;
}

.column-page-title {
  width: auto;
}

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

.list-table.translations th {
  width: 33.33%;
}

.list-table.translations input[type=text] {
  width: 100%;
}

.list-table.courses th.column-title {
  width: 250px;
}

.list-table.courses th.column-start-date {
  width: 135px;
}

.list-table.courses th.column-category {
  width: 135px;
}

.list-table.courses th.role {
  width: 100px;
}

.lister--empty {
  padding: 50px;
  text-align: center;
  color: #333;
  width: 420px;
  margin: 0 auto 40px;
}

.lister--empty h2 {
  font-size: 2em;
  color: #333;
  margin: 0 0 10px;
  font-weight: 600;
  text-shadow: -1px -1px 0 white;
}

.lister--empty svg {
  width: 180px;
  height: 266px;
  margin: 0 0 30px;
}

.lister--empty p {
  font-size: 1.4em;
  margin: 0 0 20px;
}

.lister--empty-decor {
  position: relative;
  height: 320px;
  width: 320px;
  padding: 27px 0 0 0;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 30px;
}

.lister-panel .lister--empty-decor {
  background: #ededed;
}

.lister-panel .lister--empty-decor svg {
  transform: translateX(20px);
}

#left-eye,
#right-eye,
#left-eye2,
#right-eye2 {
  border-radius: 50%;
  display: block;
  position: absolute;
  width: 28px;
  height: 20px;
  top: 104px;
  left: 50%;
}

#left-eye {
  margin-left: -34px;
}

#left-eye2 {
  top: 103px;
  margin-left: -38px;
}

#right-eye {
  margin-left: 12px;
}

#right-eye2 {
  top: 88px;
  margin-left: 12px;
  width: 60px;
  height: 60px;
}

#left-pupil,
#left-pupil2,
#right-pupil,
#right-pupil2 {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  animation: eyeBlink 3s infinite;
  transform-origin: center;
}

#right-pupil2 {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
}

.lister-mouth {
  opacity: 1;
  transform: scaleY(-1);
  transform-origin: center top;
}

.add-hover .lister-mouth {
  opacity: 1;
  transform: scaleY(1);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lister-mouth {
    transition: transform 0.25s ease;
  }

  .add-hover .right-leg,
  .add-hover .right-foot {
    animation: jump 0.5s infinite;
  }

  .add-hover .left-leg,
  .add-hover .left-foot {
    animation: jump 0.5s infinite 0.25s;
  }

  .search-arm {
    animation: search 2s infinite;
    transform-origin: right top;
  }
}

.search-term {
  display: table;
  padding: 3px 10px;
  background: #333;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  margin: 5px auto 25px;
  border-radius: 3px;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes search {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0);
  }
}

.lister-panel {
  position: relative;
}

.list-ajax-spinner {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.spinner-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.5s;
}

.list-spinner .spinner-background {
  opacity: 1;
  transition-delay: 0s;
}

.list-spinner-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.list-spinner-graphic {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translate(-50%);
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.list-spinner .list-spinner-bg,
.list-spinner .list-spinner-graphic {
  opacity: 1;
}

/*! Login */

.auth-background {
  width: 100%;
  height: 100%;
  background: url(../images/login-bg.jpg?4ad5af273057468a858a5d88307dd81c) no-repeat center center;
  position: absolute;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-panel {
  width: 300px;
  margin: 0;
  background: #fff;
  padding: 0 0 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}

.login-panel h1 {
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 30px;
  background: #f96332;
  font-size: 1.6em;
}

.login-panel .form-stacked {
  font-size: 1.2em;
  padding: 0;
}

.login-panel .form-stacked input {
  font-size: 15px;
  padding: 15px;
  width: 100%;
}

.login-panel .btn-primary {
  font-size: 1.2em;
}

.login-panel .login-actions {
  padding: 10px 20px;
  border: none;
}

.show-feedback .login-panel,
.login-panel.form-has-error {
  animation: shake 0.82s linear both;
}

.forgot-password a {
  color: #333;
  text-decoration: none;
  position: relative;
}

.forgot-password a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  height: 1px;
  border-bottom: 1px dotted #333;
  transition: right 0.25s ease, left 0.25s ease;
}

.forgot-password a:hover:after {
  right: 0;
  left: 0;
}

.absolute-label {
  position: relative;
  padding: 10px 0 0;
  margin: 0 20px 15px;
}

.absolute-label label {
  position: absolute;
  left: 11px;
  top: 15px;
  background: #fff;
  padding: 2px 3px;
  transition: all 0.25s ease;
  color: #999;
}

.absolute-label input:valid + label,
.absolute-label label.full,
.absolute-label input:focus + label {
  position: absolute;
  top: -12px;
  left: 0;
}

.absolute-label input.has-error {
  border-color: #900;
}

.absolute-label em.has-error {
  position: absolute;
  font-size: 10px;
  right: 0;
  bottom: -8px;
  font-style: normal;
  background: #fff;
  color: #900;
  padding: 2px 6px;
}

.forgot-password-text {
  margin: 0 20px 20px;
}

.reset-password-explanation {
  margin: 0 20px 30px;
}

.reset-password-explanation span {
  display: block;
  background: #ededed;
  padding: 5px 10px;
  border-radius: 3px;
}

@keyframes shake {
  10%, 90% {
    margin-left: -1px;
  }

  20%, 80% {
    margin-left: 2px;
  }

  30%, 50%, 70% {
    margin-left: -4px;
  }

  40%, 60% {
    margin-left: 4px;
  }
}

.login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login-form {
  transition: opacity 0.25s ease;
  position: relative;
}

.submitted-form-spinner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 74px;
  height: 35px;
  background: #f96332;
  border-radius: 25px;
  pointer-events: none;
  opacity: 0;
  margin-top: 0;
}

.valid-form-submission .submitted-form-spinner {
  animation: startSpinner 0.75s;
  animation-fill-mode: forwards;
}

.valid-form-submission form {
  opacity: 0;
}

@keyframes startSpinner {
  0% {
    opacity: 0;
  }

  33.33% {
    opacity: 1;
  }

  100% {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 80%);
    width: 50px;
    height: 50px;
    opacity: 1;
    margin-top: 30px;
    background: #ededed;
  }
}

.loader {
  height: 50px;
  width: 50px;
  padding-top: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.loader svg path,
.loader svg rect {
  fill: #f96332;
}

.login-actions {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.login-actions p {
  display: flex;
  justify-content: space-between;
}

.login-actions .btn-primary {
  margin: 0 !important;
}

/*! Overlays */

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}

.overlay-bg.overlay-bg-visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 300px;
  background: #fff;
  margin: -250px 0 0 -250px;
  transform: scale(0.5, 0.5);
  transition: visibility 0s linear 0.25s, opacity 0.25s linear, transform 0.25s linear;
}

.overlay.overlay-visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  transition-delay: 0s;
}

.overlay-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.overlay-content-holder {
  overflow: auto;
  height: 100%;
  padding: 50px 20px 20px;
}

.overlay.overlay-full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
}

.overlay-container.overlay-visible {
  display: block;
}

.overlay-modal-yes-no .overlay-article {
  padding: 50px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px !important;
  height: 220px !important;
  margin: 0 !important;
  margin: -110px 0 0 -200px !important;
}

.overlay-modal-yes-no h2 {
  font-size: 2em;
  color: #333;
  max-width: 300px;
}

.overlay-modal-yes-no ul {
  list-style: none;
  padding: 20px 0 0;
}

.overlay-modal-yes-no ul li {
  display: inline-block;
  margin: 0 20px;
}

.overlay-modal-yes-no ul .btn {
  min-width: 80px;
}

.page-header-strip {
  background: #fff;
  padding: 60px 0 0;
  margin: 0 0 30px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.page-header {
  margin: 0 0 0 20px;
  padding: 0 20px 35px;
  position: relative;
}

@media screen and (min-width: 1300px) {
  .page-header {
    margin: 0 auto;
  }
}

.page-title {
  color: #f96332;
  font-size: 3.2em;
  font-weight: 300;
}

.page-url {
  color: #333;
  font-size: 1.4em;
  font-weight: 300;
}

.page-header-cta {
  position: absolute;
  margin: 0;
  right: 0;
  top: 5px;
}

.page-header-cta .btn {
  margin: 0 20px;
}

div.page-header-cta {
  font-size: 1.4em;
}

.in-page-navigation-panel .page-title {
  margin: 0 0 10px;
}

.in-page-navigation-panel .page-url {
  margin: 0;
}

/*! Pagination */

.pagination ul {
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding-left: 0;
}

.pagination ul > li {
  display: inline;
  line-height: 1.1;
}

.pagination ul > li > span,
.pagination ul > li > a {
  background-color: #fff;
  border: 1px solid #ededed;
  color: #333;
  float: left;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  line-height: 1.4;
  transition: background 0.25s ease-in;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-radius: 5px 0 0 5px;
  margin-left: 0;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-radius: 0 5px 5px 0;
}

.pagination ul > li > a:focus,
.pagination ul > li > a:hover {
  background-color: #ededed;
  color: #000;
}

.pagination ul > li.disabled > a,
.pagination ul > li.disabled > span,
.pagination ul > li.disabled > a:hover {
  color: #ccc;
  cursor: default;
  background: #fff;
}

.pagination ul > li.active > span,
.pagination ul > li.active > a,
.pagination ul > li.active > a:hover {
  color: #fff;
  background: #f96332;
  cursor: default;
}

.pagination--large ul > li {
  font-size: 2em;
}

.pagination--small ul > li {
  font-size: 1.1em;
}

/*! Reset Password or Forgotten password Form Rules*/

.password-rules {
  position: absolute;
  top: -43px;
  left: 300px;
  border: 1px solid #ccc;
  left: 500px;
  border-radius: 5px;
  background: #fff;
  padding: 15px 15px 0;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 280px;
}

.password-rules:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #999 transparent transparent;
  position: absolute;
  top: 53px;
  right: 100%;
}

.password-rules--hidden {
  transition: all 0.15 ease;
  display: none;
}

.password-rules-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  background: #ededed;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.password-rules-list li {
  border-top: 1px solid #ccc;
  padding: 12px 15px 12px 50px;
  margin: 0;
  position: relative;
  transition: background 0.25s ease;
  animation: slideIn 0.2s ease both;
}

.password-rules-list li.valid {
  background: #fff;
}

.password-rules-list li:nth-child(1) {
  animation-delay: 0s;
}

.password-rules-list li:nth-child(2) {
  animation-delay: 0.05s;
}

.password-rules-list li:nth-child(3) {
  animation-delay: 0.15s;
}

.password-rules-list li:nth-child(4) {
  animation-delay: 0.2s;
}

.password-rules-list li:nth-child(5) {
  animation-delay: 0.25s;
}

.password-rules-list li:nth-child(6) {
  animation-delay: 0.3s;
}

.password-rules-list li:nth-child(7) {
  animation-delay: 0.35s;
}

.password-rules-list li:nth-child(8) {
  animation-delay: 0.4s;
}

.password-rules-list li:nth-child(9) {
  animation-delay: 0.45s;
}

.invalid-symbol,
.valid-symbol {
  position: absolute;
  left: 15px;
  top: 24px;
  transform: translateY(-50%);
}

.invalid-symbol svg,
.valid-symbol svg {
  height: 20px;
  width: 20px;
}

.invalid-symbol .path,
.valid-symbol .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.invalid-symbol .path.circle,
.valid-symbol .path.circle {
  animation: dash 0.9s ease-in-out;
}

.invalid-symbol .path.line,
.valid-symbol .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

.invalid-symbol .path.check,
.valid-symbol .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

.valid-symbol {
  display: none;
}

.valid .invalid-symbol {
  display: none;
}

.valid .valid-symbol {
  display: block;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(-300px);
  }

  100% {
    transform: translateX(0);
  }
}

/*! Pick from existing */

.dm-reusable-images {
  height: 100%;
  overflow: auto;
  margin: 0 -20px;
  padding: 10px;
}

.dm-reusable-img:hover {
  border-color: #f96332;
}

.reusable-image-holder {
  display: flex;
  flex-wrap: wrap;
}

.reusable-image {
  width: 20%;
  padding: 10px;
  position: relative;
  transition: all 0.25s;
}

.reusable-image:hover {
  transform: scale(1.05);
}

.reusable-image-img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.overlay-reusable-images .overlay-content {
  width: 900px !important;
  margin-left: -450px !important;
}

.reusable-image-usage {
  position: absolute;
  left: 8px;
  top: 8px;
  background: #ededed;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  transition: all 0.25s;
}

.reusable-image-delete {
  position: absolute;
  left: 8px;
  top: 8px;
  background: #ededed;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  color: #333;
  transition: all 0.25s;
}

.reusable-image-delete:hover {
  color: #f96332;
  animation: iconPulse 0.5s infinite;
}

@keyframes iconPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Search Overlay */

.search-holder {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  line-height: 50px;
  font-size: 1.2em;
  float: right;
  position: relative;
  z-index: 10;
}

.search-holder input {
  border: none;
  background: transparent;
  position: relative;
  color: #fff;
  width: 240px;
  transition: all 0.25s;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 50px;
  border-radius: 0;
}

.search-holder input:focus {
  width: 320px;
  background: rgba(255, 255, 255, 0.1);
}

.search-holder button {
  background: transparent;
  border: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

/*! Tables */

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 1.4em;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.45;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

.col-date {
  width: 155px;
}

.col-status {
  width: 120px;
}

.col-sticky {
  width: 105px;
}

.col-category {
  width: 120px;
}

.list-table .col-yesno {
  width: 100px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 0;
}

.col-updated {
  width: 160px;
}

.col-thumbnail {
  width: 67px;
  padding: 0 !important;
  text-align: center;
}

.col-order {
  text-align: center;
  width: 100px;
}

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

.thumbnail-holder {
  display: block;
  overflow: hidden;
  width: 67px;
  height: 67px;
}

.thumbnail-holder img {
  height: 67px;
  width: auto;
}

.list-usage-table {
  width: calc(100% - 40px);
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-right: none;
  margin: 20px;
  color: #333;
}

.list-usage-table th,
.list-usage-table td {
  font-size: 1.2em;
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.list-usage-table th {
  background: #f5f5f5;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
}

.slide .list-usage-table {
  margin: 20px 0;
  width: 100%;
}

.list-usage-table .sortable-chosen td {
  background: rgba(0, 0, 0, 0.035);
  cursor: grabbing;
}

.list-usage-table__reorder {
  text-align: center;
  width: 35px;
  cursor: grab;
}

.list-usage-table__reorder svg {
  width: 15px;
  height: 15px;
  fill: #333;
}

.list-usage-table__usage,
.list-usage-table__sub_category {
  text-align: center;
  width: 70px;
}

.list-usage-table__usage a,
.list-usage-table__sub_category a {
  text-decoration: none;
  color: #333;
}

.list-usage-table__usage a:hover,
.list-usage-table__sub_category a:hover {
  text-decoration: underline;
  color: #f96332;
}

.list-usage-table__name input {
  width: 100%;
}

.list-usage-table__delete {
  text-align: center;
  width: 70px;
}

.list-usage-table__delete a {
  color: #f96332;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 10px;
}

/*--
==============================
TABLES
NetNames theme overrides
==============================
--*/

.list-table tr.active > td,
.list-table tr.active > th {
  background: #fff6f3;
}

.list-table tr.hover > td,
.list-table tr.hover > th {
  background: #f2f2f2;
}

.col-checkbox {
  text-align: center;
  width: 50px;
}

.col-tld {
  width: 95px;
}

.col-dns-managed {
  text-align: center;
  width: 70px;
}

.col-managed-status {
  width: 150px;
}

.col-contact {
  width: 340px;
}

.table-holder {
  position: relative;
}

.table-scroller {
  border-right: 1px solid #ededed;
  overflow-x: auto;
  width: 100%;
}

.table-container {
  position: relative;
}

.fixed-table-header {
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}

.fixed-table-columns {
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 9;
  border-right: 1px solid #ededed;
}

/*--
Table Scroll Controls - Appear on Hover
--*/

.table-scroll-controls {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 120px;
  transition: opacity 250ms;
  opacity: 0;
  display: none;
  bottom: 0;
  pointer-events: none;
}

.table-scroll-controls.available {
  display: block;
}

.table-scroll-controls.active.available {
  display: block;
  opacity: 1;
}

.table-scroll {
  width: 40px;
  height: 40px;
  background: #f96332;
  display: block;
  border-radius: 50%;
  position: absolute;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  bottom: -60px;
  transition: bottom 250ms 250ms, background 250ms;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  pointer-events: all;
}

.table-scroll-controls.active.available .table-scroll {
  bottom: 20px;
}

.table-scroll--left {
  left: 20px;
}

.table-scroll--left .glyph-icon:before {
  transform: scaleX(-1);
}

.table-scroll--right {
  right: 20px;
}

.table-scroll:hover {
  background: #333;
}

.table-scroll-controls .btn {
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 190px;
  margin: 0 0 0 -95px;
  text-align: center;
  transition: bottom 250ms 500ms, background 250ms;
}

.table-scroll-controls.active.available .btn {
  bottom: 23px;
}

.list-table--with-sticky tbody th,
.list-table--with-sticky tbody td {
  height: 67px;
}

.default-checkbox input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.list-usage-table .action {
  width: 50px;
  padding: 0;
  overflow: hidden;
}

.list-usage-table .action .action-icon {
  border: none;
  background: none;
  display: block;
  text-align: center;
  color: #f96332;
  padding: 15px;
  transition: background 0.25s ease-in, transform 0.15s ease-in;
  cursor: pointer;
}

.list-usage-table .action .action-icon:hover,
.list-usage-table .action a:hover {
  background: #f5f5f5;
  transform: scale(1.2, 1.2);
  text-decoration: none;
}

/*! Tabs */

.tabs-navigation {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  top: 1px;
  display: table;
}

.tabs-navigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 4px 0 0;
  display: table-cell;
}

.tabs-navigation li a {
  border: 1px solid #ccc;
  padding: 10px 20px;
  background: #333;
  text-decoration: none;
  display: inline-block;
  color: #f96332;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}

.tabs-navigation li a:hover {
  color: #000;
}

.tabs-navigation li a.current {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
}

.tabs-content {
  border: 1px solid #ccc;
  padding: 15px;
  display: none;
  background: #fff;
  border-radius: 0 0 0 0;
}

.tabs-content.currentTab {
  display: block;
}

.tabs--pills .tabs-navigation {
  top: 0;
  margin: 0 0 15px;
}

.tabs--pills .tabs-navigation li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}

.tabs--pills .tabs-navigation li a {
  border-radius: 0;
}

.tabs--pills .tabs-navigation li a.current {
  border: 1px solid #ccc;
}

.tabs--pills .tabs-content {
  border: none;
  padding: 0;
}

/*! Tags */

.tags-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 83px;
  bottom: 96px;
  overflow-y: auto;
}

.col-selected-tags {
  padding: 20px;
  width: 27%;
  background: #f5f5f5;
  position: absolute;
  top: 83px;
  bottom: 96px;
  overflow-y: auto;
  z-index: 10;
}

.col-selected-tags .tags-list li {
  display: block;
}

.col-choose-tags {
  padding: 20px;
  border-left: 1px solid #ededed;
  width: 73%;
  margin: 0 0 0 auto;
}

.col-choose-tags h2 .btn--sm,
.col-choose-tags h3 .btn--sm {
  float: right;
}

.col-choose-tags .form-input-border-b {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.tags-selection {
  display: flex;
  min-height: 100%;
  position: relative;
}

.selected-tags-heading {
  font-size: 1.3em;
  color: #f96332;
  text-transform: uppercase;
  position: sticky;
  background: #f5f5f5;
  padding: 10px 0;
  top: 0;
  z-index: 10;
  margin: 0 0 5px;
}

.tags-list {
  list-style: none;
  margin: 0 -20px 20px;
  padding: 0 20px 15px;
  border-bottom: 1px solid #ededed;
}

.tags-list li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.tags-list li.child-category {
  margin: 0 5px 5px 24px;
}

.tags-list .tag--with-button,
.tags-list .tag--with-delete,
.tags-list .parent-category {
  cursor: default !important;
}

.tag--with-button.margin-right-bottom {
  margin-right: 10px;
  margin-bottom: 10px;
}

.tags-list-inline {
  display: inline;
  border-bottom: none;
}

.selected-category-wrapper .tags-list:not(:last-of-type) {
  padding: 0 20px;
  border: none;
  margin: 0 -20px 10px;
}

.tag {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 30px 4px 10px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.tag a {
  text-decoration: none;
  color: inherit;
}

.tag button {
  background: none;
  border: none;
  padding: 0;
}

.tag:not(.tag--with-button) {
  padding: 4px 10px 4px 10px;
}

.tag-selected {
  color: #219653;
}

.draggable-tag:hover {
  border-color: #999;
  cursor: move;
}

.remove-tag,
.delete-tag button {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  font-size: 6px;
  text-align: center;
  line-height: 10px;
  bottom: 0;
  width: 20px;
  color: #999;
  background: #ededed;
}

.remove-tag .glyph-icon,
.delete-tag button .glyph-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.add-tag {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  font-size: 6px;
  text-align: center;
  line-height: 10px;
  bottom: 0;
  width: 20px;
  color: #999;
  background: #ededed;
}

.add-tag .glyph-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.more-tag {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  font-size: 6px;
  text-align: center;
  line-height: 10px;
  bottom: 0;
  width: 20px;
  color: #999;
  background: #ededed;
}

.more-tag .glyph-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.remove-tag:hover {
  color: #900;
}

.select-tag-heading {
  font-size: 1.3em;
  font-weight: 300;
  padding: 10px 20px;
  margin: 0 -20px 5px;
  color: #f96332;
  text-transform: uppercase;
  top: 0;
}

.tag-edit-btn {
  border: none;
  background: none;
  font-size: 14px;
  color: #f96332;
  padding: 4px 10px;
  margin-left: 5px;
  float: right;
}

.select-tags-list {
  list-style: none;
  margin: 0 -20px 15px;
  padding: 0 20px 15px;
  border-bottom: 1px solid #ededed;
}

.select-tags-list li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.select-tag-sub-heading {
  font-size: 1.3em;
  font-weight: 300;
  padding: 10px 0 10px 20px;
  margin: 0 -20px 15px;
  color: #f96332;
  background: #fff;
  text-transform: uppercase;
}

.select-tag-sub-heading .btn--sm,
.select-tag-sub-heading .tag-edit-btn {
  margin-right: 20px;
}

.viewing-tag-category {
  background: #f6f6f6;
  padding: 20px 20px 15px;
  margin: 0 0 15px;
}

.viewing-tag-category .select-tags-list {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  margin: 0;
  padding: 0;
}

.viewing-tag-category .select-tag-sub-heading {
  margin: 0 -40px 15px;
}

.centre-tag-actions {
  text-align: center;
}

.tag input {
  border: none;
  padding: 6px 0;
  width: 138px;
}

.tags-list-in-page {
  padding: 20px;
  margin: 0;
}

.select-tags-edit-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20;
  padding: 20px 200px 40px;
  overflow-y: auto;
}

.select-tags-edit-cover h3 {
  color: #333;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0 0 20px;
}

.select-tags-edit-cover h3 + .btn {
  position: absolute;
  top: 16px;
  right: 200px;
  font-size: 1.2em;
}

.select-tags-edit-cover label {
  white-space: nowrap;
  margin: 10px;
}

.tag {
  animation-name: addTag;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.tag-deleting {
  animation-name: removeTag;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes removeTag {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes addTag {
  0% {
    transform: scale(0);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.autocomplete {
  display: inline-block;
}

.autocomplete input {
  width: 100% !important;
}

.autocomplete__suggestions {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.autocomplete__suggestions div {
  background: transparent !important;
  padding: 10px;
  border-top: 1px solid #ededed;
  color: #333;
  cursor: pointer !important;
}

.autocomplete__suggestions div:hover {
  background: #f5f5f5 !important;
}

.autocomplete__suggestions div:first-child {
  border-top: none;
}

/*! Tooltips */

a.tooltip {
  outline: none;
}

a.tooltip strong {
  line-height: 30px;
}

a.tooltip:hover {
  text-decoration: none;
}

.tooltip-text {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -25px;
  margin-left: 15px;
  width: 300px;
  line-height: 16px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC;
}

a.tooltip:hover .tooltip-text {
  display: inline;
  position: absolute;
  color: #333;
  border: 1px solid #ccc;
  background: #fff;
}

.tooltip-text:after {
  z-index: 20;
  position: absolute;
  top: 28px;
  border: 0;
  left: -12px;
  width: 0;
  content: "";
  height: 0;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #999;
}

a.tooltip--bottom {
  position: relative;
}

a.tooltip--bottom .tooltip-text {
  margin-top: 12px;
  left: 0;
  margin-left: 0;
  top: auto;
}

a.tooltip--bottom:hover .tooltip-text {
  display: block;
}

a.tooltip--bottom .tooltip-text:after {
  z-index: 20;
  position: absolute;
  top: -12px;
  border: 0;
  left: 12px;
  width: 0;
  content: "";
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #999;
}

a.tooltip--top {
  position: relative;
}

a.tooltip--top .tooltip-text {
  margin-top: 12px;
  left: 0;
  margin-left: 0;
  top: auto;
  bottom: 30px;
}

a.tooltip--top:hover .tooltip-text {
  display: block;
}

a.tooltip--top .tooltip-text:after {
  z-index: 20;
  position: absolute;
  top: auto;
  bottom: -12px;
  border: 0;
  left: 12px;
  width: 0;
  content: "";
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #999;
}

/*! Transforms */

/*! Language Selector */

.languages {
  position: relative;
  margin: 10px;
}

.languages__selector {
  display: table;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.languages__selector a {
  height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

.languages__selector .glyph-icon {
  font-size: 70%;
  margin-left: 10px;
  float: right;
  position: relative;
  top: 3px;
}

.languages__selector svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.languages__selector .active .glyph-icon {
  transform: rotate(180deg);
}

.languages__list {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  min-width: 100%;
  margin: 0;
  z-index: 1000;
  height: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.25s ease;
}

.languages__list.visible {
  height: 312px;
  visibility: visible;
}

.languages__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.languages__list li {
  border-top: 1px solid #f96332;
  margin: 0;
}

.languages__list li a {
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  display: block;
  opacity: 0;
  transform: scale(0.7, 0.7);
  transition: all 0.25s ease;
}

.languages__list li a:hover {
  background: rgba(0, 0, 0, 0.1);
  padding-left: 15px;
}

.languages__list li a svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.languages__list li.selected a {
  background: #f96332;
}

.visible.languages__list li a {
  transition: background 0.25s ease 0s, padding 0.25s ease 0s, transform 0.3s ease 0.15s, opacity 0.3s ease 0.15s;
}

.visible.languages__list li:nth-child(2) a {
  transition: background 0.25s ease 0s, padding 0.25s ease 0s, transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}

.visible.languages__list li:nth-child(3) a {
  transition: background 0.25s ease 0s, padding 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.3s ease 0.25s;
}

.visible.languages__list li:nth-child(4) a {
  transition: background 0.25s ease 0s, padding 0.25s ease 0s, transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
}

.visible.languages__list li:nth-child(5) a {
  transition: background 0.25s ease 0s, padding 0.25s ease 0s, transform 0.3s ease 0.35s, opacity 0.3s ease 0.35s;
}

.visible.languages__list li:nth-child(6) a {
  transition: background 0.25s ease 0s, padding 0.25s ease 0s, transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
}

.visible.languages__list li:nth-child(7) a {
  transition: background 0.25s ease 0s, padding 0.25s ease 0s, transform 0.3s ease 0.45s, opacity 0.3s ease 0.45s;
}

.visible.languages__list li:nth-child(8) a {
  transition: background 0.25s ease 0s, padding 0.25s ease 0s, transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
}

.visible.languages__list li a {
  transform: scale(1, 1);
  opacity: 1;
}

/*! Forms */

body.slide-showing {
  overflow: hidden;
}

.slide-holder {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 10000;
}

.slide-holder.visible {
  width: 600px;
}

.slide-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.visible .slide-bg {
  width: 100%;
}

.slide {
  position: absolute;
  right: -600px;
  top: 0;
  bottom: 0;
  background: #fff;
  transition: right 0.25s ease;
  overflow-y: auto;
  width: 600px;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
}

.visible .slide {
  right: 0 !important;
}

.slide .panel {
  box-shadow: none;
}

.slide .action-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 30px;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tagging-slide-holder.visible {
  width: 883px;
}

.tagging-slide-holder .slide {
  right: -883px;
  width: 883px;
}

.tagging-slide-holder .fixed-centre-content,
.tagging-slide-holder .action-buttons {
  max-width: none;
  background: #fff;
}

.close-slide-holder {
  position: absolute;
  right: 0;
  top: 10px;
}

.close-slide-holder .close-slide {
  position: static;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #f96332;
}

.slide-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 93px;
  overflow: auto;
  padding-bottom: 20px;
}

/*! Order List */

.order-panel {
  background: #f6f6f6;
  border-bottom: 1px solid #ededed;
  padding: 20px;
}

.reorder-list {
  width: 235px;
  float: left;
  padding: 20px;
}

.reorder-list:nth-child(4n+1) {
  clear: left;
}

.reorder-list-item {
  background: #fff;
  transition: all 0.25s;
  border: 1px solid #ededed;
  position: relative;
  height: 255px;
}

.reorder-list-item__image-holder {
  overflow: hidden;
  height: 100%;
}

.reorder-list-item__image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  display: block;
  transition: all 0.5s ease;
  transform-origin: center;
}

.reorder-list-item__title {
  text-align: center;
  margin: 0;
  border-top: 1px solid #ededed;
  color: #333;
  display: block;
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reorder-list-item__tags {
  background-color: #FFF;
  list-style: none;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.reorder-list-item__tags li {
  display: inline-block;
  width: 23.5%;
  background-color: #ededed;
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ededed;
}

.reorder-list-item__tags li:not(:last-child) {
  margin-right: 3px;
}

.reorder-list-item__tags .disabled {
  background-color: #FFF;
  color: #CCC;
}

.thumbnail-edit-hover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  transition: background 0.5s ease;
}

.thumbnail-edit-hover .flaticon-tool {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(10%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top 0.5s ease 0.1s;
  cursor: pointer;
}

.thumbnail-edit-hover .flaticon-edit {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(-110%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top 0.5s ease;
  cursor: pointer;
}

.thumbnail-edit-hover .thumbnail-drag {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(10%, -50%);
  font-size: 2em;
  color: #f96332;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
  transition: top 0.5s ease 0.1s;
  cursor: move;
}

.thumbnail-edit-hover .thumbnail-drag svg {
  height: 20px;
  width: 20px;
}

.thumbnail-edit-hover .thumbnail-drag svg path {
  fill: #f96332;
}

.thumbnail-edit-hover:hover span {
  top: 40%;
}

.page-header--order {
  max-width: 800px;
  padding: 0 10px;
}

.page-header--order .page-header-cta {
  margin: 4px 10px 0 0;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  font-size: 1em;
}

.gu-hide {
  display: none !important;
}

.gu-transit {
  outline: 1px dotted #f96332;
  transition: transform 0.2s;
  z-index: 0;
  background: transparent;
  position: relative;
  z-index: 2;
}

.gu-transit img,
.gu-transit a {
  opacity: 0.2;
}

.gu-mirror .drag-hide {
  display: none !important;
}

.js-lister-content-wrapper .reorder-list-item__image-holder {
  max-height: 193px;
  height: 100%;
}

.gallery-images {
  position: relative;
}

.gallery-images .loader-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  bottom: 82px;
  background: #f6f6f6;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}

.spinner-showing.gallery-images .loader-holder {
  display: flex;
}

/* Star Rating */

.star-rating {
  padding: 0 20px 15px;
  margin: -6px -20px 15px;
  border-bottom: 1px solid #ededed;
}

.star-rating__checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.star-rating__star {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  line-height: 1;
  font-size: 3em;
  color: #ededed;
  transition: all 0.2s ease-out;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
  margin: 0;
}

.star-rating__star:hover {
  cursor: pointer;
}

.star-rating__star.active {
  color: #f96332;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  margin: -1px 1px 1px -1px;
}

.autocomplete,
.autocomplete div,
.autocomplete span {
  /*	-moz-box-sizing: border-box !important;
      box-sizing: border-box !important;*/
}

.autocomplete {
  position: relative;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
}

.autocomplete .input {
  position: relative;
  z-index: 2;
}

.autocomplete .autocomplete_dropdown {
  position: absolute;
  border: 1px solid #ccc;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  display: none;
  z-index: 1001;
  margin-top: -1px;
  background-color: #fff;
  min-width: 100%;
  overflow: auto;
}

.autocomplete .autocomplete_hint {
  position: absolute;
  z-index: 1;
  color: #ccc !important;
  -webkit-text-fill-color: #ccc !important;
  text-fill-color: #ccc !important;
  overflow: hidden !important;
  white-space: pre !important;
}

.autocomplete .autocomplete_hint span {
  color: transparent;
  opacity: 0;
}

.autocomplete .autocomplete_dropdown > .autocomplete_copyright {
  color: #ddd;
  font-size: 10px;
  text-decoration: none;
  right: 5px;
  position: absolute;
  margin-top: -15px;
  z-index: 1002;
}

.autocomplete .autocomplete_dropdown > div {
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.5em;
  padding: 2px 0px 2px 0px;
}

.autocomplete .autocomplete_dropdown > div.active {
  background: #0097CF;
  color: #FFFFFF;
}

/*! 404 */

.error-page-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
}

.error-page-holder p {
  max-width: 300px;
  margin: 0 auto;
}

.error-page {
  position: relative;
  height: 320px;
  width: 320px;
  padding: 27px 0 0 0;
  border-radius: 50%;
  margin: 75px 0 0;
}

.error-page .error-page__character {
  width: 320px;
  height: 248px;
  transition: margin-top 0.05s;
  position: absolute;
  top: 50%;
  margin-top: -124px;
  left: 0;
}

.error-page .error-page__sparkle {
  width: 320px;
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: none;
}

.error-page__title {
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
}

.left-arm {
  animation: scaredArmLeft 1.4s infinite;
}

.right-arm {
  animation: scaredArmRight 1.4s infinite;
}

.spark {
  animation: oohGettingClose 1.4s infinite;
  transform-origin: center;
}

.smoke {
  position: absolute;
  left: 0;
  top: -30px;
  display: none;
}

.smoking .smoke {
  display: block;
}

.mouth {
  transform-origin: center;
}

.error-page:hover .error-page__character {
  animation: electrocution 0.15s linear infinite;
  margin-top: -134px;
}

.error-page:hover .error-page__character path,
.error-page:hover .error-page__character g,
.error-page:hover .error-page__character rect,
.error-page:hover .error-page__character ellipse,
.error-page:hover .error-page__character polygon,
.error-page:hover .error-page__character circle,
.error-page:hover .error-page__character .cls-1 {
  animation: electrocutionFlicker 0.2s linear infinite;
}

.error-page:hover .error-page__sparkle {
  display: block;
  animation: electrocutionSparkle 2s linear infinite;
}

.error-page:hover .error-page__sparkle path,
.error-page:hover .error-page__sparkle g {
  animation: electrocutionColour 0.5s linear infinite;
}

.error-page:hover .error-page__sparkle2 {
  display: block;
  animation: electrocutionSparkle 3s linear infinite reverse;
}

.error-page:hover .left-arm {
  animation: none;
  transform: translateX(35px);
}

.error-page:hover .right-arm {
  animation: none;
  transform: translateX(-35px);
}

.error-page:hover .spark,
.error-page:hover .shadow {
  display: none;
}

.error-page:hover.smoking .smoke {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .eye {
    animation: eyeBlink 3s infinite;
    transform-origin: center;
  }

  .error-page:hover .left-leg {
    transform: rotate(45deg);
    transform-origin: center top;
    margin-top: 10px;
  }

  .error-page:hover .right-leg {
    transform: rotate(-45deg);
    transform-origin: center top;
    margin-top: 10px;
  }

  .error-page:hover .eye {
    transform: scale(1.2);
  }

  .error-page:hover .mouth {
    transform: scale(3, 3);
  }
}

@keyframes scaredArmLeft {
  50% {
    transform: translateX(-30px);
  }
}

@keyframes scaredArmRight {
  50% {
    transform: translateX(30px);
  }
}

@keyframes oohGettingClose {
  0% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }

  5% {
    opacity: 0;
    transform: scale(1, 1);
  }

  10% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }

  15% {
    opacity: 0;
    transform: scale(1, 1);
  }

  85% {
    opacity: 0;
    transform: scale(1, 1);
  }

  90% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }

  95% {
    opacity: 0;
    transform: scale(1, 1);
  }

  100% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
}

@keyframes electrocution {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(-3deg);
  }
}

@keyframes electrocutionFlicker {
  50% {
    fill: #000;
  }
}

@keyframes electrocutionSparkle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes eyeBlink {
  80% {
    transform: scaleY(1);
  }

  90% {
    transform: scaleY(0.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes nervousMouth {
  50% {
    transform: translateX(20px);
  }

  70% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(5px);
  }
}

/*! Datepicker */

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #fa764b;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #fa7448;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */

.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #f96332;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #f96332;
}

.datepicker--cell.-in-range- {
  background: rgba(249, 99, 50, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(249, 99, 50, 0.5);
  background-color: rgba(249, 99, 50, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(249, 99, 50, 0.5);
  background-color: rgba(249, 99, 50, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #fa7448;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #fa7448;
}

.datepicker--cell.-selected-.-focus- {
  background: #f96332;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #f96332;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  /*font-family: Tahoma, sans-serif;*/
  font-size: 12px;
  color: #333;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgba(249, 99, 50, 0.8);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #f96332;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */

.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #da6f29;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #333;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgba(249, 99, 50, 0.8);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #da6f29;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */

.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  /*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #f96332;
  border-color: #f96332;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #f96332;
  border-color: #f96332;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #f96332;
  border-color: #f96332;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgba(249, 99, 50, 0.8);
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #da6f29;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(249, 99, 50, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* style.scss */

/**
 * Variables
 */

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker,
.calentim-container .calentim-input .calentim-timepickers,
.calentim-container-mobile .calentim-input .calentim-timepickers,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month,
.calentim-container .calentim-input .calentim-calendars,
.calentim-container-mobile .calentim-input .calentim-calendars,
.calentim-container .calentim-input .calentim-header,
.calentim-container-mobile .calentim-input .calentim-header,
.calentim-container .calentim-input,
.calentim-container-mobile .calentim-input {
  display: -moz-flex;
  display: flex;
}

/**
 * Mobile & Desktop Common Styles
 */

.calentim-container,
.calentim-container-mobile {
  font-size: 15px;
  float: left;
  font-family: "Open Sans", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 9999;
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  -webkit-text-size-adjust: 100%;
}

.calentim-container:focus,
.calentim-container-mobile:focus {
  box-shadow: none;
  outline: none;
}

.calentim-container .calentim-input,
.calentim-container-mobile .calentim-input {
  margin: 5px;
  border: 1px solid #ededed;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.4);
  -moz-flex-direction: column;
  flex-direction: column;
}

.calentim-container .calentim-input .calentim-header,
.calentim-container-mobile .calentim-input .calentim-header {
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #ededed;
}

.calentim-container .calentim-input .calentim-header .calentim-header-separator,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-separator {
  float: left;
  display: inline-block;
  margin: 0;
  margin-top: -2px;
  padding: 0 16px;
  color: #ccc;
  font-size: 32px;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start,
.calentim-container .calentim-input .calentim-header .calentim-header-end,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
  float: left;
  white-space: nowrap;
  display: block;
  margin-right: 10px;
  text-align: left;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day,
.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  float: left;
  font-size: 2.5em;
  color: #f96332;
  margin-top: -10px;
  margin-right: 8px;
  font-weight: 900;
  text-align: left;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-date,
.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-date,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-date,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-date {
  font-size: 0.9em;
  color: #333;
  display: inline-block;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-weekday,
.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-weekday,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-weekday,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-weekday {
  font-size: 0.7em;
  font-weight: 600;
  color: #999;
}

.calentim-container .calentim-input .calentim-calendars,
.calentim-container-mobile .calentim-input .calentim-calendars {
  position: relative;
  box-sizing: border-box;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector {
  position: absolute;
  display: none;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 0px solid #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month {
  -moz-flex: 1 1 25%;
  flex: 1 1 25%;
  background: #fff;
  height: 33.33%;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  box-sizing: border-box;
  outline: 1px solid #ededed;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #fa825b;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover {
  background: #f96332;
  cursor: pointer;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  -moz-flex: 1 1 20%;
  flex: 1 1 20%;
  margin: 0px;
  background: #fff;
  height: 33.33%;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  box-sizing: border-box;
  outline: 1px solid #ededed;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current {
  background: #fa825b;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover {
  background: #f96332;
  cursor: pointer;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  font-size: 2.65em;
  background: white;
  color: #f96332;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
  -moz-flex: 1;
  flex: 1;
  float: left;
  padding-bottom: 8px;
  border-right: 1px solid #ededed;
  box-sizing: border-box;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar.no-border-right,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.no-border-right {
  border-right: none;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title {
  text-align: center;
  font-weight: 300;
  -moz-flex: 0;
  flex: 0;
  color: #333;
  text-transform: capitalize;
  border-bottom: 1px solid #ededed;
  padding: 6px 12px;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.2em;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next {
  font-size: 1em;
  cursor: hand;
  cursor: pointer;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i {
  cursor: pointer;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i:hover {
  text-shadow: 1px 2px 3px #eee;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev {
  float: left;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span {
  -moz-flex: 1;
  flex: 1;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover {
  color: #f96332;
  cursor: hand;
  cursor: pointer;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next {
  float: right;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container {
  padding: 10px;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  flex-direction: row;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
  width: calc(100% / 7);
  text-align: center;
  padding: 3px;
  font-size: 0.76em;
  font-weight: 400;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 1px;
}

@media all and (-ms-high-contrast: none) {
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
    width: calc((100% / 7) - 1px);
  }
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled span {
  pointer-events: none;
  display: block;
  padding: 3px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek {
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 600;
  color: #616161;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day {
  cursor: pointer;
  overflow: hidden;
  color: #333;
  position: relative;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  transition: background 0.1s ease;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end {
  background: #f96332;
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled {
  background: #fee0d6;
  color: white;
  opacity: 0.7;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled span {
  background: transparent !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start {
  border-radius: 6px 0 0 6px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #fa825b;
  border-radius: 4px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end {
  border-radius: 0 6px 6px 0;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span {
  background: #fa825b;
  border-radius: 4px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start.calentim-end {
  border-radius: 6px !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected),
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
  background: #fcb198;
  color: black;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span {
  background: #fcb198;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-disabled {
  opacity: 0.66;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today {
  color: #fa825b;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-hovered,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-hovered {
  color: black;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected {
  color: white;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day:hover:not(.calentim-hovered):not(.calentim-selected),
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day:hover:not(.calentim-hovered):not(.calentim-selected) {
  background: gainsboro;
  border-radius: 3px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range {
  color: #ccc;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
  color: #ccc;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend {
  color: #b0644c;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-next,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-prev {
  cursor: pointer;
  font-size: 1.25em;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-next:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-prev:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-next:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-prev:hover {
  text-shadow: 1px 2px 3px #eee;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-next {
  float: right;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-prev {
  float: left;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar:last-child,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar:last-child {
  border-right: none;
}

.calentim-container .calentim-input .calentim-timepickers,
.calentim-container-mobile .calentim-input .calentim-timepickers {
  border-top: 1px solid #ededed;
  text-align: left;
  -moz-flex-direction: row;
  flex-direction: row;
  background: ghostwhite;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker {
  box-sizing: border-box;
  margin: 0 2px;
  padding: 10px 5px;
  color: #999;
  -moz-flex: 1;
  flex: 1;
  -moz-flex-direction: row;
  flex-direction: row;
  border-right: 1px solid #ededed;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker:last-child,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker:last-child {
  border-right: none;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator {
  color: #f96332;
  font-size: 1.8em;
  font-weight: bold;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 0.1em;
  margin-top: -2px;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm {
  -moz-flex-direction: column;
  flex-direction: column;
  margin-left: 5px;
  font-size: 0.7em;
  font-weight: bold;
  color: #6a6e71;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am {
  -moz-flex: 1;
  flex: 1;
  border: 1px solid #ededed;
  border-radius: 4px 4px 0 0;
  background: white;
  border-bottom: none;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 5px;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am:hover,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am:hover {
  cursor: pointer;
  cursor: hand;
  background: #f8f8ff;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm {
  -moz-flex: 1;
  flex: 1;
  border: 1px solid #ededed;
  border-radius: 0 0 4px 4px;
  background: white;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 5px;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm:hover,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm:hover {
  cursor: pointer;
  cursor: hand;
  background: #f8f8ff;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected {
  background: #fa825b;
  border-color: #fa825b;
  color: white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover {
  background: #fa825b;
  color: white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper {
  -moz-flex: 1;
  flex: 1;
  -moz-flex-direction: column;
  flex-direction: column;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours {
  flex-wrap: nowrap;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  height: 4.2em;
  box-sizing: border-box;
  color: #ededed;
  background: white;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ededed;
  border-right: none;
  text-align: center;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-prev,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-prev {
  transform: perspective(4em) rotateX(30deg);
  color: #333;
  opacity: 0;
  transform-origin: bottom;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected {
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff;
  box-shadow: inset 0 0 10px 100px white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-next,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-next {
  transform: perspective(4em) rotateX(-30deg);
  color: #333;
  opacity: 0;
  transform-origin: top;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper {
  -moz-flex: 1;
  flex: 1;
  -moz-flex-direction: column;
  flex-direction: column;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes {
  flex-wrap: nowrap;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  line-height: 1.4em;
  height: 4.2em;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #ededed;
  background: white;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ededed;
  border-right: none;
  text-align: center;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-prev,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-prev {
  transform: perspective(4em) rotateX(30deg);
  color: #333;
  opacity: 0;
  transform-origin: bottom;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected {
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff;
  box-shadow: inset 0 0 10px 100px white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-next,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-next {
  transform: perspective(4em) rotateX(-30deg);
  color: #333;
  opacity: 0;
  transform-origin: top;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows {
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up {
  -moz-flex: 1;
  flex: 1;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 4px;
  background: white;
  border: 1px solid #ededed;
  background: white;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down {
  -moz-flex: 1;
  flex: 1;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 4px;
  background: white;
  border: 1px solid #ededed;
  background: white;
  border-bottom: none;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows > div:hover,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows > div:hover,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows > div:hover,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows > div:hover {
  background: whitesmoke;
  cursor: pointer;
  cursor: hand;
}

.calentim-container .calentim-input .calentim-ranges,
.calentim-container-mobile .calentim-input .calentim-ranges {
  border-top: 1px solid #ededed;
  clear: both;
  padding: 10px;
  text-align: left;
}

.calentim-container .calentim-input .calentim-ranges i,
.calentim-container-mobile .calentim-input .calentim-ranges i {
  float: left;
  color: #6a6e71;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 1px;
}

.calentim-container .calentim-input .calentim-ranges .calentim-range-header,
.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range-header {
  font-size: 0.8em;
  color: #6a6e71;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-ranges .calentim-range,
.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range {
  display: inline-block;
  color: #f96332;
  margin: 3px;
  font-size: 0.7em;
  cursor: pointer;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-ranges .calentim-range:hover,
.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range:hover {
  text-decoration: underline;
}

.calentim-container.calentim-hidden-calendar .calentim-input .calentim-timepickers {
  border-top: none;
}

.calentim-container.calentim-hidden-calendar .calentim-box-arrow-top:after {
  border-bottom-color: ghostwhite;
}

.calentim-container .calentim-input .calentim-footer {
  text-align: right;
}

.calentim-container .calentim-input .calentim-footer .calentim-apply {
  background: #f96332;
  border: none;
  padding: 6px 18px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin: 6px;
  border-radius: 3px;
}

.calentim-container .calentim-input .calentim-footer .calentim-apply:disabled {
  background: #999;
  color: gray;
}

.calentim-container .calentim-input .calentim-footer .calentim-cancel {
  background: #999;
  border: none;
  padding: 6px 18px;
  color: #6a6e71;
  margin: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-right: 0px;
  border-radius: 3px;
}

.calentim-inline {
  margin: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.calentim-inline .calentim-input {
  box-shadow: none;
  margin: 0;
  border: none;
  border-radius: 0;
}

.calentim-inline .calentim-header-start-date,
.calentim-inline .calentim-header-end-date {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
}

.calentim-inline .calentim-header-start-weekday,
.calentim-inline .calentim-header-end-weekday {
  margin-top: -2px;
  text-transform: uppercase;
}

/**
 * Mobile styles
 */

.calentim-container-mobile.calentim-hidden-calendar .calentim-input .calentim-timepickers {
  max-width: 100%;
  border-bottom: none;
  border-top: none;
}

.calentim-container-mobile.calentim-hidden-calendar .calentim-input .calentim-footer {
  width: 100%;
  background: white;
}

.calentim-container-mobile .calentim-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  margin: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  border: 1px solid #ededed;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  overflow-y: hidden;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input {
    bottom: 0;
    overflow-y: hidden;
    flex-wrap: wrap;
  }
}

.calentim-container-mobile .calentim-input .calentim-header {
  box-sizing: border-box;
  padding: 12px;
  order: 0;
  display: flex;
  display: -ms-flexbox;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex-flow: nowrap;
  background: ghostwhite;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-header {
    width: 50%;
    float: right;
    order: 2;
    padding: 6px 8px 7px 8px;
    border-left: 1px solid #ddd;
    font-size: 0.857em;
  }
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-separator {
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  color: lightsteelblue;
  margin-top: 2px;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-header .calentim-header-separator {
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
  }
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
  margin: 0;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start,
  .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
    width: 50%;
    min-width: 0;
    padding: 0 0px;
  }
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  font-size: 2.8em;
  margin: -10px;
  font-weight: 400;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-date {
  font-size: 1em;
  color: #424242;
  font-weight: 500;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-weekday {
  font-size: 0.8em;
  color: #424242;
  font-weight: 400;
  line-height: 10px;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day {
  margin-right: 8px;
  margin-left: 0;
  float: left;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
  text-align: right;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}

.calentim-container-mobile .calentim-input .calentim-calendars {
  order: 2;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  background: white;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  overflow: scroll;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-calendars {
    width: 50%;
    order: 0;
  }
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector {
  border-bottom: 1px solid #ededed;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month {
  flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  height: 25%;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year {
  flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  height: 33.33%;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
  border-right: none;
  display: block;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
    border: none;
  }
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar:first-child .calentim-title {
  border-top: none;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title {
  background: ghostwhite;
  align-items: center;
  font-size: 1.25em;
  justify-content: space-between;
  display: flex;
  display: -ms-flexbox;
  border-top: 1px solid #ededed;
  color: #424242;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title {
    box-sizing: border-box;
    padding: 8px;
  }
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container {
  padding: 10px 4px;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
  min-height: calc((100% - 48px) / 8);
  font-size: 0.8572em;
  position: relative;
  justify-content: center;
  align-items: stretch;
  display: flex;
  display: -ms-flexbox;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled span {
  flex: 1;
  -ms-flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  display: -ms-flexbox;
}

.calentim-container-mobile .calentim-input .calentim-ranges {
  background: white;
  order: 2;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  align-items: flex-end;
  margin: 0px;
  padding: 4px;
  border: none;
  text-align: center;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-ranges {
    width: 50%;
    box-sizing: border-box;
    flex: 1 1 0;
    -ms-flex: 1 1 0;
    border-left: 1px solid #ddd;
    overflow-y: scroll;
    min-height: 50px;
  }
}

.calentim-container-mobile .calentim-input .calentim-ranges i {
  font-size: 20px;
  display: none;
}

.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range-header {
  font-size: 0.9em;
  display: none;
}

.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range {
  font-size: 0.85em;
  padding: 4px 8px;
  background: #fa825b;
  font-weight: 400;
  color: white;
  border-radius: 21px;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-ranges .calentim-range {
    border-radius: 6px;
    display: block;
    margin: 4px;
  }
}

.calentim-container-mobile .calentim-input .calentim-filler {
  display: none;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-filler {
    display: block;
    box-sizing: border-box;
    flex-grow: 1;
    margin-bottom: auto;
    border-left: 1px solid #ededed;
    min-height: 100px;
    order: 3;
  }
}

.calentim-container-mobile .calentim-input .calentim-ranges + .calentim-filler {
  display: none;
}

.calentim-container-mobile .calentim-input .calentim-footer {
  order: 3;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  text-align: center;
  padding: 6px 6px 7px 6px;
  background: ghostwhite;
  border-top: 1px solid #ededed;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-footer {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    margin-top: auto;
  }
}

.calentim-container-mobile .calentim-input .calentim-footer button {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  padding: 4px;
  font-weight: 400;
  outline: none;
  border: none;
  border-radius: 4px;
  width: calc((100% - 10px) / 2);
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply {
  background: #f03a47;
  color: white;
  margin-left: 7px;
  font-weight: 500;
  border: 1px solid #f03a47;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply[disabled=disabled],
.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply:disabled {
  background: #999;
  color: #333;
  border: 1px solid #333;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-cancel {
  background: transparent;
  color: #f03a47;
  border: 1px solid #f03a47;
  box-sizing: border-box;
}

.calentim-container-mobile .calentim-input .calentim-timepickers {
  order: 2;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  background: ghostwhite;
  font-size: 1em;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-timepickers {
    border-top: none;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    font-size: 1.125em;
    order: 2;
  }
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator {
  margin-top: 0px;
  color: #6a6e71;
  font-size: 1.8em;
  font-weight: bold;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator {
    margin-top: 0px;
    font-size: 1.4em;
  }
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours {
  font-size: 21px;
  border: 1px solid #ededed;
  border-radius: 3px;
  /*background: linear-gradient(to bottom, #e8e8ef 0%, #fff 45%, #d8d8df 100%);
  box-shadow: inset 0 2px 10px 1px #424242;*/
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected {
  background: whitesmoke;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #ededed;
  margin: 0 2px;
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes {
  font-size: 21px;
  border: 1px solid #ededed;
  border-radius: 3px;
  /*box-shadow: inset 0 2px 10px 1px #424242;
  background: linear-gradient(to bottom, #e8e8ef 0%, #fff 45%, #d8d8df 100% );*/
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected {
  background: whitesmoke;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #ededed;
  margin: 0 2px;
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows {
  display: none;
}

.calentim-container-mobile.calentim-inline {
  box-sizing: border-box;
}

.calentim-container-mobile.calentim-inline .calentim-input {
  position: static;
  box-shadow: none;
  box-sizing: border-box;
}

.calentim-container-mobile.calentim-inline .calentim-input .calentim-footer {
  display: none !important;
}

.calentim-container-mobile.calentim-inline .calentim-input.calentim-hidden-calendar .calentim-timepickers {
  max-width: 100%;
  border-top-width: 0 !important;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile.calentim-inline .calentim-input {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .calentim-container-mobile.calentim-inline .calentim-input .calentim-calendars {
    order: 0;
    flex: 1 0 auto;
    width: calc(50% - 1px);
    border-left: none;
    border-right: 1px solid #ededed;
  }

  .calentim-container-mobile.calentim-inline .calentim-input .calentim-header {
    order: 1;
    flex: 0 1 auto;
    width: calc(50% - 1px);
    border-left: none;
    border-right: 1px solid #ededed;
    border-bottom: none;
  }

  .calentim-container-mobile.calentim-inline .calentim-input .calentim-timepickers {
    order: 2;
    flex: 0 0 auto;
    max-width: 50%;
    border-left: none;
  }

  .calentim-container-mobile.calentim-inline .calentim-input .calentim-timepickers .calentim-timepicker-ampm {
    width: 7vmin;
  }

  .calentim-container-mobile.calentim-inline .calentim-input .calentim-ranges {
    order: 3;
    flex: 0 1 auto;
    width: 50%;
    border-left: none;
  }
}

.calentim-open {
  overflow: hidden;
}

.calentim-no-anim {
  transition: all 0s ease !important;
}

.calentim-popup {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}

.calentim-box-arrow-top {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-left: 0;
  position: absolute;
  top: 0px;
}

.calentim-box-arrow-top:after,
.calentim-box-arrow-top:before {
  bottom: calc(100% - 6px);
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.calentim-box-arrow-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.calentim-box-arrow-top:before {
  border-color: rgba(184, 184, 184, 0);
  border-bottom-color: #ededed;
  border-width: 11px;
  margin-left: -11px;
}

.calentim-box-arrow-bottom {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-left: 0;
  position: absolute;
  bottom: 0px;
}

.calentim-box-arrow-bottom:after,
.calentim-box-arrow-bottom:before {
  bottom: -15px;
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.calentim-box-arrow-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 11px;
  margin-left: -11px;
}

.calentim-box-arrow-bottom:before {
  border-color: rgba(184, 184, 184, 0);
  border-top-color: #ededed;
  border-width: 10px;
  margin-left: -10px;
}

.calentim-no-scroll::-webkit-scrollbar {
  display: none;
}

.calentim-no-scroll::-moz-scrollbar {
  display: none;
}

.calentim-no-scroll::-o-scrollbar {
  display: none;
}

.calentim-no-scroll::-google-ms-scrollbar {
  display: none;
}

.calentim-no-scroll::-khtml-scrollbar {
  display: none;
}

/* Advanced Checkbox Hack */

body {
  -webkit-animation: bugfix infinite 1s;
  min-height: 100%;
  transition: transform 0.3s ease;
}

html {
  height: 100%;
}

.suite-nav {
  height: 50px;
  position: relative;
  margin: 10px;
}

.menu-trigger-holder {
  margin: 0;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.2);
}

.menu-trigger {
  display: block;
  height: 50px;
  position: relative;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  padding: 0 0 0 45px;
  color: #fff;
  text-decoration: none;
}

.menu-trigger:hover {
  background: rgba(0, 0, 0, 0.1);
}

.menu-bar {
  position: absolute;
  left: 15px;
  top: 50%;
  margin: -1p 0 0;
}

.menu-bar,
.menu-bar::after,
.menu-bar::before {
  display: block;
  background: #fff;
  border-radius: 1px;
  width: 20px;
  height: 2px;
  content: "";
  transition: all 0.25s ease;
}

.menu-bar {
  transform: translateY(-7px);
}

.menu-bar::after {
  position: absolute;
  transform: translateY(7px);
}

.menu-bar::before {
  position: absolute;
  transform: translateY(14px);
}

.navigation-expanded .menu-bar::after {
  opacity: 0;
}

.navigation-expanded .menu-bar {
  transform: translateY(0) rotate(45deg);
  transform-origin: center;
}

.navigation-expanded .menu-bar::before {
  position: absolute;
  transform: translateY(0) rotate(-90deg);
  transform-origin: center;
}

.dropdown-nav {
  position: fixed;
  background: #fff;
  top: 0;
  left: 150px;
  width: 300px;
  padding: 10px 0 50px;
  display: block;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  height: 100%;
  overflow: hidden;
  transform: scaleX(0);
  transition: transform 0.15s ease;
  transform-origin: left top;
}

.navigation-expanded .dropdown-nav {
  transform: scaleX(1);
}

.dropdown-nav ul {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.dropdown-nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  transform: translateX(-300px);
  transition: transform 0.3s ease 0.15s;
  border-top: 1px solid #ededed;
}

.dropdown-nav ul li {
  margin: 0;
}

.dropdown-nav ul a {
  color: #f96332;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 10px 40px;
  transition: all 0.25s ease;
  border-bottom: 1px solid #ededed;
}

.dropdown-nav ul a:hover {
  background: #f6f6f6;
  padding: 10px 40px 10px 50px;
}

.dropdown-nav ul li.on a {
  background: #f96332;
  color: #fff;
}

.navigation-expanded .dropdown-nav ul {
  transform: translateX(0);
}

.suite-quicklinks-holder {
  position: absolute;
  background: #333;
  left: 0;
  width: 100%;
  top: 0;
  height: 50px;
}

.suite-quicklinks {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.suite-quicklinks li {
  display: table;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
  line-height: 1;
}

.suite-quicklinks a {
  color: #fff;
  text-decoration: none;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}

.suite-quicklinks a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.in-page-navigation-panel {
  background: #fff;
  margin: 0 0 20px;
  padding: 40px 0 0 0;
  border-bottom: 1px solid #ccc;
}

.in-page-navigation {
  margin: 0 0 0 20px;
  position: relative;
  padding: 0 20px;
}

.in-page-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.in-page-navigation li {
  display: inline;
  margin: 0 40px 0 0;
  padding: 0;
  font-size: 16px;
}

.in-page-navigation a {
  display: inline-block;
  text-transform: normal;
  color: #333;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
  border-bottom: 3px solid transparent;
  padding: 0 0 20px 0;
}

.in-page-navigation li.on a {
  border-bottom: 3px solid #f96332;
  color: #333;
}

.in-page-navigation a:hover {
  border-bottom: 3px solid #999;
}

.in-page-navigation a.variable-width {
  width: auto;
  padding: 0 16px;
}

@media screen and (min-width: 1300px) {
  .in-page-navigation {
    margin: 0 auto;
  }
}

.suite-preview {
  border-bottom: 1px solid #111;
  padding: 0 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.suite-preview h1 {
  font-size: 2em;
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
}

.preview-status {
  position: absolute;
  right: 170px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  margin: 0;
  top: 50%;
  margin: -12px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}

.preview-status--archived {
  background: #996;
}

.preview-status--pending {
  background: #f90;
}

.preview-status--published {
  background: #696;
}

.preview-note {
  font-size: 50%;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #999;
  position: relative;
  top: -2px;
  color: #999;
}

.close-preview {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1em;
  background: #333;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-frame__holder {
  transition: all 0.25s ease;
}

.preview-frame {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all 0.25s ease;
  overflow: hidden;
}

.preview-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
  border: none;
  transition: all 0.25s ease;
  z-index: 2;
}

.preview-frame--mobile {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 747px;
}

.preview-frame--mobile .preview-frame__holder {
  width: 375px;
  height: 667px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.preview-frame--mobile iframe {
  width: 375px;
  background: #fff;
  height: 667px;
}

.preview-frame--mobile .device-icon--mobile {
  top: 100px;
  left: 100px;
  opacity: 1;
}

.preview-frame--mobile-landscape {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 747px;
}

.preview-frame--mobile-landscape .preview-frame__holder {
  width: 667px;
  height: 375px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.preview-frame--mobile-landscape iframe {
  width: 667px;
  background: #fff;
  height: 375px;
}

.preview-frame--mobile-landscape .device-icon--mobile {
  top: 100px;
  left: 100px;
  transform: rotate(90deg);
  transform-origin: center;
  opacity: 1;
}

.preview-frame--tablet {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 1104px;
}

.preview-frame--tablet .preview-frame__holder {
  width: 768px;
  height: 1024px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.preview-frame--tablet iframe {
  width: 768px;
  background: #fff;
  height: 1024px;
}

.preview-frame--tablet .device-icon--tablet {
  top: 100px;
  left: 100px;
  opacity: 1;
}

.preview-frame--tablet-landscape {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 848px;
}

.preview-frame--tablet-landscape .preview-frame__holder {
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.preview-frame--tablet-landscape iframe {
  width: 1024px;
  background: #fff;
  height: 768px;
}

.preview-frame--tablet-landscape .device-icon--tablet {
  top: 100px;
  left: 100px;
  transform: rotate(90deg);
  transform-origin: center;
  opacity: 1;
}

.device-preview {
  position: absolute;
  right: 3px;
  top: 0;
  list-style: none;
  padding: 0;
}

.device-preview li {
  display: inline-block;
  border-left: 1px solid #333;
  width: 50px;
  margin: 0 0 0 -2px;
}

.device-preview a {
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 15px;
}

.device-preview a.active,
.device-preview a.active-rotate {
  background: rgba(255, 255, 255, 0.1);
}

.device-preview a.active-rotate svg {
  transform: rotate(90deg);
}

.device-preview svg {
  width: 20px;
  height: 20px;
  transform-origin: center;
  transition: transform 0.25s ease;
}

.device-icon {
  position: absolute;
  left: 100px;
  top: 100px;
  transition: all 0.25s ease;
  opacity: 0;
}

.device-icon svg {
  height: 400px;
  width: 400px;
  opacity: 0.1;
}

.device-icon path {
  fill: #000;
}

.suite-sidepanel {
  border-bottom: 1px solid #111;
  padding: 0 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.suite-sidepanel h1 {
  font-size: 2em;
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
}

.sidepanel-status {
  position: absolute;
  right: 170px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  margin: 0;
  top: 50%;
  margin: -12px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}

.sidepanel-status--archived {
  background: #996;
}

.sidepanel-status--pending {
  background: #f90;
}

.sidepanel-status--published {
  background: #696;
}

.sidepanel-note {
  font-size: 50%;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #999;
  position: relative;
  top: -2px;
  color: #999;
}

.close-sidepanel {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 1em;
  background: #333;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sidepanel-frame__holder {
  transition: all 0.25s ease;
}

.sidepanel-frame {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all 0.25s ease;
  overflow: hidden;
}

.sidepanel-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
  border: none;
  transition: all 0.25s ease;
  z-index: 2;
}

.sidepanel-frame--mobile {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 747px;
}

.sidepanel-frame--mobile .sidepanel-frame__holder {
  width: 375px;
  height: 667px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sidepanel-frame--mobile iframe {
  width: 375px;
  background: #fff;
  height: 667px;
}

.sidepanel-frame--mobile .device-icon--mobile {
  top: 100px;
  left: 100px;
  opacity: 1;
}

.sidepanel-frame--mobile-landscape {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 747px;
}

.sidepanel-frame--mobile-landscape .sidepanel-frame__holder {
  width: 667px;
  height: 375px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sidepanel-frame--mobile-landscape iframe {
  width: 667px;
  background: #fff;
  height: 375px;
}

.sidepanel-frame--mobile-landscape .device-icon--mobile {
  top: 100px;
  left: 100px;
  transform: rotate(90deg);
  transform-origin: center;
  opacity: 1;
}

.sidepanel-frame--tablet {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 1104px;
}

.sidepanel-frame--tablet .sidepanel-frame__holder {
  width: 768px;
  height: 1024px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sidepanel-frame--tablet iframe {
  width: 768px;
  background: #fff;
  height: 1024px;
}

.sidepanel-frame--tablet .device-icon--tablet {
  top: 100px;
  left: 100px;
  opacity: 1;
}

.sidepanel-frame--tablet-landscape {
  background: #333 url(http://api.thumbr.it/whitenoise-361x370.png?background=333333ff&noise=000000&density=100&opacity=16);
  padding: 40px;
  min-height: 848px;
}

.sidepanel-frame--tablet-landscape .sidepanel-frame__holder {
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sidepanel-frame--tablet-landscape iframe {
  width: 1024px;
  background: #fff;
  height: 768px;
}

.sidepanel-frame--tablet-landscape .device-icon--tablet {
  top: 100px;
  left: 100px;
  transform: rotate(90deg);
  transform-origin: center;
  opacity: 1;
}

.sidepanel-preview {
  position: absolute;
  right: 3px;
  top: 0;
  list-style: none;
  padding: 0;
}

.sidepanel-preview li {
  display: inline-block;
  border-left: 1px solid #333;
  width: 50px;
  margin: 0 0 0 -2px;
}

.sidepanel-preview a {
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 15px;
}

.sidepanel-preview a.active,
.sidepanel-preview a.active-rotate {
  background: rgba(255, 255, 255, 0.1);
}

.sidepanel-preview a.active-rotate svg {
  transform: rotate(90deg);
}

.sidepanel-preview svg {
  width: 20px;
  height: 20px;
  transform-origin: center;
  transition: transform 0.25s ease;
}

.device-icon {
  position: absolute;
  left: 100px;
  top: 100px;
  transition: all 0.25s ease;
  opacity: 0;
}

.device-icon svg {
  height: 400px;
  width: 400px;
  opacity: 0.1;
}

.device-icon path {
  fill: #000;
}

/*! Cropper */

.overlay-container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: none;
  z-index: 100;
}

.overlay-content {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.dm-cropper {
  overflow: hidden;
  width: 640px;
  height: 470px;
}

.dm-image-container {
  height: 100%;
}

.dm-cropper-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 210px;
}

.dm-preview {
  max-width: 210px !important;
  min-height: 100px;
  overflow: hidden;
  border: 1px solid #ededed;
  margin: 0 auto 20px;
  background: #ededed;
}

.dm-preview img {
  max-width: 100% !important;
}

.dm-cropper-controls h2 {
  color: #f96332;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
}

.close-overlay {
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 1em;
  color: #f96332;
}

.dm-cropper-action {
  text-align: right;
  margin: 0;
}

.dm-cropper-controls .dm-cropper-buttons h2 {
  color: #333;
  margin: 0 0 4px;
  font-size: 1em;
}

.dm-cropper-button-group {
  float: left;
  width: 50%;
}

.dm-cropper-buttons {
  list-style: none;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.dm-cropper-buttons ul {
  list-style: none;
  margin: 0 0 0 -10px;
}

.dm-cropper-buttons + .dm-cropper-buttons {
  border-top: none;
}

.dm-cropper-buttons li {
  margin: 0 -1px;
  display: inline-block;
}

.dm-cropper-buttons li .btn {
  background: #ededed;
  color: #333;
  font-size: 1.2em;
}

.dm-cropper-buttons li .btn:hover {
  background: #ccc;
}

.dm-cropper-buttons li:first-child {
  border-right: 1px solid #fff;
}

.dm-cropper-buttons li:first-child .btn {
  border-radius: 25px 0 0 25px;
}

.dm-cropper-buttons li:last-child .btn {
  border-radius: 0 25px 25px 0;
}

.cropper-line,
.cropper-point {
  background-color: #f96332 !important;
}

.cropper-line {
  opacity: 0.2 !important;
}

.cropper-bg {
  background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #ededed 5px, #ededed 7px) !important;
}

.cropper-text-button {
  font-size: 1em;
  background: #ededed;
  color: #333;
}

.cropper-text-button .glyph-icon {
  margin-right: 10px;
}

.cropper-text-button:hover {
  background: #ccc;
  color: #333;
}

.pageBuilderAnimator.moving {
  animation-name: pageBuilderSwapOver;
  z-index: 1;
}

.pageBuilderAnimator.replaced {
  animation-name: pageBuilderSwapUnder;
}

.pageBuilderAnimator.deleting:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  opacity: 0;
  z-index: 9;
  animation-fill-mode: forwards;
}

.pageBuilderAnimator.deleting:after {
  content: "\F118";
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  font-family: "Flaticon";
  line-height: 80px;
  font-size: 50px;
  color: #333;
  animation-name: slowlyGrowAndShake;
  animation-duration: 0.7s;
  z-index: 10;
  animation-fill-mode: forwards;
}

.pageBuilderAnimator {
  animation-fill-mode: forwards;
  position: relative;
}

@keyframes pageBuilderSwapUnder {
  25% {
    transform: scale(0.9, 0.9);
    opacity: 0.6;
  }

  75% {
    transform: scale(0.9, 0.9);
    opacity: 0.6;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes pageBuilderSwapOver {
  25% {
    transform: scale(1.1, 1.1);
  }

  75% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes slowlyGrowAndShake {
  0% {
    transform: scale(0.5, 0.5) rotate(0deg);
    opacity: 0.4;
  }

  25% {
    transform: scale(1, 1) rotate(0deg);
    opacity: 1;
  }

  35% {
    transform: scale(1, 1) rotate(5deg);
    opacity: 1;
  }

  45% {
    transform: scale(1, 1) rotate(-5deg);
    opacity: 1;
  }

  55% {
    transform: scale(1, 1) rotate(5deg);
    opacity: 1;
  }

  65% {
    transform: scale(1, 1) rotate(-5deg);
    opacity: 1;
  }

  75% {
    transform: scale(1, 1) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: scale(0.5, 0.5) rotate(0deg);
    opacity: 0;
  }
}

@keyframes fadeIn {
  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*! Shop Dashboard */

.feature-stats-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.feature-stats-list li {
  width: 25%;
  float: left;
  padding: 0 5px;
  font-size: 1em;
  text-align: left;
}

.feature-stats-list a {
  display: block;
  background-color: #27729f;
  color: #fff;
  text-decoration: none;
}

.feature-stats-list li:nth-child(2) a {
  background-color: #479e93;
}

.feature-stats-list li:nth-child(3) a {
  background-color: #d25a51;
}

.feature-stats-list li:nth-child(4) a {
  background-color: #d88826;
}

.feature-stat-number {
  font-size: 3.2em;
  font-weight: 700;
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-stat-title {
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
}

.feature-stats + .dashboard-links {
  margin-bottom: 10px;
}

.orders {
  background-position: 10px 10px;
  background-repeat: no-repeat;
}

.orders--pending {
  background-image: url(../images/icon-orders-pending.png?3835d8495c1e61f25e7cf670caba2de1);
}

.orders--for-dispatch {
  background-image: url(../images/icon-orders-for-dispatch.png?140d5a3f9cb9e94db483381ba8f6ff9b);
}

.orders--total {
  background-image: url(../images/icon-orders.png?186274735e17127733289e458c950d1e);
}

.orders--revenue {
  background-image: url(../images/icon-revenue.png?2510e7a9eb56d448420d60438d2adf70);
}

.shop-dashboard-heading {
  font-size: 1.3em;
  margin: 0 0 10px;
}

.current-activity {
  margin: 0 -5px;
}

.current-activity-stats-col,
.current-activity-graph-col {
  padding: 0 5px;
  width: 25%;
  float: left;
  text-align: left;
}

.current-activity-graph-col {
  width: 75%;
}

.current-activity-stat {
  background: #fff;
}

.current-activity-stat h2 {
  padding: 15px 20px;
  border-bottom: 1px solid #ededed;
  margin: 0;
}

.current-activity-stat p {
  padding: 15px 20px 15px;
  color: #f96332;
  font-weight: 700;
  font-size: 3.2em;
}

.current-activity-graph {
  background: #fff;
  padding: 15px 20px;
  height: 392px;
}

.current-graph-container {
  width: 100%;
  height: 337px;
  background: #fff;
}

.performance-graph-container {
  height: 480px;
  width: 100%;
}

.graph-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

.last-12-months {
  background: #fff;
  text-align: left;
  margin: 0 0 10px;
}

.last-12-months .column-content {
  margin: 0;
}

.last-12-months :first-child .column-content {
  padding: 15px 5px 15px 20px;
}

.last-12-months :last-child .column-content {
  padding: 15px 20px 15px 5px;
}

.revenue-table {
  font-size: 1.3em;
  width: 100%;
  background: #ededed;
}

.revenue-table td,
.revenue-table th {
  padding: 10px 15px;
}

.revenue-table tbody td {
  border-top: 1px dotted #ccc;
}

.revenue-table tr td:last-child,
.revenue-table tr th:last-child {
  text-align: right;
  color: #f96332;
}

.percentage-stats-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.percentage-stats-list li {
  width: 25%;
  float: left;
  padding: 0 5px;
  font-size: 1em;
  text-align: left;
}

.percentage-stats-list .percentage-stat {
  display: block;
  background-color: #27729f;
  color: #fff;
  text-decoration: none;
  height: 295px;
  position: relative;
}

.percentage-stats-list li:nth-child(2) .percentage-stat {
  background-color: #479e93;
}

.percentage-stats-list li:nth-child(3) .percentage-stat {
  background-color: #d25a51;
}

.percentage-stats-list li:nth-child(4) .percentage-stat {
  background-color: #d88826;
}

.percentage-stat-number {
  font-size: 3.2em;
  font-weight: 700;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  z-index: 2;
  margin: -5px 0 0;
}

.percentage-stat-title {
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.doughnut-graph-container {
  width: 198px;
  height: 198px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin: 0 0 0 -99px;
}

/******* VENUES LISTER *******/

#venue-map-view-container .standard-form-input {
  margin: 15px 0;
}

#venue-map-view-container .standard-form-input span.show-all {
  float: right;
  margin-top: -2px;
}

#venue-map-view-container a {
  color: #333;
}

/******* ADD A VENUE *******/

/* VENUE DIRECTIONS */

.venue-directions-panel {
  border-radius: 0;
}

.venue-directions-panel .transit-transports-option {
  padding: 0;
  margin: 0;
}

/*.results-research-transit-transports.no-results .transit-transports{
    display: none!important;
    padding:0!important;
}*/

.results-research-transit-transports .empty--text-message {
  text-align: center;
  background: #f5f5f5;
  padding: 40px;
  display: block;
}

.types-transit-transports-container label.show-label {
  width: 5%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

.types-transit-transports-container .types-transit-transports {
  width: auto;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.types-transit-transports-container .input-group,
.transit-transports-existing-container .input-group {
  display: inline-block;
}

.types-transit-transports-container .input-group p,
.transit-transports-existing-container .input-group p {
  display: inline;
}

.radius-transit-transports {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.15em;
}

.radius-transit-transports label {
  display: inline;
}

.radius-transit-transports input {
  margin-left: 10px;
}

.spinner {
  max-width: 60px;
  height: auto;
  margin: 0 auto;
}

.types-transit-transports-container .transit-transports,
.transit-transports-existing-container .transit-transports {
  width: 100%;
  padding: 20px 40px;
  background: #f5f5f5;
  float: left;
}

.transit-transports-existing-container .transport-type,
.types-transit-transports-container .transport-type {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.transit-transports-existing-container .transport-type legend,
.types-transit-transports-container .transport-type legend {
  width: 100%;
  text-transform: uppercase;
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.transit-transports-existing-container .transport-type p.no-results,
.types-transit-transports-container .transport-type p.no-results {
  width: 100%;
}

.transit-transports-existing-container .transport-type p,
.types-transit-transports-container .transport-type p {
  width: 31.5%;
  margin-bottom: 10px;
  display: inline-block;
  height: auto;
}

.transit-transports-existing-container .transport-type p label,
.types-transit-transports-container .transport-type p label {
  height: auto;
  vertical-align: top;
}

.transit-transports-existing-container .transport-type .no-type-results,
.types-transit-transports-container .transport-type .no-type-results {
  padding: 40px 0;
  font-size: 1.15em;
  color: #333;
}

.types-transit-transports-container {
  display: none;
}

.types-transit-transports-container .transit-transports-edit .empty--text-message {
  display: none;
}

.types-transit-transports-container .transit-transports-edit .transport-type {
  display: none;
}

.transit-transports-existing-container .transit-transports-existing .list {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

.transit-transports-existing-container .transit-transports-existing .no-results {
  display: none;
}

.venue-empty-day {
  display: none;
}

.download-wrapper legend {
  display: block;
  text-align: center;
  background: #f5f5f5;
  padding: 10px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.2em;
}

/*--
IMAGE CROPPER
--*/

.image-cropper-holder {
  position: relative;
}

.cropper-tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cropper-tabs li {
  flex: 1;
  margin: 0;
}

.cropper-tabs a {
  display: block;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  position: relative;
  color: #333;
  background: #ededed;
}

.cropper-tabs li.on a {
  background: #fff;
}

.cropper-tabs li a {
  border-left: 1px solid #ededed;
}

.cropper-tabs li:first-child a {
  border: none;
}

.image-empty a::after,
.image-full a::after {
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  transform: translateY(-50%);
  content: "";
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.image-empty a::after {
  content: "\F10E";
  color: #da3124;
  font-size: 70%;
}

.image-full a::after {
  content: "\F114";
  color: #5cb860;
  font-size: 70%;
}

.set-up-croppers {
  background: linear-gradient(to right, #f96332 0%, #cc0066 100%);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: background 3s ease;
  padding: 0 0 5px;
  border-radius: 0 0 5px 5px;
}

.set-up-croppers .standard-form-input .characters-block p,
.set-up-croppers .standard-form-input label {
  color: #fff;
}

.set-up-croppers .standard-form-input .characters-block p {
  text-align: right;
  opacity: 0.8;
}

.bg-white .standard-form-input label {
  color: #333;
}

.image-cropper {
  padding: 20px 20px 15px;
}

.set-cropper-bg {
  position: absolute;
  right: 25px;
  top: 30px;
  list-style: none;
  z-index: 4;
}

.set-cropper-bg li {
  float: left;
  margin: 0 5px;
}

.set-cropper-bg a {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(to right, #f96332 0%, #cc0066 100%);
  text-indent: -9999rem;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
  border: 1px solid #fff;
}

.set-cropper-bg a.bg-white {
  background: linear-gradient(to right, #fff 0%, #f6f6f6 100%);
}

.set-cropper-bg a.bg-black {
  background: linear-gradient(to right, #000 0%, #111 100%);
}

.set-cropper-bg .on a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  background: #fff;
  content: "";
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.bg-white {
  background: linear-gradient(to right, #fff 0%, #f6f6f6 100%);
}

.bg-black {
  background: linear-gradient(to right, #000 0%, #333 100%);
}

.image-upload-dimensions {
  position: absolute;
  left: 20px;
  top: 16px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.bg-white .image-upload-dimensions {
  color: #333;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}

.image-upload-pick-from-existing {
  position: absolute;
  left: 50%;
  bottom: 88px;
  /* I have changed this from 50px to 88px because the 'Pick from existing' button was laying above the 3 icon buttons. CG */
  transform: translateX(-50%);
  z-index: 3;
}

.image-upload-pick-from-existing .btn {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 335px;
  font-size: 12px;
  background: none;
  transition: all 0.25s ease;
}

.image-upload-pick-from-existing .btn:hover {
  background: #fff;
  color: #f96332;
}

.slim .slim-label {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/*
 * Slim v4.14.3 - Image Cropping Made Easy
 * Copyright (c) 2017 Rik Schennink - http://slimimagecropper.com
 */

.slim-file-hopper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.slim-image-editor {
  position: relative;
  height: 100%;
  text-align: left;
  z-index: 1;
}

.slim-image-editor .slim-container {
  position: relative;
  height: calc(100% - 8em);
  width: 100%;
  z-index: 2;
  direction: ltr;
}

.slim-image-editor .slim-editor-utils-group,
.slim-image-editor .slim-editor-btn-group {
  flex-shrink: 0;
}

.slim-image-editor .slim-stage {
  position: absolute;
  line-height: 0;
}

.slim-image-editor .slim-wrapper {
  position: absolute;
  z-index: 2;
}

.slim-image-editor .slim-crop-preview {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
}

.slim-image-editor .slim-stage {
  z-index: 4;
}

.slim-image-editor .slim-crop-preview {
  z-index: 3;
  border-radius: 4px;
}

.slim-image-editor .slim-crop-preview img,
.slim-image-editor .slim-crop-preview::after,
.slim-image-editor .slim-crop-preview canvas {
  position: absolute;
  display: block;
  border-radius: inherit;
  left: 0;
  top: 0;
}

.slim-image-editor .slim-crop-preview .slim-crop {
  z-index: 3;
}

.slim-image-editor .slim-crop-preview::after {
  z-index: 2;
  right: 0;
  bottom: 0;
  content: "";
}

.slim-image-editor .slim-crop-preview .slim-crop-blur {
  -moz-filter: contrast(0.7);
  filter: contrast(0.7);
  z-index: 1;
}

.slim-image-editor .slim-editor-utils-group {
  text-align: center;
}

.slim-image-editor .slim-editor-utils-group button {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  font-size: 1em;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.slim-image-editor .slim-editor-utils-group button:active {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.slim-image-editor .slim-editor-btn-group {
  text-align: center;
}

.slim-image-editor .slim-editor-btn-group button {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  text-transform: uppercase;
  border: none;
  text-align: center;
  transition: background 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  font-size: 14px;
}

.slim-rotation-disabled .slim-container {
  height: calc(100% - 4em);
}

.slim-rotation-disabled .slim-editor-utils-group {
  display: none;
}

.slim-editor-utils-btn,
.slim-editor-btn {
  color: rgba(255, 255, 255, 0.75);
  border: 2px solid rgba(0, 0, 0, 0.25);
  border: none;
}

.slim-editor-utils-btn:focus,
.slim-editor-utils-btn:hover,
.slim-editor-btn:focus,
.slim-editor-btn:hover {
  color: rgba(255, 255, 255, 0.9);
}

.slim-btn-confirm {
  color: #fff;
  background-color: #f96332;
  border-color: #ea0e37;
}

.slim-btn-confirm:active,
.slim-btn-confirm:focus,
.slim-btn-confirm:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.slim-btn-cancel {
  color: #333;
  background-color: #ddd;
  border-color: #ddd;
}

.slim-btn-cancel:active,
.slim-btn-cancel:focus,
.slim-btn-cancel:hover {
  color: #333;
  background-color: #ccc;
  border-color: #ccc;
}

.slim-editor-utils-btn {
  border-radius: 0.6875em;
}

.slim-editor-btn {
  border-radius: 0.5em;
}

.slim-image-editor-preview::after {
  background-color: rgba(244, 250, 255, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07), 0 1px 5px rgba(0, 0, 0, 0.3);
}

.slim-btn-rotate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='252' height='287' viewBox='0 0 252 287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.762.626v36.15c65.016 4.594 116.34 58.75 116.34 124.936 0 69.198-56.09 125.288-125.29 125.288C56.616 287 .525 230.91.525 161.71c0-30.036 10.592-57.59 28.215-79.17l31.934 31.934C51.03 127.75 45.27 144.04 45.27 161.71c0 44.485 36.06 80.544 80.544 80.544 44.484 0 80.544-36.058 80.544-80.543 0-41.454-31.327-75.56-71.594-80.017v35.272l-62.646-57.89L134.762.625zm-8.95 196.883c-19.77 0-35.796-16.028-35.796-35.798 0-19.77 16.027-35.796 35.797-35.796 19.77 0 35.797 16.026 35.797 35.796s-16.027 35.797-35.797 35.797z' fill='rgba(255,255,255,.8)' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.slim-editor-utils-group {
  padding: 1em 0 0;
}

.slim-editor-btn-group {
  padding: 1em 0 0;
}

@media (min-width: 40em) {
  .slim-btn-group {
    padding-top: 2em;
  }
}

.slim-crop-area {
  position: absolute;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.slim-crop-area .grid {
  overflow: hidden;
}

.slim-crop-area .grid::before,
.slim-crop-area .grid::after {
  position: absolute;
  z-index: 2;
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}

.slim-crop-area .grid::before {
  top: 33.333%;
  bottom: 33.333%;
  left: 1px;
  right: 1px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.35), inset 0 1px 0 0 rgba(255, 255, 255, 0.35);
}

.slim-crop-area .grid::after {
  top: 1px;
  bottom: 1px;
  left: 33.333%;
  right: 33.333%;
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.35), inset 1px 0 0 0 rgba(255, 255, 255, 0.35);
}

.slim-crop-area button {
  position: absolute;
  background: #fafafa;
  box-shadow: inset 0 1px 0 0 #fff, 0 1px 1px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  border-radius: 8px;
  z-index: 3;
}

.slim-crop-area [class*=n] {
  top: 0;
}

.slim-crop-area [class*=s] {
  top: 100%;
}

.slim-crop-area [class*=w] {
  left: 0;
}

.slim-crop-area [class*=e] {
  left: 100%;
}

.slim-crop-area .e,
.slim-crop-area .w {
  top: 50%;
  cursor: ew-resize;
  height: 30px;
  margin-top: -15px;
}

.slim-crop-area .n,
.slim-crop-area .s {
  left: 50%;
  cursor: ns-resize;
  width: 30px;
  margin-left: -15px;
}

.slim-crop-area .ne,
.slim-crop-area .sw {
  cursor: nesw-resize;
}

.slim-crop-area .nw,
.slim-crop-area .se {
  cursor: nwse-resize;
}

.slim-crop-area .c {
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 0;
  border-radius: 0;
  border: none;
  z-index: 2;
  box-shadow: none;
  opacity: 0;
  cursor: move;
}

.slim-crop-area button:not(.c)::after {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
}

.slim-crop-area .slim-crop-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.slim-crop-area .slim-crop-mask img {
  position: absolute;
  transform-origin: 0 0;
  transform: translateZ(0);
  margin: 0 !important;
  width: auto;
  height: auto;
  max-width: none;
  min-width: initial;
}

.slim-crop-area[data-dragging=true] .grid::before,
.slim-crop-area[data-dragging=true] .grid::after {
  opacity: 1;
}

.slim-popover {
  touch-action: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 16px;
  background: rgba(25, 27, 29, 0.99);
  z-index: 2147483647;
  overflow: hidden;
}

.slim-popover[data-state=off] {
  left: -100%;
}

.slim-popover::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 80%);
}

@media (min-width: 40em) {
  .slim-popover {
    padding: 2em;
  }
}

.slim,
.slim-popover,
.slim-crop-area,
.slim-image-editor {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.slim button,
.slim-popover button,
.slim-crop-area button,
.slim-image-editor button {
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
}

.slim *,
.slim-popover *,
.slim-crop-area *,
.slim-image-editor * {
  box-sizing: inherit;
}

.slim img,
.slim-popover img,
.slim-crop-area img,
.slim-image-editor img {
  background-color: #eee;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAYBpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/M4gYERaKxUvDamhQExtlJqEmTWOUwWbmzS81P17vzaTJVtlOUWLj14K/gK2yVopISdlZExv0nGfUSObc7rmf+73nnO49F+yhtJoxat2Qyeb14KRXmQ8vKPWP2OjCQRtKRDW08UDAT1V7u5Fosat+q1b1uH+tKRY3VLA1CI+pmp4XnhL2r+Q1izeFO9RUJCZ8LOzS5YLC15YeLfOTxckyf1ish4I+sLcKK8lfHP3FakrPCMvLcWbSBfXnPtZLHPHs3KysPTK7MQgyiReFaSbw4WGQUfEe+hliQHZUyXd/58+Qk1xVvEYRnWWSpMjjErUg1eOyJkSPy0hTtPr/t69GYnioXN3hhboH03zphfoN+CyZ5vu+aX4eQM09nGUr+bk9GHkVvVTRnLvQsgYn5xUtugWn69B5p0X0yLdUI9OeSMDzETSHof0SGhfLPfs55/AWQqvyVRewvQN9Et+y9AUyt2fOEwKMEgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAC9JREFUOI1jZGBgkGIgDjwjRhETkYYRDUYNHDVwMBjISIJaonLU4PfyqIGjBpIBAPvwAUFW9TOIAAAAAElFTkSuQmCC");
}

.slim img {
  width: 100%;
  height: auto;
}

span.slim {
  display: block;
}

.slim {
  position: relative;
  font-size: inherit;
  background: transparent;
  transition: background-color 0.25s;
  padding-bottom: 0.025px;
  margin: 0 auto;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.slim[data-state*=file-over] .slim-btn {
  pointer-events: none;
}

.slim[data-state*=empty]:hover {
  background-color: #ddd;
}

.slim[data-state*=empty] .slim-label {
  visibility: visible;
  opacity: 1;
}

.slim[data-state*=busy] .slim-label {
  opacity: 0;
}

.slim[data-state*=loading] .slim-label {
  display: none;
}

.slim[data-state*=loading] .slim-label-loading {
  opacity: 1;
  display: block;
}

.slim[data-state*=preview] .slim-label {
  visibility: hidden;
}

.slim[data-state*=error] {
  color: #fff;
}

.slim > img,
.slim > input[type=file] {
  display: block !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  border: 0 !important;
}

.slim > img + input[type=file] {
  margin-bottom: 0 !important;
}

.slim > input[type=file] + img {
  margin-bottom: 0 !important;
}

.slim > input[type=hidden] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
}

.slim .slim-label-loading {
  display: none;
}

.slim .slim-label {
  visibility: hidden;
  transition: opacity 0.25s;
  font-size: 12px;
  text-transform: uppercase;
  padding: 60px 40px 30px;
  border: 1px solid #fff;
  margin: 0;
  color: #fff;
  position: relative;
  border-radius: 5px;
}

.slim .slim-label:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='243' height='269' viewBox='0 0 243 269' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EDownload%3C/title%3E%3Cpath d='M219.943 223.73H22.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM104.88 6.696c4.035-4.04 9.216-6.147 14.492-6.508C119.998.135 120.6 0 121.238 0c.633 0 1.228.135 1.847.186 5.284.357 10.473 2.464 14.512 6.51l70.763 70.967c8.86 8.875 8.86 23.267 0 32.142-8.86 8.876-23.225 8.876-32.086 0L143.612 77.05v106.41c0 12.355-10.016 22.372-22.374 22.372-12.356 0-22.372-10.017-22.372-22.373V77.05l-32.662 32.755c-8.86 8.876-23.226 8.876-32.086 0-8.86-8.875-8.86-23.267 0-32.142L104.88 6.696z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.slim .slim-label-loading,
.slim .slim-label,
.slim .slim-error {
  max-width: 100%;
  color: #fff;
}

.slim .slim-error {
  text-transform: uppercase;
  padding: 60px 40px 30px;
  border: 1px solid #fff;
  margin: 0;
  color: #fff;
  position: relative;
  border-radius: 5px;
}

.slim .slim-error:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='243' height='269' viewBox='0 0 243 269' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EDownload%3C/title%3E%3Cpath d='M219.943 223.73H22.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM104.88 6.696c4.035-4.04 9.216-6.147 14.492-6.508C119.998.135 120.6 0 121.238 0c.633 0 1.228.135 1.847.186 5.284.357 10.473 2.464 14.512 6.51l70.763 70.967c8.86 8.875 8.86 23.267 0 32.142-8.86 8.876-23.225 8.876-32.086 0L143.612 77.05v106.41c0 12.355-10.016 22.372-22.374 22.372-12.356 0-22.372-10.017-22.372-22.373V77.05l-32.662 32.755c-8.86 8.876-23.226 8.876-32.086 0-8.86-8.875-8.86-23.267 0-32.142L104.88 6.696z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.slim .slim-label-loading {
  text-transform: uppercase;
  padding: 60px 40px 30px;
  margin: 0;
  color: #fff;
  position: relative;
}

.slim .slim-file-hopper {
  z-index: 3;
  background: rgba(0, 0, 0, 0.0001);
}

.slim .slim-ratio,
.slim .slim-drip,
.slim .slim-status,
.slim .slim-result,
.slim .slim-area {
  border-radius: inherit;
}

.slim .slim-area {
  width: 100%;
  color: inherit;
  overflow: hidden;
}

.slim .slim-area *:only-of-type {
  margin: 0;
}

.slim .slim-area .slim-loader {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -12px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.slim .slim-area .slim-loader svg {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slim .slim-area .slim-upload-status {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s;
  white-space: nowrap;
  line-height: 1.65;
  font-weight: normal;
}

.slim .slim-area .slim-upload-status-icon {
  display: inline-block;
  opacity: 0.9;
}

.slim .slim-area .slim-drip,
.slim .slim-area .slim-status,
.slim .slim-area .slim-result {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.slim .slim-area .slim-drip,
.slim .slim-area .slim-result {
  position: absolute;
}

.slim .slim-area .slim-status {
  padding: 3em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  pointer-events: none;
}

.slim .slim-area .slim-drip {
  z-index: 1;
  overflow: hidden;
}

.slim .slim-area .slim-drip > span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-left: -25%;
  margin-top: -25%;
  width: 50%;
  padding-bottom: 50%;
}

.slim .slim-area .slim-drip > span > span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  opacity: 0.5;
  left: 0;
  top: 0;
}

.slim .slim-area .slim-result {
  overflow: hidden;
  -webkit-perspective: 1px;
}

.slim .slim-area .slim-result img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slim .slim-area .slim-result img:not([src]),
.slim .slim-area .slim-result img[src=""] {
  visibility: hidden;
}

.slim .slim-btn-group {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.slim .slim-btn-group button {
  pointer-events: all;
  cursor: pointer;
}

.slim[data-ratio*=":"] {
  min-height: initial;
}

.slim[data-ratio*=":"] .slim-status {
  position: absolute;
  padding: 0 1.5em;
}

.slim[data-ratio="16:10"] > input[type=file],
.slim[data-ratio="16:10"] > img {
  margin-bottom: 62.5%;
}

.slim[data-ratio="10:16"] > input[type=file],
.slim[data-ratio="10:16"] > img {
  margin-bottom: 160%;
}

.slim[data-ratio="16:9"] > input[type=file],
.slim[data-ratio="16:9"] > img {
  margin-bottom: 56.25%;
}

.slim[data-ratio="9:16"] > input[type=file],
.slim[data-ratio="9:16"] > img {
  margin-bottom: 177.77778%;
}

.slim[data-ratio="5:3"] > input[type=file],
.slim[data-ratio="5:3"] > img {
  margin-bottom: 60%;
}

.slim[data-ratio="3:5"] > input[type=file],
.slim[data-ratio="3:5"] > img {
  margin-bottom: 166.66667%;
}

.slim[data-ratio="5:4"] > input[type=file],
.slim[data-ratio="5:4"] > img {
  margin-bottom: 80%;
}

.slim[data-ratio="4:5"] > input[type=file],
.slim[data-ratio="4:5"] > img {
  margin-bottom: 125%;
}

.slim[data-ratio="4:3"] > input[type=file],
.slim[data-ratio="4:3"] > img {
  margin-bottom: 75%;
}

.slim[data-ratio="3:4"] > input[type=file],
.slim[data-ratio="3:4"] > img {
  margin-bottom: 133.33333%;
}

.slim[data-ratio="3:2"] > input[type=file],
.slim[data-ratio="3:2"] > img {
  margin-bottom: 66.66667%;
}

.slim[data-ratio="2:3"] > input[type=file],
.slim[data-ratio="2:3"] > img {
  margin-bottom: 150%;
}

.slim[data-ratio="1:1"] > input[type=file],
.slim[data-ratio="1:1"] > img {
  margin-bottom: 100%;
}

.slim-btn-group {
  padding: 1.5em 0;
  text-align: center;
}

.slim-btn {
  position: relative;
  padding: 0;
  margin: 0 7.2px;
  font-size: 0;
  outline: none;
  width: 36px;
  height: 36px;
  border: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
}

.slim-btn {
  border-radius: 50%;
}

/*.slim-btn::before {
  border-radius: inherit;
  position: absolute;
  box-sizing: border-box;
  left: -3px;
  right: -3px;
  bottom: -3px;
  top: -3px;
  border: 3px solid white;
  content: '';
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: -1;
  pointer-events: none; }
.slim-btn:focus::before, .slim-btn:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }*/

.slim-btn * {
  pointer-events: none;
}

.slim-btn-remove {
  position: relative;
}

.slim-btn-remove:before {
  content: "\F118";
  display: block;
  font-family: "Flaticon";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 17px;
  transform: translate(-50%, -50%);
}

.slim-btn-download {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M232.943 223.73H35.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM117.88 199.136c4.035 4.04 9.216 6.147 14.492 6.508.626.053 1.227.188 1.866.188.633 0 1.228-.135 1.847-.186 5.284-.357 10.473-2.464 14.512-6.51l70.763-70.967c8.86-8.876 8.86-23.268 0-32.143-8.86-8.876-23.225-8.876-32.086 0l-32.662 32.756V22.373C156.612 10.017 146.596 0 134.238 0c-12.356 0-22.372 10.017-22.372 22.373v106.41L79.204 96.027c-8.86-8.876-23.226-8.876-32.086 0-8.86 8.875-8.86 23.267 0 32.142l70.763 70.966z' fill='%23fff'/%3E%3C/svg%3E");
}

.slim-btn-upload {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='243' height='269' viewBox='0 0 243 269' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EDownload%3C/title%3E%3Cpath d='M219.943 223.73H22.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM104.88 6.696c4.035-4.04 9.216-6.147 14.492-6.508C119.998.135 120.6 0 121.238 0c.633 0 1.228.135 1.847.186 5.284.357 10.473 2.464 14.512 6.51l70.763 70.967c8.86 8.875 8.86 23.267 0 32.142-8.86 8.876-23.225 8.876-32.086 0L143.612 77.05v106.41c0 12.355-10.016 22.372-22.374 22.372-12.356 0-22.372-10.017-22.372-22.373V77.05l-32.662 32.755c-8.86 8.876-23.226 8.876-32.086 0-8.86-8.875-8.86-23.267 0-32.142L104.88 6.696z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.slim-btn-edit {
  position: relative;
}

.slim-btn-edit:before {
  content: "\F10F";
  display: block;
  font-family: "Flaticon";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
}

.slim-loader-background {
  stroke: rgba(0, 0, 0, 0.15);
}

.slim-loader-foreground {
  stroke: rgba(0, 0, 0, 0.65);
}

.slim-loader-background,
.slim[data-state*=preview] .slim-loader-background {
  stroke: rgba(255, 255, 255, 0.25);
}

.slim-loader-foreground,
.slim[data-state*=preview] .slim-loader-foreground {
  stroke: #fff;
}

.slim-upload-status {
  padding: 0 0.5em;
  border-radius: 0.3125em;
  font-size: 0.75em;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.25);
}

.slim-upload-status[data-state=success] {
  background-color: #d1ed8f;
  color: #323e15;
}

.slim-upload-status[data-state=success] .slim-upload-status-icon {
  width: 0.5em;
  height: 0.75em;
  transform: rotate(45deg);
  border: 0.1875em solid currentColor;
  border-left: none;
  border-top: none;
  margin-right: 0.325em;
  margin-left: 0.25em;
  margin-bottom: 0.0625em;
}

.slim-upload-status[data-state=error] {
  background: #efd472;
  color: #574016;
}

.slim-upload-status[data-state=error] .slim-upload-status-icon {
  margin-left: -0.125em;
  margin-right: 0.5em;
  width: 0.5625em;
  height: 1em;
  position: relative;
  transform: rotate(45deg);
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:after,
.slim-upload-status[data-state=error] .slim-upload-status-icon:before {
  content: "";
  position: absolute;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border-width: 0.09em;
  border-style: solid;
  border-color: currentColor;
  background-color: currentColor;
  transform: translate(-50%, -50%) translate(0.5em, 0.5em);
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:before {
  width: 0.6666666667em;
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:after {
  height: 0.6666666667em;
}

.slim .slim-area .slim-result img {
  left: 50%;
  top: 50%;
  min-width: 300px;
  max-width: 100%;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
}

.slim .out {
  opacity: 0 !important;
}

.slim[data-state*=empty]:hover {
  background: none !important;
}

.slim:hover .slim-label:before,
.slim:hover .slim-error:before {
  animation: iconBounce 0.5s infinite;
}

.slim[data-state*=empty] .slim-error {
  animation: errorShake 0.15s 5;
}

@keyframes errorShake {
  0% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(-5px);
  }
}

@keyframes iconBounce {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -5px;
  }

  100% {
    margin-top: 0;
  }
}

/*
DO NOT EDIT THESE
*/

.mce-panel {
  z-index: 1;
  border-width: 0 !important;
}

.mce-container iframe {
  min-height: 220px !important;
}

