@charset "UTF-8";
/**
 * import stuff from assets,
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html,
body {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2d;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.row::before, .row::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  max-width: none;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  max-width: none; }

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 0.75rem;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #d2d2d2;
  line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.625rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.875rem; } }

a {
  color: #0070dd;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }

a:hover, a:focus {
  color: #0060be; }

a img {
  border: 0; }

hr {
  max-width: 100%;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #d2d2d2;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #d2d2d2; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #919496; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #919496; }

cite:before {
  content: '\2014 \0020'; }

abbr {
  color: #2d2d2d;
  cursor: help;
  border-bottom: 1px dotted #2d2d2d; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #2d2d2d;
  background-color: #f6f6f6;
  border: 1px solid #d2d2d2;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #f6f6f6;
  color: #2d2d2d;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #919496; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #919496;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.5625rem 0.75rem;
  margin: 0 0.5rem 0.5rem 0;
  font-size: 0.9rem;
  background-color: #ededed;
  color: #2d2d2d; }

[data-whatinput='mouse'] .button {
  outline: 0; }

.button:hover, .button:focus {
  background-color: #d5d5d5;
  color: #2d2d2d; }

.button.tiny {
  font-size: 0.6rem; }

.button.small {
  font-size: 0.75rem; }

.button.large {
  font-size: 1.2rem; }

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.button.primary {
  background-color: #0070dd;
  color: #2d2d2d; }

.button.primary:hover, .button.primary:focus {
  background-color: #005ab1;
  color: #2d2d2d; }

.button.secondary {
  background-color: #ededed;
  color: #2d2d2d; }

.button.secondary:hover, .button.secondary:focus {
  background-color: #bebebe;
  color: #2d2d2d; }

.button.success {
  background-color: #2DA953;
  color: #2d2d2d; }

.button.success:hover, .button.success:focus {
  background-color: #248742;
  color: #2d2d2d; }

.button.warning {
  background-color: #FEAF0D;
  color: #2d2d2d; }

.button.warning:hover, .button.warning:focus {
  background-color: #d58f01;
  color: #2d2d2d; }

.button.alert {
  background-color: #D93737;
  color: #2d2d2d; }

.button.alert:hover, .button.alert:focus {
  background-color: #b72323;
  color: #2d2d2d; }

.button.hollow {
  border: 1px solid #0070dd;
  color: #0070dd; }

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent; }

.button.hollow:hover, .button.hollow:focus {
  border-color: #00386f;
  color: #00386f; }

.button.hollow.primary {
  border: 1px solid #0070dd;
  color: #0070dd; }

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #00386f;
  color: #00386f; }

.button.hollow.secondary {
  border: 1px solid #ededed;
  color: #ededed; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #777777;
  color: #777777; }

.button.hollow.success {
  border: 1px solid #2DA953;
  color: #2DA953; }

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #17552a;
  color: #17552a; }

.button.hollow.warning {
  border: 1px solid #FEAF0D;
  color: #FEAF0D; }

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #855a01;
  color: #855a01; }

.button.hollow.alert {
  border: 1px solid #D93737;
  color: #D93737; }

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #721616;
  color: #721616; }

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none; }

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #FFFFFF transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 0.75rem;
  display: inline-block; }

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.9375rem;
  padding: 0.375rem;
  border: 1px solid #d2d2d2;
  margin: 0 0 0.75rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: #2d2d2d;
  background-color: #fbfbfb;
  box-shadow: none;
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #0070dd;
  background-color: #fbfbfb;
  outline: none;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input::placeholder,
textarea::placeholder {
  color: #919496; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f1f2f3;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.75rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.375rem;
  margin-right: 0.75rem;
  margin-bottom: 0;
  vertical-align: baseline; }

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.375rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  color: #2d2d2d; }

label.middle {
  margin: 0 0 0.75rem;
  padding: 0.4375rem 0; }

.help-text {
  margin-top: -0.375rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #2d2d2d; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.75rem; }

.input-group > :first-child {
  border-radius: 3px 0 0 3px; }

.input-group > :last-child > * {
  border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 0.5rem;
  background: #f6f6f6;
  color: #2d2d2d;
  border: 1px solid #d2d2d2;
  white-space: nowrap;
  width: 1%;
  height: 100%; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  margin-bottom: 0.375rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #d2d2d2;
  padding: 1.25rem;
  margin: 1.125rem 0; }

.fieldset legend {
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem; }

select {
  height: 1.9375rem;
  padding: 0.375rem;
  border: 1px solid #d2d2d2;
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: normal;
  color: #2d2d2d;
  background-color: #fbfbfb;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28145, 148, 150%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:disabled {
  background-color: #f1f2f3;
  cursor: default; }

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

select[multiple] {
  height: auto;
  background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(217, 55, 55, 0.1);
  border-color: #D93737; }

.is-invalid-label {
  color: #D93737; }

.form-error {
  display: none;
  margin-top: -0.375rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #D93737; }

.form-error.is-visible {
  display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .section-header::before, .clearfix::after, .section-header::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

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

.accordion {
  list-style-type: none;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-bottom: 0;
  border-radius: 3px;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 20px;
  line-height: 1;
  font-size: 0.75rem;
  color: #0070dd;
  position: relative;
  border-bottom: 1px solid #d2d2d2; }

.accordion-title:hover, .accordion-title:focus {
  background-color: #f6f6f6; }

.accordion-content {
  padding: 0;
  display: none;
  border-bottom: 1px solid #d2d2d2;
  background-color: #FFFFFF; }

.is-accordion-submenu-parent > a {
  position: relative; }

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #0070dd transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #0070dd;
  color: #FFFFFF; }

.badge.secondary {
  background: #ededed;
  color: #2d2d2d; }

.badge.success {
  background: #2DA953;
  color: #FFFFFF; }

.badge.warning {
  background: #FEAF0D;
  color: #FFFFFF; }

.badge.alert {
  background: #D93737;
  color: #FFFFFF; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.breadcrumbs::after {
  clear: both; }

.breadcrumbs li {
  float: left;
  color: #2d2d2d;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase; }

.breadcrumbs li:not(:last-child)::after {
  color: #d2d2d2;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1; }

.breadcrumbs a {
  color: #0070dd; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs .disabled {
  color: #d2d2d2; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.button-group::after {
  clear: both; }

.button-group .button {
  margin: 0;
  font-size: 0.9rem;
  float: left; }

.button-group .button:not(:last-child) {
  border-right: 1px solid #FFFFFF; }

.button-group.tiny .button {
  font-size: 0.6rem; }

.button-group.small .button {
  font-size: 0.75rem; }

.button-group.large .button {
  font-size: 1.2rem; }

.button-group.expanded {
  margin-right: -1px; }

.button-group.expanded::before, .button-group.expanded::after {
  display: none; }

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: 50%;
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: 33.33333%;
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: 25%;
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: 20%;
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: 16.66667%;
  margin-right: 1px; }

.button-group.primary .button {
  background-color: #0070dd;
  color: #FFFFFF; }

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #005ab1;
  color: #FFFFFF; }

.button-group.secondary .button {
  background-color: #ededed;
  color: #2d2d2d; }

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #bebebe;
  color: #2d2d2d; }

.button-group.success .button {
  background-color: #2DA953;
  color: #FFFFFF; }

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #248742;
  color: #FFFFFF; }

.button-group.warning .button {
  background-color: #FEAF0D;
  color: #FFFFFF; }

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #d58f01;
  color: #FFFFFF; }

.button-group.alert .button {
  background-color: #D93737;
  color: #FFFFFF; }

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #b72323;
  color: #FFFFFF; }

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%; }

.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto; }
  .button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 1px; } }

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto; }
  .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 1px; } }

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block; }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0px;
  border-radius: 3px;
  position: relative;
  color: #2d2d2d;
  background-color: white; }

.callout > :first-child {
  margin-top: 0; }

.callout > :last-child {
  margin-bottom: 0; }

.callout.primary {
  background-color: #a8d4ff; }

.callout.secondary {
  background-color: #fafafa; }

.callout.success {
  background-color: #b9ecc9; }

.callout.warning {
  background-color: #ffe7b6; }

.callout.alert {
  background-color: #f4c3c3; }

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem; }

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #919496;
  right: 1.25rem;
  top: 0.9375rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }

[data-whatinput='mouse'] .close-button {
  outline: 0; }

.close-button:hover, .close-button:focus {
  color: #2d2d2d; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown li {
  display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  transition: transform 0.15s linear; }

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%); }

.is-drilldown-submenu.is-closing {
  transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #0070dd;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #0070dd transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #FFFFFF;
  border: 1px solid #ededed;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }

.dropdown-pane.is-open {
  visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #0070dd transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: 3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #0070dd transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #0070dd;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0070dd transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: 3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0070dd transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0070dd;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0070dd transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: 3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0070dd transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0070dd;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }

.is-dropdown-menu.vertical.align-right {
  float: right; }

.is-dropdown-submenu-parent {
  position: relative; }

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px; }

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%; }

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #ededed; }

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #0070dd transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #0070dd;
  border-left-style: solid;
  border-right-width: 0; }

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px; }

.is-dropdown-submenu > li {
  width: 100%; }

.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex-video.widescreen {
  padding-bottom: 56.25%; }

.flex-video.vimeo {
  padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #0070dd;
  color: #FFFFFF; }

.label.secondary {
  background: #ededed;
  color: #2d2d2d; }

.label.success {
  background: #2DA953;
  color: #FFFFFF; }

.label.warning {
  background: #FEAF0D;
  color: #FFFFFF; }

.label.alert {
  background: #D93737;
  color: #FFFFFF; }

.media-object {
  margin-bottom: 1rem;
  display: block; }

.media-object img {
  max-width: none; }

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block; }
  .media-object.stack-for-small .media-object-section img {
    width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }

.media-object-section:first-child {
  padding-right: 1rem; }

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem; }

.media-object-section.middle {
  vertical-align: middle; }

.media-object-section.bottom {
  vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }

.menu > li {
  display: table-cell;
  vertical-align: middle; }

[data-whatinput='mouse'] .menu > li {
  outline: 0; }

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1; }

.menu input,
.menu a,
.menu button {
  margin-bottom: 0; }

.menu > li > a img,
.menu > li > a i {
  vertical-align: middle; }

.menu > li > a i + span,
.menu > li > a img + span {
  vertical-align: middle; }

.menu > li > a img,
.menu > li > a i {
  margin-right: 0.25rem;
  display: inline-block; }

.menu > li {
  display: table-cell; }

.menu.vertical > li {
  display: block; }

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell; }
  .menu.medium-vertical > li {
    display: block; } }

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell; }
  .menu.large-vertical > li {
    display: block; } }

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem; }

.menu.simple a {
  padding: 0; }

.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.menu.align-right::after {
  clear: both; }

.menu.align-right > li {
  float: right; }

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed; }

.menu.expanded > li:first-child:last-child {
  width: 100%; }

.menu.icon-top > li > a {
  text-align: center; }

.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
  display: block;
  margin: 0 auto 0.25rem; }

.menu.nested {
  margin-left: 1rem; }

.menu .active > a {
  color: #0070dd;
  background: transparent; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

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

.menu-centered > .menu {
  display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.off-canvas-wrapper-inner::after {
  clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #FFFFFF;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(45, 45, 45, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #f6f6f6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }

[data-whatinput='mouse'] .off-canvas {
  outline: 0; }

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px; }

.is-open-left {
  transform: translateX(250px); }

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px; }

.is-open-right {
  transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #FFFFFF;
  background-color: rgba(45, 45, 45, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF; }

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0; }

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(45, 45, 45, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0; }

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #d2d2d2;
  border-radius: 50%; }

.orbit-bullets button:hover {
  background-color: #919496; }

.orbit-bullets button.is-active {
  background-color: #919496; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.pagination::after {
  clear: both; }

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 3px;
  display: none; }

.pagination li:last-child, .pagination li:first-child {
  display: inline-block; }

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block; } }

.pagination a,
.pagination button {
  color: #2d2d2d;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px; }

.pagination a:hover,
.pagination button:hover {
  background: #f6f6f6; }

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #0070dd;
  color: #FFFFFF;
  cursor: default; }

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #d2d2d2;
  cursor: default; }

.pagination .disabled:hover {
  background: transparent; }

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #2d2d2d; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #FFFFFF;
  height: 10px;
  margin-bottom: 1rem;
  border-radius: 1000px; }

.progress.primary .progress-meter {
  background-color: #0070dd; }

.progress.secondary .progress-meter {
  background-color: #ededed; }

.progress.success .progress-meter {
  background-color: #2DA953; }

.progress.warning .progress-meter {
  background-color: #FEAF0D; }

.progress.alert .progress-meter {
  background-color: #D93737; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0070dd;
  border-radius: 3px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
  border-radius: 1000px; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f6f6f6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #d2d2d2;
  transition: all 0.2s ease-in-out; }

.slider-fill.is-dragging {
  transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #0070dd;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 3px; }

[data-whatinput='mouse'] .slider-handle {
  outline: 0; }

.slider-handle:hover {
  background-color: #005fbc; }

.slider-handle.is-dragging {
  transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%; }

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }

.sticky.is-stuck.is-at-top {
  top: 0; }

.sticky.is-stuck.is-at-bottom {
  bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }

.sticky.is-anchored.is-at-bottom {
  bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(204, 204, 204, 0.5);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #d2d2d2;
  background-color: #FFFFFF;
  border-radius: 3px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }

[data-whatinput='mouse'] .reveal {
  outline: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 100%; } }

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto; } }

.reveal.collapse {
  padding: 0; }

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100%; } }

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100%; } }

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100%; } }

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0; }

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; } }

.reveal.without-overlay {
  position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #d2d2d2;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 20px;
  color: inherit;
  font-weight: inherit; }

input + .switch-paddle {
  margin: 0; }

.switch-paddle::after {
  background: #FFFFFF;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 20px; }

input:checked ~ .switch-paddle {
  background: #0070dd; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

input:checked + label > .switch-active {
  display: block; }

.switch-inactive {
  right: 15%; }

input:checked + label > .switch-inactive {
  display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }

thead,
tbody,
tfoot {
  border: 0;
  background-color: #FFFFFF; }

caption {
  font-weight: 700;
  padding: 0.5rem 0.625rem 0.625rem; }

thead,
tfoot {
  background: #FFFFFF;
  color: #2d2d2d; }

thead tr,
tfoot tr {
  background: transparent; }

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left; }

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f6f6f6; }

.table-scroll {
  overflow-x: auto; }

.table-scroll table {
  width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #FFFFFF;
  border: 1px solid #f6f6f6; }

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.tabs::after {
  clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }

.tabs.simple > li > a:hover {
  background: transparent; }

.tabs.primary {
  background: #0070dd; }

.tabs.primary > li > a {
  color: #FFFFFF; }

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #006ad2; }

.tabs-title {
  float: left; }

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem; }

.tabs-title > a:hover {
  background: #FFFFFF; }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #f6f6f6; }

.tabs-content {
  background: #FFFFFF;
  transition: all 0.5s ease;
  border: 1px solid #f6f6f6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #f6f6f6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }

.tabs-panel.is-active {
  display: block; }

.thumbnail {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(45, 45, 45, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 3px;
  margin-bottom: 1rem; }

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 112, 221, 0.5); }

.title-bar {
  background: #2d2d2d;
  color: #FFFFFF;
  padding: 0.5rem; }

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.title-bar::after {
  clear: both; }

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #2d2d2d;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #2d2d2d, 0 14px 0 #2d2d2d; }

.menu-icon.dark:hover::after {
  background: #919496;
  box-shadow: 0 7px 0 #919496, 0 14px 0 #919496; }

.has-tip {
  border-bottom: dotted 1px #919496;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #2d2d2d;
  color: #FFFFFF;
  font-size: 0.75rem;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #2d2d2d;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #2d2d2d transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto; }

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #2d2d2d;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%); }

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #2d2d2d transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%); }

.top-bar {
  padding: 0; }

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.top-bar::after {
  clear: both; }

.top-bar,
.top-bar ul {
  background-color: #FFFFFF; }

.top-bar input {
  max-width: 200px;
  margin-right: 1rem; }

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0; }

.top-bar input.button {
  width: auto; }

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%; }

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto; } }

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.2 - 2015-10-09T15:34:24.045Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-container.no-border {
  border: 0px solid #d2d2d2 !important; }

.ui-select-container.no-border .selectize-input {
  border: 0px solid #d2d2d2 !important; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 10px !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.ui-select-choices-row:first-child [data-selectable] {
  border-top: 0; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #d2d2d2; }

.select2-result-single {
  padding-left: 0;
  margin: 0; }

.select2-locked > .select2-search-choice-close {
  display: none; }

.select-locked > .ui-select-match-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

.ui-select-match {
  word-wrap: break-word;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis; }

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */ }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%; }

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%; }

.selectize-control .ui-select-choices-row.disabled {
  background: #FFFFFF;
  color: #d2d2d2; }

.selectize-control .ui-select-choices-row.disabled:hover {
  background: #FFFFFF; }

.selectize-control .ui-select-choices-row.disabled .option.ui-select-choices-row-inner {
  cursor: not-allowed; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */ }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

.ui-select-choices-content {
  /* Track */
  /* Handle */ }

.ui-select-choices-content ::-webkit-scrollbar {
  width: 8px; }

.ui-select-choices-content ::-webkit-scrollbar-track {
  border: 0px solid rgba(0, 0, 0, 0.1); }

.ui-select-choices-content ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.2); }

.ui-select-choices-content ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1); }

/*=======================================
=            Selectize theme            =
=======================================*/
/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control {
  position: relative;
  height: 32px; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: inherit;
  line-height: 24px; }

