@charset "UTF-8";
/* This file contains core application styles. Page specific styles should go in override.scss */
/* VARIABLES */
/* black background/nav colour */
/* grey sidebar colour */
/* very light grey complimentary colour */
/* commonly used beige colour */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
}

a, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 6em;
  margin: 0;
  line-height: 1em;
}

@media (min-width: 48em) {
  h1 {
    font-size: 9em;
  }
}
h2 {
  font-size: 4em;
  margin: 0;
  line-height: 0.9em;
}

@media (min-width: 48em) {
  h2 {
    font-size: 5em;
  }
}
h3 {
  font-size: 3em;
  margin: 0 0 1em 0;
  line-height: 1em;
}

@media (min-width: 48em) {
  h3 {
    font-size: 4em;
  }
}
h4 {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  font-weight: 400;
}

h5 {
  font-size: 0.83em;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 48em) {
  h6 {
    font-size: 1.5em;
  }
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, .italic {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
li a:hover {
  text-decoration: none;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

button, input[type=button] {
  outline: 0;
  border: 0;
  background-color: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "DriveIcons";
  src: url("../fonts/DriveIcons.eot?-olomgv");
  src: url("../fonts/DriveIcons.eot?#iefix-olomgv") format("embedded-opentype"), url("../fonts/DriveIcons.woff?-olomgv") format("woff"), url("../fonts/DriveIcons.ttf?-olomgv") format("truetype"), url("../fonts/DriveIcons.svg?-olomgv#DriveIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* driveicons2 */
@font-face {
  font-family: "driveicons2";
  src: url("../fonts/driveicons2.eot");
  src: url("../fonts/driveicons2ie.eot") format("embedded-opentype"), url("../fonts/driveicons2.woff") format("woff"), url("../fonts/driveicons2.ttf") format("truetype"), url("../fonts/driveicons2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.weeklysales:before {
  content: "a";
}

.snapshot:before {
  content: "b";
}

.icon-audit:before {
  content: "c";
}

i {
  vertical-align: middle;
  margin-right: 10px;
}

.large-icon {
  font-size: 18px;
}

.x-large-icon {
  font-size: 32px;
}

.xx-large-icon {
  font-size: 38px;
}

.i-affirmative {
  color: green;
}

.i-error {
  color: red;
}

.i-inline_left, .common--group_collapsible .common--group-title:before, .i-inline_right {
  vertical-align: top;
  font-size: 24px;
  top: 3px;
  position: relative;
}

.i-inline_left, .common--group_collapsible .common--group-title:before {
  margin-right: 10px;
}

.i-inline_right {
  margin-left: 10px;
  margin-right: 0;
}

.icon-mobile:before {
  content: "\e626";
}

.icon-mail:before {
  content: "\e625";
}

.icon-speech-bubble:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.team:before {
  content: "\f075";
}

.icon-link-outline:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.links:before {
  content: "\e622";
}

.icon-pinterest:before {
  content: "\e623";
}

.icon-yelp:before {
  content: "\e624";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-smiley_1:before {
  content: "\e61d";
}

.icon-smiley_2:before {
  content: "\e61e";
}

.icon-smiley_3:before {
  content: "\e61f";
}

.icon-smiley_4:before {
  content: "\e620";
}

.icon-smiley_5:before {
  content: "\e621";
}

.icon-zoomin:before {
  content: "\e60b";
}

.icon-remove:before {
  content: "\e60c";
}

.icon-info:before {
  content: "\e608";
}

.icon-info2:before {
  content: "\e609";
}

.icon-dismiss:before {
  content: "\e60e";
}

.icon-uniE604:before {
  content: "\e604";
}

.icon-user:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.employees:before {
  content: "\e612";
}

.icon-check:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.checkin:before {
  content: "\f00c";
}

.icon-times:before {
  content: "\f00d";
}

.icon-clock-o:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.frequency:before {
  content: "\e60f";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-flag:before {
  content: "\f024";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-camera:before {
  content: "\f030";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-edit:before {
  content: "\f044";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\e613";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-calendar:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.schedule:before {
  content: "\f073";
}

.icon-comment:before {
  content: "\f075";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-comments:before {
  content: "\f086";
}

.icon-certificate:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.promotions:before {
  content: "\e616";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.community:before {
  content: "\e61c";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-money:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.margins:before {
  content: "\e60d";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-log-out:before {
  content: "\f08b";
}

.icon-cloud-upload:before {
  content: "\e610";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-location:before {
  content: "\e600";
}

.icon-location2:before {
  content: "\e601";
}

.icon-map:before {
  content: "\e602";
}

.icon-calendar2:before {
  content: "\e607";
}

.icon-users:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.customers:before {
  content: "\e619";
}

.icon-cog:before {
  content: "\e611";
}

.icon-pie:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.sales:before {
  content: "\e60e";
}

.icon-stats:before {
  content: "\e60a";
}

.icon-bars:before {
  content: "\e60b";
}

.icon-bars2:before {
  content: "\e60c";
}

.icon-star:before {
  content: "\e605";
}

.icon-heart:before {
  content: "\e606";
}

.icon-head:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.billing:before {
  content: "\e603";
}

.yes_mobile {
  margin-top: -10px;
  background: url("../../site_images/permission_icons.png") -10px -10px/80px;
  width: 20px;
  height: 33px;
  display: inline-block;
}

.no_mobile {
  margin-top: -10px;
  background: url("../../site_images/permission_icons.png") -10px -40px/80px;
  width: 20px;
  height: 33px;
  display: inline-block;
}

.yes_mail {
  margin-top: -10px;
  background: url("../../site_images/permission_icons.png") -32px -41px/80px;
  width: 20px;
  height: 33px;
  display: inline-block;
}

.no_mail {
  margin-top: -10px;
  background: url("../../site_images/permission_icons.png") -32px -10px/80px;
  width: 20px;
  height: 33px;
  display: inline-block;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-reg-webfont.eot");
  src: url("../fonts/lato-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-reg-webfont.woff") format("woff"), url("../fonts/lato-reg-webfont.ttf") format("truetype"), url("../fonts/lato-reg-webfont.svg#open_sansbold") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-hai-webfont.eot");
  src: url("../fonts/lato-hai-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-hai-webfont.woff") format("woff"), url("../fonts/lato-hai-webfont.ttf") format("truetype"), url("../fonts/lato-hai-webfont.svg#Latobold") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-bol-webfont.eot");
  src: url("../fonts/lato-bol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bol-webfont.woff") format("woff"), url("../fonts/lato-bol-webfont.ttf") format("truetype"), url("../fonts/lato-bol-webfont.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.t-italic {
  font-style: italic;
}

.t-tiny {
  font-size: 12px;
}

.t-small {
  font-size: 14px;
}

.t-medium {
  font-size: 16px;
}

.t-med-large {
  font-size: 18px;
}

.t-large {
  font-size: 22px;
}

.t-xlarge {
  font-size: 26px;
}

/* text alignment */
.t-left {
  text-align: left;
}

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

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

.t-upper {
  text-transform: uppercase;
}

.survey label, .survey--label, .chart--support-fields .chart--support-fields-entry label, .data_view--row-details label {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  color: #777773;
  line-height: 17px;
  vertical-align: top;
  margin-bottom: 3px;
}

.t-caveat {
  font-size: 12px;
  font-style: italic;
}

.t-blue {
  color: #242F39;
}

.t-success {
  color: green;
}

.t-error {
  color: #c4483a;
}

.text--last-year, .t-disabled {
  color: #4b6378;
}

.text--this-year {
  color: #242F39;
}

.n--header, .header--title {
  font-size: 22px;
  font-weight: 700;
}

/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
@media (min-width: 48em) {
  .v-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
html,
body,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  font-size: 0.8em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

@media (max-width: 1268px) {
  .edit--inline {
    margin-top: 10px;
  }
}
.active-link {
  color: #27558B;
  padding: 10px;
}

.b--default, .b--default_dark, .b--gray, .b--destructive, .b--neutral, .b--inline, .b--impact, .b--default_field-modifier, .b--textonly, .b--icon, .b--icon_small, .b--combobox, .genius_chart, .genius_default, .genius_right, .genius_far-right {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  width: 180px;
  /*margin-top: -3px;*/
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 12px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.disable.b--default, .disable.b--default_dark, .disable.b--gray, .disable.b--destructive, .disable.b--inline, .disable.b--impact, .disable.b--default_field-modifier, .disable.b--textonly, .disable.b--icon, .disable.b--icon_small, .disable.b--combobox, .disable.genius_chart, .disable.genius_default, .disable.genius_right, .disable.genius_far-right {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.b--default {
  text-align: center;
  background-color: #FBA026;
  color: white;
}

.b--default_dark {
  text-align: center;
  background-color: #242F39;
  color: white !important;
}

.b--gray {
  background: #999;
  width: auto;
  min-width: 180px;
  padding: 10px 12px;
  color: white;
}

.b--gray:hover {
  color: white;
}

.b--destructive {
  text-align: center;
  background-color: #c4483a;
  color: white;
  display: inline-block;
  width: auto;
  min-width: 180px;
}

.b--destructive:hover {
  color: white;
  background-color: #9d3a2e;
}

.b--inline {
  text-align: center;
  background-color: #FBA026;
  color: white !important;
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.b--inline:hover {
  background-color: #b86b03;
  color: white;
}

.b--impact {
  text-align: center;
  background-color: #FBA026;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.b--impact:focus {
  border: 1px solid #864e02;
}

.b--impact:hover {
  background-color: #ea8804;
}

.b--default_field-modifier {
  background-color: #FBA026;
  color: white;
  padding: 0 3px;
  width: 28%;
  display: inline-block;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.b--default_field-modifier.disable {
  background-color: #EAEAE2;
}

.b--bordered, .b--bordered_dark, .b--bordered_top-bar, .chart--more-info, .chart--back {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #242F39;
  cursor: pointer;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.b--bordered:hover, .b--bordered_dark:hover, .b--bordered_top-bar:hover, .chart--more-info:hover, .chart--back:hover {
  background-color: rgba(36, 47, 57, 0.1);
}

.b--bordered {
  display: inline-block;
  background-color: transparent;
}

.b--bordered_dark {
  border-color: white;
  color: white;
}

.b--bordered_dark.s-active {
  background-color: white;
  color: #242F39;
}

.b--bordered_top-bar {
  float: right;
  padding: 0 40px 0 10px;
  margin-right: 10px;
  line-height: 35px;
  top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: whitesmoke;
}

.top-bar--location-picker.s-expanded {
  z-index: 3;
}

.b--bordered_top-bar.s-active:after {
  z-index: 4;
}

@media (min-width: 1200px) {
  .b--bordered_top-bar {
    min-width: 200px;
  }
}
.b--bordered_top-bar:hover {
  background: #bcbcb5;
}

.b--bordered_top-bar:after {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 25px;
  color: #242F39;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 10px;
  top: 5px;
}

.b--bordered_top-bar.s-active {
  background-color: #48484a;
  color: #ffffff;
}

.b--bordered_top-bar.s-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #ffffff;
}

.b--bordered_top-bar span {
  display: none;
}

@media (min-width: 1200px) {
  .b--bordered_top-bar span {
    display: inline;
  }
}
.b--textonly {
  background-color: transparent;
  color: #242F39;
  text-decoration: underline;
  width: auto;
  padding: 5px 0;
}

.b--icon {
  text-align: center;
  background-color: transparent;
  color: inherit;
  font-size: 26px;
  width: 40px;
  padding: 0;
}

.b--icon_small {
  text-align: center;
  background-color: transparent;
  color: inherit;
  font-size: 24px;
  width: 40px;
  height: 25px;
  padding: 0;
}

.b--icon_small i {
  vertical-align: top;
}

.b--combobox {
  text-align: left;
  background-color: #EAEAE2;
  color: #242F39;
}

.b--combobox:after {
  content: "^";
  float: right;
  color: black;
}

.b--round-icon, .b--round-icon_destructive {
  font-size: 22px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #929284;
  width: 38px;
  height: 38px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #929284;
  cursor: pointer;
  box-sizing: initial;
}

.b--round-icon i, .b--round-icon_destructive i {
  margin-right: 0;
}

.b--round-icon:hover, .b--round-icon_destructive:hover {
  border-color: #27558B;
  color: #27558B;
}

.b--round-icon_destructive:hover {
  border-color: #c4483a;
  color: #c4483a;
}

.common--week-group {
  padding: 20px 20px 0;
  border: 1px solid #dfdfd3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.common--group, .common--group_collapsible {
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 64em) {
  .third.common--group, .third.common--group_collapsible {
    width: 32%;
    margin-right: 1%;
    display: inline-block;
  }
  .last.common--group, .last.common--group_collapsible {
    margin-right: 0;
  }
}
.common--group .common--group-title, .common--group_collapsible .common--group-title {
  font-size: 16px;
  overflow: hidden;
  padding: 10px 0 4px;
}

.common--group_collapsible {
  margin-bottom: 20px;
  border: 1px solid #dfdfd3;
}

.common--group_collapsible .common--group-title {
  cursor: pointer;
  padding-left: 20px;
}

.common--group_collapsible .common--group-title:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
}

.common--group_collapsible.s-expanded > .common--group-title:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.common--group_collapsible.s-expanded > .group--collapse-container {
  display: block;
}

.common--group_collapsible .group--collapse-container {
  display: none;
}

.common--hideable-section.s-hidden {
  display: none;
}

.common--input-popup {
  max-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #242F39;
  color: white;
  margin-top: -20px;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
}

.common--input-popup.s-visible {
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px 20px 20px;
  marign-bottom: 10px;
}

.input-popup--title {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 30px;
}

.common--input-group_wrapped {
  border: 1px solid #242F39;
  color: #929284;
  margin-bottom: 20px;
  padding: 20px;
}

.common--input-group_wrapped.t-blue {
  color: #242F39;
}

.common--input-group_wrapped.narrow-top {
  padding-top: 5px;
}

.common--input-group {
  color: #929284;
  margin-bottom: 40px;
  position: relative;
}

.common--input-group.survey-group {
  display: none;
}

.common--input-group.survey-group.s-visible {
  display: block;
  position: relative;
}

.common--input-group.t-blue {
  color: #242F39;
}

.common--group-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.common--group-subtitle {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-left: 10px;
}

.common--group-underline {
  margin-top: 0;
  margin-bottom: 10px !important;
  border-color: #929284;
}

.common--navigation-group.s-hidden {
  display: none;
}

.common--navigation-list {
  list-style-type: none;
  line-height: 50px;
  font-size: 18px;
  border: 1px solid #242F39;
  max-width: 500px;
  margin: 0 auto;
}

.common--navigation-list li {
  border-bottom: 1px solid #242F39;
  padding: 0 20px;
  cursor: pointer;
}

.common--navigation-list li:last-child {
  border-bottom: none;
}

.common--navigation-list li:after {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  float: right;
  line-height: 50px;
}

.common--navigation-list li:hover {
  color: white;
  background-color: #242F39;
}

.common--field-wrapper, .common--field-wrapper_last, .common--field-wrapper_full-width, .common--field-wrapper_two-thirds, .common--field-wrapper_third, .common--field-wrapper_third_last {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 5px;
  vertical-align: top;
  color: #929284;
  line-height: 30px;
}

.common--field-wrapper .common--field-label, .common--field-wrapper_last .common--field-label, .common--field-wrapper_full-width .common--field-label, .common--field-wrapper_two-thirds .common--field-label, .common--field-wrapper_third .common--field-label, .common--field-wrapper_third_last .common--field-label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .common--field-wrapper, .common--field-wrapper_last, .common--field-wrapper_full-width, .common--field-wrapper_two-thirds, .common--field-wrapper_third, .common--field-wrapper_third_last {
    margin-right: 10px;
  }
}
@media (min-width: 64em) {
  .common--field-wrapper_third {
    width: 31%;
    margin-right: 3%;
  }
}
@media (min-width: 64em) {
  .common--field-wrapper_third_last {
    width: 31%;
    float: right;
  }
}
@media (min-width: 64em) {
  .common--field-wrapper_two-thirds {
    width: 63%;
  }
}
@media (min-width: 64em) {
  .common--field-wrapper {
    width: 47%;
  }
}
@media (min-width: 64em) {
  .common--field-wrapper_last {
    width: 47%;
    float: right;
  }
}
.common--field-wrapper_group-image {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px;
  vertical-align: top;
  width: 17%;
  min-width: 180px;
  margin-right: 2%;
}

.common--field-wrapper_group-image .common--field-label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
}

.common--field-wrapper_group-image .common--image-field_preview {
  max-width: 100%;
}

.common--field-hint {
  position: absolute;
  top: 0;
  right: 0;
  color: #27558B;
  font-size: 14px;
  line-height: 20px;
}

.common--field-error, .common--field-tip, .common--field-warning {
  background-color: #c4483a;
  color: white;
  font-size: 0.9em;
  line-height: 1.6em;
  padding: 10px;
}

.common--field-error:empty, .common--field-tip:empty, .common--field-warning:empty {
  display: none;
}

.common--field-tip {
  background-color: #929284;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.common--field-warning {
  background-color: #27558B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.common--image-field, .common--image-field img {
  max-width: 100%;
  width: 100%;
}

.common--image-field_preview {
  display: inline-block;
  border: 1px solid #929284;
  position: relative;
}

.common--image-field_preview img {
  max-width: 100%;
  width: 100%;
}

.common--image-field_preview:hover .common--field-overlay {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .common--image-field_preview {
    margin-right: 20px;
  }
}
.common--field-overlay {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.image-field--controls {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  text-align: center;
}

.image-field--control {
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  cursor: pointer;
}

.image-field--control:last-child {
  margin-right: 0;
}

.image-field--control i {
  font-size: 30px;
  display: block;
}

.image-field--control:hover {
  color: #FBA026;
}

#calendar_today {
  margin-top: -3px;
}

#logo_form_container {
  margin-bottom: 10px;
}

.setup-container .common--group-title {
  padding-bottom: 10px;
}

.field--text, .promotions_fields input[type=text], .promotions_fields input[type=password], .setup-container input[type=text], .setup-container input[type=password], .promotions_fields textarea, .setup-container textarea, .promotions_fields select[multiple], .setup-container select[multiple], .promotions--social-tables input[type=text], .field--text_has-modifier, .field--select, .field--select_date, .field--select_inline, .promotions_fields select:not(.field--select_inline):not(.field--select_date):not([multiple]), .setup-container select:not(.field--select_inline):not(.field--select_date):not([multiple]), .date-picker--picker .ui-datepicker-header .ui-datepicker-month, .date-picker--picker .ui-datepicker-header .ui-datepicker-year, .field--checkbox, .field--checkbox_fixed, .field--checkbox_visibility, .field--radio, .field--radio_datepicker {
  width: 100%;
  height: 40px;
  border: 1px solid #929284;
  background-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 8px;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.field--text-only {
  color: #242F39;
  font-size: 1.2em;
}

.field--text:disabled, .promotions_fields input[type=text]:disabled, .promotions_fields input[type=password]:disabled, .setup-container input[type=text]:disabled, .setup-container input[type=password]:disabled, .promotions_fields textarea:disabled, .setup-container textarea:disabled, .promotions_fields select[multiple]:disabled, .setup-container select[multiple]:disabled, .promotions--social-tables input[type=text]:disabled {
  color: #777773;
  border-color: #c2c2ba;
}

.field--text:disabled:focus, .promotions_fields input[type=text]:disabled:focus, .promotions_fields input[type=password]:disabled:focus, .setup-container input[type=text]:disabled:focus, .setup-container input[type=password]:disabled:focus, .promotions_fields textarea:disabled:focus, .setup-container textarea:disabled:focus, .promotions_fields select[multiple]:disabled:focus, .setup-container select[multiple]:disabled:focus, .promotions--social-tables input[type=text]:disabled:focus, .field--text:disabled:hover, .promotions_fields input[type=text]:disabled:hover, .promotions_fields input[type=password]:disabled:hover, .setup-container input[type=text]:disabled:hover, .setup-container input[type=password]:disabled:hover, .promotions_fields textarea:disabled:hover, .setup-container textarea:disabled:hover, .promotions_fields select[multiple]:disabled:hover, .setup-container select[multiple]:disabled:hover, .promotions--social-tables input[type=text]:disabled:hover {
  border-color: #c2c2ba;
}

.field--text:read-only, .promotions_fields input[type=text]:read-only, .promotions_fields input[type=password]:read-only, .setup-container input[type=text]:read-only, .setup-container input[type=password]:read-only, .promotions_fields textarea:read-only, .setup-container textarea:read-only, .promotions_fields select[multiple]:read-only, .setup-container select[multiple]:read-only, .promotions--social-tables input[type=text]:read-only {
  border-color: #f2f2f0;
  text-decoration: underline;
  cursor: default;
}

.field--text:read-only:hover, .promotions_fields input[type=text]:read-only:hover, .promotions_fields input[type=password]:read-only:hover, .setup-container input[type=text]:read-only:hover, .setup-container input[type=password]:read-only:hover, .promotions_fields textarea:read-only:hover, .setup-container textarea:read-only:hover, .promotions_fields select[multiple]:read-only:hover, .setup-container select[multiple]:read-only:hover, .promotions--social-tables input[type=text]:read-only:hover, .field--text:read-only:focus, .promotions_fields input[type=text]:read-only:focus, .promotions_fields input[type=password]:read-only:focus, .setup-container input[type=text]:read-only:focus, .setup-container input[type=password]:read-only:focus, .promotions_fields textarea:read-only:focus, .setup-container textarea:read-only:focus, .promotions_fields select[multiple]:read-only:focus, .setup-container select[multiple]:read-only:focus, .promotions--social-tables input[type=text]:read-only:focus {
  border-color: #f2f2f0 !important;
}

.field--text:hover, .promotions_fields input[type=text]:hover, .promotions_fields input[type=password]:hover, .setup-container input[type=text]:hover, .setup-container input[type=password]:hover, .promotions_fields textarea:hover, .setup-container textarea:hover, .promotions_fields select[multiple]:hover, .setup-container select[multiple]:hover, .promotions--social-tables input[type=text]:hover {
  border: 1px solid #27558B;
}

.field--text:focus, .promotions_fields input[type=text]:focus, .promotions_fields input[type=password]:focus, .setup-container input[type=text]:focus, .setup-container input[type=password]:focus, .promotions_fields textarea:focus, .setup-container textarea:focus, .promotions_fields select[multiple]:focus, .setup-container select[multiple]:focus, .promotions--social-tables input[type=text]:focus {
  border: 1px solid #242F39;
}

.field--text.s-hidden, .promotions_fields input.s-hidden[type=text], .promotions_fields input.s-hidden[type=password], .setup-container input.s-hidden[type=text], .setup-container input.s-hidden[type=password], .promotions_fields textarea.s-hidden, .setup-container textarea.s-hidden, .promotions_fields select.s-hidden[multiple], .setup-container select.s-hidden[multiple], .promotions--social-tables input.s-hidden[type=text] {
  display: none;
}

.field--text_has-modifier {
  width: 70%;
}

.field--text_has-modifier:read-only {
  border-width: 0 !important;
  text-decoration: underline;
  cursor: pointer;
}

.field--text_has-modifier:read-only ~ .b--default_field-modifier {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.field--text_has-modifier:hover {
  border: 1px solid #27558B;
}

.field--text_has-modifier:focus {
  border: 1px solid #242F39;
}

.field--select, .field--select_date, .field--select_inline, .promotions_fields select:not(.field--select_inline):not(.field--select_date):not([multiple]), .setup-container select:not(.field--select_inline):not(.field--select_date):not([multiple]), .date-picker--picker .ui-datepicker-header .ui-datepicker-month, .date-picker--picker .ui-datepicker-header .ui-datepicker-year {
  background: white url("../../site_images/select-arrow.png") no-repeat right 12px;
  cursor: pointer;
}

.field--select:hover, .field--select_date:hover, .field--select_inline:hover, .promotions_fields select:hover:not(.field--select_inline):not(.field--select_date):not([multiple]), .setup-container select:hover:not(.field--select_inline):not(.field--select_date):not([multiple]), .date-picker--picker .ui-datepicker-header .ui-datepicker-month:hover, .date-picker--picker .ui-datepicker-header .ui-datepicker-year:hover, .field--select:focus, .field--select_date:focus, .field--select_inline:focus, .promotions_fields select:focus:not(.field--select_inline):not(.field--select_date):not([multiple]), .setup-container select:focus:not(.field--select_inline):not(.field--select_date):not([multiple]), .date-picker--picker .ui-datepicker-header .ui-datepicker-month:focus, .date-picker--picker .ui-datepicker-header .ui-datepicker-year:focus {
  background-position: right -33px;
}

.field--select:hover, .field--select_date:hover, .field--select_inline:hover, .promotions_fields select:hover:not(.field--select_inline):not(.field--select_date):not([multiple]), .setup-container select:hover:not(.field--select_inline):not(.field--select_date):not([multiple]), .date-picker--picker .ui-datepicker-header .ui-datepicker-month:hover, .date-picker--picker .ui-datepicker-header .ui-datepicker-year:hover {
  border: 1px solid #27558B;
}

.field--select:focus, .field--select_date:focus, .field--select_inline:focus, .promotions_fields select:focus:not(.field--select_inline):not(.field--select_date):not([multiple]), .setup-container select:focus:not(.field--select_inline):not(.field--select_date):not([multiple]), .date-picker--picker .ui-datepicker-header .ui-datepicker-month:focus, .date-picker--picker .ui-datepicker-header .ui-datepicker-year:focus {
  border: 1px solid #242F39;
}

.field--select_date {
  width: 32.6%;
}

.field--select_inline {
  width: auto;
  padding-right: 40px;
}

.field--checkbox, .field--checkbox_fixed, .field--checkbox_visibility {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border-width: 0px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 0;
  height: auto;
  min-height: 43px;
}

.field--checkbox:hover .label-display:before, .field--checkbox_fixed:hover .label-display:before, .field--checkbox_visibility:hover .label-display:before {
  border: 1px solid #27558B;
}

.field--checkbox:focus .label-display:before, .field--checkbox_fixed:focus .label-display:before, .field--checkbox_visibility:focus .label-display:before {
  border: 1px solid #242F39;
}

.field--checkbox input, .field--checkbox_fixed input, .field--checkbox_visibility input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.field--checkbox input:checked + .label-display, .field--checkbox_fixed input:checked + .label-display, .field--checkbox_visibility input:checked + .label-display {
  color: #242F39;
}

.field--checkbox input:checked + .label-display:before, .field--checkbox_fixed input:checked + .label-display:before, .field--checkbox_visibility input:checked + .label-display:before {
  color: #242F39;
}

.field--checkbox .label-display, .field--checkbox_fixed .label-display, .field--checkbox_visibility .label-display {
  color: #929284;
  display: block;
  vertical-align: middle;
}

.field--checkbox .label-display:before, .field--checkbox_fixed .label-display:before, .field--checkbox_visibility .label-display:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: transparent;
  margin-right: 10px;
  font-size: 30px;
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #929284;
  vertical-align: middle;
  background-color: white;
}

.field--checkbox_fixed {
  background-color: transparent;
}

.field--checkbox_visibility .label-display {
  color: #242F39;
}

.field--checkbox_visibility .label-display:before {
  content: "\f070";
  color: #242F39;
  border: transparent !important;
}

.field--checkbox_visibility input:checked + .label-display:before {
  content: "\f06e";
}

.ui-datepicker-calendar {
  color: black;
}

.field--radio, .field--radio_datepicker {
  width: 50%;
  position: relative;
  background-color: whitesmoke;
  line-height: 40px;
  color: black;
  cursor: pointer;
  border-right-width: 0;
  display: inline-block;
}

.field--radio input, .field--radio_datepicker input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.field--radio input:checked + .label-display, .field--radio_datepicker input:checked + .label-display {
  color: #242F39;
  background-color: #ffffff;
}

.field--radio:last-child, .field--radio_datepicker:last-child {
  border-right-width: 1px;
}

.field--radio .label-display, .field--radio_datepicker .label-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.field--radio .label-display:hover, .field--radio_datepicker .label-display:hover {
  background-color: #48484a;
  color: #ffffff;
}

.field--radio .label-display:after, .field--radio_datepicker .label-display:after {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.field--radio:hover, .field--radio_datepicker:hover {
  border: 1px solid #48484a;
}

.field--radio:focus, .field--radio_datepicker:focus {
  border: 1px solid #48484a;
}

.field--radio_datepicker {
  width: 14.2%;
}

.promotions_fields textarea, .setup-container textarea {
  height: 80px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.promotions_fields select[multiple], .setup-container select[multiple] {
  height: auto;
  max-height: 150px;
  padding: 2px;
}

.promotions_fields select[multiple] option, .setup-container select[multiple] option {
  padding: 10px;
  margin-bottom: 2px;
}

/***************************
	QUANTITY/PRICE TABLES
****************************/
.table--input_number input[type=text] {
  text-align: right;
}

.input--number_sum {
  background-color: #f6f6f6;
  border: none;
  border-top: 1px solid #929284;
  text-decoration: none;
}

.input--number_sum:hover {
  border-top: 1px solid #929284;
}

.row_unallocated {
  line-height: 40px;
}

.unallocated {
  line-height: 40px;
  background-color: #f3dad7;
  padding: 0 8px;
  color: black;
  text-align: right;
}

.t-sidebar {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #242F39;
  font-size: 14px;
}

.t-notifications {
  background-color: #10151a;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.t-content--header_underline {
  background-color: #ffffff;
  border-bottom: 1px solid #929284;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #d17904;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
body {
  background-color: #2f3843;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

/*****************************
	LOGIN STYLES
******************************/
.login {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  background: white;
}

.login--container {
  background-color: white;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.login--container .common--field-wrapper_full-width {
  position: relative;
}

.login--header {
  text-align: center;
  padding: 20px 20px 40px 20px;
}

.login--header img {
  width: 100%;
  max-width: 100%;
}

.login--error {
  background-color: #c4483a;
  color: white;
  padding: 20px;
}

.login--body {
  padding: 20px;
}

.login--footer {
  padding: 20px;
  overflow: hidden;
}

.login--footer .field--checkbox, .login--footer .field--checkbox_fixed, .login--footer .field--checkbox_visibility {
  width: auto;
  background-color: transparent;
}

.login--under {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

.legal-text {
  margin-top: 5px;
}

.login--show-password {
  position: absolute;
  bottom: 2px;
  right: 1px;
  height: 38px;
  background-color: transparent;
  padding: 0 10px;
  cursor: pointer;
}

.login--show-password:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242F39;
  content: "\f070";
  font-size: 28px;
}

.login--show-password.s-shown:before {
  content: "\f06e";
}

@media (min-width: 768px) {
  .login {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 450px;
    padding: 20px;
    margin-left: -225px;
    border: none;
    border-radius: 5px;
  }
}
@media (max-width: 500px) {
  .login--footer {
    padding-top: 0;
  }
  .login--footer input[type=submit] {
    width: 120px;
    margin-top: 0;
  }
}
/*****************************
	NAVIGATION (nav-) ITEMS
******************************/
.nav-item--left-sidebar .nav-item--left-sidebar-heading .nav-item--hide-button, .nav-item--top-bar .nav-item--show-button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.nav-item--left-sidebar .nav-item--left-sidebar-heading {
  background-color: white;
  display: block;
  color: white;
  padding: 2px;
  height: 60px;
  color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-item--left-sidebar .nav-item--left-sidebar-heading .nav-item--brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.nav-item--left-sidebar .nav-item--left-sidebar-heading .nav-item--brand-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 90%;
  max-height: 90%;
}

.nav-item--left-sidebar .nav-item--left-sidebar-heading .nav-item--hide-button {
  display: none;
  right: 0;
  color: white;
  text-align: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-item--left-sidebar .nav-item--left-sidebar-heading .nav-item--hide-button i {
  margin-right: 0;
}

.nav-item--left-sidebar .nav-item--left-sidebar-list {
  padding: 10px 0 0 10px;
  list-style-type: none;
  margin: 0;
}

.nav-item--left-sidebar .nav-item--left-sidebar-list li {
  overflow: hidden;
  height: 50px;
  color: rgba(255, 255, 255, 0);
}

.nav-item--left-sidebar .nav-item--left-sidebar-list li.s-active {
  background-color: white;
}

.nav-item--left-sidebar .nav-item--left-sidebar-list li.s-active a:before {
  color: #FBA026;
}

.nav-item--left-sidebar .nav-item--left-sidebar-list li a {
  font-size: 15px;
  display: block;
  color: inherit;
  padding: 0 12px;
  border-radius: 5px;
  line-height: 50px;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-item--left-sidebar .nav-item--left-sidebar-list li a:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 22px;
  position: relative;
  bottom: -1px;
  width: 30px;
  display: inline-block;
  margin-right: 10px;
  top: 3px;
  left: 2px;
}

.nav-item--left-sidebar .nav-item--left-sidebar-list li a:hover:before {
  color: #FBA026;
}

.nav-item--left-sidebar .nav-item--left-sidebar-list li a.weeklysales:before, .nav-item--left-sidebar .nav-item--left-sidebar-list li a.snapshot:before, #question-picker--expand i.icon-audit:before {
  font-family: "driveicons2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-item--left-sidebar .nav-item--other-nav {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding-left: 1%;
  margin-bottom: 5px;
}

@media (min-width: 64em) {
  .nav-item--left-sidebar .nav-item--other-nav:before {
    font-family: "DriveIcons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e611";
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 24px;
    padding-bottom: 5px;
    text-align: center;
  }
}
.nav-item--left-sidebar .nav-item--other-nav li {
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  position: relative;
}

@media (min-width: 64em) {
  .nav-item--left-sidebar .nav-item--other-nav li {
    display: none;
  }
}
.nav-item--left-sidebar .nav-item--other-nav li a {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 0;
}

.nav-item--left-sidebar .nav-item--other-nav li .label {
  display: none;
}

.nav-item--left-sidebar .nav-item--other-nav li:hover {
  color: #FBA026;
}

.nav-item--left-sidebar .nav-item--other-nav i {
  display: block;
  margin-right: 0;
  font-size: 24px;
  padding-bottom: 5px;
}

.nav-item--left-sidebar .nav-item--user {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-item--left-sidebar .nav-item--user .nav-item--user-link {
  display: block;
  width: 100%;
  text-align: center;
  background-color: transparent;
}

.nav-item--left-sidebar .nav-item--user .nav-item--user-link:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  display: inline-block;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 44px;
  font-size: 20px;
  color: white;
  bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  background-color: #2b383a;
  width: 20px;
  border-radius: 20px;
  height: 20px;
  text-align: center;
}

.nav-item--left-sidebar .nav-item--user .nav-item--user-link.s-expanded:before {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nav-item--left-sidebar .nav-item--user .nav-item--user--photo {
  height: 40px;
  width: 40px;
  border: 4px solid #2b383a;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin: 5px;
}

.nav-item--left-sidebar .nav-item--user .nav-item--user--name {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 0;
  overflow: hidden;
  position: relative;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 85px;
  right: 40px;
  margin: 5px 0;
}

.nav-item--left-sidebar .nav-item--user .nav-item--user--name .nav-item--user--first-name {
  font-size: 16px;
  color: white;
}

.nav-item--left-sidebar .nav-item--user .nav-item--user--name .nav-item--user--last-name {
  font-size: 16px;
}

.nav-item--left-sidebar .nav-item--user .nav-item--notifications {
  width: 100%;
  height: 55px;
  line-height: 40px;
  padding: 7px 5px 5px;
  margin-bottom: 5px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-item--left-sidebar .nav-item--user .nav-item--notifications.s-active {
  background-color: #10151a;
}

.nav-item--left-sidebar .nav-item--user .nav-item--notifications .notifications--blip {
  width: 40px;
  height: 40px;
  background-color: #FBA026;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
}

.nav-item--left-sidebar .nav-item--user .nav-item--notifications a {
  display: block;
  color: #ffffff;
}

.nav-item--sub-nav {
  display: inline-block;
  float: right;
  margin-top: 15px;
}

.nav-item--sub-nav ul.nav-item--other-nav {
  list-style: none;
  color: white;
  float: right;
}

.nav-item--sub-nav ul.nav-item--other-nav li {
  float: left;
  font-size: 26px;
  line-height: 1;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .nav-item--sub-nav {
    display: block;
    float: none;
  }
  .top-bar--page-title {
    font-size: 16px;
  }
  #work-space .l-content {
    top: 100px;
  }
}
/*********************
	USER POP-UP
*********************/
.nav-item--user-popup {
  position: absolute;
  bottom: 60px;
  left: -310px;
  width: 300px;
  height: auto;
  overflow: hidden;
  background-color: #EAEAE2;
  color: #777773;
  border: 1px solid #cacab6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 500;
  font-size: 1.2em;
}

.nav-item--user-popup.s-expanded {
  left: 10px;
}

.user--header {
  background-color: #b4b498;
  color: white;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
}

.user--links {
  list-style-type: none;
}

.user--link {
  padding: 0 20px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.user--link a {
  display: block;
}

.user--link:hover {
  background-color: #242F39;
  color: white;
}

/*****************************
	NOTIFICATIONS
******************************/
.n--header {
  color: white;
}

.n--header .b--icon {
  position: relative;
  top: -3px;
}

.n--header .n--clear-all {
  float: right;
}

.n--header .n--dismiss {
  display: inline-block;
  top: -5px;
}

@media (min-width: 48em) {
  .n--header .n--dismiss {
    display: none;
  }
}
.n--divider {
  height: 1px;
  background-color: #384958;
  border: none;
  margin: 10px 0;
}

.n--scroll-container {
  overflow-y: scroll;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 20px;
  right: 20px;
}

.n--items {
  list-style-type: none;
}

.n--item {
  color: white;
}

.n--item a {
  display: block;
  line-height: 50px;
  text-transform: uppercase;
}

.n--item a:hover {
  color: #FBA026;
}

.n--item .n--item-icon {
  width: 30px;
  display: inline-block;
  margin-left: 5px;
  font-size: 24px;
  top: 3px;
  position: relative;
}

.n--item_has-children {
  color: white;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

.n--item_has-children:hover {
  color: #FBA026;
}

.n--item_has-children.s-active:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.n--item_has-children:after {
  position: absolute;
  right: 0;
  top: 8px;
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  color: #FBA026;
  font-size: 30px;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.n--children {
  display: none;
  border-top: 1px solid #384958;
  border-bottom: 1px solid #384958;
}

.n--children.s-expanded {
  display: block;
}

.n--children ul.n--items {
  margin-left: 20px;
}

.n--icon {
  display: inline-block;
  width: 16%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.n--content {
  display: inline-block;
  width: 82%;
  box-sizing: border-box;
  vertical-align: middle;
}

.n--content .n--detail {
  display: inline;
  font-size: 14px;
  color: #5f7c97;
}

.n--content .n--detail:after {
  content: " ·";
  font-size: 35px;
  line-height: 0px;
  position: relative;
  top: 5px;
}

.n--content .n--detail:last-child:after {
  content: "";
}

/*****************************
	SUBMENUS FOR SETTING PAGES
******************************/
.submenu--menu-list {
  list-style-type: none;
  color: #8e8e93;
  font-size: 14px;
  padding-left: 15px;
  padding-top: 20px;
}

@media (min-width: 64em) {
  .submenu--menu-list {
    padding-left: 20px;
  }
}
.submenu--menu-list .submenu--item {
  padding-bottom: 20px;
  cursor: pointer;
}

.submenu--menu-list .submenu--item.s-active {
  color: white;
  font-weight: 700;
}

.submenu--menu-list .submenu--item:hover {
  color: white;
}

.submenu--item:not(.title) {
  padding-left: 10px;
}

.submenu--item.title:hover {
  text-decoration: none;
  color: white;
}

.submenu--item.title {
  color: white;
  font-weight: 700;
}

/*****************************
	TOP NAVIGATION BAR (DATEPICKER AND LOCATION PICKER)
******************************/
.form--environment-filter {
  display: inline-block;
  float: right;
}

.nav-item--top-bar {
  font-size: 16px;
  color: #242F39;
}

.nav-item--top-bar .nav-item--show-button {
  display: inline-block;
  position: relative;
  color: white;
  text-align: left;
  margin-left: -10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-item--top-bar .nav-item--show-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background-color: white;
}

.nav-item--top-bar .nav-item--show-button:hover {
  margin-left: 0;
}

.nav-item--top-bar .nav-item--show-button:hover:before {
  width: 10px;
}

.nav-item--top-bar .top-bar--page-title {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  padding-top: 20px;
  position: absolute;
  max-width: 50%;
}

@media (max-width: 767px) {
  .nav-item--top-bar .top-bar--page-title {
    font-size: 16px;
    line-height: 1;
    padding-top: 16px;
    padding-right: 10px;
  }
  .nav-item--sub-nav ul.nav-item--other-nav li {
    padding: 0 5px;
  }
  #CustomerEngagementBlocks table tr td div.block p.engagement {
    font-size: 11px !important;
  }
}
@media (max-width: 500px) {
  .nav-item--top-bar .top-bar--page-title {
    max-width: 150px;
  }
}
.nav-item--top-bar .top-bar--location-picker, .nav-item--top-bar .top-bar--date-picker {
  position: fixed;
  top: 55px;
  right: 10px;
  max-height: 0;
  overflow: hidden;
  background-color: #2f3843;
  color: white;
  width: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 4px 0 #444;
  -moz-box-shadow: 0 0 4px 0 #444;
  box-shadow: 0 0 4px 0 #444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 64em) {
  .nav-item--top-bar .top-bar--location-picker, .nav-item--top-bar .top-bar--date-picker {
    position: absolute;
    right: 0;
  }
}
.nav-item--top-bar .s-expanded.top-bar--date-picker {
  max-height: 700px;
}

.nav-item--top-bar .s-expanded.top-bar--location-picker {
  max-height: 300px;
  overflow-y: auto;
}

.nav-item--top-bar .top-bar--location-picker {
  line-height: 0;
}

.nav-item--top-bar .top-bar--location-picker label {
  margin-bottom: 0;
}

.nav-item--top-bar .top-bar--location-picker label:hover {
  text-decoration: none;
  background-color: #48484a;
}

.nav-item--top-bar .top-bar--date-picker {
  width: 700px;
}

.nav-item--top-bar .top-bar--date-picker.s-expanded {
  padding: 20px;
}

.nav-item--top-bar .top-bar--date-picker .tooltip-error {
  position: relative;
}

.nav-item--top-bar .top-bar--date-picker .chart--genius-message.s-expanded {
  height: 200px;
}

.nav-item--top-bar .top-bar--date-picker .chart--genius-message.s-expanded {
  height: 200px;
}

.nav-item--top-bar .top-bar--date-picker .common--field-label {
  color: white;
}

@media (max-width: 767px) {
  .mobile-menu {
    display: block !important;
    margin-top: 15px;
    margin-left: 15px;
    color: white;
  }
  #hide-menu .mobile-menu {
    color: #2f3843;
  }
  #hide-menu .fa-bars {
    margin-right: 10px;
  }
  .nav-item--top-bar .nav-item--show-button:before {
    content: "";
    display: none;
  }
  .nav-item--top-bar .nav-item--show-button {
    transition: none;
    margin-left: 0;
  }
  .nav-item--left-sidebar .nav-item--left-sidebar-heading .nav-item--hide-button, .nav-item--top-bar .nav-item--show-button {
    width: 60px;
  }
  .desktop-menu {
    display: none;
  }
}
.js-links-container {
  overflow: auto;
}

/*****************************
	LOCATION PICKER STYLES
******************************/
.location-picker--location {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  height: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 50px;
  border-bottom: 1px solid #8e8e93;
  cursor: pointer;
}

.location-picker--location.available {
  display: block;
}

.location-picker--location input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.location-picker--location input:checked + .label-display {
  color: #242F39;
  background-color: whitesmoke;
}

.location-picker--location input:checked + .label-display:before {
  content: "\f00c";
}

.location-picker--location .label-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #2f3843;
  color: white;
  padding: 0 10px 0 50px;
}

.location-picker--location .label-display:hover {
  background-color: #8e8e93;
  color: #ffffff;
}

.location-picker--location .label-display:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  content: "";
  color: #242F39;
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  text-align: center;
}

/*****************************
	DATEPICKER STYLES
******************************/
@media (max-width: 767px) {
  #closeLinkMenu {
    display: block !important;
  }
  .date-picker--calendar {
    display: none;
  }
  .top-bar--date-picker .js-genius {
    display: none;
  }
  #calendar_go {
    display: none;
  }
  .top-bar--date-picker.s-expanded {
    width: 250px;
  }
  .field--radio_datepicker {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid #777773;
    margin-bottom: 2px;
  }
  .nav-item--top-bar .top-bar--location-picker, .nav-item--top-bar .top-bar--date-picker {
    transition: none;
  }
}
#date-picker--startDate {
  margin-left: 5px;
  margin-right: 5px;
}

#date-picker--endDate {
  margin-right: 5px;
}

.date-picker--calendar {
  position: relative;
}

#calendar-end {
  position: absolute;
  left: 53%;
  float: none;
}

.date-picker--vis-toggle {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -19px;
  color: white;
}

#calendar_start .ui-datepicker-current-day {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

#calendar_end .ui-datepicker-current-day {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

.date-picker--picker {
  line-height: 25px;
  height: 0;
  overflow: hidden;
  margin-top: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.date-picker--picker.s-expanded {
  height: 315px;
}

.date-picker--picker .ui-datepicker-header {
  position: relative;
  line-height: 40px;
}

.date-picker--picker .ui-datepicker-header .ui-datepicker-prev, .date-picker--picker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 50px;
  padding: 5px;
  line-height: 28px;
}

a.ui-datepicker-next:hover, a.ui-datepicker-prev:hover {
  background-color: #48484a;
}

.date-picker--picker .ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 0;
  text-align: right;
}

.date-picker--picker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}

.date-picker--picker .ui-datepicker-header .ui-datepicker-month, .date-picker--picker .ui-datepicker-header .ui-datepicker-year {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 80px;
  height: 35px;
  margin-right: 5px;
}

.date-picker--picker .ui-datepicker-header .ui-datepicker-year {
  width: 95px;
}

.date-picker--picker td {
  width: 36px;
  height: 28px;
  text-align: right;
}

.date-picker--picker td a {
  padding: 5px;
  display: block;
}

.date-picker--picker th {
  height: 35px;
  background-color: #EAEAE2;
  color: #929284;
  font-size: 14px;
}

.date-picker--picker .ui-datepicker-other-month {
  opacity: 0.5;
  padding: 5px;
  cursor: default;
}

.date-picker--picker td.ui-datepicker-week-end {
  background-color: #f5f5f1;
}

.date-picker--picker td.ui-datepicker-week-end.ui-highlight {
  background-color: #c3d7ee;
  color: #242F39;
}

.date-picker--picker td.ui-datepicker-week-end.ui-datepicker-current-day {
  background-color: #242F39;
  color: #ffffff;
}

.date-picker--picker td.ui-datepicker-week-end.ui-datepicker-current-day_other-month {
  background-color: #415457;
  color: #ffffff;
}

.date-picker--picker .ui-highlight {
  background-color: #c3d7ee;
  color: #242F39;
}

.date-picker--picker .ui-datepicker-current-day {
  background-color: #242F39;
  color: #ffffff;
}

.date-picker--picker .ui-datepicker-today {
  position: relative;
}

.date-picker--picker .ui-datepicker-today:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 36px;
  height: 30px;
  background-color: #FBA026;
  content: "";
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.date-picker--picker .ui-datepicker-today:hover {
  background-color: #27558B;
}

.date-picker--picker .ui-datepicker-today a {
  position: absolute;
  top: 2px;
  right: 7px;
  color: #242F39;
}

.date-picker--picker .ui-datepicker-today a.ui-state-hover {
  background-color: transparent;
}

.date-picker--picker .ui-datepicker-current-day_other-month {
  background-color: #415457;
  color: #ffffff;
}

.date-picker--picker .ui-state-hover {
  background-color: #27558B;
  color: white;
}

/*****************************
	Sidebar Expanded State
******************************/
.s-sidebar-expanded .nav-item--top-bar .nav-item--show-button i {
  display: none;
}

.s-sidebar-expanded .nav-item--top-bar .nav-item--show-button:before {
  background-color: #ffffff;
}

.s-sidebar-expanded .nav-item--top-bar .top-bar--page-title {
  padding-left: 20px;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--left-sidebar-heading .nav-item--hide-button {
  display: block;
  color: #EAEAE2;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--left-sidebar-heading .nav-item--hide-button.hover {
  margin-right: -10px;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--other-nav:before {
  display: none;
  content: "";
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--other-nav li {
  display: inline-block;
  width: 32%;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--other-nav li a {
  padding: 5px 0;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--other-nav li .label {
  display: inline;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--user-link {
  text-align: left;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--user--name {
  max-width: 300px;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--notifications {
  position: absolute;
  height: auto;
  width: 70px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding-right: 10px;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--notifications .notifications--blip {
  margin-top: 2px;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--left-sidebar-list li {
  color: white;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--left-sidebar-list li.s-active {
  color: #242F39;
}

.s-sidebar-expanded .nav-item--left-sidebar .nav-item--left-sidebar-list li a:before {
  font-size: 22px;
  left: 0;
  top: 3px;
}

/**********************
	TABS
**********************/
.js-tab-container {
  background-color: whitesmoke;
}

.tab-item {
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px;
  display: inline-block;
  position: relative;
  color: #777773;
  cursor: pointer;
}

@media (min-width: 64em) {
  .tab-item {
    font-size: 15px;
    padding: 0 20px;
  }
}
.tab-item.s-active {
  font-weight: 700;
  color: #242F39;
}

.tab-item:hover {
  color: #242F39;
}

.tab--page {
  display: none;
}

.tab--page.s-active {
  display: block;
}

.tab-list {
  display: inline-block;
  white-space: nowrap;
}

.tab-overflow {
  color: black;
  display: none;
  text-align: center;
  cursor: pointer;
}

.tab-overflow:after {
  font-family: "DriveIcons";
  content: "\f107";
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tab-overflow.s-shown {
  display: block;
}

.tab-overflow.s-active:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tab-overflow_tabs {
  display: none;
  background-color: white;
  position: absolute;
  top: 100px;
  z-index: 5000;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.tab-overflow_tabs.s-shown {
  display: block;
}

.tab-overflow_tabs .tab-item {
  display: block;
  background: none;
  padding: 0 20px;
  margin: 0;
}

.tab-overflow_tabs .tab-item:before, .tab-overflow_tabs .tab-item:after {
  background: none;
}

.tab-overflow_tabs .tab-item.s-active {
  background-color: #242F39;
  color: white;
}

/***********************************
	USER/LOCATION STYLE TABLES
***********************************/
.content--table {
  padding: 20px;
}

.content--table .table--row {
  line-height: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.content--table .table--row .row--expander {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.content--table .table--row .row--expander input[type=checkbox] {
  visibility: hidden;
}

.content--table .table--row .row--expander input[type=checkbox]:checked ~ .row--toggle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content--table .table--row .row--toggle {
  position: absolute;
  left: 4px;
  top: 5px;
  color: #929284;
  font-size: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.content--table .table--row .row--image {
  display: inline-block;
  height: 40px;
  max-width: 60px;
  overflow: hidden;
  position: absolute;
  left: 30px;
}

.content--table .table--row .row--title {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 90px;
  right: 0;
}

.dashboard_container {
  margin-bottom: 20px;
}

.dashboard_container--fixed, .dashboard_container--fixed_no-head {
  position: absolute;
  top: 50px;
  bottom: 50px;
  right: 0;
  left: 0;
  padding-right: 20px;
  padding-left: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dashboard_container--fixed_no-head {
  top: 0;
}

.dashboard_container--fixed_no-head.no-scroll {
  overflow-y: hidden;
}

.customer-icon {
  width: 75px;
}

@media (max-width: 760px) {
  .dashboard_container .quart {
    width: 50% !important;
  }
  .dashboard_container .half {
    min-height: 250px !important;
  }
  .customer-icon {
    width: 70px;
  }
}
@media (max-width: 581px) {
  #snapshot .half div.left:first-of-type {
    width: 100% !important;
  }
  .dashboard_container .half {
    min-height: 330px !important;
  }
}
.page--header, .page--header_menu {
  min-height: 45px;
  overflow: hidden;
  border-bottom: 1px solid #EAEAE2;
  margin-bottom: 10px;
}

.page--header_menu {
  border-bottom: none;
  position: relative;
}

.page--footer {
  margin: 20px 0;
}

@media (max-width: 1000px) {
  .page--header {
    border-bottom: none;
  }
}
/*********************************
	IN PAGE HEADERS AND MENUS
*********************************/
.header--title {
  color: #929284;
  display: inline-block;
}

.header--underline {
  border-color: #929284;
  margin: 0;
}

.headerlink_forward, .headerlink_backwards {
  font-size: 1rem;
  margin-left: 20px;
  color: #FBA026;
}

.headerlink_forward:before, .headerlink_backwards:before, .headerlink_forward:after, .headerlink_backwards:after {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

.headerlink_forward:after {
  content: "\f105";
}

.headerlink_backwards:before {
  content: "\f104";
}

.header-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-menu .header-menu--item {
  display: inline-block;
  color: #242F39;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 700;
  border-bottom: 1px solid #dfdfd3;
}

.header-menu .header-menu--item:hover {
  color: #27558B;
}

.header-menu .header-menu--item.s-active {
  color: white;
  background-color: #FBA026;
}

.page--confirmation {
  padding: 10px;
  text-align: center;
  background-color: #27558B;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.page--confirmation:empty {
  display: none;
}

.footer--fixed {
  position: absolute;
  min-height: 47px;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  right: 0;
  background-color: #48484a;
}

@media (max-width: 583px) {
  .footer--fixed {
    bottom: 20px;
  }
}
.footer--relative {
  padding: 10px 20px;
  background-color: #242F39;
  margin-bottom: 20px;
}

.message--confirmation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 300px;
  height: 250px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.5em;
  z-index: 1000;
  color: white;
  background-color: #242F39;
  opacity: 0.97;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.message--confirmation:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: block;
  font-size: 80px;
  margin-bottom: 15px;
  margin-top: 60px;
}

.message--confirmation.s-fade {
  opacity: 0;
}

.cc--config-image {
  width: 100%;
  max-width: 100%;
}

.cc--config-image.s-sticky {
  position: fixed;
  top: 10px;
}

#survey-setup.s-clean #SaveSurveySetup, #pos_setup_form.s-clean #SavePosSetup {
  opacity: 0.5;
  cursor: normal;
  pointer-events: none;
}

.survey-setup-checkboxes {
  margin-top: 20px;
}

.survey-setup-checkboxes label {
  display: inline;
  width: 50%;
}

.survey-setup-checkboxes .label-display {
  margin-bottom: 3px;
}

.js-toggle-survey-section.question-toggle {
  float: right;
  display: inline-block;
  background-color: #EAEAE2;
  position: relative;
  height: 40px;
  width: 40px;
}

.js-toggle-survey-section.question-toggle i {
  position: absolute;
  left: 11px;
  top: 11px;
  margin: 0;
  font-size: 16px;
  color: black;
}

.tab-list a:hover, #mobile-setup-menu-links a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .tab-list.js-tab-list a.tab-item:not(.s-active) {
    display: none;
  }
  .tab-overflow.js-tab-overflow {
    display: inline;
  }
  .js-tab-container {
    background: whitesmoke;
  }
}
p.disable-section {
  color: #242F39;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

/*********************
	TUTORIALS STYLES
**********************/
.tutorial {
  max-width: 600px;
  margin: 0 auto 30px;
}

.tutorial--step {
  border-top: 1px solid #242F39;
  padding: 20px 0;
  margin-bottom: 20px;
}

.tutorial--step:last-child {
  border-bottom: 1px solid #242F39;
}

.tutorial--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.caveat {
  background-color: #EAEAE2;
  color: #777773;
  padding: 20px;
  font-size: 14px;
}

.caveat a {
  text-decoration: underline;
  color: #27558B;
}

.u-pad--left {
  padding-left: 20px;
}

/**********************
	PROMOTIONS
**********************/
.promotion {
  display: none;
  border: 1px solid #dfdfd3;
  padding: 20px;
  margin-bottom: 20px;
}

.promotion.s-visible {
  display: block;
}

.promotion table {
  width: 100%;
  table-layout: fixed;
}

.promotion table tr {
  border-spacing: 10px 0;
}

.promotion table td {
  vertical-align: top;
}

.promotion table td h4 {
  color: #FBA026;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}

.promotions--header {
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfd3;
  line-height: 30px;
}

.promotions_fields {
  margin-top: 10px;
}

.promotions--social-tables .common--group h4 {
  font-weight: 700;
  padding-bottom: 10px;
}

.promotions--social-tables table {
  width: 100%;
  table-layout: fixed;
}

.promotions--social-tables label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
}

/**********************
	SURVEY STYLES
**********************/
span.s-low {
  color: red;
}

span.s-med {
  color: orange;
}

span.s-high {
  color: green;
}

.nps-bubble {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: white;
  text-align: center;
}

.nps-bubble.s-low {
  background-color: red;
}

.nps-bubble.s-med {
  background-color: orange;
}

.nps-bubble.s-high {
  background-color: green;
}

.survey {
  border: 1px solid #dfdfd3;
}

.survey--lower .common--group-title:first-of-type {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.survey-group > .common--group-title:first-of-type {
  background: #fff;
  z-index: 10;
  width: 100%;
}

.survey-group > .common--group-underline:first-of-type {
  z-index: 10;
  width: 100%;
  top: 43px;
  right: 20px;
}

.no-scroll .common--group-underline:first-of-type {
  margin-bottom: 0;
}

.survey-group {
  display: block;
}

.scroll {
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}

.survey-group .scroll {
  margin-top: 45px;
}

.survey--footer {
  padding: 0 20px 20px;
}

@media (max-width: 36em) {
  .survey--footer a {
    float: none;
    display: block;
    width: 100%;
    margin: 7px auto;
  }
}
.survey--header {
  margin: 20px 20px 10px;
}

.survey--header .header-item {
  margin-right: 20px;
}

.survey--section {
  border: 1px solid #dfdfd3;
}

.survey--section-header {
  background-color: #242F39;
  color: white;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.survey--item {
  min-height: 40px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #dfdfd3;
}

.survey--item:last-child {
  border-bottom: none;
}

.survey--item.s-high {
  background-color: green;
  color: white;
}

.survey--item.s-med {
  background-color: orange;
  color: white;
}

.survey--item.s-low {
  background-color: red;
  color: white;
}

/**********************
	GENIUS STYLINGS
**********************/
.genius_chart {
  position: absolute !important;
  top: 10px;
  right: 200px;
}

.genius_default {
  margin-right: 10px;
}

.genius_right {
  position: absolute !important;
  top: 10px;
  right: 10px;
}

.genius_far-right {
  position: absolute !important;
  top: 0;
  right: 0;
}

.chart--genius-message, .area--genius-message, .page--genius-message {
  position: absolute;
  height: 0;
  background-color: #FBA026;
  box-sizing: border-box;
  overflow-y: scroll;
  color: #ffffff;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.chart--genius-message .loaded-message, .area--genius-message .loaded-message, .page--genius-message .loaded-message {
  padding: 20px;
  padding-top: 5px;
}

.chart--genius-message .loaded-message p, .area--genius-message .loaded-message p, .page--genius-message .loaded-message p {
  margin-bottom: 3px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.chart--genius-message .loaded-message span, .area--genius-message .loaded-message span, .page--genius-message .loaded-message span {
  line-height: 18px;
}

.chart--genius-message .loaded-message strong, .area--genius-message .loaded-message strong, .page--genius-message .loaded-message strong {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: block;
  padding-top: 4px;
  padding-bottom: 3px;
  color: #9f5c03;
  border-bottom: 1px solid #d17904;
  margin: 5px 0;
  font-size: 14px;
}

.chart--genius-message .tooltip-error, .area--genius-message .tooltip-error, .page--genius-message .tooltip-error {
  text-align: center;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 0.7em;
  color: #9f5c03;
}

.chart--genius-message .tooltip-error strong, .area--genius-message .tooltip-error strong, .page--genius-message .tooltip-error strong {
  font-size: 2em;
  border-bottom: 0;
  margin-bottom: 20px;
}

.chart--genius-message .tooltip-error .help-link, .area--genius-message .tooltip-error .help-link, .page--genius-message .tooltip-error .help-link {
  margin-top: 20px;
  font-size: 1.4em;
  text-decoration: underline;
  color: white;
}

.chart--genius-message .tooltip-error .help-link i, .area--genius-message .tooltip-error .help-link i, .page--genius-message .tooltip-error .help-link i {
  text-decoration: none !important;
  margin-left: 10px;
}

.chart--genius-message .chart--genius-message-extra, .area--genius-message .chart--genius-message-extra, .page--genius-message .chart--genius-message-extra {
  background-color: #d17904;
  color: #ffffff;
  padding: 10px 20px 10px 60px;
  font-size: 14px;
  font-weight: bold;
}

.chart--genius-message .chart--genius-message-extra:before, .area--genius-message .chart--genius-message-extra:before, .page--genius-message .chart--genius-message-extra:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60e";
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 55px;
  padding: 0 15px;
}

.chart--genius-message {
  bottom: 0;
  left: 33%;
  right: 0;
}

.chart--genius-message.s-expanded {
  height: 350px;
  top: 55px;
  overflow-y: scroll;
}

.area--genius-message {
  top: 45px;
  right: 0;
  width: 400px;
  z-index: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.area--genius-message.s-expanded {
  min-height: 300px;
  max-height: 500px;
}

.page--genius-message {
  top: 45px;
  left: 0;
  width: 400px;
  z-index: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page--genius-message.s-expanded {
  min-height: 200px;
  max-height: 500px;
}

.genius_chart, .genius_default, .genius_right, .genius_far-right {
  display: inline-block;
  background-color: #FBA026;
  height: 40px;
  width: 40px;
  position: relative;
  padding: 0;
}

.genius_chart:after, .genius_default:after, .genius_right:after, .genius_far-right:after {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61a";
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.popup_footer {
  z-index: 11;
  position: absolute;
  bottom: 65px;
  left: 5px;
  width: 60%;
  min-width: 500px;
  background-color: white;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  display: none;
  padding: 20px;
}

@media screen and (max-width: 500px) {
  .popup_footer {
    width: auto;
    right: 5px;
    min-width: 0;
  }
  .popup_footer table.share a {
    white-space: pre-wrap;
    word-break: break-all;
  }
}
.popup_footer.s-visible {
  display: block;
}

/****************************
  OVERLAPPING SURVEY STYLES
*****************************/
/*Quick Rating tables*/
.quick-rating-display:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 50px;
  margin-bottom: 7px;
}

.quick-rating-display.s-terrible:before {
  content: "\e61d";
}

.quick-rating-display.s-poor:before {
  content: "\e61e";
}

.quick-rating-display.s-average:before {
  content: "\e61f";
}

.quick-rating-display.s-good:before {
  content: "\e620";
}

.quick-rating-display.s-excellent:before {
  content: "\e621";
}

/*overlay*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.overlay {
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: auto;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.overlay.s-expanded {
  height: 100%;
}

.survey-frame_disclaimer, .survey-frame {
  background-color: white;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

@media (min-width: 36em) {
  .survey-frame_disclaimer, .survey-frame {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 98%;
    max-width: 700px;
    margin: 0 auto 10px;
  }
}
.l-frame-heading, .l-image-heading {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

@media (min-width: 36em) {
  .l-frame-heading, .l-image-heading {
    padding: 20px;
  }
}
.survey-frame_disclaimer, .survey-frame {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media (min-width: 36em) {
  .survey-frame_disclaimer, .survey-frame {
    left: 50%;
    right: auto;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.s-current.survey-frame_disclaimer, .s-current.survey-frame {
  pointer-events: auto;
  opacity: 1;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 36em) {
  .s-current.survey-frame_disclaimer, .s-current.survey-frame {
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.s-passed.survey-frame_disclaimer, .s-passed.survey-frame {
  opacity: 0;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.survey-frame_disclaimer {
  height: auto;
  bottom: 10px;
  top: 10px;
}

.survey-frame_disclaimer .l-content {
  overflow-y: scroll;
  position: absolute;
  top: 85px;
  bottom: 0;
  text-align: left;
  line-height: 1.6em;
}

.survey-frame_disclaimer .survey-heading {
  background-color: #e8e8e8;
}

.survey-frame_disclaimer .survey-heading .major-heading {
  color: #4A4A4A;
}

.survey-heading {
  background-color: #651E18;
  text-align: center;
}

.survey-heading .major-heading {
  color: white;
  margin-bottom: 0;
}

.major-heading {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #651E18;
  margin-bottom: 20px;
}

@media (min-width: 36em) {
  .major-heading {
    font-size: 1.6em;
    line-height: 1.3em;
  }
}
.medium-heading {
  font-size: 1rem;
  margin-bottom: 26px;
}

.small-heading {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 26px;
}

.button--close {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  cursor: pointer;
}

.button--close:after {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  color: #2a2a2a;
  line-height: 39px;
}

.disclaimer-list {
  margin: auto;
  padding: 1.5em !important;
}

.link-list li {
  color: #242F39;
  margin-bottom: 10px;
}

.link-list li:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 10px;
  display: inline-block;
}

.numbered-list {
  list-style-type: decimal;
  margin-right: 20px;
  margin-bottom: 10px;
}

.alpha-list {
  list-style-type: lower-alpha;
}

#access_denied {
  background: #fff;
  height: 100%;
  padding: 25px;
  color: #444;
  font-size: 14px;
}

.l-subscribe-content {
  margin: 50px auto;
  width: 70%;
}

#subscribe_form {
  padding: 60px;
}

#chartdiv tspan, #chartdiv2 tspan {
  display: none;
}

.integration-required h2 {
  color: #242F39;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.integration-required .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

/***************************************
	LISTS FOR USERS, LOCATIONS, ETC
****************************************/
.value_list {
  border-collapse: collapse;
  width: 100%;
}

.value_list th {
  text-align: left;
  padding: 0 5px 5px 5px;
  border-bottom: 2px solid #aaa;
  line-height: 20px;
}

.value_list td {
  padding: 5px;
  vertical-align: middle;
  line-height: 40px;
}

.value_list tr:nth-of-type(even) {
  background: #f7f7f7;
}

.value_list .icons_wide {
  min-width: 85px;
}

.value_list .edit, .value_list .delete {
  width: 40px;
  display: inline-block;
  text-align: center;
}

.value_list .current_value {
  display: block;
}

.value_list .manager_info {
  color: #555;
  padding-top: 7px;
  width: 110%;
  border-top: 1px dashed #aaa;
  clear: both;
  margin-top: 10px;
}

.value_list .manager_info input {
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 200px;
}

.value_list .small input {
  max-width: 140px;
}

.value_list .long input {
  min-width: 250px;
}

.value_list .medium input {
  min-width: 200px;
}

.c-chart {
  height: 350px;
}

/**********************
	LEGEND
**********************/
.legend--overall {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  list-style-type: none;
  margin: 0;
}

.legend--option {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 2px 20px 2px 2px;
  min-width: 125px;
  cursor: pointer;
  margin-left: 15px;
}

.legend--option:before {
  content: "";
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  margin-right: 10px;
}

.legend--option.s-active {
  background-color: white;
  border: 1px solid #f6f6f6;
}

.legend--option.last-year:before {
  background-color: #4A90E2;
}

.legend--option.this-year:before {
  background-color: #242F39;
}

.legend--option.trend:before {
  background-color: #5CBC6C;
}

.legend--option.target:before {
  background-color: black;
}

.legend--header {
  padding-bottom: 5px;
  border-bottom: 1px solid #EAEAE2;
  margin-top: 10px;
}

.legend--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .legend--header {
    margin-top: 20px;
  }
}
.legend--item-title {
  padding-right: 65px;
  padding-left: 25px;
  line-height: 1.5;
}

.legend--item {
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
}

.legend--item:before {
  content: " ";
  background-color: orange;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
  position: absolute;
}

.legend--item.c1:before {
  background-color: #242F39;
}

.legend--item.c2:before {
  background-color: #374B5E;
}

.legend--item.c3:before {
  background-color: #F9594F;
}

.legend--item.c4:before {
  background-color: #F88456;
}

.legend--item.c5:before {
  background-color: #EDE041;
}

.legend--item.c6:before {
  background-color: #84D165;
}

.legend--target-status {
  position: absolute;
  top: 17px;
  line-height: 1.5;
  right: 0;
}

.legend--target-status.s-poor {
  color: red;
}

.legend--target-status.s-average {
  color: orange;
}

.legend--target-status.s-good {
  color: green;
}

.legend--target-status:after {
  content: "%";
}

/**********************
	MAIN CHARTS
**********************/
.chart--row-group {
  display: table;
  table-layout: fixed;
  margin: 0 -20px 20px -20px;
  border-spacing: 20px 0;
  width: 100%;
}

.chart--row-group .chart_container.third {
  display: table-cell;
  width: 33%;
}

.chart--row-group .chart_container.half {
  display: table-cell;
  width: 50%;
}

.chart--row-group .chart_container.two-thirds {
  display: table-cell;
  width: 66%;
}

.chart_container {
  display: inline-block;
  border: 1px solid #dfdfd3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 1.5%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.chart_container.third {
  width: 32%;
}

.chart_container.half {
  width: 49%;
}

.chart_container.full {
  width: 100%;
}

.chart--message {
  padding: 10px 30px;
  background-color: #FBA026;
  color: white;
  margin-top: 10px;
}

.chart--summary {
  width: 100%;
}

.chart--header {
  background-color: transparent;
  color: #242F39;
  padding: 5px 5px 10px 10px;
  overflow: visible;
  line-height: 40px;
  position: relative;
  z-index: 1;
}

.chart--title {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
}

#customer_snapshot_charts .chart_container {
  vertical-align: top;
  border: 1px solid #dfdfd3;
}

#customer_snapshot_charts .chart {
  box-sizing: border-box;
}

#customer_snapshot_charts h4.chart--title {
  padding: 10px;
}

#customer_snapshot_charts .common--group-subtitle {
  display: inline-block;
  padding-right: 10px;
}

div.metrics .fa {
  font-size: 1.75em;
  margin-top: -6px;
  margin-right: 5px;
}

div.metrics .fa-caret-up {
  color: green;
}

div.metrics .fa-caret-down {
  color: red;
}

div.metrics .fa-arrows-h {
  color: yellow;
}

div.metrics p {
  margin: 0;
  display: inline-block;
}

td.action {
  max-width: 400px;
  word-wrap: break-word;
}

table.actions, table.actions tr td, .action-text, .action-assigned-to, .edit_action_form, table.actions #NewActionText, select[name=AssignedTo] {
  font-size: 14px;
}

table.actions, table.actions tr td, .action-text, .action-assigned-to, .edit_action_form, table.actions #NewActionText, select[name=PriorityStatus] {
  font-size: 14px;
}

@media screen and (max-width: 2026px) {
  .bar-charts .chart_container .chart--header .chart--title {
    font-size: 15px;
  }
}
@media screen and (max-width: 1940px) {
  .bar-charts .chart--more-info {
    left: 65px;
    top: 45px !important;
  }
  .bar-charts .chart_container.g-third .genius_chart {
    left: 10px;
    top: 45px;
  }
  .chart-container_bottom {
    padding-top: 40px;
  }
}
.rating-charts .chart-container_bottom {
  padding-top: 20px;
}

@media screen and (max-width: 1449px) {
  .bar-charts .chart--more-info {
    left: 55px;
    top: 5px !important;
  }
  .bar-charts .chart_container.g-third .genius_chart {
    left: 0;
    top: 5px;
  }
}
@media (max-width: 1250px) {
  div.common--group div.parent-block div.customer p.answer, .overflow-wrapper {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .bar-charts .chart--header span.fsa {
    margin-left: 0;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .bar-charts .chart--header span.fsa {
    float: right;
  }
}
.chart--sub-header {
  display: block;
  width: 100%;
  border-top: 1px solid #dfdfd3;
  border-bottom: 1px solid #dfdfd3;
  height: 50px;
  position: relative;
}

@media (min-width: 1450px) {
  .chart--header span.fsa {
    margin: 0 10px;
  }
  .chart--sub-header {
    position: static;
    border: none;
    display: inline-block;
    float: right;
    height: 0;
  }
}
.chart--more-info {
  display: inline-block;
  border-color: #242F39;
  color: #242F39;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 160px;
  text-align: center;
}

.chart--more-info:after {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 24px;
  vertical-align: middle;
  margin-left: 5px;
  top: -2px;
  position: relative;
}

.chart--back {
  display: inline-block;
  border-color: #242F39;
  color: #242F39;
  font-size: 14px;
  position: relative;
  top: 10px;
  left: 10px;
  width: 180px;
  text-align: center;
}

.chart--back:before {
  font-family: "DriveIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  top: -2px;
  position: relative;
}

.chart, .chart_v-bottom {
  width: 100%;
  height: 350px;
}

.chart-container_bottom .chart > div {
  position: absolute !important;
  bottom: 0;
}

.chart-container_bottom.s-tall .chart, .chart-container.s-tall .chart {
  height: 500px;
}

.chart_container.g-third .chart--genius-message, .chart_container.g-half .chart--genius-message {
  left: 5%;
}

@media (min-width: 81.25em) {
  .chart_container.g-third .chart--genius-message, .chart_container.g-half .chart--genius-message {
    left: 33%;
  }
}
.chart_container.g-third .chart--genius-message.s-expanded, .chart_container.g-half .chart--genius-message.s-expanded {
  height: 300px;
  bottom: -300px;
  overflow-y: scroll;
}

.chart_container.g-third .genius_chart, .chart_container.g-third .chart--more-info, .chart_container.g-half .genius_chart, .chart_container.g-half .chart--more-info {
  top: 5px;
}

@media (min-width: 1449px) {
  .chart_container.g-third .genius_chart, .chart_container.g-third .chart--more-info, .chart_container.g-half .genius_chart, .chart_container.g-half .chart--more-info {
    top: 10px;
  }
}
.chart_container.g-third .genius_chart, .chart_container.g-half .genius_chart {
  right: auto;
}

@media (min-width: 1449px) {
  .chart_container.g-third .genius_chart, .chart_container.g-half .genius_chart {
    right: 200px;
  }
}
.chart_container.full .chart--genius-message {
  left: 66%;
}

.chart_container.full .chart--genius-message.s-expanded {
  height: 550px;
  bottom: -550px;
}

.chart_container.full .chart {
  height: 550px;
}

.chart--support-fields {
  margin: 0 10px;
}

@media (min-width: 81.25em) {
  .chart--support-fields {
    margin: 0 20px;
    font-size: 1.2em;
  }
}
.chart--support-fields .chart--support-fields-entry {
  border-bottom: 1px solid #415457;
  padding: 10px 0;
}

.chart--support-fields .chart--support-fields-entry:last-child {
  border-bottom: none;
}

.chart--support-fields .chart--support-fields-entry table {
  table-layout: fixed;
  width: 100%;
}

.chart--support-fields .chart--support-fields-entry td {
  width: 25%;
}

.chart--support-fields .chart--support-fields-entry td:first-child {
  width: 50%;
}

.value--dollars, .value--units {
  font-weight: 700;
}

.value--dollars:before {
  content: "$";
}

.value--units:after {
  content: "units";
  font-size: 0.7em;
  text-transform: uppercase;
  margin-left: 5px;
}

.chart--round-metric {
  width: 45%;
  display: inline-block;
}

@media (max-width: 64em) and (min-width: 30.0625em) {
  .chart--round-metric {
    width: 100%;
  }
  .chart--round-metric:first-child {
    margin-bottom: 20px;
  }
}
.chart--round-metric:last-child {
  float: right;
}

.chart--round-metric .metric {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #242F39;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  text-align: center;
  color: white;
  position: relative;
}

@media (max-width: 64em) and (min-width: 30.0625em) {
  .chart--round-metric .metric {
    width: 40%;
    padding-bottom: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 54em) and (min-width: 30.0625em) {
  .chart--round-metric .metric {
    width: 60%;
    padding-bottom: 60%;
  }
}
.chart--round-metric .metric i:hover, .chart--round-metric .metric span:hover, .chart--round-metric .metric label:hover {
  cursor: pointer;
}

.chart--round-metric .metric.s-tw {
  background-color: #55acee;
}

.chart--round-metric .metric.s-fb {
  background-color: #3B5998;
}

.chart--round-metric .metric.s-in {
  background-color: #517fa4;
}

.chart--round-metric .metric.s-es {
  background-color: #8c9da4;
}

.chart--round-metric .metric.s-orct {
  background-color: #3f82a4;
}

.chart--round-metric .metric--value {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 30%;
  font-size: 40px;
}

@media (min-width: 81.25em) {
  .chart--round-metric .metric--value {
    font-size: 45px;
  }
}
.chart--round-metric .metric--icon {
  font-size: 20px;
  margin-right: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 81.25em) {
  .chart--round-metric .metric--icon {
    font-size: 30px;
    bottom: 10px;
  }
}
.chart--round-metric label {
  width: 95%;
  position: absolute;
  bottom: 29px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}

@media (min-width: 81.25em) {
  .chart--round-metric label {
    font-size: 14px;
    bottom: 50px;
  }
}
/**********************
	DATA TABLES
**********************/
.fixed_header_clone {
  display: none;
  position: absolute;
  top: 0px;
  box-shadow: none;
  padding: 0 10px;
  margin: 20px 0 0 20px;
}

.data_view, .data_view_has-nested {
  width: 100%;
}

.data_view th, .data_view_has-nested th {
  font-weight: 400;
  background-color: #242F39;
  font-size: 0.9em;
  color: #bbc8d4;
}

.data_view tr, .data_view_has-nested tr {
  height: 40px;
}

.data_view tr.row-group--top, .data_view_has-nested tr.row-group--top {
  border-top: 1px solid #EAEAE2;
  border-left: 1px solid #EAEAE2;
}

.data_view tr.row-group--top td:first-child, .data_view_has-nested tr.row-group--top td:first-child {
  text-align: left;
  border-bottom: 1px solid #EAEAE2;
  background-color: white !important;
}

.data_view tr:last-child, .data_view_has-nested tr:last-child {
  border-bottom: 1px solid #EAEAE2;
}

.data_view td, .data_view_has-nested td {
  text-align: right;
  border-right: 1px solid #EAEAE2;
  padding: 4px !important;
}

.data_view col.hover, .data_view_has-nested col.hover {
  background-color: rgba(0, 140, 203, 0.2) !important;
}

.data_view .total, .data_view_has-nested .total {
  background-color: #929284 !important;
  color: white;
}

.data_view tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.data_view tr:hover {
  background-color: rgba(0, 140, 203, 0.2);
}

.data_view_has-nested tr.even {
  background-color: #f6f6f6;
}

.data_view_has-nested tr.odd:hover, .data_view_has-nested tr.even:hover {
  background-color: rgba(0, 140, 203, 0.2);
}

.data_view_has-nested .data_view--expand-cell:after {
  content: "Show Categories";
  display: block;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.data_view_has-nested .data_view--expand-cell.s-shown:after {
  content: "Hide Categories";
}

.data_view_has-nested .data_view--nesting-cell {
  height: auto;
  position: relative;
}

.data_view_has-nested .data_view--nesting-cell .common--group-title {
  padding: 0;
  cursor: auto;
}

.data_view_has-nested .data_view--nesting-cell .common--group-title:before {
  content: "";
  width: 0;
  margin: 0;
}

.data_view_has-nested .data_view--nesting-cell .common--group_collapsible {
  margin: 0;
}

.data_view_has-nested .data_view--nesting-cell > td {
  text-align: left;
  border: none;
  padding: 0;
}

.data_view_has-nested .data_view--nesting-cell > td .common--group_collapsible {
  border: none;
}

.data_view_has-nested .data_view--nesting-cell > td .group--collapse-container {
  padding: 10px;
}

.data_view--row-details {
  display: none;
  position: absolute;
  right: 0;
  padding: 20px;
  background-color: white;
  color: #242F39;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 500;
  width: 350px;
  text-align: left;
}

.data_view--row-details .details-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.data_view--row-details .detail-row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5c4;
}

.data_view--row-details .detail-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.data_view--row-details.s-visible {
  display: block;
}

.setup-table {
  width: 100%;
}

/**********************
	AMCHARTS
**********************/
.amChartsLegend {
  position: relative;
  height: 40px;
  padding: 5px 10px;
  background-color: #EAEAE2;
  overflow: hidden;
}

/**********************
	TOOLTIPS
**********************/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

.g-quart, .g-third, .g-half, .g-two-thirds, .g-three-quart {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}

@media (min-width: 48em) {
  .g-quart, .g-third, .g-half, .g-two-thirds, .g-three-quart {
    width: 90%;
    margin-left: 5%;
  }
}
@media (min-width: 48em) {
  .g-row, .g-row_flat-bottom {
    display: table;
    table-layout: fixed;
    border-spacing: 5px 0;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .g-row, .g-row_flat-bottom {
    border-spacing: 10px 0;
  }
}
@media (min-width: 81.25em) {
  .g-row, .g-row_flat-bottom {
    border-spacing: 15px 0;
  }
}
@media (min-width: 48em) {
  .g-row_flat-bottom {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .g-quart {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
}
@media (min-width: 48em) {
  .g-third {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
  }
}
@media (min-width: 48em) {
  .g-half {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
}
@media (min-width: 48em) {
  .g-two-thirds {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66%;
  }
}
@media (min-width: 48em) {
  .g-three-quart {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
}
.g-full {
  width: 100%;
}

.l-sidebar {
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  z-index: 300;
  width: 300px;
  overflow: hidden;
  background-color: #48484a;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

@media (min-width: 48em) {
  .l-sidebar {
    left: 0;
    width: 70px;
  }
}
.l-notifications {
  position: absolute;
  left: -500px;
  top: 0;
  bottom: 0;
  z-index: 301;
  width: 300px;
  padding: 10px 20px 20px;
  background-color: #2f3843;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-notifications.s-open {
  left: 0;
}

@media (min-width: 48em) {
  .l-notifications {
    z-index: 299;
  }
  .l-notifications.s-open {
    left: 70px;
  }
}
.l-workspace-container, .l-workspace-container_setup, .l-workspace-container_setup-cc {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 48em) {
  .l-workspace-container, .l-workspace-container_setup, .l-workspace-container_setup-cc {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  #mobile-setup-menu-wrapper, #mobile-setup-menu, #mobile-submit-menu {
    display: block !important;
    clear: both;
  }
  #desktop-setup-menu, #desktop-submit-menu, .top-bar--page-title.setup, .top-bar--page-title.submit, .top-bar--page-title.submit {
    display: none;
  }
  .l-workspace-container_setup-cc, .l-workspace-container_submit-cc {
    left: 0 !important;
  }
  .top-bar--page-title {
    left: 50px;
    max-width: 45%;
  }
}
@media (max-width: 500px) {
  .top-bar--page-title.cc-setup {
    line-height: 1 !important;
    margin-top: -5px;
    max-width: 35%;
  }
}
#mobile-setup-menu, #mobile-submit-menu {
  float: right;
  border: 1px solid whitesmoke;
  color: whitesmoke;
  border-radius: 5px;
  background: transparent;
  padding: 7px 20px;
  margin: 10px 10px 0 0;
}

#mobile-setup-menu {
  padding: 7px 20px;
}

#mobile-setup-menu .fa-cog, #mobile-submit-menu .fa-cog {
  margin: 0;
  padding: 15px 8px;
  font-size: 28px;
  line-height: 0;
}

#mobile-setup-menu-links, #mobile-submit-menu-links {
  position: absolute;
  right: 9px;
  top: 60px;
  background-color: #EAEAE2;
  border: 1px solid #777773;
  z-index: 200;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
}

#mobile-setup-menu-links a, #mobile-submit-menu-links a {
  display: block;
  background-color: #2f3843;
  color: white;
  border-bottom: 1px solid #8e8e93;
}

#mobile-setup-menu-links a:last-of-type, #mobile-submit-menu-links a:last-of-type {
  border-bottom: none;
}

#mobile-setup-menu-links a.active, #mobile-submit-menu-links a.active {
  background-color: white;
  color: #2f3843;
}

#mobile-setup-menu-links a span, #mobile-submit-menu-links a span {
  display: block;
  padding: 10px 12px;
}

.l-submenu-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 180px;
  padding-top: 60px;
  overflow-y: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 48em) {
  .l-submenu-container {
    margin-left: 70px;
  }
}
.l-workspace-container_setup {
  left: 180px;
}

.l-workspace-container_setup .l-content {
  top: 5px;
}

.l-workspace-container_setup-cc {
  left: 160px;
}

@media (min-width: 64em) {
  .l-workspace-container_setup-cc {
    left: 180px;
  }
}
.l-workspace-container_setup-cc .top-bar--page-title {
  margin-left: 10px;
}

.l-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 200;
}

.l-content--header, .l-content--header_tabs {
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-content--header {
  height: 60px;
  padding: 10px 20px;
  position: relative;
}

.l-content--header_tabs {
  position: relative;
  overflow: hidden;
}

.l-content--footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right;
  background: #48484a;
  padding: 2px 5px 4px 75px;
  font-size: 12px;
  color: white;
  z-index: 100;
}

.l-content--footer .left-footer {
  display: inline-block;
  float: left;
}

.l-content--footer .right-footer {
  display: inline-block;
  float: right;
}

@media screen and (max-width: 767px) {
  .l-content--footer .left-footer, .l-content--footer .right-footer {
    display: block;
    float: none;
    text-align: center;
  }
  .l-content--footer {
    background: #2f3843;
    padding: 2px 0px;
    font-size: 12px;
    color: white;
    z-index: 100;
  }
}
.l-content, .l-content_align-top {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 20px;
}

.l-content_align-top {
  top: 5px;
}

.l-content--content-area, .l-content--content-area_tabbed, .l-content--content-area_no-tabs {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.l-content--content-area_tabbed {
  top: 40px;
}

.l-content--content-area_no-tabs {
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.l-content--scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  -webkit-overflow-scrolling: touch;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 10px;
}

@media (min-width: 64em) {
  .l-content--scroll {
    top: 10px;
    left: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-scroll--x {
  overflow-x: scroll;
}

.l-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.s-sidebar-expanded .l-sidebar {
  width: 300px;
  left: 0;
  -webkit-box-shadow: 1px 0 8px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 0 8px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 0 8px 0 rgba(0, 0, 0, 0.35);
}

.s-sidebar-expanded .l-notifications.s-open {
  left: 0;
}

@media (min-width: 48em) {
  .s-sidebar-expanded .l-notifications.s-open {
    left: 300px;
  }
}
.common--field-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.l-float--right {
  float: right;
}

.l-right-top {
  position: absolute;
  right: 0;
  top: 0;
}

.l-right-full {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.l-right-full:first-of-type {
  padding-right: 0;
}

.l-align--bottom {
  vertical-align: bottom;
}

.l-disp-inline {
  width: auto;
  display: inline-block;
}

.l-padded {
  padding: 20px;
}

.l-pad-left {
  padding-left: 10px;
}

.l-pad-right {
  padding-right: 20px;
}

.l-inline {
  display: inline-block;
}

.l-space-below {
  margin-bottom: 10px;
}

.l-space-right {
  margin-right: 15px;
}

.l-no-overflow {
  overflow: hidden;
  margin-bottom: 10px;
}

.l-pos-relative {
  position: relative;
}

.l-overflow {
  overflow: visible;
  z-index: 500;
}

.l-h-center_600 {
  max-width: 600px;
  margin: 0 auto;
}

.customer_survey_left_header, .customer_survey_right_header {
  width: 50%;
}

.customer_survey_left_header {
  float: left;
}

.customer_survey_right_header {
  text-align: right;
}

.survey_profile {
  float: left;
  width: 15%;
}

.survey_left_header .header-item.l-inline, .survey_right_header .header-item.l-inline {
  margin-top: 10px;
  margin-bottom: 10px;
}

.survey_left_header {
  margin: 25px 0;
  float: left;
  width: 40%;
  margin-left: 5%;
}

.survey_right_header {
  margin: 25px 0;
  width: 40%;
}

.survey_left_header .header-item, .survey_right_header .header-item {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.survey_right_header .common--group-title, .customer_survey_right_header .common--group-title {
  font-weight: bold;
  line-height: normal;
}

.customer_survey_right_header .common--group-title.null, .survey_right_header .common--group-title.null {
  font-weight: normal;
  font-size: 18px;
}

#customer_surveys .first_row {
  padding-left: 20%;
  box-sizing: border-box;
}

.survey-details .open_ended_q {
  float: left;
  width: 49%;
  margin-left: 0;
  margin-right: 0;
  min-height: 218px;
}

.survey-details .nps_rating {
  float: right;
  margin-left: 0;
  margin-right: 0;
  min-height: 218px;
}

button.show-line-items {
  width: 100%;
  padding: 5px 0 10px 0;
  margin: 5px 0;
  background-color: #d7d7d7;
  color: white;
}

.line-item-container {
  padding: 10px;
  display: none;
}

p.line-item-name {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

span.line-item-unit-price {
  float: right;
  clear: both;
}

p.line-item-name.sub-total, p.line-item-name.total-after-tax, p.line-item-name.tip, p.line-item-name.amount-paid {
  margin-top: 10px;
}

p.line-item-name.total-after-tax, p.line-item-name.amount-paid {
  font-weight: bold;
}

p.line-item-name.sub-total {
  border-top: 1px solid #d7d7d7;
  padding-top: 5px;
}

p.line-item-name.total.amount-paid {
  padding: 5px;
}

span.purchase-history-rating {
  font-weight: bold;
}

.chart_container.quick-score {
  vertical-align: bottom;
}

.no-data {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.no-data .fa.fa-exclamation-circle {
  margin-top: -5px;
  color: orange;
}

.no-data .fa.fa-exclamation-circle:hover {
  cursor: pointer;
}

.no-data span.tooltip {
  position: absolute;
  top: -40px;
  left: -70px;
  width: 205px;
  font-size: 14px;
  border-radius: 6px;
  background-color: #EAEAE2;
  padding: 10px;
}

@media (max-width: 600px) {
  #employee_listing #search {
    float: none;
  }
}
@media (max-width: 81.25em) {
  .survey_profile {
    float: left;
    width: 25%;
  }
  .survey_right_header {
    float: none;
    display: inline-block;
    margin: 25px auto;
    width: 75%;
    text-align: center;
  }
  .survey_left_header, .customer_survey_left_header {
    clear: both;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .customer_survey_right_header {
    width: 100%;
    text-align: center;
  }
  #customer_surveys .first_row {
    padding-left: 0;
  }
}
@media (max-width: 53em) {
  .survey_profile {
    width: 40%;
  }
  .survey_right_header {
    width: 60%;
  }
  .survey-details .nps_rating, .survey-details .open_ended_q {
    width: 100%;
    float: none;
  }
}
@media (max-width: 30em) {
  .survey_profile, .survey_right_header {
    width: 100%;
  }
  .survey_profile label {
    display: none;
  }
}
.loyalty-image {
  max-width: 40px;
}

#qr-code-link {
  background-color: white;
  color: #FBA026 !important;
  border: 1px solid #FBA026;
  margin: 0;
  cursor: text;
  text-transform: none;
  height: auto;
}

/*# sourceMappingURL=app-styles.css.map */