.selectize-input input {
  position: absolute;
  top: -3px; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  color: #2d2d2d;
  height: 36px;
  background: #FFFFFF;
  background: #ffffff; }

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 4px 10px;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.transparent .selectize-input {
  border: 0; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: 1;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  display: block;
  clear: left;
  content: ' '; }

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' '; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 7px 8px;
  border-top: 1px solid #d2d2d2; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff; }

.selectize-dropdown .active {
  color: #2d2d2d;
  background-color: #f6f6f6; }

.selectize-dropdown .active.create {
  color: #2d2d2d; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-color: #2d2d2d transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' '; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px; }

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5; }

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #d2d2d2; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  background-color: #ededed;
  box-shadow: none; }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #ededed; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

/*=====  End of Selectize theme  ======*/
/*======================================
=            Select 2 theme            =
======================================*/
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 31px;
  color: #2d2d2d;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  margin: 0;
  width: 100%;
  background: #FFF;
  font-size: 14px;
  padding: 8px 12px;
  display: inline-block;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #d2d2d2; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  margin-top: -6px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0; }

.select2-drop-active {
  border: 1px solid #d2d2d2;
  border-top: none; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  background: #FFFFFF; }

.select2-container .select2-choice .select2-arrow::before {
  content: ' ';
  border-top: 5px solid #2d2d2d;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 12px;
  top: 45%; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
  height: 34px;
  margin-top: -30px;
  padding: 0; }

.select2-search input {
  width: 100%;
  min-height: 26px;
  padding: 4px 20px 4px 10px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 14px;
  height: 34px !important;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-search input:focus {
  border: 0;
  outline: 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none; }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #FFFFFF !important; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  color: #2d2d2d;
  border-top: 1px solid #d2d2d2; }

.select2-results li:first-child {
  border-top: 0px; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  font-size: 14px;
  padding: 7px 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results .select2-highlighted, .select2-results .select2-highlighted:hover {
  background: #f6f6f6;
  color: #2d2d2d; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled {
  background-color: #f4f4f4; }

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  cursor: text;
  overflow: hidden;
  background-color: #fff; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #d2d2d2;
  outline: none;
  z-index: 99999;
  border-radius: 3px 3px 0 0; }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px 10px;
  margin: 0;
  height: 34px;
  font-family: sans-serif;
  font-size: 14px;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 4px 22px 6px 7px;
  margin: 4px 0 0px 4px;
  position: relative;
  line-height: 0.9;
  font-size: 1rem;
  color: #2d2d2d;
  cursor: default;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f6f6f6; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #0070dd;
  border-color: #0067cb;
  color: #FFFFFF; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close .material-icons, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close .daterangepicker-trigger::after, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close .button.button-dropdown::after, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close .ui-select-container .selectize-input:after, .ui-select-container .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close .selectize-input:after, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close .multiselect-dropdown::after {
  color: #FFFFFF; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat; }

.select2-container-multi .select2-search-choice-close {
  right: 6px;
  top: 6px; }

.select2-container-multi .select2-search-choice-close .material-icons, .select2-container-multi .select2-search-choice-close .daterangepicker-trigger::after, .select2-container-multi .select2-search-choice-close .button.button-dropdown::after, .select2-container-multi .select2-search-choice-close .ui-select-container .selectize-input:after, .ui-select-container .select2-container-multi .select2-search-choice-close .selectize-input:after, .select2-container-multi .select2-search-choice-close .multiselect-dropdown::after {
  font-size: 12px;
  color: #2d2d2d; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }
  .select2-search input {
    background-position: 100% -21px !important; } }

/*=====  End of Select 2 theme  ======*/
.actions-wrapper {
  overflow: auto;
  zoom: 1;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.actions-wrapper.compact .actions .action {
  margin: 0 5px; }

.actions-wrapper .actions .selections-container {
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #919496; }

.actions-wrapper .actions .selections-container .selections {
  cursor: pointer;
  margin-right: 10px; }

.actions-wrapper .actions .selections-container .selections:not(.active) {
  color: #0070dd; }

.actions-wrapper .actions .action {
  display: inline-block;
  cursor: pointer;
  color: #2d2d2d;
  margin: 0 10px; }

.actions-wrapper .actions .action .material-icons, .actions-wrapper .actions .action .daterangepicker-trigger::after, .actions-wrapper .actions .action .button.button-dropdown::after, .actions-wrapper .actions .action .ui-select-container .selectize-input:after, .ui-select-container .actions-wrapper .actions .action .selectize-input:after, .actions-wrapper .actions .action .multiselect-dropdown::after {
  font-size: 24px;
  vertical-align: middle;
  color: inherit; }

.actions-wrapper .actions .action .material-icons:last-child, .actions-wrapper .actions .action .daterangepicker-trigger:last-child::after, .actions-wrapper .actions .action .button.button-dropdown:last-child::after, .actions-wrapper .actions .action .ui-select-container .selectize-input:last-child:after, .ui-select-container .actions-wrapper .actions .action .selectize-input:last-child:after, .actions-wrapper .actions .action .multiselect-dropdown:last-child::after {
  padding-right: 0; }

.actions-wrapper .actions .action.small .material-icons, .actions-wrapper .actions .action.small .daterangepicker-trigger::after, .actions-wrapper .actions .action.small .button.button-dropdown::after, .actions-wrapper .actions .action.small .ui-select-container .selectize-input:after, .ui-select-container .actions-wrapper .actions .action.small .selectize-input:after, .actions-wrapper .actions .action.small .multiselect-dropdown::after {
  font-size: 18px; }

.actions-wrapper .actions .action.end {
  margin-right: 0; }

.actions-wrapper .actions .action.separator {
  border-right: 1px solid #d2d2d2;
  height: 22px;
  vertical-align: middle;
  margin: 0 5px;
  cursor: default; }

.actions-wrapper .actions .action.disabled {
  opacity: 0.6; }

.actions-wrapper .actions .action.success {
  color: #2DA953; }

#loading-bar .bar {
  background: #D93737; }

#loading-bar .bar .peg {
  -webkit-box-shadow: #D93737 1px 0 6px 1px;
  -moz-box-shadow: #D93737 1px 0 6px 1px;
  box-shadow: #D93737 1px 0 6px 1px; }

dl, fieldset, h1, h2, h3, h4, h5, h6, ol, p, ul {
  margin: 0;
  padding: 0; }

a {
  outline: 0; }

.heading-xlarge {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1rem; }

.heading-large {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem; }

.heading-medium {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.heading-regular {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.heading-small {
  font-size: 0.8125rem;
  margin-bottom: 1rem; }

.heading-label {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.text-regular {
  font-size: 0.875rem;
  font-weight: 400; }

.text-small {
  font-size: 0.75rem; }

.text-dark {
  color: #2d2d2d; }

.text-light {
  color: #4d4d4d; }

.text-weight-light {
  font-weight: 300 !important; }

.text-weight-normal {
  font-weight: 400 !important; }

.text-weight-semibold {
  font-weight: 500 !important; }

.text-weight-bold {
  font-weight: 700 !important; }

.highlightedText {
  background-color: #FFF2CC;
  color: #7F6000;
  font-weight: inherit; }

.material-icons, .daterangepicker-trigger::after, .button.button-dropdown::after, .ui-select-container.single .selectize-input:after, .ui-select-container .selectize-input:after, .multiselect-dropdown::after {
  font-size: inherit; }

.material-icons.spin, .spin.daterangepicker-trigger::after, .spin.button.button-dropdown::after, .ui-select-container .spin.selectize-input:after, .spin.multiselect-dropdown::after {
  -webkit-animation: spin 1s infinite cubic-bezier(0.11, 0.62, 0.42, 0.9);
  -moz-animation: spin 1s infinite cubic-bezier(0.11, 0.62, 0.42, 0.9);
  animation: spin 1s infinite cubic-bezier(0.11, 0.62, 0.42, 0.9); }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes noderunning {
  0% {
    stroke: #FEAF0D;
    fill: #FDE1BB;
    stroke-width: 2;
    stroke-dasharray: 130;
    stroke-dashoffset: 115; }
  50% {
    fill: #FDE1BB; }
  100% {
    stroke: #FEAF0D;
    fill: #FDE1BB;
    stroke-width: 2;
    stroke-dasharray: 140;
    stroke-dashoffset: -145; } }

@-moz-keyframes noderunning {
  0% {
    stroke: #FEAF0D;
    fill: #FDE1BB;
    stroke-width: 2;
    stroke-dasharray: 130;
    stroke-dashoffset: 115; }
  50% {
    fill: #FDE1BB; }
  100% {
    stroke: #FEAF0D;
    fill: #FDE1BB;
    stroke-width: 2;
    stroke-dasharray: 140;
    stroke-dashoffset: -145; } }

@-o-keyframes noderunning {
  0% {
    stroke: #FEAF0D;
    fill: #FDE1BB;
    stroke-width: 2;
    stroke-dasharray: 130;
    stroke-dashoffset: 115; }
  50% {
    fill: #FDE1BB; }
  100% {
    stroke: #FEAF0D;
    fill: #FDE1BB;
    stroke-width: 2;
    stroke-dasharray: 140;
    stroke-dashoffset: -145; } }

@keyframes noderunning {
  0% {
    stroke: #FEAF0D;
    fill: #FDE1BB;
    stroke-width: 2;
    stroke-dasharray: 130;
    stroke-dashoffset: 115; }
  50% {
    fill: #FDE1BB; }
  100% {
    stroke: #FEAF0D;
    fill: #FDE1BB;
    stroke-width: 2;
    stroke-dasharray: 140;
    stroke-dashoffset: -145; } }

.centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.clearfix, .section-header {
  overflow: auto;
  zoom: 1; }

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

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

.text-primary {
  color: #0070dd !important; }

.text-gray {
  color: #919496; }

.text-green, .text-success {
  color: #2DA953 !important; }

.text-red, .text-alert {
  color: #D93737 !important; }

.text-yellow {
  color: #FEAF0D !important; }

.text-warning {
  color: #FEAF0D; }

.text-capitalize {
  text-transform: capitalize; }

.word-break {
  word-break: break-all; }

.line-break {
  word-break: break-word !important; }

.background-color {
  background-color: #f6f6f6; }

.bg-primary {
  background: #0070dd;
  color: #FFFFFF; }

.bg-primary.material-icons, .bg-primary.daterangepicker-trigger::after, .bg-primary.button.button-dropdown::after, .ui-select-container .bg-primary.selectize-input:after, .bg-primary.multiselect-dropdown::after {
  border-radius: 2px; }

.bg-light-blue {
  background: #188dff;
  color: #FFFFFF; }

.bg-light-blue.material-icons, .bg-light-blue.daterangepicker-trigger::after, .bg-light-blue.button.button-dropdown::after, .ui-select-container .bg-light-blue.selectize-input:after, .bg-light-blue.multiselect-dropdown::after {
  border-radius: 2px; }

.bg-gray {
  background: #919496;
  color: #FFFFFF; }

.bg-gray.material-icons, .bg-gray.daterangepicker-trigger::after, .bg-gray.button.button-dropdown::after, .ui-select-container .bg-gray.selectize-input:after, .bg-gray.multiselect-dropdown::after {
  border-radius: 2px; }

.bg-green, .grid .ui-grid-row .ui-grid-cell.fill-green {
  background: #2DA953;
  color: #FFFFFF; }

.bg-green.material-icons, .bg-green.daterangepicker-trigger::after, .bg-green.button.button-dropdown::after, .grid .ui-grid-row .button.button-dropdown.ui-grid-cell.fill-green::after, .ui-select-container .bg-green.selectize-input:after, .ui-select-container .grid .ui-grid-row .selectize-input.ui-grid-cell.fill-green:after, .grid .ui-grid-row .ui-select-container .selectize-input.ui-grid-cell.fill-green:after, .grid .ui-grid-row .material-icons.ui-grid-cell.fill-green, .grid .ui-grid-row .ui-grid-cell.fill-green.daterangepicker-trigger::after, .grid .ui-grid-row .ui-grid-cell.fill-green.multiselect-dropdown::after, .bg-green.multiselect-dropdown::after {
  border-radius: 2px; }

.bg-red, .grid .ui-grid-row .ui-grid-cell.fill-red {
  background: #D93737;
  color: #FFFFFF; }

.bg-red.material-icons, .bg-red.daterangepicker-trigger::after, .bg-red.button.button-dropdown::after, .grid .ui-grid-row .button.button-dropdown.ui-grid-cell.fill-red::after, .ui-select-container .bg-red.selectize-input:after, .ui-select-container .grid .ui-grid-row .selectize-input.ui-grid-cell.fill-red:after, .grid .ui-grid-row .ui-select-container .selectize-input.ui-grid-cell.fill-red:after, .grid .ui-grid-row .material-icons.ui-grid-cell.fill-red, .grid .ui-grid-row .ui-grid-cell.fill-red.daterangepicker-trigger::after, .grid .ui-grid-row .ui-grid-cell.fill-red.multiselect-dropdown::after, .bg-red.multiselect-dropdown::after {
  border-radius: 2px; }

.bg-yellow, .grid .ui-grid-row .ui-grid-cell.fill-amber {
  background: #FEAF0D;
  color: #FFFFFF; }

.bg-yellow.material-icons, .bg-yellow.daterangepicker-trigger::after, .bg-yellow.button.button-dropdown::after, .grid .ui-grid-row .button.button-dropdown.ui-grid-cell.fill-amber::after, .ui-select-container .bg-yellow.selectize-input:after, .ui-select-container .grid .ui-grid-row .selectize-input.ui-grid-cell.fill-amber:after, .grid .ui-grid-row .ui-select-container .selectize-input.ui-grid-cell.fill-amber:after, .grid .ui-grid-row .material-icons.ui-grid-cell.fill-amber, .grid .ui-grid-row .ui-grid-cell.fill-amber.daterangepicker-trigger::after, .grid .ui-grid-row .ui-grid-cell.fill-amber.multiselect-dropdown::after, .bg-yellow.multiselect-dropdown::after {
  border-radius: 2px; }

.gutter {
  padding-left: 16px;
  padding-right: 16px; }

.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.is-disabled {
  pointer-events: none;
  opacity: 0.3; }

.tab-panel {
  display: none; }

.no-wrap {
  white-space: nowrap; }

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/*
 * Spacing-Margings
 */
.margin-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.margin-x-1 {
  margin-left: 2px;
  margin-right: 2px; }

.margin-x-2 {
  margin-left: 4px;
  margin-right: 4px; }

.margin-x-3 {
  margin-left: 8px;
  margin-right: 8px; }

.margin-x-4 {
  margin-left: 16px;
  margin-right: 16px; }

.margin-x-5 {
  margin-left: 32px;
  margin-right: 32px; }

.margin-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.margin-y-1 {
  margin-top: 2px;
  margin-bottom: 2px; }

.margin-y-2 {
  margin-top: 4px;
  margin-bottom: 4px; }

.margin-y-3 {
  margin-top: 8px;
  margin-bottom: 8px; }

.margin-y-4 {
  margin-top: 16px;
  margin-bottom: 16px; }

.margin-y-5 {
  margin-top: 32px;
  margin-bottom: 32px; }

.margin-top-1 {
  margin-top: 2px; }

.margin-top-2 {
  margin-top: 4px; }

.margin-top-3 {
  margin-top: 8px; }

.margin-top-4 {
  margin-top: 16px; }

.margin-top-5 {
  margin-top: 32px; }

.margin-right-1 {
  margin-right: 2px; }

.margin-right-2 {
  margin-right: 4px; }

.margin-right-3 {
  margin-right: 8px; }

.margin-right-4 {
  margin-right: 16px; }

.margin-right-5 {
  margin-right: 32px; }

.margin-bottom-1 {
  margin-bottom: 2px; }

.margin-bottom-2 {
  margin-bottom: 4px; }

.margin-bottom-3 {
  margin-bottom: 8px; }

.margin-bottom-4 {
  margin-bottom: 16px; }

.margin-bottom-5 {
  margin-bottom: 32px; }

.margin-left-1 {
  margin-left: 2px; }

.margin-left-2 {
  margin-left: 4px; }

.margin-left-3 {
  margin-left: 8px; }

.margin-left-4 {
  margin-left: 16px; }

.margin-left-5 {
  margin-left: 32px; }

.no-margin {
  margin: 0 !important; }

.margin-0 {
  margin: 0 !important; }

.margin-top-0 {
  margin-top: 0 !important; }

.margin-right-0 {
  margin-right: 0 !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-left-0 {
  margin-left: 0 !important; }

/*
 * Spacing-Paddings
 */
.padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.padding-x-1 {
  padding-left: 2px;
  padding-right: 2px; }

.padding-x-2 {
  padding-left: 4px;
  padding-right: 4px; }

.padding-x-3 {
  padding-left: 8px;
  padding-right: 8px; }

.padding-x-4 {
  padding-left: 16px;
  padding-right: 16px; }

.padding-x-5 {
  padding-left: 32px;
  padding-right: 32px; }

.padding-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.padding-y-1 {
  padding-top: 2px;
  padding-bottom: 2px; }

.padding-y-2 {
  padding-top: 4px;
  padding-bottom: 4px; }

.padding-y-3 {
  padding-top: 8px;
  padding-bottom: 8px; }

.padding-y-4 {
  padding-top: 16px;
  padding-bottom: 16px; }

.padding-y-5 {
  padding-top: 32px;
  padding-bottom: 32px; }

.padding-top-1 {
  padding-top: 2px; }

.padding-top-2 {
  padding-top: 4px; }

.padding-top-3 {
  padding-top: 8px; }

.padding-top-4 {
  padding-top: 16px; }

.padding-top-5 {
  padding-top: 32px; }

.padding-right-1 {
  padding-right: 2px; }

.padding-right-2 {
  padding-right: 4px; }

.padding-right-3 {
  padding-right: 8px; }

.padding-right-4 {
  padding-right: 16px; }

.padding-right-5 {
  padding-right: 32px; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-bottom-1 {
  padding-bottom: 2px; }

.padding-bottom-2 {
  padding-bottom: 4px; }

.padding-bottom-3 {
  padding-bottom: 8px; }

.padding-bottom-4 {
  padding-bottom: 16px; }

.padding-bottom-5 {
  padding-bottom: 32px; }

.padding-left-1 {
  padding-left: 2px; }

.padding-left-2 {
  padding-left: 4px; }

.padding-left-3 {
  padding-left: 8px; }

.padding-left-4 {
  padding-left: 16px; }

.padding-left-5 {
  padding-left: 32px; }

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

.padding-0 {
  padding: 0 !important; }

.padding-top-0 {
  padding-top: 0 !important; }

.padding-right-0 {
  padding-right: 0 !important; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-left-0 {
  padding-left: 0 !important; }

/*
 * Borders
 */
.border {
  border: 1px solid #d2d2d2; }

.border-light {
  border: 1px solid #ededed; }

.border-primary {
  border: 1px solid #0070dd; }

.border-success {
  border: 1px solid #2DA953; }

.border-alert {
  border: 1px solid #D93737; }

.border-warning {
  border: 1px solid #FEAF0D; }

.border-transparent {
  border: 1px solid transparent; }

.border-top {
  border-top: 1px solid #d2d2d2; }

.border-right {
  border-right: 1px solid #d2d2d2; }

.border-bottom {
  border-bottom: 1px solid #d2d2d2; }

.border-left {
  border-left: 1px solid #d2d2d2; }

.no-border {
  border: 0 !important; }

.no-border-top {
  border-top: 0 !important; }

.no-border-right {
  border-right: 0 !important; }

.no-border-bottom {
  border-bottom: 0 !important; }

.no-border-left {
  border-left: 0 !important; }

/*
 * Border Radius
 */
.border-radius {
  border-radius: 3px; }

/*
 * Display classes
 */
.display-none {
  display: none; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.display-block {
  display: block; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

.display-table-row {
  display: table-row; }

.display-flex {
  display: flex; }

.display-inline-flex {
  display: inline-flex; }

.flex-align-vertical {
  align-items: center; }

.flex-align-horizontal {
  justify-content: space-around; }

.has-cursor {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.padding-bottom {
  padding-bottom: 5px; }

.highlightedText {
  background-color: #FFF2CC;
  color: #7F6000;
  font-weight: inherit; }

.material-icons.icon-in-circle, .icon-in-circle.daterangepicker-trigger::after, .icon-in-circle.button.button-dropdown::after, .ui-select-container .icon-in-circle.selectize-input:after, .icon-in-circle.multiselect-dropdown::after {
  border-radius: 10px; }

.scroll-with-shadow {
  overflow: auto;
  background: linear-gradient(#ffffff 80%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 80%) 0 100%, radial-gradient(40% 0, farthest-side, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), radial-gradient(40% 100%, farthest-side, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(#ffffff 80%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 80%) 0 100%, radial-gradient(farthest-side at 45% 0, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 45% 100%, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll; }

.invert {
  transform: rotate(180deg); }

.invert.animate-invert {
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }

.going-away {
  opacity: 0.25;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }

.list-item.ng-leave {
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }

.list-item.ng-leave.ng-leave-active {
  opacity: 0; }

.info-text {
  font-size: 12px;
  font-weight: 600; }

.info-text .primary-text {
  color: #919496; }

.info-text .secondary-text {
  color: #d2d2d2; }

.popover-section-separator {
  text-align: center;
  position: relative; }

.popover-section-separator .heading {
  display: inline-block;
  background: #f6f6f6;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
  position: relative;
  color: #919496;
  font-weight: 600; }

.popover-section-separator .separator {
  height: 1px;
  background: #d2d2d2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1; }

hr.section-separator {
  padding: 10px 0;
  margin: 20px auto;
  border-bottom: 1px solid #d2d2d2; }

.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none; }

.container {
  padding: 16px; }

.wrapper.row > .columns:first-child, .wrapper.row > .column:first-child, .wrapper.row > .columns:first-child {
  padding-left: 0; }

.wrapper.row > .columns:last-child, .wrapper.row > .column:last-child, .wrapper.row > .columns:last-child {
  padding-right: 0; }

.wrapper.row > .columns.large-12, .wrapper.row > .column.large-12, .wrapper.row > .large-12.columns {
  padding-left: 0;
  padding-right: 0; }

.sidepanel {
  min-height: 84vh;
  padding: 0; }

.sidepanel.left {
  border-right: 1px solid #d2d2d2; }

.sidepanel.right {
  border-left: 1px solid #d2d2d2; }

.section-header {
  padding: 16px;
  border-bottom: 1px solid #ededed;
  overflow: visible; }

.section-header.cozy {
  padding: 10px 20px; }

.section-header.background {
  background: #f6f6f6; }

.section-heading {
  margin-bottom: 16px; }

.section-heading .title,
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
  color: #2d2d2d;
  font-weight: 500; }

.section-heading > .icon {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px; }

.section-heading > .icon i.material-icons, .section-heading > .icon i.daterangepicker-trigger::after, .section-heading > .icon i.button.button-dropdown::after, .section-heading > .icon .ui-select-container i.selectize-input:after, .ui-select-container .section-heading > .icon i.selectize-input:after, .section-heading > .icon i.multiselect-dropdown::after {
  font-size: 32px; }

.section-heading .element-bar.inline {
  display: inline-flex; }

.section-heading .title.inline {
  display: inline-block;
  margin-right: 30px; }

.section-heading .title span.label.count {
  margin-right: 10px;
  vertical-align: 3px; }

.section-heading .icon-input.inline {
  display: inline-block;
  width: 300px; }

.section-heading .title.has-page-up {
  position: relative; }

.section-heading .title.has-page-up .page-up {
  color: #919496;
  cursor: pointer;
  vertical-align: top; }

.section-heading .title.has-page-up .page-up i.material-icons, .section-heading .title.has-page-up .page-up i.daterangepicker-trigger::after, .section-heading .title.has-page-up .page-up i.button.button-dropdown::after, .section-heading .title.has-page-up .page-up .ui-select-container i.selectize-input:after, .ui-select-container .section-heading .title.has-page-up .page-up i.selectize-input:after, .section-heading .title.has-page-up .page-up i.multiselect-dropdown::after {
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: -20px; }

.section-heading .badge {
  display: inline-block;
  min-height: 2.1em;
  min-width: 2.1em;
  padding: 0;
  font-size: 0.65rem;
  line-height: 2.1em;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  color: #FFFFFF;
  vertical-align: text-bottom;
  margin: 0 7px; }

.section-heading p.small {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: #919496;
  margin-bottom: 5px; }

.button {
  min-width: 56px;
  border-width: 1px;
  border-color: #ededed;
  position: relative;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  box-sizing: border-box; }

.button.long {
  padding: 0.5625rem 2.5rem; }

.button.large {
  padding: 0.5625rem 1rem;
  height: 2.5rem; }

.button.round {
  border-radius: 34px; }

.button.active {
  background: #0070dd;
  color: #FFFFFF; }

.button:hover {
  border: none; }

.button.primary {
  color: #FFFFFF;
  font-weight: 500;
  border-color: #0070dd; }

.button.primary:focus, .button.primary:hover {
  color: #FFFFFF; }

.button.secondary {
  border-color: #ededed; }

.button.success {
  color: #FFFFFF;
  background-color: #2DA953;
  font-weight: 500;
  border-color: #2DA953; }

.button.success:focus, .button.success:hover {
  color: #FFFFFF; }

.button.info {
  color: #FFFFFF;
  background-color: #0070dd;
  font-weight: 500;
  border-color: #0070dd; }

.button.info:focus, .button.info:hover {
  color: #FFFFFF; }

.button.warning {
  color: #FFFFFF;
  background-color: #FEAF0D;
  font-weight: 500;
  border-color: #FEAF0D; }

.button.warning:focus, .button.warning:hover {
  color: #FFFFFF; }

.button.neutral {
  color: #FFFFFF;
  background-color: #2d2d2d;
  font-weight: 500;
  border-color: #2d2d2d; }

.button.neutral:focus, .button.neutral:hover {
  color: #FFFFFF; }

.button.alert {
  color: #FFFFFF;
  font-weight: 500;
  background-color: #D93737;
  border-color: #D93737; }

.button.alert:focus, .button.alert:hover {
  color: #FFFFFF; }

.button.inverse {
  background: #2d2d2d;
  border-color: #2d2d2d;
  color: #FFFFFF; }

.button.inverse:focus, .button.inverse:hover {
  background: #2d2d2d; }

.button.default, .button.switch {
  background: #FFFFFF; }

.button.default:focus, .button.default:hover, .button.switch:focus, .button.switch:hover {
  background: #ebebeb; }

.button.transparent {
  border: none;
  background: transparent; }

.button.transparent:focus, .button.transparent:hover {
  background: #ededed;
  color: #292929; }

.button.link {
  color: #0070dd;
  background: transparent; }

.button.link, .button.link:focus, .button.link:hover {
  border-color: transparent; }

.button.link:focus, .button.link:hover {
  color: #0067cb; }

.button.link-left {
  padding-left: 25px; }

.button.link-left::before {
  content: '';
  position: absolute;
  top: 42%;
  margin-left: 18px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-right-color: #0070dd; }

.button.link-right {
  padding-right: 25px; }

.button.link-right::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 0;
  margin-right: 18px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  border-left-color: #0070dd; }

.button.button-dropdown {
  padding-right: 35px; }

.button.button-dropdown::after {
  content: '\E313';
  position: absolute;
  top: 8px;
  right: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  border: none;
  font-size: 16px;
  line-height: 1; }

.button.button-icon {
  min-width: 0; }

.button.button-icon .icon,
.button.button-icon i {
  font-size: 14px !important;
  vertical-align: sub;
  margin-left: -0.25rem;
  margin-right: -0.25rem; }

.button.button-icon.icon-left {
  padding-right: 1rem;
  padding-left: 10px;
  overflow: auto;
  zoom: 1; }

.button.button-icon.icon-left .icon {
  margin: 0 7px 0 0;
  float: left;
  padding: 0; }

.button.button-icon.icon-right {
  padding-left: 1rem;
  padding-right: 10px;
  overflow: auto;
  zoom: 1; }

.button.button-icon.icon-right .icon {
  margin: 0 0 0 7px;
  float: right;
  padding: 0; }

.button.hollow {
  padding: 0.5rem 0.75rem; }

.button:last-child {
  margin-right: 0; }

.button.end {
  margin-right: 0; }

.button.inline {
  margin-bottom: 0; }

.float-right .button {
  margin: 0 0 0 15px; }

.float-right .button:first-child {
  margin-left: 0; }

.button-group.inline {
  margin-bottom: 0; }

.button-group .button {
  border-radius: 0; }

.button-group .button.dropdown-btn {
  padding: 7px; }

.button-group .button.active {
  border-right: 1px solid #0067cb; }

.button-group .button.active + .button {
  border-left: 0; }

.button-group .button:first-child {
  border-radius: 3px 0 0 3px !important; }

.button-group .button:last-child {
  border-radius: 0 3px 3px 0 !important; }

.label.secondary {
  background-color: #ededed; }

.material-icons, .daterangepicker-trigger::after, .button.button-dropdown::after, .ui-select-container.single .selectize-input:after, .ui-select-container .selectize-input:after, .multiselect-dropdown::after {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.form-wrapper {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 20px 20px;
  margin-bottom: 30px; }

.form-section {
  margin-bottom: 20px; }

.label {
  font-weight: 500; }

.label.small {
  font-size: 12px;
  font-weight: 400; }

.label.default {
  background: #FFFFFF;
  color: #4d4d4d; }

.label.neutral {
  background: #2d2d2d;
  color: #FFFFFF; }

.label.round {
  border-radius: 34px; }

.label.pill {
  border-radius: 20px; }

.label.bold {
  font-weight: 500; }

.label .material-icons, .label .daterangepicker-trigger::after, .label .button.button-dropdown::after, .label .ui-select-container .selectize-input:after, .ui-select-container .label .selectize-input:after, .label .multiselect-dropdown::after {
  font-size: 12px;
  vertical-align: -2px; }

label.radio-wrapper {
  font-weight: 400;
  cursor: pointer; }

label.radio-wrapper input[type="radio"] {
  vertical-align: -11px; }

.help-text {
  margin-bottom: 1rem; }

.form-error {
  font-size: 0.8125rem;
  font-weight: 500; }

.form-element {
  margin-bottom: 0.75rem !important; }

label {
  cursor: pointer; }

label .help-tip {
  border-bottom: none;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  top: 2px;
  color: #919496; }

label .help-tip .material-icons, label .help-tip .daterangepicker-trigger::after, label .help-tip .button.button-dropdown::after, label .help-tip .ui-select-container .selectize-input:after, .ui-select-container label .help-tip .selectize-input:after, label .help-tip .multiselect-dropdown::after {
  font-size: 14px; }

label tooltip {
  float: right; }

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: #d2d2d2; }

.contenteditable {
  border: 1px solid transparent;
  background: #FFFFFF;
  padding-left: 0 !important;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  color: #919496; }

.contenteditable:hover, .contenteditable:focus {
  border-radius: 3px;
  padding-left: 10px !important;
  color: #2d2d2d; }

.contenteditable:hover {
  border: 1px solid #d2d2d2; }

.contenteditable:focus {
  border: 1px solid #0070dd;
  outline: none; }

input,
select {
  height: 32px; }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
input[type="file"] {
  height: 2rem; }

input[type="email"].input-large,
input[type="number"].input-large,
input[type="password"].input-large,
input[type="text"].input-large,
input[type="file"].input-large {
  height: 2.5rem; }

select {
  background-size: 9px 6px;
  background-position: 97% center;
  background-position: calc(100% - 5px) center;
  padding: 0 5px 0 8px;
  background: #ededed;
  border-color: #ededed; }

input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
input[type="text"].error,
input[type="file"].error,
textarea.error {
  border: 1px solid #D93737; }

input[type="email"].required::-webkit-input-placeholder,
input[type="number"].required::-webkit-input-placeholder,
input[type="password"].required::-webkit-input-placeholder,
input[type="text"].required::-webkit-input-placeholder,
input[type="file"].required::-webkit-input-placeholder,
textarea.required::-webkit-input-placeholder {
  color: #919496;
  font-size: 0.75rem;
  text-align: right; }

input[type="email"].required::-moz-placeholder,
input[type="number"].required::-moz-placeholder,
input[type="password"].required::-moz-placeholder,
input[type="text"].required::-moz-placeholder,
input[type="file"].required::-moz-placeholder,
textarea.required::-moz-placeholder {
  /* Firefox 19+ */
  color: #919496;
  font-size: 0.75rem;
  text-align: right; }

input[type="email"].required:-ms-input-placeholder,
input[type="number"].required:-ms-input-placeholder,
input[type="password"].required:-ms-input-placeholder,
input[type="text"].required:-ms-input-placeholder,
input[type="file"].required:-ms-input-placeholder,
textarea.required:-ms-input-placeholder {
  color: #919496;
  font-size: 0.75rem;
  text-align: right; }

input[type="email"].required:-moz-placeholder,
input[type="number"].required:-moz-placeholder,
input[type="password"].required:-moz-placeholder,
input[type="text"].required:-moz-placeholder,
input[type="file"].required:-moz-placeholder,
textarea.required:-moz-placeholder {
  /* Firefox 18- */
  color: #919496;
  font-size: 0.75rem;
  text-align: right; }

input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #919496; }

input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #919496; }

input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #919496; }

input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #919496; }

input[type="file"] {
  padding: 8px 0 0 8px;
  display: block;
  height: 2rem;
  border: 1px solid #d2d2d2;
  margin: 0 0 0.875rem;
  font-size: 13px;
  color: #2d2d2d;
  background-color: #fbfbfb;
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  outline: 0; }

.icon-input {
  position: relative; }

.icon-input .icon {
  position: absolute;
  top: 9px;
  left: 10px;
  bottom: auto;
  right: auto;
  color: #919496;
  font-size: 125%; }

.icon-input input,
.icon-input input[type="email"],
.icon-input input[type="number"],
.icon-input input[type="text"] {
  padding-left: 35px; }

.icon-input input:focus + .icon,
.icon-input input[type="email"]:focus + .icon,
.icon-input input[type="number"]:focus + .icon,
.icon-input input[type="text"]:focus + .icon {
  color: #0070dd; }

.icon-input.icon-right .icon {
  position: absolute;
  top: 9px;
  left: auto;
  bottom: auto;
  right: 10px; }

.icon-input.icon-right input,
.icon-input.icon-right input[type="email"],
.icon-input.icon-right input[type="number"],
.icon-input.icon-right input[type="text"] {
  padding-left: 8px; }

.icon-input.icon-left.icon-right .icon,
.icon-input.icon-left.icon-right .icon.left {
  position: absolute;
  top: 9px;
  left: 10px;
  bottom: auto;
  right: auto; }

.icon-input.icon-left.icon-right .icon.right {
  position: absolute;
  top: 9px;
  left: auto;
  bottom: auto;
  right: 10px; }

.icon-input.icon-left.icon-right input,
.icon-input.icon-left.icon-right input[type="email"],
.icon-input.icon-left.icon-right input[type="number"],
.icon-input.icon-left.icon-right input[type="text"] {
  padding-left: 35px; }

check-box,
radio-button {
  margin-right: 30px;
  margin-bottom: 15px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block; }

input[type=checkbox]:checked ~ .radio-button::before,
input[type=radio]:checked ~ .radio-button::before {
  background: #0070dd; }

input[type=checkbox] ~ *,
input[type=radio] ~ * {
  display: inline-block; }

.radio-with-label .radio-label {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: 2px;
  line-height: 5px; }

.radio-button {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  border: 1px solid #d2d2d2;
  cursor: pointer; }

.radio-button input[type="radio"] {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0; }

.radio-button .check-circle {
  display: inline-block;
  position: absolute;
  content: ' ';
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  background: #0070dd;
  opacity: 0;
  cursor: pointer; }

.radio-button input[type="radio"]:checked + .check-circle {
  opacity: 1; }

.bzm-date-picker input {
  background: #fbfbfb !important;
  margin-bottom: 12px !important; }

.bzm-date-picker input.is-invalid-input:not(:focus) {
  background-color: rgba(217, 55, 55, 0.1) !important; }

.checkbox-with-label span.checkbox-label {
  margin-left: 10px;
  line-height: 5px;
  cursor: pointer; }

.checkbox-container {
  position: relative;
  height: 13px;
  width: 13px;
  display: inline-block;
  background: #ededed;
  border: 0;
  border-radius: 2px;
  cursor: default;
  vertical-align: middle;
  margin-right: 10px;
  top: -1px; }

.checkbox-container input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3; }

.checkbox-container .icon-tick {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: auto;
  right: auto;
  line-height: 0;
  font-size: 17px;
  display: none; }

.checkbox-container .icon-tick .material-icons, .checkbox-container .icon-tick .daterangepicker-trigger::after, .checkbox-container .icon-tick .button.button-dropdown::after, .checkbox-container .icon-tick .ui-select-container .selectize-input:after, .ui-select-container .checkbox-container .icon-tick .selectize-input:after, .checkbox-container .icon-tick .multiselect-dropdown::after {
  font-size: 17px;
  color: #0070dd;
  display: none; }

.checkbox-container .icon-tick::before {
  content: "\E834";
  font-family: "Material Icons";
  position: relative;
  color: #0070dd;
  top: 9px; }

.checkbox-container input[type="checkbox"]:checked + .icon-tick {
  display: block; }

.checkbox-container label {
  margin-left: 20px;
  line-height: 10px; }

.dropdown-input .dropdown {
  display: inline-block;
  float: left; }

.dropdown-input .dropdown .selectize-input {
  border-radius: 3px 0 0 3px; }

.dropdown-input .text-input {
  display: inline-block;
  float: right; }

.dropdown-input .text-input input {
  border-left: 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #d2d2d2;
  border-top: 0;
  border-bottom: 0; }

.dropdown-input .text-input input:focus {
  border: 1px solid #d2d2d2;
  border-left: 0; }

.ui-select-container .selectize-input {
  background-color: #ededed;
  border-color: #ededed;
  padding: 3px 10px 2px;
  height: 32px;
  font-size: 14px; }

.ui-select-container .selectize-input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  padding: 2px 8px 3px !important; }

.ui-select-container.single .selectize-input:after {
  content: '\E313';
  top: 8px;
  right: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  border: none;
  font-size: 16px;
  line-height: 1; }

.ui-select-container .selectize-input:after {
  content: '\E313';
  top: 8px;
  right: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  border: none;
  font-size: 16px;
  line-height: 1; }

.ui-select-container .selectize-dropdown {
  font-size: 14px;
  border: 0;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.08), 0 3px 12px rgba(0, 0, 0, 0.12); }

.ui-select-container .selectize-dropdown [data-selectable], .ui-select-container .selectize-dropdown .optgroup-header {
  border-top: 0; }

.filter-group {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #d2d2d2;
  border-radius: 3px; }

.filter-group .ui-select-container {
  width: 100%; }

.filter-group .primary-dropdown-wrapper {
  border-bottom: 1px solid #d2d2d2;
  border-radius: 3px 3px 0 0;
  background: #FFFFFF; }

.filter-group .primary-dropdown-wrapper .dropdown-label {
  background: #FFFFFF;
  border-bottom: 0;
  padding-left: 8px;
  border-radius: 3px 3px 0 0;
  padding-top: 4px;
  font-weight: 700;
  color: #d2d2d2;
  font-size: 10px;
  margin-bottom: -6px; }

.filter-group .primary-dropdown-wrapper .select2-container .select2-choice {
  border: 0; }

.filter-group .primary-dropdown-wrapper .select2-search {
  margin-top: 1px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2; }

.filter-group .primary-dropdown-wrapper .select2-drop-active {
  margin-left: -1px; }

.filter-group .primary-dropdown-wrapper .primary-dropdown-container {
  position: relative; }

.filter-group .primary-dropdown-wrapper .primary-dropdown-container .primary-dropdown {
  width: 90%;
  display: inline-block; }

.filter-group .primary-dropdown-wrapper .primary-dropdown-container .primary-dropdown .ui-select-match {
  font-weight: 600;
  font-family: "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.filter-group .primary-dropdown-wrapper .primary-dropdown-container .clear-btn-wrapper {
  display: inline-block;
  background: transparent;
  position: absolute;
  right: 0; }

.filter-group .primary-dropdown-wrapper .primary-dropdown-container .clear-btn-wrapper .clear-btn {
  background: #D93737;
  color: #FFFFFF;
  border-radius: 100%;
  margin: 11px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  font-size: 1px;
  line-height: 22px;
  text-align: center; }

.filter-group .primary-dropdown-wrapper .primary-dropdown-container .clear-btn-wrapper .material-icons, .filter-group .primary-dropdown-wrapper .primary-dropdown-container .clear-btn-wrapper .daterangepicker-trigger::after, .filter-group .primary-dropdown-wrapper .primary-dropdown-container .clear-btn-wrapper .button.button-dropdown::after, .filter-group .primary-dropdown-wrapper .primary-dropdown-container .clear-btn-wrapper .ui-select-container .selectize-input:after, .ui-select-container .filter-group .primary-dropdown-wrapper .primary-dropdown-container .clear-btn-wrapper .selectize-input:after, .filter-group .primary-dropdown-wrapper .primary-dropdown-container .clear-btn-wrapper .multiselect-dropdown::after {
  font-size: 10px; }

.filter-group .primary-dropdown-wrapper .selectize-input {
  border-radius: 0;
  border: 0; }

.filter-group .dropdown-input .input-group {
  display: block;
  margin: 0; }

.filter-group .dropdown-input .dropdown {
  min-height: 32px; }

.filter-group .dropdown-input .dropdown .selectize-input {
  border-radius: 0 0 0 3px; }

.filter-group .dropdown-input .dropdown .ui-select-match {
  border-radius: 0;
  border: 0; }

.filter-group .dropdown-input .text-input .icon {
  bottom: 11px;
  background: #919496;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0 5px;
  border-radius: 3px; }

.filter-group .dropdown-input .text-input input {
  border-radius: 0 0 3px 0;
  margin-bottom: 0; }

.filter-group .dropdown-input .text-input .select2-container-multi .select2-choices {
  border: 1px solid #d2d2d2;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-radius: 0 0 3px 0; }

.card-wrapper {
  padding: 10px;
  background: #f6f6f6;
  min-height: 75vh; }

.card {
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  vertical-align: top;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border: none; }

.card.inactive {
  opacity: 0.6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.card .card-heading {
  font-size: 1.125rem; }

.card .card-heading h6 {
  margin-bottom: 0; }

.card .edit-card {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #919496; }

.card .edit-card .material-icons, .card .edit-card .daterangepicker-trigger::after, .card .edit-card .button.button-dropdown::after, .card .edit-card .ui-select-container .selectize-input:after, .ui-select-container .card .edit-card .selectize-input:after, .card .edit-card .multiselect-dropdown::after {
  font-size: 16px; }

.card .figure {
  font-size: 1.75rem; }

.card .card-graph {
  max-height: 100px; }

.card .card-graph .axis path,
.card .card-graph .axis line {
  display: none;
  fill: none;
  stroke: #919496;
  shape-rendering: crispEdges; }

.card .card-graph .x.axis text {
  font-size: 8px;
  fill: #919496;
  font-family: "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center; }

.card .card-graph .y.axis {
  display: none; }

.card .card-graph .y.axis line {
  display: none;
  stroke: #777;
  stroke-dasharray: 2, 2; }

.info-section {
  margin: 0;
  margin-bottom: 20px; }

.info-section > div {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top; }

@media (max-width: 64em) {
  .info-section > div {
    margin-bottom: 20px; } }

.info-section > div:last-child {
  margin-right: 0; }

.info-section .heading {
  font-size: 13px;
  font-weight: 500;
  color: #919496;
  text-transform: uppercase; }

.info-section .value {
  color: #434A54;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2; }

.info-section .info-section-button {
  padding-top: 19px; }

.key-val .key {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #919496; }

.key-val .val {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2; }

.key-val-horizontal .key {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #2d2d2d;
  display: inline-block;
  width: 48%;
  margin: 0; }

.key-val-horizontal .val {
  font-size: 14px;
  display: inline-block;
  width: 48%;
  margin: 0; }

.key-val-inverted .val {
  font-size: 14px;
  color: #919496; }

.key-val-inverted .key {
  font-weight: 600; }

.tab-nav-wrapper {
  border-bottom: 1px solid #d2d2d2; }

.tab-nav-wrapper ul.tab-nav {
  margin: 0 0 8px; }

.tab-nav-wrapper ul.tab-nav li {
  display: inline-block;
  margin-right: 20px; }

.tab-nav-wrapper ul.tab-nav li a {
  color: #919496;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px; }

.tab-nav-wrapper ul.tab-nav li a.active, .tab-nav-wrapper ul.tab-nav li a:hover {
  color: #0070dd;
  border-bottom: 1px solid #0070dd; }

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

::-webkit-scrollbar-track {
  /* Track */
  border-top: 0;
  border-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

::-webkit-scrollbar-thumb {
  /* Handle */
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
  cursor: move;
  border: none; }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1); }

table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  border-radius: 0;
  margin: 0; }

table thead {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background: #FFFFFF; }

table thead th {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-size: 0.875rem;
  cursor: default; }

table thead th:first-child {
  padding-left: 16px; }

table thead th:last-child {
  padding-right: 16px; }

table thead .icon-sort {
  margin-left: 5px;
  vertical-align: -2px;
  cursor: pointer; }

table thead .icon-sort .material-icons, table thead .icon-sort .daterangepicker-trigger::after, table thead .icon-sort .button.button-dropdown::after, table thead .icon-sort .ui-select-container .selectize-input:after, .ui-select-container table thead .icon-sort .selectize-input:after, table thead .icon-sort .multiselect-dropdown::after {
  font-size: 16px;
  color: #2d2d2d; }

table tbody {
  border: 0; }

table tbody td {
  border: 0px;
  border-bottom: 1px solid #ededed; }

table tbody td:first-child {
  padding-left: 16px; }

table tbody td:last-child {
  padding-right: 16px; }

table tbody td.email {
  color: #0070dd; }

table tbody tr.active td {
  background: #f6f6f6; }

table.hover thead tr:hover th {
  background: #FFFFFF; }

table.hover tbody tr:hover td {
  background: #f6f6f6; }

table.cozy tbody tr td, table.cozy thead tr th {
  padding: 0.375rem 0.5rem;
  font-size: 14px; }

table.cozy tbody tr td:first-child, table.cozy thead tr th:first-child {
  padding-left: 1rem; }

table.cozy tbody tr td:last-child, table.cozy thead tr th:last-child {
  padding-right: 1rem; }

table.compact tbody tr td, table.compact thead tr th {
  padding: 0.25rem 0.375rem;
  font-size: 13px; }

table.compact tbody tr td:first-child, table.compact thead tr th:first-child {
  padding-left: 1rem; }

table.compact tbody tr td:last-child, table.compact thead tr th:last-child {
  padding-right: 1rem; }

table.bordered tr td, table.bordered tr th {
  border-right: 1px solid #d2d2d2; }

table.bordered tr td:last-child {
  border-right: 0; }

table.striped > tbody > tr:nth-of-type(odd) {
  background-color: #FAFAFA; }

.highlight-row {
  background-color: #f8f8f8; }

.bar-chart {
  overflow: visible; }

.bar-chart svg {
  overflow: visible; }

.bar-chart svg .axis line, .bar-chart svg .axis path.domain {
  display: none; }

.bar-chart svg .axis text {
  font-size: 10px;
  fill: #2d2d2d; }

.bar-chart svg .x-axis-label {
  display: none; }

.bar-chart svg .legend text {
  fill: #2d2d2d; }

.bar-chart svg .valueline {
  stroke: #0070dd;
  stroke-width: 2;
  fill: none; }

.bar-chart svg .area {
  stroke-width: 0;
  fill: rgba(0, 112, 221, 0.2); }

.bar-chart svg .arc text {
  font-size: 12px;
  font-weight: 600;
  fill: #fff; }

.bar-chart svg .init_states {
  fill: #f6f6f6; }

.bar-chart svg .states {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

.bar-chart svg .key {
  font-size: 12px; }

.bar-chart svg .node text {
  fill: #fff; }

.bar-chart svg .target {
  stroke: #D93737;
  stroke-width: 1px; }

.bar-chart svg .noData {
  font-size: 13px;
  font-weight: 600;
  fill: #919496; }

.card.dataset-card {
  display: inline-block;
  width: 260px;
  height: 190px;
  margin: 10px;
  position: relative;
  margin: 10px 10px 30px 10px; }

@media screen and (min-width: 90em) {
  .card.dataset-card {
    width: 305px; } }

.card.dataset-card:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  transition: all ease-in 0.2s; }

.card.dataset-card:hover .card-heading h6 {
  color: #0070dd; }

.card.dataset-card .card-heading {
  padding: 20px 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 46px;
  left: 0; }

.card.dataset-card .card-heading .category {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #d2d2d2;
  letter-spacing: 0.05rem; }

.card.dataset-card .card-heading > * {
  padding: 0 24px; }

.card.dataset-card .card-heading h6 {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 5px;
  word-wrap: break-word; }

.card.dataset-card .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fafafa;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.card.dataset-card .card-footer .explore-button {
  padding: 0 0.9375rem 0.1875rem;
  font-weight: 500;
  line-height: 43px;
  opacity: 0.7; }

.card.dataset-card .card-footer .explore-button:hover {
  opacity: 1; }

.card.dataset-card .card-footer .explore-button i {
  vertical-align: middle; }

body {
  height: auto;
  font-size: 0.875rem; }

tooltip tip {
  width: auto;
  min-width: auto;
  padding: 3px 12px 6px;
  border-radius: 3px; }

tooltip tip tip-tip {
  white-space: nowrap;
  font-size: 14px; }

tooltip tip.tooltip-wrap {
  min-width: 300px;
  text-align: left;
  padding: 6px 12px 12px; }

tooltip tip.tooltip-wrap tip-tip {
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  min-width: 320px;
  line-height: 1.10; }

tooltip._steady._ready tip {
  animation: animate-tooltip .15s; }

.d3-tip, .lineChartToolTip {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  padding: 6px 8px 10px;
  border-radius: 2px;
  min-width: 120px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }

.empty-placeholder {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 40px; }

.empty-placeholder.bg-gray {
  background: #f6f6f6; }

.empty-placeholder .icon {
  font-size: 36px;
  margin: 20px;
  color: #919496; }

.empty-placeholder .title {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #919496; }

.empty-placeholder .message {
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 30px; }

.footer {
  padding: 10px 0;
  border-top: 1px solid #d2d2d2;
  background: #FFFFFF; }

.footer ul.menu li a {
  color: #919496; }

.footer .footer-logo {
  margin: 0 10px 0 5px;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%); }

.footer .footer-logo:hover {
  -webkit-filter: none;
  filter: none; }

.footer.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

ul.menu.simple.has-divider li {
  margin-right: 0; }

ul.menu.simple.has-divider li:after {
  content: "•";
  display: inline-block;
  margin: 0 5px 0 7px; }

ul.menu.simple.has-divider li:last-child:after {
  content: "";
  margin: 0; }

ul.menu.simple.has-divider li a {
  display: inherit; }

.card-list {
  margin-bottom: 32px; }

.card-list .card-list-header {
  padding: 20px 20px 0 20px; }

.card-list .card-list-item {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #d2d2d2; }

.card-list .card-list-item:last-child {
  border: none; }

.card-list .card-list-item .key {
  color: #919496; }

.card-list .card-list-item .value {
  color: #2d2d2d; }

.card-list .card-list-item-editable:hover {
  background: #f6f6f6;
  cursor: pointer; }

.card-list .card-list-item-edit {
  float: right;
  height: 0px; }

.card-list .card-list-item-edit i.material-icons, .card-list .card-list-item-edit i.daterangepicker-trigger::after, .card-list .card-list-item-edit i.button.button-dropdown::after, .card-list .card-list-item-edit .ui-select-container i.selectize-input:after, .ui-select-container .card-list .card-list-item-edit i.selectize-input:after, .card-list .card-list-item-edit i.multiselect-dropdown::after {
  margin: 4px 0; }

.section {
  padding: 16px 0;
  margin: auto; }

.section.has-separator {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px; }

.has-separator {
  border-bottom: 1px solid #d2d2d2; }

.element-bar > .element {
  float: left;
  padding-right: 15px;
  vertical-align: top; }

.element-bar > .element:last-child {
  padding-right: 0; }

.element-bar .element.text {
  line-height: 32px; }

.element-bar.right > .element {
  float: right;
  padding-left: 15px;
  padding-right: 0; }

.pill {
  border: 1px solid #d2d2d2;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 14px;
  color: #919496;
  margin: 0 10px 10px 0;
  display: inline-block; }

.pill .pill-remove {
  cursor: pointer;
  margin-left: 5px;
  background: #f6f6f6;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
  margin-right: -5px;
  border: 1px solid #d2d2d2; }

.pill .pill-remove .material-icons, .pill .pill-remove .daterangepicker-trigger::after, .pill .pill-remove .button.button-dropdown::after, .pill .pill-remove .ui-select-container .selectize-input:after, .ui-select-container .pill .pill-remove .selectize-input:after, .pill .pill-remove .multiselect-dropdown::after {
  font-size: 10px;
  vertical-align: 3px;
  margin-left: -1px; }

.modal-large {
  width: 800px;
  overflow-x: hidden; }

.modal-xlarge {
  width: 1024px !important;
  overflow-x: hidden; }

.reveal-overlay {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }

.reveal {
  max-height: 800px;
  position: fixed;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  border: 0;
  padding: 0;
  top: 35%;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  opacity: 0;
  -webkit-transform: translate(0, -50%) scale(0.8);
  -moz-transform: translate(0, -50%) scale(0.8);
  transform: translate(0, -50%) scale(0.8); }

.reveal.in {
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
  -moz-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1); }

.reveal.fill {
  top: 50px;
  bottom: 50px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8); }

.reveal.fill.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); }

.reveal.fixed {
  position: fixed !important;
  overflow-y: auto !important; }

.reveal .modal-header {
  background: #f6f6f6;
  padding: 15px 20px 10px 20px;
  border-bottom: 1px solid #d2d2d2; }

.grid {
  height: 100vh;
  height: -webkit-calc(100vh - 90px);
  height: calc(100vh - 90px);
  position: relative; }

.ui-grid-menu-items {
  max-height: 250px;
  overflow: auto;
  overflow-x: hidden; }

.ui-grid-header-viewport .table {
  table-layout: fixed;
  margin-bottom: 0;
  border-width: 0 0 0 1px; }

.ui-grid-header-viewport .table.table-bordered > thead > tr > th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #cecece;
  text-align: center;
  vertical-align: middle;
  min-height: 35px; }

.ui-grid-header-viewport .table.table-bordered > thead > tr > th {
  white-space: inherit; }

.nvd3 text {
  font-family: "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  fill: #2d2d2d; }

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0.75;
  stroke: #919496; }

.nvd3 .nv-axis.nv-x .tick {
  stroke-opacity: 0; }

.nvd3 .nv-axis path.domain {
  stroke-opacity: 0; }

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0; }

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point.hover {
  stroke-width: 5px; }

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  fill-opacity: 0.8; }

.nvd3 .nv-legend .nv-legend-symbol {
  stroke-width: 0 !important; }

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: 400;
  fill: #919496; }

.nvtooltip {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 2px;
  border: none;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.08);
  padding: 12px 16px; }

.nvtooltip table {
  margin: 0; }

.nvtooltip table thead, .nvtooltip table tbody {
  background: none;
  border: none; }

.nvtooltip table thead td:first-child, .nvtooltip table tbody td:first-child {
  padding: 2px 9px 2px 0; }

.nvtooltip table thead td:last-child, .nvtooltip table tbody td:last-child {
  padding: 2px 0 2px 9px; }

.nvtooltip table thead td.legend-color-guide div, .nvtooltip table tbody td.legend-color-guide div {
  border: none;
  width: 5px;
  height: 18px; }

.nvtooltip table thead tr td, .nvtooltip table tbody tr td {
  border: none;
  vertical-align: top; }

.pagination-container {
  padding: 20px; }

.equalize-wrapper {
  display: flex; }

.animate-show-hide.ng-enter, .animate-show-hide.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s; }

.animate-show-hide.ng-enter,
.animate-show-hide.ng-leave.ng-leave-active {
  opacity: 0; }

.animate-show-hide.ng-leave,
.animate-show-hide.ng-enter.ng-enter-active {
  opacity: 1; }

.nag {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000; }

.nag.bottom {
  bottom: 20px; }

.nag.top {
  top: 20px; }

.nag.warning .content {
  background: #FCD6AD;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12); }

.nag.warning .dismiss {
  color: #654c4c; }

.nag.alert .content {
  background: #fbecec;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12); }

.nag.alert .dismiss {
  color: #654c4c; }

.nag.stick.bottom .content {
  border-bottom: 0;
  border-radius: 3px 3px 0 0; }

.nag.stick.top .content {
  border-top: 0;
  border-radius: 0 0 3px 3px; }

.nag .content {
  position: relative;
  padding: 12px 20px 15px;
  margin-left: auto;
  margin-right: auto; }

.nag .heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px; }

.nag .text {
  opacity: 1;
  font-size: 14px;
  line-height: 1.4; }

.nag .dismiss-message {
  position: absolute;
  top: 12px;
  right: 20px;
  opacity: 1;
  font-size: 14px; }

.nag .dismiss {
  font-weight: 500;
  color: #86652e;
  padding: 0 5px; }

.nag.disclaimer .content {
  max-width: 1240px;
  border-radius: 3px;
  padding-bottom: 20px; }

.slide-in-bottom.ng-enter, .slide-in-bottom.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s; }

.slide-in-bottom.ng-enter,
.slide-in-bottom.ng-leave.ng-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.slide-in-bottom.ng-leave,
.slide-in-bottom.ng-enter.ng-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-top.ng-enter, .slide-in-top.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s; }

.slide-in-top.ng-enter,
.slide-in-top.ng-leave.ng-leave-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-top.ng-leave,
.slide-in-top.ng-enter.ng-enter-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

[show-if-permission] {
  display: none; }

.daterange-wrapper {
  position: relative; }

.daterange-wrapper .daterange-dropdown {
  position: absolute;
  top: 32px;
  left: 0;
  padding: 15px;
  z-index: 50;
  background-color: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); }

@media print {
  html,
  body {
    width: 1100px;
    height: 297mm; }
  a:link:after, a:visited:after {
    content: ""; } }

.page-transition {
  margin-top: 0;
  opacity: 1; }

.page-transition.ng-enter {
  transition: all ease-in-out 0.25s;
  margin-top: 0.4%;
  opacity: 0; }

.page-transition.ng-enter-active {
  margin-top: 0;
  opacity: 1; }

.page-transition.ng-leave {
  margin-top: 0;
  opacity: 1; }

.page-transition.ng-leave-active {
  margin-top: -0.4%;
  opacity: 0; }

.is-dropdown-submenu {
  border: 0px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.08), 0 3px 12px rgba(0, 0, 0, 0.12); }

@font-face {
  font-family: 'datashop';
  src: url("../fonts/datashop.eot?lmbslk");
  src: url("../fonts/datashop.eot?lmbslk#iefix") format("embedded-opentype"), url("../fonts/datashop.ttf?lmbslk") format("truetype"), url("../fonts/datashop.woff?lmbslk") format("woff"), url("../fonts/datashop.svg?lmbslk#datashop") format("svg");
  font-weight: normal;
  font-style: normal; }

.datashop-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'datashop' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dsicon-regex:before {
  content: ""; }

.dsicon-parser:before {
  content: ""; }

.dsicon-dedup:before {
  content: ""; }

.dsicon-distinct:before {
  content: ""; }

.dsicon-standardizer:before {
  content: ""; }

.dsicon-union:before {
  content: ""; }

.dsicon-sample:before {
  content: ""; }

.dsicon-sort:before {
  content: ""; }

.dsicon-join:before {
  content: ""; }

.dsicon-filter:before {
  content: ""; }

.dsicon-table-select:before {
  content: ""; }

.dsicon-select:before {
  content: ""; }

.dsicon-server:before {
  content: ""; }

.dsicon-output:before {
  content: ""; }

.dsicon-input:before {
  content: ""; }

/*=====================================================
=            Separate Theme For Datepicker            =
=====================================================*/
/*=====  End of Separate Theme For Datepicker  ======*/
.bzm-date-picker .datepicker .picker:not(.disabled):hover, .bzm-date-picker .datepicker .picker.disabled:hover {
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }

.bzm-iconified {
  display: inline-block; }

.bzm-date-picker {
  margin: 0 0 0.75rem; }

.bzm-date-picker input {
  width: auto;
  background: #FFFFFF;
  margin-bottom: 0; }

.bzm-date-picker label {
  width: inherit; }

.bzm-date-picker .date-display {
  display: inline-block;
  width: 100%; }

.bzm-date-picker .date-display input {
  width: 100%;
  font-size: 14px; }

.bzm-date-picker .icon-label-input {
  float: right; }

.bzm-date-picker .date-input-hidden {
  display: none;
  visibility: hidden; }

.bzm-date-picker .datepicker {
  display: none;
  position: absolute;
  padding: 6px 10px;
  margin-top: 1px;
  background: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  min-width: 240px; }

.bzm-date-picker .datepicker-inline {
  width: 220px; }

.bzm-date-picker .datepicker-dropdown {
  top: 0;
  left: 0; }

.bzm-date-picker .datepicker-dropdown-before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.bzm-date-picker .datepicker-dropdown-after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -6px;
  left: 7px; }

.bzm-date-picker .datepicker > div,
.bzm-date-picker .datepicker-days div.datepicker-days,
.bzm-date-picker .datepicker-months div.datepicker-months,
.bzm-date-picker .datepicker-years div.datepicker-years {
  display: block; }

.bzm-date-picker .datepicker {
  font-family: "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border: 1px solid #d2d2d2; }

.bzm-date-picker .datepicker table {
  margin: 0;
  border-radius: 3px;
  border-collapse: separate;
  border-spacing: 0px; }

.bzm-date-picker .datepicker th,
.bzm-date-picker .datepicker td {
  text-align: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  border: none;
  font-size: 14px;
  line-height: 1;
  color: #2d2d2d;
  cursor: pointer;
  border-radius: 100%; }

.bzm-date-picker .datepicker th {
  height: auto;
  border-radius: 100%; }

.bzm-date-picker .datepicker th.date-switch {
  border-radius: 0px;
  border-bottom: 1px solid #d2d2d2; }

.bzm-date-picker .datepicker th.prev, .bzm-date-picker .datepicker th.next {
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0; }

.bzm-date-picker .datepicker th .material-icons, .bzm-date-picker .datepicker th .daterangepicker-trigger::after, .bzm-date-picker .datepicker th .button.button-dropdown::after, .bzm-date-picker .datepicker th .ui-select-container .selectize-input:after, .ui-select-container .bzm-date-picker .datepicker th .selectize-input:after, .bzm-date-picker .datepicker th .multiselect-dropdown::after {
  font-size: 17px; }

.bzm-date-picker .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer; }

.bzm-date-picker .datepicker .date-switch {
  width: 145px; }

.bzm-date-picker .datepicker .date-switch:hover {
  color: #0070dd; }

.bzm-date-picker .datepicker .prev:hover,
.bzm-date-picker .datepicker .next:hover {
  color: #0070dd; }

.bzm-date-picker .datepicker thead {
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #d2d2d2; }

.bzm-date-picker .datepicker tbody {
  background: #FFFFFF;
  border: 1px solid #d2d2d2; }

.bzm-date-picker .datepicker tbody tr.days td {
  padding: 0;
  font-size: 12px;
  text-align: center;
  color: #aaa; }

.bzm-date-picker .datepicker tfoot th {
  background: #FFFFFF;
  border: 0;
  border-radius: 0px;
  border-top: 1px solid #d2d2d2; }

.bzm-date-picker .datepicker tfoot th:hover {
  background: #FFFFFF;
  color: #0070dd; }

.bzm-date-picker .datepicker .picker {
  border-radius: 100%; }

.bzm-date-picker .datepicker .picker.month, .bzm-date-picker .datepicker .picker.year {
  height: 44px;
  line-height: 44px;
  font-size: 14px; }

.bzm-date-picker .datepicker .picker.month.active, .bzm-date-picker .datepicker .picker.year.active {
  background: #FFFFFF;
  font-weight: 700;
  color: #2d2d2d; }

.bzm-date-picker .datepicker .picker.month.active:hover, .bzm-date-picker .datepicker .picker.year.active:hover {
  color: #FFFFFF; }

.bzm-date-picker .datepicker .picker:not(.disabled):hover {
  border-color: #d2d2d2;
  background-color: #ededed; }

.bzm-date-picker .datepicker .picker.disabled:hover {
  border-color: #d2d2d2;
  background-color: rgba(210, 210, 210, 0.2) !important;
  color: #d2d2d2 !important; }

.bzm-date-picker .datepicker .picker.old, .bzm-date-picker .datepicker .picker.new {
  color: #999999; }

.bzm-date-picker .datepicker .picker.disabled {
  color: #d2d2d2 !important; }

.bzm-date-picker .datepicker .picker.today {
  color: #0000ff;
  background-color: rgba(82, 168, 236, 0.5); }

.bzm-date-picker .datepicker .picker.active {
  color: #FFFFFF;
  background-color: #0070dd;
  font-weight: 700; }

.bzm-date-picker .datepicker .picker.active:hover {
  background-color: #0070dd; }

.bzm-date-picker .datepicker-close {
  position: absolute;
  top: -30px;
  right: 0px;
  width: 15px;
  height: 30px;
  padding: 0px;
  display: none; }

.angularjs-datetime-picker {
  color: #333;
  font: normal 14px sans-serif;
  border: 1px solid #ddd;
  display: inline-block;
  background: #fff;
  z-index: 99; }

.angularjs-datetime-picker > .adp-month {
  text-align: center;
  line-height: 22px;
  padding: 10px;
  background: #fcfcfc;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative; }

.angularjs-datetime-picker > .adp-month > button {
  color: #555;
  font: normal 14px sans-serif;
  outline: none;
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer; }

.angularjs-datetime-picker > .adp-month > button:hover {
  color: #333; }

.angularjs-datetime-picker > .adp-month > button.adp-prev {
  left: 10px; }

.angularjs-datetime-picker > .adp-month > button.adp-next {
  right: 10px; }

.angularjs-datetime-picker > .adp-days {
  width: 210px;
  /* 30 x 7 */
  margin: 10px;
  text-align: center; }

.angularjs-datetime-picker > .adp-days > .adp-day-of-week, .angularjs-datetime-picker > .adp-days > .adp-day {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid transparent;
  width: 30px;
  line-height: 28px;
  float: left; }

.angularjs-datetime-picker > .adp-days > .adp-day-of-week {
  font-weight: bold; }

.angularjs-datetime-picker > .adp-days > .adp-day:not(.selectable) {
  opacity: 0.15;
  cursor: default; }

.angularjs-datetime-picker > .adp-days > .adp-day.selectable {
  cursor: pointer; }

.angularjs-datetime-picker > .adp-days > .adp-day.selected {
  background: #e0e0e0; }

.angularjs-datetime-picker > .adp-days > .adp-day.selectable:hover {
  background: #eee; }

.angularjs-datetime-picker > .adp-days:after {
  content: '';
  display: block;
  clear: left;
  height: 0; }

.angularjs-datetime-picker input[type=range] {
  width: auto; }

/*==============================================================
=            Overriding Foundation's default styles            =
==============================================================*/
.dropdown.menu .has-submenu a::after {
  top: 41% !important; }

.dropdown.menu .menu.submenu {
  border-radius: 3px;
  border: 0;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.08), 0 3px 12px rgba(0, 0, 0, 0.12); }

.dropdown.menu .menu.submenu li a {
  padding: 0.7rem 1rem; }

/*=====  End of Overriding Foundation's default styles  ======*/
/*==============================================================
=            Overriding Foundation's default styles            =
==============================================================*/
.dropdown.menu .has-submenu a::after {
  top: 41% !important; }

.dropdown.menu .menu.submenu.right-context-menu {
  border: 1px solid #d2d2d2; }

.dropdown.menu .menu.submenu.right-context-menu li:first-child::before {
  content: none;
  border: none;
  position: absolute;
  top: -8px;
  left: 21px;
  z-index: 2; }

.dropdown.menu .menu.submenu.right-context-menu li:first-child:after {
  content: none;
  border: none;
  position: absolute;
  top: -9px;
  left: 20px; }

/*=====  End of Overriding Foundation's default styles  ======*/
.generic-dropdown {
  border: 1px solid #d2d2d2;
  position: relative;
  border-radius: 3px;
  min-width: 200px;
  background: #FFFFFF;
  z-index: 199;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  overflow: visible; }

.generic-dropdown .generic-dropdown-wrapper {
  position: relative;
  overflow: visible; }

.generic-dropdown .generic-dropdown-wrapper.with-tip {
  overflow: visible; }

.generic-dropdown .generic-dropdown-wrapper.with-tip.bottom::before {
  content: ' ';
  position: absolute;
  top: -8px;
  left: 9px;
  border-bottom: 9px solid #FFFFFF;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  z-index: 2; }

.generic-dropdown .generic-dropdown-wrapper.with-tip.bottom::after {
  content: ' ';
  position: absolute;
  top: -10px;
  left: 9px;
  border-bottom: 9px solid #ededed;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  z-index: 1; }

.generic-dropdown .generic-dropdown-wrapper.with-tip.top::before {
  content: ' ';
  position: absolute;
  bottom: -7px;
  left: 12px;
  border-top: 7px solid #FFFFFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 2; }

.generic-dropdown .generic-dropdown-wrapper.with-tip.top::after {
  content: ' ';
  position: absolute;
  bottom: -9px;
  left: 10px;
  border-top: 9px solid #ededed;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  z-index: 1; }

.generic-dropdown .generic-dropdown-wrapper.with-tip.left::before {
  content: ' ';
  position: absolute;
  right: -8px;
  top: 5px;
  border-left: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 2; }

.generic-dropdown .generic-dropdown-wrapper.with-tip.left::after {
  content: ' ';
  position: absolute;
  right: -9px;
  top: 4px;
  border-left: 9px solid #ededed;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  z-index: 1; }

.generic-dropdown .generic-dropdown-wrapper.with-tip.right::before {
  content: ' ';
  position: absolute;
  top: 5px;
  left: -8px;
  border-right: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 2; }

.generic-dropdown .generic-dropdown-wrapper.with-tip.right::after {
  content: ' ';
  position: absolute;
  top: 4px;
  left: -9px;
  border-right: 9px solid #ebedef;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  z-index: 1; }

.generic-dropdown .generic-dropdown-wrapper.with-tip-right.bottom::before {
  content: ' ';
  position: absolute;
  top: -8px;
  right: 9px;
  border-bottom: 9px solid #FFFFFF;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  z-index: 2; }

.generic-dropdown .generic-dropdown-wrapper.with-tip-right.bottom::after {
  content: ' ';
  position: absolute;
  top: -10px;
  right: 9px;
  border-bottom: 9px solid #ededed;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  z-index: 1; }

.generic-dropdown .generic-dropdown-wrapper.with-tip-right.top::before {
  content: ' ';
  position: absolute;
  bottom: -7px;
  right: 12px;
  border-top: 7px solid #FFFFFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 2; }

.generic-dropdown .generic-dropdown-wrapper.with-tip-right.top::after {
  content: ' ';
  position: absolute;
  bottom: -9px;
  right: 10px;
  border-top: 9px solid #ededed;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  z-index: 1; }

.generic-dropdown .generic-dropdown-content {
  overflow: visible; }

.generic-dropdown .menu.vertical {
  background: #FFFFFF; }

.generic-dropdown .menu.vertical li {
  border-left: 2px solid transparent; }

.generic-dropdown .menu.vertical li a {
  color: #919496;
  font-weight: 500; }

.generic-dropdown .menu.vertical li:hover {
  border-left: 2px solid #0070dd; }

.generic-dropdown .menu.vertical li:hover a {
  color: #0070dd; }

.generic-dropdown.pointing .menu.vertical li {
  border-left: 2px solid transparent; }

.generic-dropdown.pointing .menu.vertical li:hover {
  border-left: 2px solid #0070dd; }

.generic-dropdown .filters-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.generic-dropdown .filters-list li {
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 15px; }

.generic-dropdown .filters-list li .checkbox-container {
  vertical-align: -3px;
  margin-right: 5px; }

.generic-dropdown .filters-list li label {
  display: inline;
  cursor: pointer; }

.generic-dropdown .show-columns {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  background: #FFFFFF;
  width: 100%;
  text-align: center;
  padding: 8px;
  display: inline-block;
  border-top: 1px solid #d2d2d2; }

.multiselect-dropdown {
  position: relative; }

.multiselect-dropdown::after {
  content: '\E313';
  position: absolute;
  top: 8px;
  right: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  border: none;
  font-size: 16px;
  line-height: 1; }

.multiselect-dropdown .dropdown-button {
  width: 100%;
  text-align: left; }

.multiselect-dropdown .dropdown-button i.icon {
  font-size: 24px !important;
  line-height: 0.6;
  color: #4d4d4d; }

.multiselect-dropdown .input-wrapper input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d2d2d2; }

.multiselect-dropdown .input-wrapper input:focus {
  outline: none; }

.multiselect-dropdown .list {
  max-height: 200px;
  overflow: auto;
  padding: 4px 0; }

.multiselect-dropdown .list > li {
  display: flex;
  align-items: center;
  padding: 4px 12px; }

.multiselect-dropdown .list > li label {
  font-weight: 400; }

.multiselect-dropdown .list > li .checkbox-container {
  min-width: 13px;
  top: 0; }

.multiselect-dropdown .list > li .checkbox-container, .multiselect-dropdown .list > li .checkbox-container * {
  cursor: pointer; }

.multiselect-dropdown .action-buttons {
  padding: 4px 12px;
  border-top: 1px solid #d2d2d2;
  text-align: right; }

@-webkit-keyframes load-arrow-top {
  0% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  5% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-moz-keyframes load-arrow-top {
  0% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  5% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-o-keyframes load-arrow-top {
  0% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  5% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@keyframes load-arrow-top {
  0% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  5% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-webkit-keyframes load-arrow-top-right {
  20% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  25% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-moz-keyframes load-arrow-top-right {
  20% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  25% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-o-keyframes load-arrow-top-right {
  20% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  25% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@keyframes load-arrow-top-right {
  20% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  25% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-webkit-keyframes load-arrow-bottom-right {
  40% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  45% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-moz-keyframes load-arrow-bottom-right {
  40% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  45% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-o-keyframes load-arrow-bottom-right {
  40% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  45% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@keyframes load-arrow-bottom-right {
  40% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  45% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-webkit-keyframes load-arrow-bottom {
  60% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  65% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-moz-keyframes load-arrow-bottom {
  60% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  65% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@-o-keyframes load-arrow-bottom {
  60% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  65% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

@keyframes load-arrow-bottom {
  60% {
    border-top-color: #ededed;
    border-bottom-color: #ededed; }
  65% {
    border-top-color: #c9c9c9;
    border-bottom-color: #c9c9c9; } }

.datashop-loader-wrapper {
  position: relative;
  min-height: 600px; }

.datashop-loader-wrapper.fill {
  min-height: 0; }

.datashop-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: all linear 0.25s; }

.datashop-loader .loader-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, #fafafa 0%, rgba(255, 255, 255, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%, rgba(255, 255, 255, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%, rgba(255, 255, 255, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfbfb', endColorstr='#33ffffff',GradientType=0 );
  /* IE6-9 */
  z-index: 99;
  top: 0;
  left: 0; }

.datashop-loader .loader-text {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0; }

.datashop-loader .arrows-wrapper {
  position: relative;
  top: 200px;
  width: auto;
  margin: auto;
  background: #fff;
  border: 0;
  padding: 20px;
  z-index: 999;
  border-radius: 3px;
  display: inline-block;
  text-align: left;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12); }

.loader-text {
  position: relative;
  display: inline-block;
  top: 0;
  width: auto;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  vertical-align: top; }

.loader-text:empty {
  display: none; }

.datashop-arrows {
  position: relative;
  display: inline-block;
  top: 0;
  margin: auto;
  height: 34px;
  width: 38px;
  vertical-align: middle; }

.arrow {
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute; }

.datashop-loader-tiny .arrows-wrapper {
  padding: 10px 0px 0px 10px; }

.datashop-loader-tiny .arrows-wrapper > .loader-text {
  top: 0px;
  margin-left: 0px;
  margin-right: 15px; }

.datashop-loader-tiny .arrow.arrow-up {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11.2px solid #ededed; }

.datashop-loader-tiny .arrow.arrow-down {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11.2px solid #ededed; }

.datashop-loader-tiny .arrow.top {
  top: 0; }

.datashop-loader-tiny .arrow.right {
  left: 11px; }

.datashop-loader-tiny .arrow.bottom {
  top: 13px; }

.arrow.arrow-up {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16.8px solid #ededed; }

.arrow.arrow-down {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16.8px solid #ededed; }

.arrow.top {
  top: 0; }

.arrow.right {
  left: 15px; }

.arrow.bottom {
  top: 18px; }

.datashop-loader-medium .arrows-wrapper {
  padding: 20px 50px 50px 20px; }

.datashop-loader-medium .arrows-wrapper > .loader-text {
  top: 20px;
  margin-left: 50px;
  margin-right: -20px; }

.datashop-loader-medium .arrow.arrow-up {
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 32.2px solid #ededed; }

.datashop-loader-medium .arrow.arrow-down {
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 32.2px solid #ededed; }

.datashop-loader-medium .arrow.top {
  top: 0; }

.datashop-loader-medium .arrow.right {
  left: 27px; }

.datashop-loader-medium .arrow.bottom {
  top: 35px; }

.datashop-loader-large .arrows-wrapper {
  padding: 20px 105px 95px 20px; }

.datashop-loader-large .arrows-wrapper > .loader-text {
  top: 50px;
  margin-left: 120px;
  margin-right: -75px; }

.datashop-loader-large .arrow.arrow-up {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 56px solid #ededed; }

.datashop-loader-large .arrow.arrow-down {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 56px solid #ededed; }

.datashop-loader-large .arrow.top {
  top: 0; }

.datashop-loader-large .arrow.right {
  left: 45px; }

.datashop-loader-large .arrow.bottom {
  top: 60px; }

#arrow1 {
  border-top-color: #ededed;
  -webkit-animation: load-arrow-top 0.8s infinite;
  animation: load-arrow-top 0.8s infinite; }

#arrow2 {
  border-bottom-color: #ededed;
  animation: load-arrow-top-right 0.8s infinite; }

#arrow3 {
  border-top-color: #ededed;
  animation: load-arrow-bottom-right 0.8s infinite; }

#arrow4 {
  border-bottom-color: #ededed;
  animation: load-arrow-bottom 0.8s infinite; }

/**
 * these styles need to be refractored
 */
.modal .section-header {
  padding-left: 20px;
  padding-right: 20px; }

.modal .modal-heading {
  margin-bottom: 25px;
  font-weight: 500 !important; }

.modal .modal-body {
  padding: 0 20px; }

.modal .modal-footer {
  padding: 20px; }

.modal .modal-footer.fixed {
  position: absolute;
  width: 100%;
  bottom: 0; }

.new-user-modal .data-sources-wrapper {
  padding-top: 20px;
  padding-right: 0; }

.new-user-modal .data-sources-wrapper .section-heading {
  padding-left: 16px;
  padding-right: 16px; }

.new-user-modal .data-sources-wrapper .table-search-wrapper {
  padding: 30px 0;
  padding-left: 16px;
  padding-right: 16px; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper {
  position: relative;
  min-height: 200px; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  border-right: 0;
  border-left: 0; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background: #FFFFFF; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead th {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-size: 0.875rem; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead th:first-child {
  padding-left: 20px; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead th:last-child {
  padding-right: 20px; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead .icon-sort {
  margin-left: 5px;
  vertical-align: -2px;
  cursor: pointer; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead .icon-sort .material-icons, .new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead .icon-sort .daterangepicker-trigger::after, .new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead .icon-sort .button.button-dropdown::after, .new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead .icon-sort .ui-select-container .selectize-input:after, .ui-select-container .new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead .icon-sort .selectize-input:after, .new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table thead .icon-sort .multiselect-dropdown::after {
  font-size: 16px;
  color: #2d2d2d; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table tbody {
  border: 0; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table tbody td {
  border: 0px;
  border-bottom: 1px solid #ededed; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table tbody td:first-child {
  padding-left: 20px; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table tbody td:last-child {
  padding-right: 20px; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table tbody td.email {
  color: #0070dd; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table tbody {
  border: 0; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table tr {
  cursor: pointer; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table td {
  padding: 15px;
  font-size: 0.875rem; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table td.records {
  color: #919496; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table td.action {
  color: #0070dd; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table td.source-name h4 {
  font-size: 1.125rem;
  margin-bottom: 0; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table td.source-name .last-update {
  font-size: 0.75rem;
  color: #919496;
  margin-bottom: 0; }

.new-user-modal .data-sources-wrapper .data-sources-table-wrapper #data-sources-table td.source-name .last-update .update-date {
  color: #2d2d2d; }

.top-bar {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ededed;
  overflow: visible;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 900; }

.top-bar ul {
  background: transparent; }

.top-bar li {
  display: inline-block; }

.top-bar li:not(.menu-text) {
  padding: 0;
  margin-right: 20px; }

@media screen and (min-width: 75em) {
  .top-bar li:not(.menu-text) {
    margin-right: 30px; } }

.top-bar li:not(.menu-text) a {
  color: #4d4d4d;
  padding: 0.8125rem 0;
  font-family: "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  user-select: none;
  transition: all ease-in-out 0.2s; }

@media screen and (min-width: 75em) {
  .top-bar li:not(.menu-text) a {
    color: #4d4d4d;
    font-weight: 400; } }

.top-bar li:not(.menu-text) a.active, .top-bar li:not(.menu-text) a.active:hover {
  color: #0070dd; }

.top-bar li:not(.menu-text) a:hover {
  color: #0070dd; }

.top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a {
  line-height: 1.4;
  padding-right: 0; }

.top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: none;
  content: '';
  border: none; }

.top-bar .menu-text {
  padding: 13px 0;
  margin-right: 32px;
  min-width: 20px; }

.top-bar .menu-text img {
  height: 20px; }

.top-bar .menu-text a {
  padding: 0; }

.top-bar .menu-text a:hover {
  border-bottom: 0; }

.top-bar .menu-text .sub-brand {
  color: #919496;
  font-weight: 400;
  font-style: italic;
  padding-left: 10px; }

.top-bar .menu-text .sub-brand:empty {
  display: none; }

.user-dropdown .has-submenu a.is-down-arrow {
  padding-right: 20px !important; }

.user-dropdown .has-submenu a.is-down-arrow::after {
  right: 0;
  margin-top: 2px;
  border-color: #919496 transparent transparent !important; }

.user-dropdown .has-submenu a.is-down-arrow:hover .user-dropdown .has-submenu a.is-down-arrow::after {
  border-color: #0070dd transparent transparent !important; }

.user-dropdown .submenu {
  z-index: 101;
  top: 47px !important;
  left: auto !important;
  right: 0; }

.user-dropdown .submenu li:first-child::before {
  left: 160px !important; }

.user-dropdown .submenu li:first-child::after {
  left: 159px !important; }

.user-dropdown li.user-account-info {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #ededed;
  background: #f6f6f6; }

.user-dropdown li.user-account-info .name {
  font-weight: 500;
  margin-bottom: -4px; }

.user-dropdown.dropdown.menu .menu.submenu {
  border-radius: 0 0 3px 3px; }

.top-bar-secondary {
  background: #f6f6f6; }

.nav-dd {
  position: relative;
  padding-right: 10px; }

.nav-dd::after {
  border-top: 5px solid #919496;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: ' ';
  position: absolute;
  top: 48%;
  margin-left: 5px; }

.nav {
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ededed;
  height: 46px; }

.nav li {
  display: inline-block;
  margin-right: 20px; }

.nav li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 44px;
  color: #4d4d4d;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  transition: all ease-in-out 0.2s; }

.nav li a .material-icons, .nav li a .daterangepicker-trigger::after, .nav li a .button.button-dropdown::after, .nav li a .ui-select-container .selectize-input:after, .ui-select-container .nav li a .selectize-input:after, .nav li a .multiselect-dropdown::after {
  vertical-align: middle;
  padding: 0 0 0 5px; }

.nav li a.button {
  margin: 0; }

.nav li a.button .icon {
  line-height: inherit; }

.nav li.active a,
.nav li.active:hover a,
.nav li a.active,
.nav li:hover a.active {
  color: #0070dd;
  border-bottom: 2px solid #0070dd; }

.nav li:hover a {
  color: #2d2d2d;
  border-bottom: 2px solid #2d2d2d; }

.nav li a.disabled, .nav li a.disabled:hover {
  color: #cccccc !important;
  border-bottom: none; }

.menu.vertical {
  background: #FFFFFF; }

.dropdown-items-navbar {
  margin-top: 6px; }

.dropdown-items-navbar a:hover {
  color: #0070dd !important; }

aside {
  border-right: 1px solid #d2d2d2;
  padding-top: 5px; }

aside .menu.vertical li {
  display: block;
  margin: 0.5rem 0; }

aside .menu.vertical li:first-child {
  margin-top: 0px; }

aside .menu.vertical li a {
  color: #2d2d2d;
  padding: 0.375rem 1rem;
  line-height: 1;
  font-size: 14px;
  transition: all ease-in-out 0.15s; }

aside .menu.vertical li a.inline {
  display: inline-block; }

aside .menu.vertical li a .icon {
  font-size: 16px;
  margin-right: 16px;
  line-height: 16px;
  vertical-align: middle;
  color: inherit; }

aside .menu.vertical li i.has-nested {
  cursor: pointer;
  top: 4px;
  position: relative;
  font-size: 16px; }

aside .menu.vertical li:hover a, aside .menu.vertical li.active a {
  color: #0070dd; }

aside .menu.vertical li:hover i.has-nested, aside .menu.vertical li.active i.has-nested {
  color: #0070dd; }

aside .menu.vertical.nested li a {
  color: #4d4d4d;
  transition: all ease-in-out 0.15s; }

aside .menu.vertical.nested li:hover, aside .menu.vertical.nested li.active {
  transition: all ease-in-out 0.15s;
  background: #ededed;
  color: #2d2d2d;
  border-radius: 3px; }

aside .menu.vertical.nested li:hover a, aside .menu.vertical.nested li.active a {
  color: #2d2d2d; }

@keyframes show-NavMenu {
  to {
    opacity: 1;
    margin-top: 0; }
  from {
    opacity: 0;
    margin-top: 10px; } }

.TopBar {
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid #ededed;
  overflow: visible;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1000; }

.NavMenu {
  list-style-type: none; }

.NavMenu--left {
  float: left; }

.NavMenu--right {
  float: right; }

.NavMenu-logo {
  height: 20px;
  width: auto;
  display: block; }

.NavMenu-item {
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-right: 30px;
  text-align: left;
  vertical-align: middle;
  padding: 13px 0; }

.NavMenu-link {
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  color: #4d4d4d; }

.NavMenu-icon {
  vertical-align: middle; }

.NavMenu-icon--large {
  vertical-align: middle;
  line-height: 17px;
  font-size: 18px; }

.NavDropdown {
  opacity: 0;
  transition: opacity 0.2s;
  display: none;
  margin: 0;
  list-style-type: none;
  border-radius: 3px;
  border: 0;
  position: absolute;
  top: 100%;
  padding-top: 0.35rem;
  min-width: 150px;
  padding-bottom: 0.35rem;
  background: #fff;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.08), 0 3px 12px rgba(0, 0, 0, 0.12); }

.NavDropdown--left {
  left: auto;
  right: 0;
  top: 100%;
  margin-right: -18px; }

.NavDropdown--right {
  right: auto;
  left: 0;
  top: 100%;
  margin-left: -18px; }

.NavDropdown--trigger {
  position: relative; }

.NavDropdown--trigger:hover > .NavDropdown {
  display: block;
  opacity: 1;
  animation: show-NavMenu 0.1s ease-in-out; }

.NavDropdown--trigger ul ul {
  left: 100%;
  top: -0.35rem;
  margin-left: 0; }

.NavDropdown::before {
  content: "";
  border-top: 1px solid #ededed;
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0; }

.NavDropdown:hover {
  display: block;
  opacity: 1; }

.NavDropdown-item {
  text-align: left;
  vertical-align: middle;
  padding: 0.35rem 1rem;
  cursor: pointer; }

.NavDropdown-header {
  margin-top: -0.35rem;
  border-bottom: 1px solid #ededed;
  background: #f6f6f6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.NavDropdown .NavMenu-icon {
  transform: rotate(-90deg);
  line-height: inherit;
  float: right; }

@-webkit-keyframes spinner-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes spinner-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-o-keyframes spinner-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes spinner-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes leader {
  0% {
    transform: rotate(0); }
  12% {
    transform: rotate(90deg);
    border-bottom-color: transparent; }
  12.00001% {
    border-bottom-color: #0070dd; }
  25% {
    transform: rotate(180deg);
    border-bottom-color: #0070dd; }
  37.5% {
    transform: rotate(180deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  37.50001%, 50% {
    transform: rotate(180deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  /* --- */
  67.5% {
    transform: rotate(270deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  67.50001% {
    transform: rotate(270deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  75%, 87.5% {
    transform: rotate(360deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  87.50001%, 100% {
    transform: rotate(360deg);
    border-bottom-color: transparent;
    border-right-color: transparent; } }

@-moz-keyframes leader {
  0% {
    transform: rotate(0); }
  12% {
    transform: rotate(90deg);
    border-bottom-color: transparent; }
  12.00001% {
    border-bottom-color: #0070dd; }
  25% {
    transform: rotate(180deg);
    border-bottom-color: #0070dd; }
  37.5% {
    transform: rotate(180deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  37.50001%, 50% {
    transform: rotate(180deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  /* --- */
  67.5% {
    transform: rotate(270deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  67.50001% {
    transform: rotate(270deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  75%, 87.5% {
    transform: rotate(360deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  87.50001%, 100% {
    transform: rotate(360deg);
    border-bottom-color: transparent;
    border-right-color: transparent; } }

@-o-keyframes leader {
  0% {
    transform: rotate(0); }
  12% {
    transform: rotate(90deg);
    border-bottom-color: transparent; }
  12.00001% {
    border-bottom-color: #0070dd; }
  25% {
    transform: rotate(180deg);
    border-bottom-color: #0070dd; }
  37.5% {
    transform: rotate(180deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  37.50001%, 50% {
    transform: rotate(180deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  /* --- */
  67.5% {
    transform: rotate(270deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  67.50001% {
    transform: rotate(270deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  75%, 87.5% {
    transform: rotate(360deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  87.50001%, 100% {
    transform: rotate(360deg);
    border-bottom-color: transparent;
    border-right-color: transparent; } }

@keyframes leader {
  0% {
    transform: rotate(0); }
  12% {
    transform: rotate(90deg);
    border-bottom-color: transparent; }
  12.00001% {
    border-bottom-color: #0070dd; }
  25% {
    transform: rotate(180deg);
    border-bottom-color: #0070dd; }
  37.5% {
    transform: rotate(180deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  37.50001%, 50% {
    transform: rotate(180deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  /* --- */
  67.5% {
    transform: rotate(270deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  67.50001% {
    transform: rotate(270deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  75%, 87.5% {
    transform: rotate(360deg);
    border-bottom-color: #0070dd;
    border-right-color: transparent; }
  87.50001%, 100% {
    transform: rotate(360deg);
    border-bottom-color: transparent;
    border-right-color: transparent; } }

@-webkit-keyframes trailer {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(0); }
  37.5% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  75% {
    transform: rotate(180deg); }
  87.5% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg);
    border-bottom-color: transparent;
    border-right-color: transparent; } }

@-moz-keyframes trailer {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(0); }
  37.5% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  75% {
    transform: rotate(180deg); }
  87.5% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg);
    border-bottom-color: transparent;
    border-right-color: transparent; } }

@-o-keyframes trailer {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(0); }
  37.5% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  75% {
    transform: rotate(180deg); }
  87.5% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg);
    border-bottom-color: transparent;
    border-right-color: transparent; } }

@keyframes trailer {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(0); }
  37.5% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg);
    border-bottom-color: transparent;
    border-right-color: transparent; }
  75% {
    transform: rotate(180deg); }
  87.5% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg);
    border-bottom-color: transparent;
    border-right-color: transparent; } }

.spinner {
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: spinner-spin 3s infinite .5s linear;
  animation: spinner-spin 3s infinite .5s linear; }

.spinner span {
  width: 28px;
  height: 28px;
  border: 3px solid #0070dd;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 70px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  animation: trailer 1.5s linear 0.5s infinite;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease; }

.spinner .first {
  animation: leader 1.5s linear 0.5s infinite; }

.spinner .third {
  display: none; }

.content-loader {
  position: relative;
  padding: 18px 48px 24px;
  border-bottom: 1px solid #ededed;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF; }

.content-loader .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  left: 19px; }

.content-loader .title {
  width: 80%;
  height: 12px;
  margin-bottom: 8px; }

.content-loader .metadata {
  width: 40%;
  height: 8px; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -500px 0; }
  100% {
    background-position: 500px 0; } }

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  height: 96px;
  position: relative; }

.login-hero {
  background: #F4F6F5 url(../img/login-background.jpg) center no-repeat;
  background-size: cover; }

.login-hero .login-heading {
  font-size: 36px;
  font-weight: 300;
  padding: 40px;
  max-width: 420px;
  line-height: 1.2; }

.login-wrapper {
  margin-top: 100px;
  padding: 0 16px; }

.login-wrapper .logo {
  text-align: center;
  margin-bottom: 20px; }

.login-wrapper .logo img {
  width: 100%;
  max-width: 290px; }

.login-wrapper .banner {
  margin-bottom: 50px;
  font-size: 24px;
  color: #919496; }

.login-wrapper .login-form-container {
  text-align: left;
  max-width: 360px; }

.login-wrapper .login-form-container h3 {
  line-height: 1; }

.login-wrapper .login-form-container p.email {
  color: #919496;
  margin-bottom: 16px;
  font-size: 14px; }

.login-wrapper .login-form-container .action {
  margin-top: 30px; }

.login-wrapper .login-form-container .action .button.large {
  width: 100%; }

.login-wrapper .login-form-container .action .link {
  padding: 0.5625rem 0.75rem;
  padding-left: 0;
  padding-right: 0; }

.login-password-requirement {
  vertical-align: -4px;
  margin-right: 5px; }

.disease-codes-overview .tab-has-content {
  color: #2DA953;
  margin-left: 5px;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  top: 2px;
  line-height: 0px; }

.disease-codes .tab-panel {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 30px; }

.disease-codes .tab-panel textarea {
  min-height: 300px; }

.internal-server-error i {
  font-size: 20em;
  margin-left: 20%; }

.analysis-overview-page {
  position: relative; }

.analysis-page-header {
  background: #FFFFFF; }

.analysis-page-header .link {
  color: #2d2d2d;
  cursor: auto;
  font-size: 600; }

.analysis-page-header .link .material-icons, .analysis-page-header .link .daterangepicker-trigger::after, .analysis-page-header .link .button.button-dropdown::after, .analysis-page-header .link .ui-select-container .selectize-input:after, .ui-select-container .analysis-page-header .link .selectize-input:after, .analysis-page-header .link .multiselect-dropdown::after {
  font-size: 27px;
  cursor: pointer;
  vertical-align: -8px;
  margin-left: -8px; }

.analysis-page-header .table-selection {
  width: 260px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: -12px; }

.analysis-page-header .analysis-overview {
  vertical-align: 8px;
  padding-top: 14px;
  font-size: 14px;
  display: inline-block; }

.analysis-page-header .analysis-overview .bullet {
  padding: 0 5px; }

.analysis-page-header .actions {
  display: inline-block;
  margin: 8px 0 0 15px; }

.analysis-page-header .actions .button {
  margin: 0;
  vertical-align: 9px; }

.analysis-overview-wrapper .tables-list ul {
  list-style: none;
  margin: 0; }

.analysis-overview-wrapper .tables-list ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #d2d2d2;
  cursor: pointer; }

.analysis-overview-wrapper .tables-list ul li:hover, .analysis-overview-wrapper .tables-list ul li.active {
  background: #f6f6f6; }

.analysis-overview-wrapper .tables-list ul li .table-name {
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }

.analysis-overview-wrapper .tables-list ul li .table-info {
  font-size: 13px; }

.analysis-overview-wrapper .tables-list ul li .table-info .info-val {
  margin-right: 20px; }

.analysis-overview-wrapper .tables-list ul li .table-info .info-val .value {
  font-weight: 600;
  padding-left: 4px; }

.analysis-overview-wrapper .table-analysis-overview {
  margin-top: 0px;
  padding-left: 0;
  overflow: hidden; }

.analysis-overview-wrapper .table-analysis-overview .filters-wrapper {
  border-bottom: 1px solid #d2d2d2; }

.analysis-overview-wrapper .table-analysis-overview .filters-wrapper .save-and-run {
  padding-right: 20px; }

.analysis-overview-wrapper .table-analysis-overview .filters-wrapper .button {
  margin: 0;
  margin-top: 4px; }

.analysis-overview-wrapper .table-analysis-overview .filters-container {
  padding-top: 6px;
  padding-left: 20px;
  padding-bottom: 10px; }

.analysis-overview-wrapper .table-analysis-overview .filters-container .filter {
  font-size: 12px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  border-radius: 25px;
  margin-right: 15px;
  color: #919496; }

.analysis-overview-wrapper .table-analysis-overview .filters-container .filter .remove-filter-btn {
  background: #ededed;
  border-radius: 100%;
  margin: 0 4px;
  cursor: pointer;
  text-align: center;
  height: 15px;
  width: 15px;
  vertical-align: -1px;
  display: inline-block; }

.analysis-overview-wrapper .table-analysis-overview .filters-container .filter .remove-filter-btn .material-icons, .analysis-overview-wrapper .table-analysis-overview .filters-container .filter .remove-filter-btn .daterangepicker-trigger::after, .analysis-overview-wrapper .table-analysis-overview .filters-container .filter .remove-filter-btn .button.button-dropdown::after, .analysis-overview-wrapper .table-analysis-overview .filters-container .filter .remove-filter-btn .ui-select-container .selectize-input:after, .ui-select-container .analysis-overview-wrapper .table-analysis-overview .filters-container .filter .remove-filter-btn .selectize-input:after, .analysis-overview-wrapper .table-analysis-overview .filters-container .filter .remove-filter-btn .multiselect-dropdown::after {
  font-size: 12px;
  vertical-align: 0px; }

.analysis-overview-wrapper .table-analysis-overview .cards-container {
  background: #f6f6f6;
  overflow-x: hidden;
  width: 100%; }

.analysis-overview-wrapper .table-analysis-overview .cards-container:hover {
  overflow: auto; }

.analysis-overview-wrapper .table-analysis-overview .cards-container .cards-wrapper {
  white-space: nowrap; }

.analysis-overview-wrapper .table-analysis-overview .cards-container .cards-wrapper .card {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  margin: 10px;
  margin-left: 0;
  height: 300px;
  width: 250px;
  padding: 10px 20px;
  vertical-align: top;
  z-index: 1; }

.analysis-overview-wrapper .table-analysis-overview .cards-container .cards-wrapper .card:hover {
  z-index: 999999; }

.analysis-overview-wrapper .table-analysis-overview .cards-container .cards-wrapper .card:first-child {
  margin-left: 12px; }

.analysis-overview-wrapper .table-analysis-overview .cards-container .cards-wrapper .card .card-header {
  margin-bottom: 20px; }

.analysis-overview-wrapper .table-analysis-overview .cards-container .cards-wrapper .card .card-header .title {
  font-size: 18px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden; }

.analysis-overview-wrapper .table-analysis-overview .cards-container .cards-wrapper .card .card-header .subtitle {
  font-size: 14px;
  color: #d2d2d2;
  vartical-align: 3px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table {
  overflow: hidden;
  position: relative; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  border-left: none;
  margin-bottom: 0; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background: #FFFFFF; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead th {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-size: 0.875rem; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead th:first-child {
  padding-left: 20px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead th:last-child {
  padding-right: 20px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead .icon-sort {
  margin-left: 5px;
  vertical-align: -2px;
  cursor: pointer; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead .icon-sort .material-icons, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead .icon-sort .daterangepicker-trigger::after, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead .icon-sort .button.button-dropdown::after, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead .icon-sort .ui-select-container .selectize-input:after, .ui-select-container .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead .icon-sort .selectize-input:after, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list thead .icon-sort .multiselect-dropdown::after {
  font-size: 16px;
  color: #2d2d2d; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list tbody {
  border: 0; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list tbody td {
  border: 0px;
  border-bottom: 1px solid #ededed; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list tbody td:first-child {
  padding-left: 20px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list tbody td:last-child {
  padding-right: 20px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list tbody td.email {
  color: #0070dd; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td {
  padding: 10px;
  font-size: 0.875rem;
  cursor: pointer; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-icon {
  width: 42px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-icon .material-icons, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-icon .daterangepicker-trigger::after, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-icon .button.button-dropdown::after, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-icon .ui-select-container .selectize-input:after, .ui-select-container .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-icon .selectize-input:after, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-icon .multiselect-dropdown::after {
  font-size: 40px;
  color: #d2d2d2; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.row-heading {
  border-right: 1px solid #d2d2d2; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.non-clickable {
  pointer-events: none;
  cursor: default; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions {
  text-align: right; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions .action {
  padding: 0 10px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions .action:last-child {
  padding-right: 0; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions .button {
  margin-bottom: 0;
  margin-right: 0px;
  margin-left: 0px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions .material-icons, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions .daterangepicker-trigger::after, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions .button.button-dropdown::after, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions .ui-select-container .selectize-input:after, .ui-select-container .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions .selectize-input:after, .analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.actions .multiselect-dropdown::after {
  font-size: 20px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.records {
  color: #919496; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.action {
  color: #0070dd; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-name h4 {
  font-size: 1.125rem;
  margin-bottom: 0px; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-name .last-update {
  font-size: 0.75rem;
  color: #919496;
  margin-bottom: 0; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td.source-name .last-update .update-date {
  color: #2d2d2d; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td .column-meta {
  font-size: 12px;
  display: block; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td .column-value {
  font-size: 16px;
  color: #2d2d2d; }

.analysis-overview-wrapper .table-analysis-overview .colunms-table #columns-list td .column-value .sub-info {
  margin-left: 5px;
  color: #919496;
  font-size: 14px; }

.box {
  font: 10px "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.box line,
.box rect,
.box circle {
  fill: #FAB455;
  stroke: #999;
  stroke-width: 1px; }

.box rect {
  stroke-width: 0px; }

.box .center {
  stroke-dasharray: 3,3;
  stroke: #999; }

.box .outlier {
  fill: #999;
  stroke: #999; }

svg.box .axis {
  font: 12px sans-serif; }

svg.box .axis path,
svg.box .axis line {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges; }

svg.box .x.axis path {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges; }

.chart {
  height: 160px;
  width: 100%; }

.chart svg {
  height: 100%;
  width: 100%;
  overflow: visible; }

.chart svg .axis line, .chart svg .axis path.domain {
  display: none; }

.chart svg .axis text {
  font-size: 10px;
  fill: #2d2d2d; }

.chart svg .x-axis-label {
  display: none; }

.chart svg .legend text {
  fill: #2d2d2d; }

.chart svg .valueline {
  stroke: #0070dd;
  stroke-width: 2;
  fill: none; }

.chart svg .area {
  stroke-width: 0;
  fill: rgba(0, 112, 221, 0.2); }

.chart svg .arc text {
  font-size: 12px;
  font-weight: 600;
  fill: #fff; }

.chart svg .init_states {
  fill: #f6f6f6; }

.chart svg .states {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

.chart svg .key {
  font-size: 12px; }

.chart svg .node text {
  fill: #fff; }

.chart svg .target {
  stroke: #D93737;
  stroke-width: 1px; }

.chart svg .noData {
  font-size: 13px;
  font-weight: 600;
  fill: #919496; }

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

.boxplot {
  font-size: 10px; }

/* boxplot shapes */
.boxplot line {
  stroke: #1d3549;
  stroke-width: 1px; }

g.whisker circle,
.whole-box {
  stroke: #396a93;
  stroke-width: 0px;
  fill: #FAB455; }

.half-box {
  fill: white;
  stroke: none;
  fill-opacity: 0.1; }

.center-line {
  stroke-dasharray: 3,3; }

g.whisker:hover line,
g.whisker:hover circle {
  stroke-width: 2px; }

/* boxplot outliers */
g.outlier circle {
  fill: #fff;
  stroke: #aaa;
  fill-opacity: 0.2; }

g.highlight circle {
  fill: yellow;
  stroke: #999;
  fill-opacity: 1; }

/* boxplot labels */
text.label {
  fill: #999;
  text-anchor: middle;
  opacity: 0; }

g:hover > .label,
g.highlight > .label {
  opacity: 1; }

/* axis */
.axis path, .axis line {
  fill: none;
  stroke: #999;
  stroke-width: 1px;
  shape-rendering: crispEdges; }

.axis text {
  font-size: 10px; }

/* outlier table */
.outliers-wrapper-wrapper {
  text-align: center; }

.outliers-wrapper {
  display: inline-block; }

.outliers-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px; }

.outliers-table {
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 12px; }

.outliers-table th, .outliers-table td {
  padding: 5px; }

.outliers-table th {
  background-color: #2b506e;
  color: #eee; }

.outliers-table tr:nth-child(even) {
  background-color: #91b6d4; }

.outliers-table tr:nth-child(odd) {
  background-color: #dae7f1; }

.outliers-table td {
  text-align: center;
  cursor: default; }

.outliers-table tr.highlight,
.outliers-table tr:hover {
  background-color: #FFFF66; }

.fixed-th-table-wrapper td,
.fixed-th-table-wrapper th,
.scrolled-td-table-wrapper td,
.scrolled-td-table-wrapper th {
  /* Set background to non-transparent color
      because two tables are one above another.
    */
  background: white; }

.fixed-th-table-wrapper {
  /* Make table out of flow */
  position: absolute; }

.fixed-th-table-wrapper td.row-heading {
  /* Place fixed-th-table th-cells above
       scrolled-td-table td-cells.
     */
  position: relative;
  z-index: 1;
  box-shadow: 1px 0px #EAEAEA; }

.scrolled-td-table-wrapper td {
  /* Place scrolled-td-table td-cells
       above fixed-th-table.
     */
  position: relative; }

.scrolled-td-table-wrapper {
  /* Make horizonal scrollbar if needed */
  overflow-x: auto; }

.analysis-modal .modal-body {
  position: relative;
  min-height: 300px; }

.analysis-modal .modal-body .no-data-message {
  min-height: 300px;
  text-align: center; }

.analysis-modal .modal-body .no-data-message span {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  font-weight: 600; }

.analysis-modal .modal-body .table-container {
  max-height: 350px;
  overflow: auto; }

.analysis-modal .modal-body .table-container table {
  width: 100%;
  border-collapse: collapse;
  border: 0px; }

.analysis-modal .modal-body .table-container table thead {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background: #FFFFFF; }

.analysis-modal .modal-body .table-container table thead th {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-size: 0.875rem; }

.analysis-modal .modal-body .table-container table thead th:first-child {
  padding-left: 20px; }

.analysis-modal .modal-body .table-container table thead th:last-child {
  padding-right: 20px; }

.analysis-modal .modal-body .table-container table thead .icon-sort {
  margin-left: 5px;
  vertical-align: -2px;
  cursor: pointer; }

.analysis-modal .modal-body .table-container table thead .icon-sort .material-icons, .analysis-modal .modal-body .table-container table thead .icon-sort .daterangepicker-trigger::after, .analysis-modal .modal-body .table-container table thead .icon-sort .button.button-dropdown::after, .analysis-modal .modal-body .table-container table thead .icon-sort .ui-select-container .selectize-input:after, .ui-select-container .analysis-modal .modal-body .table-container table thead .icon-sort .selectize-input:after, .analysis-modal .modal-body .table-container table thead .icon-sort .multiselect-dropdown::after {
  font-size: 16px;
  color: #2d2d2d; }

.analysis-modal .modal-body .table-container table tbody {
  border: 0; }

.analysis-modal .modal-body .table-container table tbody td {
  border: 0px;
  border-bottom: 1px solid #ededed; }

.analysis-modal .modal-body .table-container table tbody td:first-child {
  padding-left: 20px; }

.analysis-modal .modal-body .table-container table tbody td:last-child {
  padding-right: 20px; }

.analysis-modal .modal-body .table-container table tbody td.email {
  color: #0070dd; }

.analysis-modal .modal-body .table-container table td {
  font-size: 14px; }

.analysis-modal .modal-body .table-container table td .column-content {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.configurations-info .section-header {
  padding: 15px 20px; }

.configurations-info .configurations-listing-wrapper {
  padding-top: 20px;
  padding-right: 0; }

.configurations-info .configurations-listing-wrapper .search-actions {
  padding: 30px 0px;
  padding-bottom: 10px;
  overflow: visible !important;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 20px; }

.configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .selections-container {
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: 8px;
  color: #919496; }

.configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .selections-container .selections {
  cursor: pointer; }

.configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .selections-container .selections.active {
  color: #0070dd; }

.configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .material-icons, .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .daterangepicker-trigger::after, .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .button.button-dropdown::after, .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .ui-select-container .selectize-input:after, .ui-select-container .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .selectize-input:after, .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .multiselect-dropdown::after {
  font-size: 24px;
  color: #d2d2d2;
  padding: 0 10px; }

.configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .material-icons:last-child, .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .daterangepicker-trigger:last-child::after, .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .button.button-dropdown:last-child::after, .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .ui-select-container .selectize-input:last-child:after, .ui-select-container .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .selectize-input:last-child:after, .configurations-info .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .multiselect-dropdown:last-child::after {
  padding-right: 0; }

.configurations-info .configurations-listing-wrapper .table-search-wrapper .table-search {
  width: 300px;
  display: inline-block;
  vertical-align: top; }

.configurations-info .configurations-listing-wrapper .table-search-wrapper .table-search input {
  margin: 0; }

.configurations-info .configurations-listing-wrapper .table-search-wrapper .sort-dropdown {
  display: inline-block;
  width: 120px; }

.configurations-info .configurations-table-wrapper {
  position: relative;
  min-height: 200px; }

.configurations-info .configurations-table-wrapper #configuration-table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  margin-bottom: 0;
  border-right: 0px; }

.configurations-info .configurations-table-wrapper #configuration-table thead {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background: #FFFFFF; }

.configurations-info .configurations-table-wrapper #configuration-table thead th {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-size: 0.875rem; }

.configurations-info .configurations-table-wrapper #configuration-table thead th:first-child {
  padding-left: 20px; }

.configurations-info .configurations-table-wrapper #configuration-table thead th:last-child {
  padding-right: 20px; }

.configurations-info .configurations-table-wrapper #configuration-table thead .icon-sort {
  margin-left: 5px;
  vertical-align: -2px;
  cursor: pointer; }

.configurations-info .configurations-table-wrapper #configuration-table thead .icon-sort .material-icons, .configurations-info .configurations-table-wrapper #configuration-table thead .icon-sort .daterangepicker-trigger::after, .configurations-info .configurations-table-wrapper #configuration-table thead .icon-sort .button.button-dropdown::after, .configurations-info .configurations-table-wrapper #configuration-table thead .icon-sort .ui-select-container .selectize-input:after, .ui-select-container .configurations-info .configurations-table-wrapper #configuration-table thead .icon-sort .selectize-input:after, .configurations-info .configurations-table-wrapper #configuration-table thead .icon-sort .multiselect-dropdown::after {
  font-size: 16px;
  color: #2d2d2d; }

.configurations-info .configurations-table-wrapper #configuration-table tbody {
  border: 0; }

.configurations-info .configurations-table-wrapper #configuration-table tbody td {
  border: 0px;
  border-bottom: 1px solid #ededed; }

.configurations-info .configurations-table-wrapper #configuration-table tbody td:first-child {
  padding-left: 20px; }

.configurations-info .configurations-table-wrapper #configuration-table tbody td:last-child {
  padding-right: 20px; }

.configurations-info .configurations-table-wrapper #configuration-table tbody td.email {
  color: #0070dd; }

.configurations-info .configurations-table-wrapper #configuration-table tbody {
  border: 0px; }

.configurations-info .configurations-table-wrapper #configuration-table tr {
  cursor: pointer; }

.configurations-info .configurations-table-wrapper #configuration-table tr:last-child td {
  border-bottom: none; }

.configurations-info .configurations-table-wrapper #configuration-table td.source-icon {
  width: 42px; }

.configurations-info .configurations-table-wrapper #configuration-table td.source-icon .material-icons, .configurations-info .configurations-table-wrapper #configuration-table td.source-icon .daterangepicker-trigger::after, .configurations-info .configurations-table-wrapper #configuration-table td.source-icon .button.button-dropdown::after, .configurations-info .configurations-table-wrapper #configuration-table td.source-icon .ui-select-container .selectize-input:after, .ui-select-container .configurations-info .configurations-table-wrapper #configuration-table td.source-icon .selectize-input:after, .configurations-info .configurations-table-wrapper #configuration-table td.source-icon .multiselect-dropdown::after {
  font-size: 40px;
  color: #d2d2d2; }

.configurations-info .configurations-table-wrapper #configuration-table td.records {
  color: #919496; }

.configurations-info .configurations-table-wrapper #configuration-table td.action {
  color: #0070dd; }

.configurations-info .configurations-table-wrapper #configuration-table td.source-name h4 {
  font-size: 1.125rem;
  margin-bottom: 0px; }

.configurations-info .configurations-table-wrapper #configuration-table td.source-name .last-update {
  font-size: 0.75rem;
  color: #919496;
  margin-bottom: 0; }

.configurations-info .configurations-table-wrapper #configuration-table td.source-name .last-update .update-date {
  color: #2d2d2d; }

.configurations-info .configurations-table-wrapper #configuration-table td .column-meta {
  font-size: 12px;
  display: block; }

.configurations-info .configurations-table-wrapper #configuration-table td .column-value {
  font-size: 20px;
  color: #2d2d2d; }

.no-configurations {
  text-align: center;
  min-height: 90vh;
  position: relative; }

.no-configurations .message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 240px;
  width: 100%;
  text-align: center; }

.no-configurations .message p {
  color: #d2d2d2;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 40px; }

.configurations-listing .configurations-listing-wrapper {
  padding-top: 20px;
  padding-right: 0; }

.configurations-listing .configurations-listing-wrapper .section-heading {
  padding-left: 16px;
  padding-right: 16px;
  position: relative; }

.configurations-listing .configurations-listing-wrapper .section-heading h4 {
  display: inline-block; }

.configurations-listing .configurations-listing-wrapper .section-heading .new-config-btn {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0; }

.configurations-listing .configurations-listing-wrapper .search-actions {
  padding: 30px 0px;
  padding-bottom: 10px;
  overflow: visible !important;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 20px; }

.configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .delete {
  cursor: pointer; }

.configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .selections-container {
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: 8px;
  color: #919496; }

.configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .selections-container .selections {
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer; }

.configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .selections-container .selections.active {
  color: #0070dd;
  font-weight: 600; }

.configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .material-icons, .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .daterangepicker-trigger::after, .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .button.button-dropdown::after, .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .ui-select-container .selectize-input:after, .ui-select-container .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .selectize-input:after, .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .multiselect-dropdown::after {
  font-size: 24px;
  color: #d2d2d2;
  padding: 0 10px; }

.configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .material-icons:last-child, .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .daterangepicker-trigger:last-child::after, .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .button.button-dropdown:last-child::after, .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .ui-select-container .selectize-input:last-child:after, .ui-select-container .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .selectize-input:last-child:after, .configurations-listing .configurations-listing-wrapper .search-actions .actions-wrapper .actions .action .multiselect-dropdown:last-child::after {
  padding-right: 0; }

.configurations-listing .configurations-listing-wrapper .table-search-wrapper .table-search {
  width: 300px;
  display: inline-block;
  margin-right: 10px; }

.configurations-listing .configurations-listing-wrapper .table-search-wrapper .sort-dropdown {
  display: inline-block;
  width: 120px;
  vertical-align: -12px; }

.configurations-listing .configurations-table-wrapper {
  position: relative;
  min-height: 200px; }

.configurations-listing .configurations-table-wrapper #configuration-table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  margin-bottom: 0;
  border-right: 0px; }

.configurations-listing .configurations-table-wrapper #configuration-table thead {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background: #FFFFFF; }

.configurations-listing .configurations-table-wrapper #configuration-table thead th {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-size: 0.875rem; }

.configurations-listing .configurations-table-wrapper #configuration-table thead th:first-child {
  padding-left: 20px; }

.configurations-listing .configurations-table-wrapper #configuration-table thead th:last-child {
  padding-right: 20px; }

.configurations-listing .configurations-table-wrapper #configuration-table thead .icon-sort {
  margin-left: 5px;
  vertical-align: -2px;
  cursor: pointer; }

.configurations-listing .configurations-table-wrapper #configuration-table thead .icon-sort .material-icons, .configurations-listing .configurations-table-wrapper #configuration-table thead .icon-sort .daterangepicker-trigger::after, .configurations-listing .configurations-table-wrapper #configuration-table thead .icon-sort .button.button-dropdown::after, .configurations-listing .configurations-table-wrapper #configuration-table thead .icon-sort .ui-select-container .selectize-input:after, .ui-select-container .configurations-listing .configurations-table-wrapper #configuration-table thead .icon-sort .selectize-input:after, .configurations-listing .configurations-table-wrapper #configuration-table thead .icon-sort .multiselect-dropdown::after {
  font-size: 16px;
  color: #2d2d2d; }

.configurations-listing .configurations-table-wrapper #configuration-table tbody {
  border: 0; }

.configurations-listing .configurations-table-wrapper #configuration-table tbody td {
  border: 0px;
  border-bottom: 1px solid #ededed; }

.configurations-listing .configurations-table-wrapper #configuration-table tbody td:first-child {
  padding-left: 20px; }

.configurations-listing .configurations-table-wrapper #configuration-table tbody td:last-child {
  padding-right: 20px; }

.configurations-listing .configurations-table-wrapper #configuration-table tbody td.email {
  color: #0070dd; }

.configurations-listing .configurations-table-wrapper #configuration-table tbody {
  border: 0px; }

.configurations-listing .configurations-table-wrapper #configuration-table tr.selected {
  background: #f6f6f6; }

.configurations-listing .configurations-table-wrapper #configuration-table td.source-icon {
  width: 42px; }

.configurations-listing .configurations-table-wrapper #configuration-table td.source-icon .material-icons, .configurations-listing .configurations-table-wrapper #configuration-table td.source-icon .daterangepicker-trigger::after, .configurations-listing .configurations-table-wrapper #configuration-table td.source-icon .button.button-dropdown::after, .configurations-listing .configurations-table-wrapper #configuration-table td.source-icon .ui-select-container .selectize-input:after, .ui-select-container .configurations-listing .configurations-table-wrapper #configuration-table td.source-icon .selectize-input:after, .configurations-listing .configurations-table-wrapper #configuration-table td.source-icon .multiselect-dropdown::after {
  font-size: 40px;
  color: #d2d2d2; }

.configurations-listing .configurations-table-wrapper #configuration-table td.records {
  color: #919496; }

.configurations-listing .configurations-table-wrapper #configuration-table td.action {
  color: #0070dd; }

.configurations-listing .configurations-table-wrapper #configuration-table td.source-name h4 {
  font-size: 1.125rem;
  margin-bottom: 0px; }

.configurations-listing .configurations-table-wrapper #configuration-table td.source-name .last-update {
  font-size: 0.75rem;
  color: #919496;
  margin-bottom: 0; }

.configurations-listing .configurations-table-wrapper #configuration-table td.source-name .last-update .update-date {
  color: #2d2d2d; }

.configurations-listing .configurations-table-wrapper #configuration-table td .column-meta {
  font-size: 12px;
  display: block; }

.configurations-listing .configurations-table-wrapper #configuration-table td .column-value {
  font-size: 20px;
  color: #2d2d2d; }

.configuration-modal .modal-header {
  background: #f6f6f6;
  padding: 15px 20px 10px 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px; }

.configuration-modal .modal-body .steps {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px; }

.configuration-modal .modal-body .steps .step {
  display: inline-block;
  margin-right: 20px;
  color: #d2d2d2; }

.configuration-modal .modal-body .steps .step .step-no {
  border: 1px solid #d2d2d2;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 100%; }

.configuration-modal .modal-body .steps .step .complete-symbol {
  padding: 6px 8px;
  border: 1px solid #d2d2d2;
  margin-right: 5px;
  border-radius: 100%; }

.configuration-modal .modal-body .steps .step .complete-symbol .material-icons, .configuration-modal .modal-body .steps .step .complete-symbol .daterangepicker-trigger::after, .configuration-modal .modal-body .steps .step .complete-symbol .button.button-dropdown::after, .configuration-modal .modal-body .steps .step .complete-symbol .ui-select-container .selectize-input:after, .ui-select-container .configuration-modal .modal-body .steps .step .complete-symbol .selectize-input:after, .configuration-modal .modal-body .steps .step .complete-symbol .multiselect-dropdown::after {
  vertical-align: -2px; }

.configuration-modal .modal-body .steps .step.active {
  color: #0070dd; }

.configuration-modal .modal-body .steps .step.active .step-no {
  border: 1px solid #0070dd; }

.configuration-modal .modal-body .step-1 {
  padding-left: 16px;
  padding-right: 16px; }

.configuration-modal .modal-body .tables-list .selections span, .configuration-modal .modal-body .columns-list .selections span {
  font-size: 14px;
  color: #919496;
  cursor: pointer; }

.configuration-modal .modal-body .tables-list .selections span:last-child, .configuration-modal .modal-body .columns-list .selections span:last-child {
  padding-left: 5px; }

.configuration-modal .modal-body .tables-list .selections span.active, .configuration-modal .modal-body .columns-list .selections span.active {
  font-size: 600;
  color: #0070dd; }

.configuration-modal .modal-body .tables-list ul, .configuration-modal .modal-body .columns-list ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.configuration-modal .modal-body .tables-list li, .configuration-modal .modal-body .columns-list li {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 20px;
  overflow: visible; }

.configuration-modal .modal-body .tables-list li .list-item-container, .configuration-modal .modal-body .columns-list li .list-item-container {
  display: table; }

.configuration-modal .modal-body .tables-list li .list-item-container .checkbox-wrapper, .configuration-modal .modal-body .tables-list li .list-item-container .label-wrapper, .configuration-modal .modal-body .columns-list li .list-item-container .checkbox-wrapper, .configuration-modal .modal-body .columns-list li .list-item-container .label-wrapper {
  display: table-cell; }

.configuration-modal .modal-body .tables-list label, .configuration-modal .modal-body .tables-list li, .configuration-modal .modal-body .columns-list label, .configuration-modal .modal-body .columns-list li {
  padding-left: 20px; }

.configuration-modal .modal-body .tables-list label .checkbox-container, .configuration-modal .modal-body .tables-list li .checkbox-container, .configuration-modal .modal-body .columns-list label .checkbox-container, .configuration-modal .modal-body .columns-list li .checkbox-container {
  vertical-align: -1px; }

.configuration-modal .modal-body .tables-list label label, .configuration-modal .modal-body .tables-list li label, .configuration-modal .modal-body .columns-list label label, .configuration-modal .modal-body .columns-list li label {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
  cursor: pointer; }

.configuration-modal .modal-body .tables-list label, .configuration-modal .modal-body .columns-list label {
  font-size: 12px;
  font-weight: 600; }

.configuration-modal .modal-body .list-container {
  height: 250px;
  overflow: auto; }

.configuration-modal .modal-body .columns-list {
  padding-left: 0;
  border-left: 1px solid #d2d2d2; }

.configuration-modal .modal-body .tables-list {
  padding-right: 0; }

.configuration-modal .modal-body .tables-list label {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 600; }

.configuration-modal .modal-body .tables-list li {
  cursor: pointer; }

.configuration-modal .modal-body .tables-list li:hover, .configuration-modal .modal-body .tables-list li.active {
  background: #0070dd;
  color: #FFFFFF; }

.configuration-modal .modal-body .tables-list li:hover label, .configuration-modal .modal-body .tables-list li.active label {
  color: #FFFFFF; }

.configuration-modal .modal-body .tables-list li.added {
  background: #f6f6f6; }

.configuration-modal .modal-body .tables-list li.added label {
  color: #2d2d2d; }

.configuration-modal .modal-footer {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 30px; }

.box {
  font: 10px "Nunito Sans", "Roboto", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.box line,
.box rect,
.box circle {
  fill: #FAB455;
  stroke: #999;
  stroke-width: 1px; }

.box rect {
  stroke-width: 0px; }

.box .center {
  stroke-dasharray: 3,3;
  stroke: #999; }

.box .outlier {
  fill: #999;
  stroke: #999; }

svg.box .axis {
  font: 12px sans-serif; }

svg.box .axis path,
svg.box .axis line {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges; }

svg.box .x.axis path {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges; }

.chart {
  height: 160px;
  width: 100%; }

.chart svg {
  height: 100%;
  width: 100%;
  overflow: visible; }

.chart svg .axis line, .chart svg .axis path.domain {
  display: none; }

.chart svg .axis text {
  font-size: 10px;
  fill: #2d2d2d; }

.chart svg .x-axis-label {
  display: none; }

.chart svg .legend text {
  fill: #2d2d2d; }

.chart svg .valueline {
  stroke: #0070dd;
  stroke-width: 2;
  fill: none; }

.chart svg .area {
  stroke-width: 0;
  fill: rgba(0, 112, 221, 0.2); }

.chart svg .arc text {
  font-size: 12px;
  font-weight: 600;
  fill: #fff; }

.chart svg .init_states {
  fill: #f6f6f6; }

.chart svg .states {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

.chart svg .key {
  font-size: 12px; }

.chart svg .node text {
  fill: #fff; }

.chart svg .target {
  stroke: #D93737;
  stroke-width: 1px; }

.chart svg .noData {
  font-size: 13px;
  font-weight: 600;
  fill: #919496; }

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

.boxplot {
  font-size: 10px; }

/* boxplot shapes */
.boxplot line {
  stroke: #1d3549;
  stroke-width: 1px; }

g.whisker circle,
.whole-box {
  stroke: #396a93;
  stroke-width: 0px;
  fill: #FAB455; }

.half-box {
  fill: white;
  stroke: none;
  fill-opacity: 0.1; }

.center-line {
  stroke-dasharray: 3,3; }

g.whisker:hover line,
g.whisker:hover circle {
  stroke-width: 2px; }

/* boxplot outliers */
g.outlier circle {
  fill: #fff;
  stroke: #aaa;
  fill-opacity: 0.2; }

g.highlight circle {
  fill: yellow;
  stroke: #999;
  fill-opacity: 1; }

/* boxplot labels */
text.label {
  fill: #999;
  text-anchor: middle;
  opacity: 0; }

g:hover > .label,
g.highlight > .label {
  opacity: 1; }

/* axis */
.axis path, .axis line {
  fill: none;
  stroke: #999;
  stroke-width: 1px;
  shape-rendering: crispEdges; }

.axis text {
  font-size: 10px; }

/* outlier table */
.outliers-wrapper-wrapper {
  text-align: center; }

.outliers-wrapper {
  display: inline-block; }

.outliers-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px; }

.outliers-table {
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 12px; }

.outliers-table th, .outliers-table td {
  padding: 5px; }

.outliers-table th {
  background-color: #2b506e;
  color: #eee; }

.outliers-table tr:nth-child(even) {
  background-color: #91b6d4; }

.outliers-table tr:nth-child(odd) {
  background-color: #dae7f1; }

.outliers-table td {
  text-align: center;
  cursor: default; }

.outliers-table tr.highlight,
.outliers-table tr:hover {
  background-color: #FFFF66; }

.fixed-th-table-wrapper td,
.fixed-th-table-wrapper th,
.scrolled-td-table-wrapper td,
.scrolled-td-table-wrapper th {
  /* Set background to non-transparent color
      because two tables are one above another.
    */
  background: white; }

.fixed-th-table-wrapper {
  /* Make table out of flow */
  position: absolute; }

.fixed-th-table-wrapper td.row-heading {
  /* Place fixed-th-table th-cells above
       scrolled-td-table td-cells.
     */
  position: relative;
  z-index: 1;
  box-shadow: 1px 0px #EAEAEA; }

.scrolled-td-table-wrapper td {
  /* Place scrolled-td-table td-cells
       above fixed-th-table.
     */
  position: relative; }

.scrolled-td-table-wrapper {
  /* Make horizonal scrollbar if needed */
  overflow-x: auto; }

.analysis-modal .modal-body {
  position: relative;
  min-height: 300px; }

.analysis-modal .modal-body .no-data-message {
  min-height: 300px;
  text-align: center; }

.analysis-modal .modal-body .no-data-message span {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  font-weight: 600; }

.analysis-modal .modal-body .table-container {
  max-height: 350px;
  overflow: auto; }

.analysis-modal .modal-body .table-container table {
  width: 100%;
  border-collapse: collapse;
  border: 0px; }

.analysis-modal .modal-body .table-container table thead {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background: #FFFFFF; }

.analysis-modal .modal-body .table-container table thead th {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-size: 0.875rem; }

.analysis-modal .modal-body .table-container table thead th:first-child {
  padding-left: 20px; }

.analysis-modal .modal-body .table-container table thead th:last-child {
  padding-right: 20px; }

.analysis-modal .modal-body .table-container table thead .icon-sort {
  margin-left: 5px;
  vertical-align: -2px;
  cursor: pointer; }

.analysis-modal .modal-body .table-container table thead .icon-sort .material-icons, .analysis-modal .modal-body .table-container table thead .icon-sort .daterangepicker-trigger::after, .analysis-modal .modal-body .table-container table thead .icon-sort .button.button-dropdown::after, .analysis-modal .modal-body .table-container table thead .icon-sort .ui-select-container .selectize-input:after, .ui-select-container .analysis-modal .modal-body .table-container table thead .icon-sort .selectize-input:after, .analysis-modal .modal-body .table-container table thead .icon-sort .multiselect-dropdown::after {
  font-size: 16px;
  color: #2d2d2d; }

.analysis-modal .modal-body .table-container table tbody {
  border: 0; }

.analysis-modal .modal-body .table-container table tbody td {
  border: 0px;
  border-bottom: 1px solid #ededed; }

.analysis-modal .modal-body .table-container table tbody td:first-child {
  padding-left: 20px; }

.analysis-modal .modal-body .table-container table tbody td:last-child {
  padding-right: 20px; }

.analysis-modal .modal-body .table-container table tbody td.email {
  color: #0070dd; }

.analysis-modal .modal-body .table-container table td {
  font-size: 14px; }

.analysis-modal .modal-body .table-container table td .column-content {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.notification-wrapper {
  width: 100%;
  height: 0px;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 999999; }
  .notification-wrapper .notifications {
    width: 30%;
    float: right; }

.alert-service {
  margin-bottom: 8px;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0.99;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .alert-service p, .alert-service h6 {
    line-height: 1.2; }
  .alert-service .callout {
    border-radius: 0; }
  .alert-service .button-group {
    margin-bottom: 0px; }
    .alert-service .button-group a:nth-child(1) {
      border-left: 0;
      border-radius: 0 !important; }
    .alert-service .button-group a:nth-child(2) {
      border-right: 0;
      border-radius: 0 !important; }
    .alert-service .button-group a {
      border-bottom: 0; }
  .alert-service .button-group.expanded .button:first-child:last-child {
    width: 100%; }

/* ngIf animation */
.alert-service-animate {
  animation: alert-service-insert 0.5s ease-in;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s; }

@keyframes alert-service-insert {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
.rangepicker-box {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc; }

.daterangepicker-trigger {
  cursor: pointer; }
  .daterangepicker-trigger > input {
    border: 1px solid #d2d2d2;
    line-height: 1.2; }
  .daterangepicker-trigger > .icon {
    color: #2d2d2d;
    cursor: pointer; }
  .daterangepicker-trigger.icon-input i.icon.left {
    top: 7px !important; }
  .daterangepicker-trigger::after {
    content: '\E313';
    position: absolute;
    top: 8px;
    right: 10px;
    width: auto;
    height: auto;
    margin-top: 0;
    border: none;
    font-size: 16px;
    line-height: 1; }

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 100; }

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px; }

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
  margin: 4px; }

.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
  margin-top: 1px;
  background: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #d2d2d2;
  padding: 5px 10px 3px; }
  .daterangepicker .calendar {
    /* display: none; */
    max-width: 310px; }
  .daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
    width: 34px;
    height: 34px;
    padding: 5px 8px;
    border: none;
    font-size: 14px;
    cursor: pointer; }
  .daterangepicker .leftLabel, .daterangepicker .rightLabel {
    height: 16px;
    color: #4d4d4d;
    font-size: rem-calc(12);
    transition: all ease 0.3s; }
    .daterangepicker .leftLabel.active, .daterangepicker .rightLabel.active {
      color: #2d2d2d; }
  .daterangepicker .ranges {
    width: auto;
    text-align: right; }
    .daterangepicker .ranges .range_inputs > div {
      float: left; }
    .daterangepicker .ranges .range_inputs > div:nth-child(2) {
      padding-left: 11px; }
    .daterangepicker .ranges label {
      color: #333;
      display: block;
      font-size: 11px;
      font-weight: normal;
      height: 20px;
      line-height: 20px;
      margin-bottom: 2px;
      text-shadow: #fff 1px 1px 0px;
      text-transform: uppercase;
      width: 74px; }
    .daterangepicker .ranges input {
      font-size: 11px; }
    .daterangepicker .ranges .input-mini {
      background-color: #eee;
      border: 1px solid #ccc;
      border-radius: 4px;
      color: #555;
      display: block;
      font-size: 11px;
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
      margin: 0 0 10px 0;
      padding: 0 6px;
      width: 74px; }
    .daterangepicker .ranges ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .daterangepicker .ranges li {
      font-size: 13px;
      background: #f5f5f5;
      border: 1px solid #f5f5f5;
      color: #08c;
      padding: 3px 12px;
      margin-bottom: 8px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      cursor: pointer; }
    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
  .daterangepicker .calendar-date {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    border: none; }
  .daterangepicker td.off {
    color: #999; }
  .daterangepicker td.disabled {
    color: #999; }
  .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #e1e4e7;
    border-color: #d2d2d2; }
  .daterangepicker td.in-range {
    background: #ebf4f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0070dd;
    border-color: #0070dd;
    color: #fff;
    border-radius: 3px; }
  .daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker table {
    border-collapse: separate;
    width: 100%;
    margin: 0;
    border: 0; }
    .daterangepicker table thead th {
      border-bottom: 1px solid #d2d2d2; }
    .daterangepicker table tbody tr.days th {
      padding: 0;
      font-size: 12px;
      text-align: center;
      color: #aaa;
      font-weight: 400;
      text-transform: capitalize; }
  .daterangepicker .monthselect, .daterangepicker .yearselect {
    text-align: center;
    font-size: 12px;
    height: auto;
    display: block;
    margin: auto;
    cursor: pointer;
    background: none;
    border: none;
    width: auto;
    color: #919496;
    padding: 0;
    text-align-last: center;
    /*for IE10*/ }
    .daterangepicker .monthselect:hover, .daterangepicker .yearselect:hover {
      color: #0070dd; }
    .daterangepicker .monthselect::-ms-expand, .daterangepicker .yearselect::-ms-expand {
      display: none; }
  .daterangepicker .daterangepicker .monthselect {
    font-size: 14px; }
  .daterangepicker .yearselect {
    font-size: 18px; }

.calendar.left {
  float: left; }

.calendar.right {
  float: right; }

.calendar .daterangepicker_input {
  position: relative; }
  .calendar .daterangepicker_input .material-icons, .calendar .daterangepicker_input .daterangepicker-trigger::after {
    color: #4d4d4d; }
  .calendar .daterangepicker_input .input-mini {
    padding-left: 30px;
    color: #4d4d4d; }
    .calendar .daterangepicker_input .input-mini.active {
      color: #2d2d2d;
      background: white;
      box-shadow: inset 0 0 1px 1px rgba(0, 112, 221, 0.15);
      border: 1px solid #0070dd;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
    .calendar .daterangepicker_input .input-mini.active + .material-icons, .calendar .daterangepicker_input .input-mini.active + .daterangepicker-trigger::after {
      color: #0070dd; }
  .calendar .daterangepicker_input i {
    position: absolute;
    left: 9px;
    top: 9px; }

.event-popover {
  position: relative;
  border-radius: 3px;
  background: #FFFFFF;
  z-index: 199;
  overflow: visible;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.16); }
  .event-popover .event-popover-wrapper {
    position: relative;
    overflow: visible; }
    .event-popover .event-popover-wrapper.with-tip {
      overflow: visible; }
      .event-popover .event-popover-wrapper.with-tip.bottom::before {
        content: ' ';
        position: absolute;
        top: -8px;
        left: 9px;
        border-bottom: 9px solid #FFFFFF;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        z-index: 2; }
      .event-popover .event-popover-wrapper.with-tip.bottom::after {
        content: ' ';
        position: absolute;
        top: -10px;
        left: 9px;
        border-bottom: 9px solid #ededed;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        z-index: 1; }
      .event-popover .event-popover-wrapper.with-tip.top::before {
        content: ' ';
        position: absolute;
        bottom: -7px;
        left: 12px;
        border-top: 7px solid #FFFFFF;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        z-index: 2; }
      .event-popover .event-popover-wrapper.with-tip.top::after {
        content: ' ';
        position: absolute;
        bottom: -9px;
        left: 10px;
        border-top: 9px solid #ededed;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        z-index: 1; }
      .event-popover .event-popover-wrapper.with-tip.left::before {
        content: ' ';
        position: absolute;
        right: -8px;
        top: 5px;
        border-left: 8px solid #FFFFFF;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        z-index: 2; }
      .event-popover .event-popover-wrapper.with-tip.left::after {
        content: ' ';
        position: absolute;
        right: -9px;
        top: 4px;
        border-left: 9px solid #ededed;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        z-index: 1; }
      .event-popover .event-popover-wrapper.with-tip.right::before {
        content: ' ';
        position: absolute;
        top: 5px;
        left: -8px;
        border-right: 8px solid #FFFFFF;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        z-index: 2; }
      .event-popover .event-popover-wrapper.with-tip.right::after {
        content: ' ';
        position: absolute;
        top: 4px;
        left: -9px;
        border-right: 9px solid #ebedef;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        z-index: 1; }
    .event-popover .event-popover-wrapper.with-tip-right.bottom::before {
      content: ' ';
      position: absolute;
      top: -8px;
      right: 9px;
      border-bottom: 9px solid #FFFFFF;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      z-index: 2; }
    .event-popover .event-popover-wrapper.with-tip-right.bottom::after {
      content: ' ';
      position: absolute;
      top: -10px;
      right: 9px;
      border-bottom: 9px solid #ededed;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      z-index: 1; }
    .event-popover .event-popover-wrapper.with-tip-right.top::before {
      content: ' ';
      position: absolute;
      bottom: -7px;
      right: 12px;
      border-top: 7px solid #FFFFFF;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      z-index: 2; }
    .event-popover .event-popover-wrapper.with-tip-right.top::after {
      content: ' ';
      position: absolute;
      bottom: -9px;
      right: 10px;
      border-top: 9px solid #ededed;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      z-index: 1; }
  .event-popover .event-popover-content {
    overflow: visible;
    font-size: 13px; }

.event-popover.tooltip-container {
  padding: 10px; }

.event-popover .menu.vertical {
  background: #FFFFFF; }
  .event-popover .menu.vertical li {
    border-left: 2px solid transparent; }
    .event-popover .menu.vertical li a {
      color: #919496;
      font-weight: 500; }
  .event-popover .menu.vertical li:hover {
    border-left: 2px solid #0070dd; }
    .event-popover .menu.vertical li:hover a {
      color: #0070dd; }

.event-popover.pointing .menu.vertical li {
  border-left: 2px solid transparent; }
  .event-popover.pointing .menu.vertical li:hover {
    border-left: 2px solid #0070dd; }

.grid-filter-dropdown {
  border: 1px solid #d2d2d2;
  position: relative;
  border-radius: 3px;
  min-width: 200px;
  background: #FFFFFF;
  z-index: 199;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  overflow: visible; }
  .grid-filter-dropdown .grid-filter-dropdown-wrapper {
    position: relative;
    overflow: visible; }
    .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip {
      overflow: visible; }
      .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip.bottom::before {
        content: ' ';
        position: absolute;
        top: -8px;
        left: 9px;
        border-bottom: 9px solid #FFFFFF;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        z-index: 2; }
      .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip.bottom::after {
        content: ' ';
        position: absolute;
        top: -10px;
        left: 9px;
        border-bottom: 9px solid #ededed;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        z-index: 1; }
      .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip.top::before {
        content: ' ';
        position: absolute;
        bottom: -7px;
        left: 12px;
        border-top: 7px solid #FFFFFF;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        z-index: 2; }
      .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip.top::after {
        content: ' ';
        position: absolute;
        bottom: -9px;
        left: 10px;
        border-top: 9px solid #ededed;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        z-index: 1; }
      .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip.left::before {
        content: ' ';
        position: absolute;
        right: -8px;
        top: 5px;
        border-left: 8px solid #FFFFFF;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        z-index: 2; }
      .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip.left::after {
        content: ' ';
        position: absolute;
        right: -9px;
        top: 4px;
        border-left: 9px solid #ededed;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        z-index: 1; }
      .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip.right::before {
        content: ' ';
        position: absolute;
        top: 5px;
        left: -8px;
        border-right: 8px solid #FFFFFF;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        z-index: 2; }
      .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip.right::after {
        content: ' ';
        position: absolute;
        top: 4px;
        left: -9px;
        border-right: 9px solid #ebedef;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        z-index: 1; }
    .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip-right.bottom::before {
      content: ' ';
      position: absolute;
      top: -8px;
      right: 9px;
      border-bottom: 9px solid #FFFFFF;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      z-index: 2; }
    .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip-right.bottom::after {
      content: ' ';
      position: absolute;
      top: -10px;
      right: 9px;
      border-bottom: 9px solid #ededed;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      z-index: 1; }
    .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip-right.top::before {
      content: ' ';
      position: absolute;
      bottom: -7px;
      right: 12px;
      border-top: 7px solid #FFFFFF;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      z-index: 2; }
    .grid-filter-dropdown .grid-filter-dropdown-wrapper.with-tip-right.top::after {
      content: ' ';
      position: absolute;
      bottom: -9px;
      right: 10px;
      border-top: 9px solid #ededed;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      z-index: 1; }
  .grid-filter-dropdown .grid-filter-dropdown-content {
    overflow: visible;
    font-size: 13px; }

.grid-filter-dropdown.tooltip-container {
  padding: 10px; }

.grid-filter-dropdown .menu.vertical {
  background: #FFFFFF; }
  .grid-filter-dropdown .menu.vertical li {
    border-left: 2px solid transparent; }
    .grid-filter-dropdown .menu.vertical li a {
      color: #919496;
      font-weight: 500; }
  .grid-filter-dropdown .menu.vertical li:hover {
    border-left: 2px solid #0070dd; }
    .grid-filter-dropdown .menu.vertical li:hover a {
      color: #0070dd; }

.grid-filter-dropdown.pointing .menu.vertical li {
  border-left: 2px solid transparent; }
  .grid-filter-dropdown.pointing .menu.vertical li:hover {
    border-left: 2px solid #0070dd; }

.hiearchial-dropdown .content {
  position: relative; }
  .hiearchial-dropdown .content .flow-content-wrapper {
    position: relative; }
    .hiearchial-dropdown .content .flow-content-wrapper .flow-content {
      overflow-y: auto;
      max-height: 550px; }
  .hiearchial-dropdown .content .flow-content-footer {
    padding: rem-calc(10);
    border-top: 1px solid #d2d2d2; }

.hiearchial-dropdown .filters-list {
  position: relative;
  user-select: none; }
  .hiearchial-dropdown .filters-list.first-child {
    margin-top: 20px; }
  .hiearchial-dropdown .filters-list li {
    padding: 0 2px 1px 15px;
    display: block; }
  .hiearchial-dropdown .filters-list:not(:last-child) li {
    border-bottom: 1px solid #EDEDED; }
  .hiearchial-dropdown .filters-list label {
    font-weight: 400;
    user-select: none;
    font-size: 14px;
    line-height: 33px; }

.hiearchial-dropdown .filters-list:not(.open) + .filters-list.open {
  border-top: 1px solid #d2d2d2; }

.hiearchial-dropdown .nested li {
  padding: 0 2px 1px 25px; }
  .hiearchial-dropdown .nested li:last-child {
    border-bottom: 1px solid #d2d2d2; }

.hiearchial-dropdown .badge.secondary {
  background-color: #d2d2d2;
  min-width: rem-calc(23);
  border-radius: 10px;
  min-width: 1.4375rem;
  vertical-align: -2px;
  line-height: 14px; }

.hiearchial-dropdown .toggle-arrow {
  cursor: pointer;
  padding: 0 5px;
  float: right;
  line-height: 33px; }

.icon-input {
  position: relative; }
  .icon-input .icon {
    position: absolute;
    top: 9px;
    left: 10px;
    bottom: auto;
    right: auto;
    color: #919496;
    font-size: 120%; }
  .icon-input input,
  .icon-input input[type="email"],
  .icon-input input[type="number"],
  .icon-input input[type="text"] {
    padding-left: 35px; }
    .icon-input input:focus + .icon,
    .icon-input input[type="email"]:focus + .icon,
    .icon-input input[type="number"]:focus + .icon,
    .icon-input input[type="text"]:focus + .icon {
      color: #0070dd; }
  .icon-input.icon-right .icon {
    position: absolute;
    top: 9px;
    left: auto;
    bottom: auto;
    right: 10px; }
  .icon-input.icon-right input,
  .icon-input.icon-right input[type="email"],
  .icon-input.icon-right input[type="number"],
  .icon-input.icon-right input[type="text"] {
    padding-left: 8px; }
  .icon-input.icon-left.icon-right .icon,
  .icon-input.icon-left.icon-right .icon.left {
    position: absolute;
    top: 9px;
    left: 10px;
    bottom: auto;
    right: auto; }
  .icon-input.icon-left.icon-right .icon.right {
    position: absolute;
    top: 9px;
    left: auto;
    bottom: auto;
    right: 10px; }
  .icon-input.icon-left.icon-right input,
  .icon-input.icon-left.icon-right input[type="email"],
  .icon-input.icon-left.icon-right input[type="number"],
  .icon-input.icon-left.icon-right input[type="text"] {
    padding-left: 35px; }

.overlay-transparent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 100; }

.scroll-select {
  margin-bottom: 0.25rem; }
  .scroll-select .ng-hide-animate {
    display: none; }
  .scroll-select .columns.large-12 {
    position: relative; }
  .scroll-select .dropdown-button {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .scroll-select .dropdown-button .select-area {
      text-align: left; }
    .scroll-select .dropdown-button .select-options {
      display: flex;
      flex-shrink: 0;
      width: 40px;
      justify-content: flex-end; }
      .scroll-select .dropdown-button .select-options > * {
        margin-left: 7px; }
        .scroll-select .dropdown-button .select-options > *:first-child {
          margin-left: 0px; }
  .scroll-select input.scroll-select-input {
    width: 100%;
    margin: 0px; }
  .scroll-select .option-dropdown {
    border: 1px solid #d2d2d2;
    position: absolute;
    border-radius: 3px;
    background: #FFFFFF;
    z-index: 199;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    overflow: visible;
    width: calc(100% - 16px); }
  .scroll-select .option-list {
    position: relative;
    overflow: auto;
    max-height: 300px; }
    .scroll-select .option-list li {
      padding: 6px;
      font-weight: 500;
      display: block; }
      .scroll-select .option-list li.to-be-selected, .scroll-select .option-list li:hover {
        color: #0070dd;
        background-color: #f6f6f6; }
      .scroll-select .option-list li.loader-container {
        padding: 0px; }
      .scroll-select .option-list li .empty-placeholder {
        padding: 10px; }
        .scroll-select .option-list li .empty-placeholder i {
          font-size: 24px;
          margin: 8px; }
        .scroll-select .option-list li .empty-placeholder p {
          color: #8C8C8C; }
          .scroll-select .option-list li .empty-placeholder p:hover {
            color: #8C8C8C; }

sorting-module {
  position: relative; }

.sorting-module {
  background-color: transparent;
  border: none;
  min-width: 300px; }
  .sorting-module .sort-container {
    min-width: 300px;
    position: absolute;
    top: 5px;
    background-color: #FFFFFF;
    z-index: 100;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .sorting-module ul.sort-parameters-list {
    padding-bottom: 10px; }
    .sorting-module ul.sort-parameters-list > li {
      height: 46px;
      position: relative;
      padding: 8px 20px 0; }
  .sorting-module .move-handle {
    position: absolute;
    top: 50%;
    left: 2px;
    bottom: auto;
    right: auto;
    transform: translateY(-50%);
    z-index: 20;
    opacity: 0; }
  .sorting-module ul.sort-parameters-list > li:hover .move-handle {
    opacity: 0.2; }
    .sorting-module ul.sort-parameters-list > li:hover .move-handle:hover {
      color: #0070dd;
      cursor: move;
      opacity: 1; }
  .sorting-module ul.sort-parameters-list.dndDragover > li {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2; }
  .sorting-module ul.sort-parameters-list[dnd-list] .dndDraggingSource {
    display: none; }
  .sorting-module ul.sort-parameters-list[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 42px; }
  .sorting-module .header {
    padding: 10px 20px; }
    .sorting-module .header .text i {
      vertical-align: -4px;
      margin-right: 3px; }
    .sorting-module .header .text span {
      vertical-align: middle; }
  .sorting-module .button.dashed {
    border-style: dashed; }
  .sorting-module .sort-ui-select {
    display: inline-block;
    margin-right: 10px; }
  .sorting-module [type='file'], .sorting-module [type='checkbox'], .sorting-module [type='radio'] {
    margin-bottom: 0; }
  .sorting-module .switch {
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
    margin-bottom: 0;
    vertical-align: middle; }
    .sorting-module .switch.switch-left {
      margin-right: 8px; }
    .sorting-module .switch.switch-right {
      margin-left: 8px; }
    .sorting-module .switch label {
      vertical-align: -8px; }
  .sorting-module input:checked ~ .switch-paddle, .sorting-module .switch-paddle {
    background: #DAD7DF;
    color: #2d2d2d; }
    .sorting-module input:checked ~ .switch-paddle::after, .sorting-module .switch-paddle::after {
      direction: ltr;
      display: inline-block;
      font-family: "Material Icons";
      font-size: 12px;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      -webkit-font-feature-settings: "liga";
      -webkit-font-smoothing: antialiased;
      padding: 2px;
      content: "sort"; }
  .sorting-module input:checked ~ .switch-paddle::after {
    transform: rotateX(180deg); }
  .sorting-module span.remove i {
    vertical-align: -5px; }
  .sorting-module .actions {
    padding: 0 20px 15px; }

.no-data-message {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  font-size: 3em;
  width: 100%;
  text-align: center;
  z-index: 1000;
  color: #8C8C8C; }

#wrap-overflow-pill {
  border-radius: 10px;
  padding: 0px 5px;
  vertical-align: middle;
  position: relative;
  background: #f8f8f8; }
  #wrap-overflow-pill i {
    vertical-align: sub; }

/* A full-screen element that is not the root element should be stretched to cover the viewport. */
:-webkit-full-screen:not(:root) {
  width: 100vw !important;
  height: 100vh !important;
  float: none !important; }

:-webkit-full-screen #main_content {
  width: 100vw !important;
  height: 100vh; }

:-moz-full-screen:not(:root) {
  width: 100% !important;
  height: 100vh !important;
  float: none !important; }

#main_content:-moz-full-screen {
  background-color: #FFF;
  width: 100%;
  height: 100vh; }

.notification {
  position: relative;
  text-align: center; }
  .notification .close-button {
    position: absolute;
    color: #2d2d2d;
    right: 20px;
    top: 10px;
    font-size: 1.4em;
    line-height: 1;
    cursor: pointer; }
  .notification .neutral {
    background-color: #2d2d2d; }
  .notification .alert {
    background-color: #dd4c4c; }
  .notification .info {
    background-color: #007df7; }
  .notification .warning {
    background-color: #feb726; }
  .notification .success {
    background-color: #32bd5d; }
  .notification .neutral, .notification .alert, .notification .info, .notification .warning, .notification .success {
    padding: 10px;
    color: #FFFFFF; }
    .notification .neutral a, .notification .neutral p, .notification .alert a, .notification .alert p, .notification .info a, .notification .info p, .notification .warning a, .notification .warning p, .notification .success a, .notification .success p {
      color: #FFFFFF;
      font-weight: 500;
      margin: 0 2px; }
    .notification .neutral a, .notification .alert a, .notification .info a, .notification .warning a, .notification .success a {
      border-bottom: 1px solid #FFFFFF; }
    .notification .neutral .close-button, .notification .alert .close-button, .notification .info .close-button, .notification .warning .close-button, .notification .success .close-button {
      color: #FFFFFF; }

.pagination-row-options {
  list-style: none;
  vertical-align: middle;
  text-align: right; }
  .pagination-row-options .limit-row-text {
    vertical-align: middle; }
  .pagination-row-options li {
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 3px; }
    .pagination-row-options li.current {
      background: #2DA953; }
      .pagination-row-options li.current a, .pagination-row-options li.current button, .pagination-row-options li.current span {
        color: white; }
        .pagination-row-options li.current a:hover, .pagination-row-options li.current button:hover, .pagination-row-options li.current span:hover {
          background: #2DA953;
          border: 1px solid transparent; }
    .pagination-row-options li a, .pagination-row-options li button, .pagination-row-options li span {
      color: #222222;
      display: block;
      padding: rem-calc(3px) rem-calc(10px);
      border-radius: 3px;
      line-height: 20px;
      min-width: 26px;
      text-align: center;
      border: 1px solid transparent; }
      .pagination-row-options li a:hover, .pagination-row-options li button:hover, .pagination-row-options li span:hover {
        background: #f6f6f6;
        border: 1px solid #eee; }

.pagination li {
  margin: 0 2px;
  vertical-align: middle;
  user-select: none; }

.pagination .current {
  background: #0070dd;
  color: foreground(#0070dd); }

.pagination a,
.pagination button {
  color: #222222;
  display: block;
  padding: rem-calc(3px) rem-calc(10px);
  border-radius: 3px;
  line-height: 20px;
  min-width: 26px;
  text-align: center;
  border: 1px solid transparent; }

.pagination a:hover,
.pagination button:hover {
  background: #f6f6f6;
  border: 1px solid #f6f6f6; }

.pagination .unavailable a, .pagination .unavailable button {
  color: #d2d2d2; }

.pagination li.pagination-previous {
  margin-right: 5px; }

.pagination li.pagination-previous a::before,
.pagination li.pagination-previous.disabled::before {
  margin: 0; }

.pagination li.pagination-previous + li > a {
  padding: 3px 6px;
  background: #ededed;
  border: 1px solid #ededed !important; }

.pagination li.pagination-previous + li.unavailable > a {
  background: #f6f6f6;
  border: solid 1px #f6f6f6 !important;
  color: #d2d2d2; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pagination li.pagination-previous + li > a {
    padding: 6px 6px 0 3px; } }

.pagination li.pagination-next a::after,
.pagination li.pagination-next.disabled::after {
  margin: 0; }

.pagination li:nth-last-child(2) a {
  padding: 3px 6px;
  border: 1px solid #ededed;
  background: #ededed; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pagination li:nth-last-child(2) a {
    padding: 6px 6px 0 3px; } }

.pagination li:nth-last-child(2).unavailable a {
  border: solid 1px #ededed !important;
  color: #d2d2d2; }

.pagination-previous a::before, .pagination-previous.disabled::before,
.pagination-next a::after, .pagination-next.disabled::after {
  content: '';
  display: inline-block; }

.pagination li:nth-last-child(2) a, .pagination li:last-child a,
.pagination li:first-child a, .pagination li:nth-child(2) a {
  font-family: 'Material Icons'; }

.pagination .unavailable a:hover {
  background: #ffffff;
  cursor: not-allowed; }

.pagination li:last-child.unavailable a:hover, .pagination li:first-child.unavailable a:hover {
  border: 1px solid transparent; }

.survey-modal {
  height: 480px;
  width: 640px; }

.survey-module-modal {
  height: 480px; }

.welcome-modal .user-bubble-container {
  margin-top: 48px; }
  .welcome-modal .user-bubble-container .user-bubble {
    border-radius: 5px;
    height: 40px;
    border: solid 1.9px #ededed;
    text-align: center;
    display: inline-block;
    padding: 8px 16px; }
    .welcome-modal .user-bubble-container .user-bubble .bubble-tip {
      width: 8px;
      height: 8px;
      position: relative;
      top: 4.5px;
      background-color: #ffffff;
      border-radius: 2px;
      border-bottom: solid 1.9px #ededed;
      border-right: solid 1.9px #ededed;
      transform: rotate(45deg); }

.welcome-modal .image-container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px; }
  .welcome-modal .image-container .welcome-image {
    width: 280px; }

.welcome-modal .datashop-rating-container {
  padding-left: 40px; }
  .welcome-modal .datashop-rating-container .rating-icon {
    color: #bfc0c0;
    position: relative;
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out; }
  .welcome-modal .datashop-rating-container .element-bar > .element {
    padding-left: 8px;
    padding-right: 8px; }

.welcome-modal .option-one, .welcome-modal .option-two, .welcome-modal .option-three, .welcome-modal .option-four, .welcome-modal .option-five {
  cursor: pointer; }

.welcome-modal .option-one:hover > .very-dissatisfied {
  color: #d93737;
  transform: translateY(-6px);
  transition: all 0.3s ease-in-out; }

.welcome-modal .option-two:hover > .sentiment-dissatisfied {
  color: #e15f5f;
  transform: translateY(-6px);
  transition: all 0.3s ease-in-out; }

.welcome-modal .option-three:hover > .sentiment-neutral {
  color: #fee1a7;
  transform: translateY(-6px);
  transition: all 0.3s ease-in-out; }

.welcome-modal .option-four:hover > .sentiment-satisfied {
  color: #febf3d;
  transform: translateY(-6px);
  transition: all 0.3s ease-in-out; }

.welcome-modal .option-five:hover > .very-satisfied {
  color: #feaf0d;
  transform: translateY(-6px);
  transition: all 0.3s ease-in-out; }

.welcome-modal .option-one:hover > .survey-button {
  background-color: #d93737;
  color: white; }

.welcome-modal .option-two:hover > .survey-button {
  background-color: #e15f5f;
  color: white; }

.welcome-modal .option-three:hover > .survey-button {
  background-color: #fee1a7;
  color: white; }

.welcome-modal .option-four:hover > .survey-button {
  background-color: #febf3d;
  color: white; }

.welcome-modal .option-five:hover > .survey-button {
  background-color: #feaf0d;
  color: white; }

.module-selection-modal {
  padding: 0px 22px; }
  .module-selection-modal label {
    font-weight: 400; }
  .module-selection-modal ul {
    list-style-type: none;
    list-style-position: inside;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
  .module-selection-modal li {
    margin-bottom: 8px; }
  .module-selection-modal .question-container {
    margin-top: 32px; }
  .module-selection-modal .button-container {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 15px; }
  .module-selection-modal .comment-container {
    margin-top: 16px; }
  .module-selection-modal .survey-checkbox {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top; }
  .module-selection-modal .survey-checkbox-label {
    display: inline-block;
    width: 85%; }

.close-survey-modal .image-container {
  width: 276.7px;
  height: 165px;
  margin-top: 62px; }

.close-survey-modal .heading-container {
  margin-top: 28px; }

.close-survey-modal .message-container {
  margin-top: 6px;
  margin-bottom: 24px; }

.angular-json-editor {
  margin-bottom: 8px; }
  .angular-json-editor textarea.warn-textarea {
    border: 1px solid #D93737;
    background: #ffdddd; }
  .angular-json-editor textarea {
    border: none; }
  .angular-json-editor .editor-header {
    padding: 4px; }
    .angular-json-editor .editor-header .setting-icon {
      font-size: 16px;
      vertical-align: -2px;
      padding: 8px; }

.datashop-nav .top-bar-right li:not(.menu-text) a {
  line-height: normal; }

.datashop-nav .top-bar-right .menu .static-menu a {
  margin-top: 2px; }

.datashop-nav .top-bar-right .user-dropdown li > a {
  margin-top: 2px; }

.datashop-nav .top-bar-right .help-section {
  margin-right: 0px;
  margin-left: 8px; }
  .datashop-nav .top-bar-right .help-section .help-section-icon {
    font-size: 18px;
    vertical-align: middle; }

.datashop-nav .top-bar-left li:not(.menu-text) a {
  line-height: 18px; }

.datashop-nav .top-bar-left li:not(.menu-text) a.active {
  border-bottom-color: transparent; }

.datashop-nav ul.menu.dropdown.nav-dropdown li:not(.menu-text) a {
  line-height: 18px; }
  .datashop-nav ul.menu.dropdown.nav-dropdown li:not(.menu-text) a:not(.active):hover {
    border-color: transparent; }

.datashop-nav ul.menu.dropdown.nav-dropdown .has-submenu a.is-down-arrow {
  padding-right: 20px !important; }

.datashop-nav ul.menu.dropdown.nav-dropdown li.is-dropdown-submenu-parent > a {
  padding-right: 0;
  line-height: normal; }
  .datashop-nav ul.menu.dropdown.nav-dropdown li.is-dropdown-submenu-parent > a:not(.active):hover {
    border-color: transparent; }
  .datashop-nav ul.menu.dropdown.nav-dropdown li.is-dropdown-submenu-parent > a::after {
    content: '';
    border-color: transparent; }

.datashop-nav ul.menu.dropdown.nav-dropdown .menu.submenu {
  z-index: 100;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.08), 0 3px 12px rgba(0, 0, 0, 0.12);
  margin-top: 2px;
  padding: 6px 16px;
  min-width: 180px;
  max-width: 200px;
  margin-left: -16px; }
  .datashop-nav ul.menu.dropdown.nav-dropdown .menu.submenu li {
    border: none; }
    .datashop-nav ul.menu.dropdown.nav-dropdown .menu.submenu li a {
      border: none;
      padding: 6px 0; }

.table-grid .ui-grid {
  height: auto !important; }

.table-grid .ui-grid-menu-button ~ .ui-grid-render-container .ui-grid-column-menu-button-last-col, .table-grid .ui-grid-pinned-container .ui-grid-column-menu-button-last-col {
  left: 0px; }

.table-grid .ui-grid-viewport {
  height: auto !important;
  max-height: 214px; }

.table-grid [ui-grid-row] {
  display: table-row; }

.table-grid .ui-grid-cell {
  display: table-cell; }

.table-grid .ui-grid .ui-grid-contents-wrapper .ui-grid-pinned-container .ui-grid-viewport {
  overflow: hidden !important; }

.table-grid .grid-tooltip {
  overflow: visible;
  z-index: 9999999;
  float: left; }

.table-grid .ui-grid-header-cell {
  line-height: 2.2 !important; }

.table-grid .table-grid-title {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .table-grid .table-grid-title .search-input {
    margin-left: 24px;
    margin-right: 16px; }

.table-grid .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  right: 0;
  top: -40px;
  background: initial;
  border: initial;
  cursor: pointer;
  padding: 6px 0;
  height: 27px;
  width: initial;
  font-weight: initial;
  outline: initial;
  text-align: initial;
  box-shadow: initial; }

.table-grid.table-grid-searchable .ui-grid-menu-button {
  top: -48px; }

.table-grid.table-grid-groupable .ui-grid-contents-wrapper .ui-grid-render-container-left .ui-grid-viewport .ui-grid-tree-header-row .ui-grid-row-header-cell .ui-grid-cell-contents, .table-grid.table-grid-groupable .ui-grid-contents-wrapper .ui-grid-render-container-right .ui-grid-viewport .ui-grid-tree-header-row .ui-grid-row-header-cell .ui-grid-cell-contents {
  padding-left: 3px; }

.table-grid.table-grid-groupable .ui-grid-contents-wrapper .ui-grid-render-container-left .ui-grid-header-viewport, .table-grid.table-grid-groupable .ui-grid-contents-wrapper .ui-grid-render-container-right .ui-grid-header-viewport {
  overflow-y: hidden !important; }
  .table-grid.table-grid-groupable .ui-grid-contents-wrapper .ui-grid-render-container-left .ui-grid-header-viewport .ui-grid-header-cell:first-child .ui-grid-cell-contents, .table-grid.table-grid-groupable .ui-grid-contents-wrapper .ui-grid-render-container-right .ui-grid-header-viewport .ui-grid-header-cell:first-child .ui-grid-cell-contents {
    padding-left: 3px; }

.count-loader {
  height: 22px;
  width: 80%;
  display: inline-block;
  vertical-align: middle; }

.count-loader {
  height: 22px;
  width: 80%;
  display: inline-block;
  vertical-align: middle; }

.tooltip-container {
  padding: 7px;
  background-color: black;
  color: white;
  opacity: 0.9;
  max-width: 480px;
  overflow: hidden;
  text-overflow: ellipsis; }

ul.dropdown-filter.menu.vertical > li {
  border-bottom: 0;
  display: block;
  padding: 7px 12px;
  cursor: pointer;
  transition: all 0.1s ease-in-out; }
  ul.dropdown-filter.menu.vertical > li:hover {
    background: #f6f6f6; }
