/*! 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"], /* 1 */
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;
}

.ObjectInspector{
  font-family: Menlo, monospace;
  font-size: 11px;
  line-height: 14px;
  cursor: default;
}

.ObjectInspector-unselectable{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ObjectInspector-expand-control {
  color: #6e6e6e;
  font-size: 10px;
  margin-right: 3px;
  white-space: pre;
}

.ObjectInspector-property{
  padding-top: 2px;
}

.ObjectInspector-object-name {
  color: rgb(136, 19, 145);
}

.ObjectInspector-object-value-null, .ObjectInspector-object-value-undefined{
  color: rgb(128, 128, 128);
}

.ObjectInspector-object-value-string{
  color: rgb(196, 26, 22);
}

.ObjectInspector-object-value-number, .ObjectInspector-object-value-boolean {
  color: rgb(28, 0, 207);
}

.ObjectInspector-object-value-function-keyword{
  color: rgb(170, 13, 145);
  font-style: italic;
}

.ObjectInspector-object-value-function-name{
  font-style: italic;
}

.ObjectInspector-object-preview{
  font-style: italic;
}

.ObjectInspector-property-nodes-container{
  padding-left: 12px
}

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* nvd3 version 1.8.4 (https://github.com/novus/nvd3) 2016-07-03 */
.nvd3 .nv-axis {
    pointer-events:none;
    opacity: 1;
}

.nvd3 .nv-axis path {
    fill: none;
    stroke: #000;
    stroke-opacity: .75;
    shape-rendering: crispEdges;
}

.nvd3 .nv-axis path.domain {
    stroke-opacity: .75;
}

.nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 0;
}

.nvd3 .nv-axis line {
    fill: none;
    stroke: #e5e5e5;
    shape-rendering: crispEdges;
}

.nvd3 .nv-axis .zero line,
    /*this selector may not be necessary*/ .nvd3 .nv-axis line.zero {
    stroke-opacity: .75;
}

.nvd3 .nv-axis .nv-axisMaxMin text {
    font-weight: bold;
}

.nvd3 .x  .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
    text-anchor: middle
}

.nvd3 .nv-axis.nv-disabled {
    opacity: 0;
}

.nvd3 .nv-bars rect {
    fill-opacity: .75;

    transition: fill-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect.hover {
    fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
    fill: lightblue;
}

.nvd3 .nv-bars text {
    fill: rgba(0,0,0,0);
}

.nvd3 .nv-bars .hover text {
    fill: rgba(0,0,0,1);
}

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
    stroke-opacity: 0;

    transition: fill-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
    fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
    font-weight: bold;
    fill: rgba(0,0,0,1);
    stroke: rgba(0,0,0,0);
}

/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}

.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}

.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}

.nvd3 line.nv-boxplot-median {
  stroke: black;
}

.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet { font: 10px sans-serif; }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-markerLine { stroke: #000; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }
.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }
.nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }
.nvd3.nv-bullet .nv-subtitle { fill: #999; }


.nvd3.nv-bullet .nv-range {
    fill: #bababa;
    fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover {
    fill-opacity: .7;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
    stroke: #d62728;
    fill: #d62728;
}

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;

}

.nvd3.nv-candlestickBar .nv-ticks line {
    stroke: #333;
}


.nv-force-node {
  stroke: #fff;
  stroke-width: 1.5px;
}
.nv-force-link {
  stroke: #999;
  stroke-opacity: .6;
}
.nv-force-node text {
  stroke-width: 0px
}

.nvd3 .nv-legend .nv-disabled rect {
    /*fill-opacity: 0;*/
}

.nvd3 .nv-check-box .nv-box {
    fill-opacity:0;
    stroke-width:2;
}

.nvd3 .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-width:4;
}

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-opacity:0;
}

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
    opacity: 0;
}

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
    fill-opacity: .75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
    fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
    fill: none;
}

.nvd3 .nv-groups path.nv-area {
    stroke: none;
}

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
    fill-opacity: .5 !important;
    stroke-opacity: .5 !important;
}


.with-transitions .nvd3 .nv-groups .nv-point {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;

}

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 7px;
    fill-opacity: .95 !important;
    stroke-opacity: .95 !important;
}


.nvd3 .nv-point-paths path {
    stroke: #aaa;
    stroke-opacity: 0;
    fill: #eee;
    fill-opacity: 0;
}



.nvd3 .nv-indexLine {
    cursor: ew-resize;
}

/********************
 * SVG CSS
 */

/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    width:100%;
    height:100%;
}

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.nvd3 text {
    font: normal 12px Arial;
}

.nvd3 .title {
    font: bold 14px Arial;
}

.nvd3 .nv-background {
    fill: white;
    fill-opacity: 0;
}

.nvd3.nv-noData {
    font-size: 18px;
    font-weight: bold;
}


/**********
*  Brush
*/

.nv-brush .extent {
    fill-opacity: .125;
    shape-rendering: crispEdges;
}

.nv-brush .resize path {
    fill: #eee;
    stroke: #666;
}


/**********
*  Legend
*/

.nvd3 .nv-legend .nv-series {
    cursor: pointer;
}

.nvd3 .nv-legend .nv-disabled circle {
    fill-opacity: 0;
}

/* focus */
.nvd3 .nv-brush .extent {
    fill-opacity: 0 !important;
}

.nvd3 .nv-brushBackground rect {
    stroke: #000;
    stroke-width: .4;
    fill: #fff;
    fill-opacity: .7;
}

/**********
*  Print
*/

@media print {
  .nvd3 text {
    stroke-width: 0;
    fill-opacity: 1;
  }
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
    stroke: #2ca02c;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
    stroke: #d62728;
}


.nvd3 .background path {
    fill: none;
    stroke: #EEE;
    stroke-opacity: .4;
    shape-rendering: crispEdges;
}

.nvd3 .foreground path {
    fill: none;
    stroke-opacity: .7;
}

.nvd3 .nv-parallelCoordinates-brush .extent
{
    fill: #fff;
    fill-opacity: .6;
    stroke: gray;
    shape-rendering: crispEdges;
}

.nvd3 .nv-parallelCoordinates .hover  {
    fill-opacity: 1;
	stroke-width: 3px;
}


.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}
.nvd3.nv-pie path {
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;

}

.nvd3.nv-pie .nv-pie-title {
    font-size: 24px;
    fill: rgba(19, 196, 249, 0.59);
}

.nvd3.nv-pie .nv-slice text {
    stroke: #000;
    stroke-width: 0;
}

.nvd3.nv-pie path {
    stroke: #fff;
    stroke-width: 1px;
    stroke-opacity: 1;
}

.nvd3.nv-pie path {
    fill-opacity: .7;
}
.nvd3.nv-pie .hover path {
    fill-opacity: 1;
}
.nvd3.nv-pie .nv-label {
    pointer-events: none;
}
.nvd3.nv-pie .nv-label rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}

/* scatter */
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 20px;
    stroke-opacity: .5;
}

.nvd3 .nv-scatter .nv-point.hover {
    fill-opacity: 1;
}
.nv-noninteractive {
    pointer-events: none;
}

.nv-distx, .nv-disty {
    pointer-events: none;
}

/* sparkline */
.nvd3.nv-sparkline path {
    fill: none;
}

.nvd3.nv-sparklineplus g.nv-hoverValue {
    pointer-events: none;
}

.nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #333;
    stroke-width: 1.5px;
}

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
    pointer-events: all;
}

.nvd3 .nv-hoverArea {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
    stroke-width: 0;
    font-size: .9em;
    font-weight: normal;
}

.nvd3.nv-sparklineplus .nv-yValue {
    stroke: #f66;
}

.nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
    stroke: #d62728;
    fill: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
    font-weight: bold;
    font-size: 1.1em;
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
    fill-opacity: .7;
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-stackedarea path.nv-area.hover {
    fill-opacity: .9;
}


.nvd3.nv-stackedarea .nv-groups .nv-point {
    stroke-opacity: 0;
    fill-opacity: 0;
}


.nvtooltip {
    position: absolute;
    background-color: rgba(255,255,255,1.0);
    color: rgba(0,0,0,1.0);
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 10000;
    display: block;

    font-family: Arial;
    font-size: 13px;
    text-align: left;
    pointer-events: none;

    white-space: nowrap;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nvtooltip {
    background: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 4px;
}

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
    transition: opacity 50ms linear;
    -moz-transition: opacity 50ms linear;
    -webkit-transition: opacity 50ms linear;

    transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
    padding: 8px;
}

.nvtooltip h3 {
    margin: 0;
    padding: 4px 14px;
    line-height: 18px;
    font-weight: normal;
    background-color: rgba(247,247,247,0.75);
    color: rgba(0,0,0,1.0);
    text-align: center;

    border-bottom: 1px solid #ebebeb;

    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.nvtooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;
}

.nvtooltip span {
    display: inline-block;
    margin: 2px 0;
}

.nvtooltip table {
    margin: 6px;
    border-spacing:0;
}


.nvtooltip table td {
    padding: 2px 9px 2px 0;
    vertical-align: middle;
}

.nvtooltip table td.key {
    font-weight: normal;
}
.nvtooltip table td.key.total {
    font-weight: bold;
}
.nvtooltip table td.value {
    text-align: right;
    font-weight: bold;
}

.nvtooltip table td.percent {
    color: darkgray;
}

.nvtooltip table tr.highlight td {
    padding: 1px 9px 1px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}

.nvtooltip table td.legend-color-guide div {
    width: 8px;
    height: 8px;
    vertical-align: middle;
}

.nvtooltip table td.legend-color-guide div {
    width: 12px;
    height: 12px;
    border: 1px solid #999;
}

.nvtooltip .footer {
    padding: 3px;
    text-align: center;
}

.nvtooltip-pending-removal {
    pointer-events: none;
    display: none;
}


/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
    pointer-events:none;
}
.nvd3 line.nv-guideline {
    stroke: #ccc;
}

.kenzo {
  background: linear-gradient(90deg, #fff 25%, transparent 25%), linear-gradient(315deg, #fff 10%, transparent 10%) -14px -35px, linear-gradient(45deg, #fff 20%, transparent 10%) 14px -28px, linear-gradient(225deg, #fff 10%, transparent 10%) -14px 7px, linear-gradient(135deg, #fff 10%, transparent 10%) 21px 14px, linear-gradient(225deg, #fff 10%, transparent 10%) -7px 14px, linear-gradient(225deg, #fff 10%, transparent 10%) -14px 35px, linear-gradient(315deg, #fff 20%, transparent 10%) -7px -7px, linear-gradient(135deg, #fff 10%, transparent 10%) 14px 35px, linear-gradient(45deg, #fff 10%, transparent 10%) 21px -14px, linear-gradient(135deg, #fff 10%, transparent 10%) 21px 28px;
  background-size: 28px 42px;
}
.kenzo-back {
  background: linear-gradient(90deg, #9C27B0 0%, #E91E63 25%, #F44336 50%, #673AB7 75%, #009688 100%);
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.eot');
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.svg#Roboto') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../fonts/Roboto-Thin.eot');
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.eot');
  src: url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/Roboto-ThinItalic.woff') format('woff'), url('../fonts/Roboto-ThinItalic.ttf') format('truetype'), url('../fonts/Roboto-ThinItalic.svg#Roboto') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-ThinItalic';
  src: url('../fonts/Roboto-ThinItalic.eot');
  src: url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/Roboto-ThinItalic.woff') format('woff'), url('../fonts/Roboto-ThinItalic.ttf') format('truetype'), url('../fonts/Roboto-ThinItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.eot');
  src: url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff'), url('../fonts/Roboto-LightItalic.ttf') format('truetype'), url('../fonts/Roboto-LightItalic.svg#Roboto') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-LightItalic';
  src: url('../fonts/Roboto-LightItalic.eot');
  src: url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff'), url('../fonts/Roboto-LightItalic.ttf') format('truetype'), url('../fonts/Roboto-LightItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-RegularItalic.eot');
  src: url('../fonts/Roboto-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-RegularItalic.woff2') format('woff2'), url('../fonts/Roboto-RegularItalic.woff') format('woff'), url('../fonts/Roboto-RegularItalic.ttf') format('truetype'), url('../fonts/Roboto-RegularItalic.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-RegularItalic';
  src: url('../fonts/Roboto-RegularItalic.eot');
  src: url('../fonts/Roboto-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-RegularItalic.woff2') format('woff2'), url('../fonts/Roboto-RegularItalic.woff') format('woff'), url('../fonts/Roboto-RegularItalic.ttf') format('truetype'), url('../fonts/Roboto-RegularItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.eot');
  src: url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype'), url('../fonts/Roboto-MediumItalic.svg#Roboto') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-MediumItalic';
  src: url('../fonts/Roboto-MediumItalic.eot');
  src: url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype'), url('../fonts/Roboto-MediumItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.eot');
  src: url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff'), url('../fonts/Roboto-BoldItalic.ttf') format('truetype'), url('../fonts/Roboto-BoldItalic.svg#Roboto') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url('../fonts/Roboto-BoldItalic.eot');
  src: url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff'), url('../fonts/Roboto-BoldItalic.ttf') format('truetype'), url('../fonts/Roboto-BoldItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.eot');
  src: url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff'), url('../fonts/Roboto-BlackItalic.ttf') format('truetype'), url('../fonts/Roboto-BlackItalic.svg#Roboto') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-BlackItalic';
  src: url('../fonts/Roboto-BlackItalic.eot');
  src: url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff'), url('../fonts/Roboto-BlackItalic.ttf') format('truetype'), url('../fonts/Roboto-BlackItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.text {
  vertical-align: sub !important;
}
.material-icons.md-13 {
  font-size: 13px;
}
.material-icons.md-14 {
  font-size: 14px;
}
.material-icons.md-15 {
  font-size: 15px;
}
.material-icons.md-16 {
  font-size: 16px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-28 {
  font-size: 28px;
}
.material-icons.md-32 {
  font-size: 32px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.centrify-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.centrify-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.centrify-y-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.centrify {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.display4 {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 112px;
  font-weight: 300;
}
.display3 {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 56px;
}
.display2 {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 45px;
}
.display1 {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 34px;
}
.headline {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
}
.title {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 21px;
}
.subheading {
  font-size: 16px;
}
.light-secondary {
  color: rgba(0, 0, 0, 0.54);
}
.floating-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
.floating-button > button {
  display: block;
  height: 100%;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #FF3D00;
  color: #ffffff;
  z-index: 4;
}
.floating-button > button:hover {
  background-color: #e63700;
}
@-webkit-keyframes fade-out-in {
  0% {
    opacity: 1;
    color: transparent;
  }
  50% {
    opacity: 0;
    width: 0;
    height: 0;
    color: transparent;
  }
  100% {
    opacity: 1;
    color: transparent;
  }
}
@-moz-keyframes fade-out-in {
  0% {
    opacity: 1;
    color: transparent;
  }
  50% {
    opacity: 0;
    width: 0;
    height: 0;
    color: transparent;
  }
  100% {
    opacity: 1;
    color: transparent;
  }
}
@-ms-keyframes fade-out-in {
  0% {
    opacity: 1;
    color: transparent;
  }
  50% {
    opacity: 0;
    width: 0;
    height: 0;
    color: transparent;
  }
  100% {
    opacity: 1;
    color: transparent;
  }
}
@-o-keyframes fade-out-in {
  0% {
    opacity: 1;
    color: transparent;
  }
  50% {
    opacity: 0;
    width: 0;
    height: 0;
    color: transparent;
  }
  100% {
    opacity: 1;
    color: transparent;
  }
}
@keyframes fade-out-in {
  0% {
    opacity: 1;
    color: transparent;
  }
  50% {
    opacity: 0;
    width: 0;
    height: 0;
    color: transparent;
  }
  100% {
    opacity: 1;
    color: transparent;
  }
}
.floating-button > button.reanimate {
  -webkit-animation: fade-out-in 0.3s linear;
  -moz-animation: fade-out-in 0.3s linear;
  -ms-animation: fade-out-in 0.3s linear;
  -o-animation: fade-out-in 0.3s linear;
  animation: fade-out-in 0.3s linear;
}
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.flex.row {
  overflow: hidden;
}
.flex.column {
  overflow: hidden;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex.align-center {
  align-items: center;
}
.fill {
  flex: 2;
}
.scroll {
  overflow-y: auto;
}
.no-shrink {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.grow {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.menu-btn {
  width: 80px;
}
@media (max-width: 480px) {
  .menu-btn {
    width: 48px;
    flex-shrink: 0;
  }
}
.menu-btn button {
  display: block;
}
@media (min-width: 740px) {
  .menu-btn button {
    display: none;
  }
}
.menu-btn button.show {
  display: block;
}
.store-header {
  background-color: #3949AB;
}
.store-header .wrapper {
  display: flex;
  align-items: center;
  padding-right: 72px;
}
@media (max-width: 480px) {
  .store-header .wrapper {
    padding-right: 14px;
  }
}
.store-header .wrapper .headline {
  color: #fff;
  line-height: 60px;
  font-size: 21px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-header .wrapper .search-input {
  display: flex;
  margin-left: 24px;
  color: #ffffff;
}
.store-header .wrapper .search-input input {
  width: 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.store-header .wrapper .search-input input:focus,
.store-header .wrapper .search-input input.open {
  width: 180px;
}
.store-header .wrapper .search-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.store-header .wrapper .search-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.store-header .wrapper .search-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.store-header .wrapper .search-input label {
  cursor: pointer;
}
.layout-table .table-wrapper {
  margin: 24px 48px;
  padding-bottom: 96px;
}
@media (max-width: 480px) {
  .layout-table .table-wrapper {
    margin: 14px;
  }
}
.layout-table .floating-button {
  position: absolute;
  right: 96px;
  bottom: 36px;
}
.layout-grid .grid-wrapper {
  margin: 24px 48px;
}
@media (max-width: 480px) {
  .layout-grid .grid-wrapper {
    margin: 14px;
  }
}
.layout-dashboard .dashboard-wrapper {
  margin: 24px 48px;
}
@media (max-width: 480px) {
  .layout-dashboard .dashboard-wrapper {
    margin: 14px;
  }
}
.item-view {
  overflow-y: hidden;
}
.item-view > .item-content {
  flex: 2;
  overflow-y: auto;
}
.item-view .item-header {
  background-color: #3F51B5;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
}
.item-view .item-header.single-store {
  background-color: #3949AB;
}
.item-view .item-header.single-store .container {
  padding-left: 0;
}
.item-view .item-header.single-store .item-labels {
  margin-left: 72px;
}
@media (max-width: 480px) {
  .item-view .item-header.single-store .item-labels {
    margin-left: 40px;
  }
}
.item-view .item-header.single-store .pd-tabs {
  margin-left: 56px;
}
@media (max-width: 480px) {
  .item-view .item-header.single-store .pd-tabs {
    margin-left: 48px;
  }
}
.item-view .item-header.single-store .controls .item-name h1 {
  margin: 7px 0 5px 0;
}
.item-view .item-header .item-name h1,
.item-view .item-header .item-name h2,
.item-view .item-header .item-name p {
  color: #ffffff !important;
}
.item-view .item-header .controls {
  align-items: flex-end;
  max-width: 650px;
}
.item-view .item-header .controls .item-name {
  min-width: 150px;
}
.item-view .item-header .controls .item-name h1 {
  font-size: 21px;
  margin: 0 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-view .item-header .controls > button {
  margin: 0 12px;
}
.item-view .item-header .controls .save-btn span,
.item-view .item-header .controls .cancel-btn span {
  position: absolute;
  left: 50%;
  top: 95%;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  letter-spacing: 0;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s linear 0.5s;
  -o-transition: opacity 0.5s linear 0.5s;
  transition: opacity 0.5s linear 0.5s;
}
.item-view .item-header .controls .save-btn:disabled span,
.item-view .item-header .controls .cancel-btn:disabled span {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.container {
  /*@media (min-width: 600px) {
    width: 970px;
  }
  @media (min-width: 840px) {
    width: 1170px;
  }
  @media (min-width: 960px) {
    width: 1410px;
  }
  @media (min-width: 1280px) {
    width: 1410px;
  }
  @media (min-width: 1440px) {
    width: 1410px;
  }
  @media (min-width: 1600px) {
    width: 1410px;
  }*/
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 24px;
}
@media (max-width: 480px) {
  .container {
    padding-left: 48px;
    padding-right: 14px;
  }
}
.pd-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.pd-card-base {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.pd-card-top {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  height: 64px;
  padding: 18px 24px 0 68px;
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pd-card-page {
  padding: 18px 24px 16px 68px;
  margin-bottom: 50px;
}
.pd-card-page.top {
  padding-top: 24px;
}
.pd-card-page hr {
  margin-top: 36px;
  margin-left: -68px;
  margin-right: -24px;
}
.pd-card {
  width: 320px;
  margin-bottom: 44px;
  margin-right: 44px;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
@media (max-width: 382px) {
  .pd-card {
    width: 100%;
  }
}
.pd-card .action {
  cursor: pointer;
}
.pd-card .card-media {
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 24px 16px;
}
.pd-card .card-media.changed {
  position: relative;
}
.pd-card .card-media.changed:after {
  position: absolute;
  content: '*';
  top: 14px;
  right: 14px;
  font-size: 24px;
  line-height: 24px;
}
.pd-card .card-desc {
  padding: 24px 16px 16px;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.pd-card .card-desc .labels-group.hide-in-list {
  display: none;
}
.pd-card .card-desc .labels-group {
  display: block;
  margin-top: 8px;
}
.pd-card .card-desc .labels-group .item-label:first-of-type {
  margin-left: 0;
}
.pd-card .card-desc .labels-group .item-label {
  padding: 0;
}
.pd-card .card-desc .labels-group .item-label i {
  margin-right: 5px;
}
.pd-card .card-actions .item-actions {
  margin: 0;
  padding: 8px 8px 8px 16px;
}
.pd-card span.card-title {
  font-size: 24px;
  font-weight: 300;
}
.pbx-operators .summary {
  position: relative;
  display: flex;
  height: 94px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.pbx-operators .summary .selected-call {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 72px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in 0.2s, visibility 0s linear 0.5s;
  -o-transition: opacity 0.3s ease-in 0.2s, visibility 0s linear 0.5s;
  transition: opacity 0.3s ease-in 0.2s, visibility 0s linear 0.5s;
}
.pbx-operators .summary .selected-call.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.3s ease-out, visibility 0s linear 0s;
  transition: opacity 0.3s ease-out, visibility 0s linear 0s;
}
.pbx-operators .summary .charts,
.pbx-operators .summary .selected-call {
  padding-left: 72px;
}
.pbx-operators .summary .charts .stats span,
.pbx-operators .summary .selected-call .stats span {
  font-size: 24px;
  min-width: 50px;
}
.pbx-operators .summary .campaigns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 72px;
}
.pbx-operators .summary .campaigns .campaign {
  flex-shrink: 0;
  padding: 8px 24px;
  border-left-width: 5px;
  border-left-style: solid;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
}
.pbx-operators .stats span {
  min-width: 30px;
}
.pbx-operators .stats i.material-icons {
  color: rgba(0, 0, 0, 0.54);
}
.pbx-operators .operators {
  padding: 0 72px;
  overflow-y: scroll;
}
.pbx-operators .operators .operator {
  display: flex;
  min-height: 128px;
  margin-top: 14px;
}
.pbx-operators .operators .operator .info {
  position: relative;
  width: 280px;
  margin-bottom: 8px;
  padding-left: 64px;
}
.pbx-operators .operators .operator .info .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.pbx-operators .operators .operator .info .name {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 300;
}
.pbx-operators .operators .operator .info .item-actions {
  margin-top: 8px;
}
.pbx-operators .operators .operator .calls {
  display: flex;
  align-items: baseline;
}
.pbx-operators .operators .operator .calls .item {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-radius: 2px;
  padding: 4px;
  font-size: 12px;
  cursor: pointer;
}
.pbx-operators .operators .operator .calls .item i {
  color: rgba(0, 0, 0, 0.54);
}
.pbx-operators .operators .operator .calls .current-item {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-radius: 2px;
  padding: 4px;
  font-size: 12px;
  cursor: pointer;
  margin-left: 0;
  vertical-align: top;
  background-color: black;
  color: #ffffff;
}
.pbx-operators .operators .operator .calls .current-item i {
  color: rgba(0, 0, 0, 0.54);
}
.item-actions .action-form-modal {
  position: absolute;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 72px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
  z-index: 60;
}
.item-actions .action-form-modal .action-form {
  width: 348px;
  padding: 24px 24px 8px 24px;
  background-color: #fff;
  border-radius: 2px;
}
.item-actions .action-form-modal .action-form.wide {
  width: 648px;
}
.item-actions.item-view {
  padding: 8px 0;
  max-width: 450px;
}
.item-actions.nav {
  display: flex;
  padding: 0 15px;
}
.item-actions.nav button,
.item-actions.nav .btn {
  height: 34px;
  font-size: 13px;
  line-height: 34px;
}
.item-actions.nav .btn-flat {
  color: #ffffff;
}
.item-actions.nav .btn-icon {
  color: #ffffff;
  width: 34px;
}
.item-actions.nav .action-form-modal {
  position: fixed;
}
.item-actions.nav button,
.item-actions.nav .btn,
.item-actions.nav .btn-flat,
.item-actions.nav .btn-icon {
  box-shadow: none !important;
  color: #ffffff;
}
.item-actions.nav button:hover,
.item-actions.nav .btn:hover,
.item-actions.nav .btn-flat:hover,
.item-actions.nav .btn-icon:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.item-actions.form-field {
  display: block !important;
}
.item-actions button {
  position: relative;
}
.item-actions button i.loader {
  position: absolute;
  top: 10px;
  left: 25px;
}
.item-actions button span i + span {
  margin-left: 5px;
}
.autocomplete {
  position: relative;
}
.autocomplete .pd-picker {
  max-height: 200px;
  overflow-y: auto;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
}
.autocomplete .pd-picker .option {
  padding: 2px;
  cursor: pointer;
}
.autocomplete .pd-picker .option:hover {
  background-color: #eee;
}
.autocomplete .pd-picker .option.option-selected {
  background-color: #00e5ff;
}
.autocomplete .pd-picker:before,
.autocomplete .pd-picker:after {
  display: none;
}
.round-avatar {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #3F51B5;
  border-radius: 50%;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
}
.round-avatar.gray {
  background-color: #323232;
  color: #ffffff;
}
.round-avatar.lg {
  width: 48px;
  height: 48px;
  line-height: 49px;
  font-size: 20px;
  font-weight: 300;
}
button,
input[type="button"],
.btn {
  height: 36px;
  min-width: 88px;
  padding: 0 8px;
  background: none;
  border: none;
  border-radius: 1px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  outline: none !important;
}
button:disabled,
input[type="button"]:disabled,
.btn:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: none !important;
}
.btn {
  display: inline-block;
  line-height: 36px;
  margin: 0 8px;
}
.btn.first {
  margin-left: 0;
}
.btn.last {
  margin-right: 0;
}
.btn-fw,
.btn-fw.btn-flat {
  display: block;
  margin: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 14px;
  white-space: nowrap;
  text-align: left;
  text-transform: none;
}
.btn-fw.btn-flat.first,
.btn-fw.first {
  margin-left: 0;
}
.btn-fw.btn-flat.last,
.btn-fw.last {
  margin-right: 0;
}
.btn-flat {
  margin: 0 8px;
  box-shadow: none;
  min-width: 64px;
  color: rgba(0, 0, 0, 0.87);
}
.btn-flat:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn-flat:disabled {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.btn-flat.first {
  margin-left: -8px;
}
.btn-flat.last {
  margin-right: -8px;
}
.btn-icon {
  margin: 0 8px;
  box-shadow: none;
  min-width: 64px;
  color: rgba(0, 0, 0, 0.87);
  min-width: 36px;
  padding: 0 6px;
  border-radius: 50%;
  transform: rotate3d(0, 1, 0, 0deg);
  -webkit-transition: color 1s ease-in-out, transform 1s ease-in-out, background-color 0.2s linear;
  -o-transition: color 1s ease-in-out, transform 1s ease-in-out, background-color 0.2s linear;
  transition: color 1s ease-in-out, transform 1s ease-in-out, background-color 0.2s linear;
}
.btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn-icon:disabled {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.btn-icon.first {
  margin-left: -8px;
}
.btn-icon.last {
  margin-right: -8px;
}
.btn-icon.sm {
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  padding: 0 2px;
  font-size: 16px;
}
.btn-icon.sm i.material-icons {
  font-size: 16px;
}
.btn-icon i,
.btn-icon span {
  -webkit-transition: transform 0s ease-in-out 0.5s;
  -o-transition: transform 0s ease-in-out 0.5s;
  transition: transform 0s ease-in-out 0.5s;
}
.btn-icon:disabled {
  transform: rotate3d(0, 1, 0, 180deg);
}
.btn-icon:disabled i,
.btn-icon:disabled span {
  transform: scaleX(-1);
}
.dark > .btn-flat,
.dark > .btn-icon,
.btn-flat.dark,
.btn-icon.dark,
.btn-flat-dark {
  color: #ffffff;
}
.dark > .btn-flat:hover,
.dark > .btn-icon:hover,
.btn-flat.dark:hover,
.btn-icon.dark:hover,
.btn-flat-dark:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.dark > .btn-flat:disabled,
.dark > .btn-icon:disabled,
.btn-flat.dark:disabled,
.btn-icon.dark:disabled,
.btn-flat-dark:disabled {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.3) !important;
}
.btn-default {
  color: #3F51B5;
}
.btn-accent {
  color: #FF3D00;
}
.code-display {
  width: 640px;
}
.color-picker {
  position: relative;
}
.color-picker input[type="text"] {
  padding-right: 20px;
}
.color-picker.pointer input[type="text"] {
  cursor: pointer;
}
.color-picker.pointer .preview {
  cursor: pointer;
}
.color-picker .preview {
  position: absolute;
  top: 12px;
  right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: text;
}
.color-picker .pd-picker {
  max-width: 280px;
  padding: 14px;
  top: calc(100% + 14px);
}
.color-picker .pd-picker .color-item {
  display: inline-block;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.color-picker .preview-back {
  position: absolute;
  top: 12px;
  right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: text;
  background-color: #eee;
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}
.pd-comment-list .pd-comment {
  margin-bottom: 5px;
  width: 630px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.pd-comment-list .pd-comment span:first-child {
  display: block;
  margin-bottom: 5px;
  color: #348667;
  font-weight: 500;
}
.pd-comment-list .pd-comment span:last-child {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.pd-comment-list .pd-comment p {
  margin: 0;
  line-height: 18px;
}
.pd-comment-list .pd-comment:first-child {
  border-top: none;
}
.pd-comment-editor {
  padding: 10px 0;
  width: 630px;
}
.pd-comment-editor textarea {
  margin-bottom: 0;
}
.date-picker {
  position: relative;
}
.date-picker .pd-picker {
  top: calc(100% + 14px);
  width: 300px;
}
.date-range .summary {
  position: relative;
  margin-bottom: 14px;
  border-bottom: 1px solid #3F51B5;
  cursor: pointer;
}
.date-range .summary.opened {
  border-bottom: 1px solid #3F51B5;
  box-shadow: 0 1px 0 0 #3F51B5;
}
.date-range .summary .icon {
  position: absolute;
  right: 4px;
  top: 10px;
}
.date-range .pd-picker {
  min-width: 450px;
  overflow: auto;
}
@media (max-width: 600px) {
  .date-range .pd-picker.fixed {
    left: 5px;
    right: 5px;
  }
}
@media screen and (max-height: 600px) {
  .date-range .pd-picker.fixed {
    top: 39px;
    bottom: 5px;
  }
  .date-range .pd-picker:before,
  .date-range .pd-picker:after {
    display: none;
  }
}
.date-range .pd-picker .close {
  position: absolute;
  top: 8px;
  right: 16px;
}
.date-range .pd-picker .header {
  padding-top: 8px;
  margin-bottom: 14px;
}
.date-range .pd-picker .header div {
  display: inline-block;
}
.date-range .pd-picker .header .input-container {
  position: relative;
  margin: 0 16px;
}
.date-range .pd-picker .header .input-container input {
  width: 100px;
}
.date-range .pd-picker .header .actions {
  margin-left: 32px;
}
.date-range .pd-picker .range {
  position: relative;
  height: 36px;
  margin-bottom: 24px;
  padding: 0 42px;
  overflow: hidden;
  white-space: nowrap;
}
.date-range .pd-picker .range button.prev,
.date-range .pd-picker .range button.next {
  position: absolute;
  z-index: 1;
}
.date-range .pd-picker .range button.prev {
  left: 0;
}
.date-range .pd-picker .range button.next {
  right: 0;
}
.date-range .pd-picker .range .year {
  position: relative;
  display: inline-block;
  text-align: center;
}
.date-range .pd-picker .range .year p {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.date-range .pd-picker .range .year .highlight {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #FF3D00;
  opacity: 0.3;
}
.date-range .pd-picker .range .lens {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  display: inline-block;
  margin: 0 auto;
}
.date-range .pd-picker .month {
  display: inline-block;
}
.date-range .pd-picker .month p {
  margin: 0;
  padding-left: 16px;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.date-range .pd-picker .footer {
  text-align: right;
  padding-bottom: 8px;
}
.calendar {
  display: inline-block;
  padding: 14px;
}
.calendar .select {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  z-index: 0;
}
.calendar .select-month {
  width: 110px;
}
.calendar .select-year {
  width: 60px;
}
.calendar .calendar-day {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-top: 3px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.calendar .calendar-day.last {
  margin-right: 0;
}
.calendar .calendar-day.selectable {
  cursor: pointer;
}
.calendar .calendar-day.selectable:hover {
  background-color: #ddd;
}
.calendar .calendar-day.holiday {
  color: #F44336;
}
.calendar .calendar-day.mute {
  color: #aaa !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.calendar .calendar-day.today {
  -webkit-box-shadow: 0 0 0 2px #3F51B5;
  -moz-box-shadow: 0 0 0 2px #3F51B5;
  box-shadow: 0 0 0 2px #3F51B5;
}
.calendar .calendar-day.selected,
.calendar .calendar-day.holiday.selected,
.calendar .calendar-day.selectable.selected,
.calendar .calendar-day.in-range,
.calendar .calendar-day.in-range.range-start {
  background-color: #FF3D00;
  color: #fff;
}
.calendar .calendar-day.range-start {
  background-color: #ffb199;
  color: #fff;
}
.calendar .calendar-day.in-range {
  border-radius: 0;
}
.calendar .week-day {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-top: 3px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #6a6a6a;
}
.calendar .week-day.last {
  margin-right: 0;
}
.calendar .week-day.selectable {
  cursor: pointer;
}
.calendar .week-day.selectable:hover {
  background-color: #ddd;
}
.calendar .week-day.holiday {
  color: #F44336;
}
.calendar .week-day.mute {
  color: #aaa !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.calendar .week-day.today {
  -webkit-box-shadow: 0 0 0 2px #3F51B5;
  -moz-box-shadow: 0 0 0 2px #3F51B5;
  box-shadow: 0 0 0 2px #3F51B5;
}
.calendar .week-day.selected,
.calendar .week-day.holiday.selected,
.calendar .week-day.selectable.selected,
.calendar .week-day.in-range,
.calendar .week-day.in-range.range-start {
  background-color: #FF3D00;
  color: #fff;
}
.calendar .week-day.range-start {
  background-color: #ffb199;
  color: #fff;
}
.calendar .week-day.in-range {
  border-radius: 0;
}
.file-picker .drop-zone {
  margin: 7px -4px;
  padding: 2px;
  border: 2px dashed rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.file-picker .drop-zone.over {
  background-color: #FFFDE7;
}
.file-picker .drop-zone span {
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.24);
}
.upload-list .file-summary {
  display: flex;
  align-items: center;
}
.upload-list .file-summary .preview {
  padding: 10px 16px 10px 0;
}
.upload-list .file-summary .preview div {
  height: 40px;
  width: 40px;
  background: #aaa;
  border-radius: 50%;
  border: 2px solid #aaa;
  text-align: center;
}
.upload-list .file-summary .preview div span.abbr {
  line-height: 36px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.upload-list .file-summary .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  font-size: 13px;
}
.upload-list .file-summary .info a {
  color: #3949AB !important;
  text-decoration: underline !important;
}
.upload-list .file-summary .info span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 17px;
}
.upload-list .file-summary .info span + span {
  color: rgba(0, 0, 0, 0.54);
}
.upload-list .file-summary .actions button {
  color: rgba(0, 0, 0, 0.54);
}
.filters {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -264px;
  z-index: 15;
  background-color: #fff;
  -webkit-transition: right 0.4s ease-in-out, margin-right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out, margin-right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out, margin-right 0.4s ease-in-out;
  -webkit-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.26);
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.26);
  min-width: 264px;
}
.filters .bottom-btn-filters {
  padding: 7px 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 264px!important;
  background: #fff;
}
.filters.show {
  right: 0;
}
.filters.pinned {
  position: inherit;
  margin-right: -264px;
  z-index: inherit;
}
.filters.pinned.show {
  margin-right: 0;
}
.filters .pin-toggle {
  position: absolute;
  right: 4px;
  top: 4px;
}
.pd-filters {
  flex: 1;
  padding: 14px 22px;
  position: relative;
  overflow-y: auto;
}
.pd-filters .filter {
  width: 220px !important;
  margin-top: 24px;
}
.pd-filters .search-box {
  width: 220px;
}
.pd-filters .search-box .results {
  width: 220px;
}
.pd-filters .clear-link i.fa-close {
  margin-left: 5px;
}
.pd-filters label {
  font-weight: 300;
  margin-bottom: 0;
  cursor: pointer;
}
.pd-filters-summary {
  max-height: 0;
  height: 40px;
  padding: 0 54px 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
  background-color: #FFFDE7;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pd-filters-summary.show {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
  max-height: 40px;
}
.pd-filters-summary > span {
  margin-right: 14px;
}
.pd-filters-summary > button.close {
  position: absolute;
  right: 20px;
  top: 2px;
}
a.toggle-filters {
  padding: 8px 15px;
  display: inline-block;
  width: 220px;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 300;
}
a.toggle-filters i {
  margin-right: 5px;
  font-size: 14px;
}
input[type="text"],
input[type="password"],
input[type="time"],
select,
textarea {
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: transparent none;
  border: none;
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
select:focus,
textarea:focus {
  border-bottom: 1px solid #3F51B5;
  box-shadow: 0 1px 0 0 #3F51B5;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="time"]:disabled,
select:disabled,
textarea:disabled {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-field.fixed-width {
  width: 300px;
}
.form-field span.error {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -1px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  opacity: 0;
}
.form-field .simple-label > label {
  color: #000;
  font-weight: 400;
  text-transform: none;
}
.form-field .simple-label .change-indication {
  font-size: 13px;
  vertical-align: top;
}
.form-field.invalid.touched .simple-label > label {
  color: #E74C3C !important;
}
.form-field.invalid.touched span.error {
  opacity: 1;
  color: #E74C3C;
}
.form-field.invalid.touched input[type="text"],
.form-field.invalid.touched input[type="password"],
.form-field.invalid.touched select,
.form-field.invalid.touched textarea,
.form-field.invalid.touched input[type="text"]:focus,
.form-field.invalid.touched input[type="password"]:focus,
.form-field.invalid.touched select:focus,
.form-field.invalid.touched textarea:focus {
  border-color: #E74C3C;
  box-shadow: 0 1px 0 0 #E74C3C;
}
.form-field.focused .simple-label > label {
  color: #3949AB;
}
.form-field.focused span.error {
  opacity: 1;
}
.form-field.header-control {
  position: relative;
}
.form-field.header-control label {
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7) !important;
}
.form-field.header-control input {
  padding: 2px 0;
}
.form-field.header-control span.error {
  bottom: -16px;
  right: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.dark input[type="text"],
.dark input[type="password"],
.dark select,
.dark textarea {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dark input[type="text"]:focus,
.dark input[type="password"]:focus,
.dark select:focus,
.dark textarea:focus {
  border-bottom: 1px solid #fff;
}
.dark input[type="text"]:disabled,
.dark input[type="password"]:disabled,
.dark select:disabled,
.dark textarea:disabled {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.dark input[type="text"]::-webkit-input-placeholder,
.dark input[type="password"]::-webkit-input-placeholder,
.dark select::-webkit-input-placeholder,
.dark textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark input[type="text"]::-moz-placeholder,
.dark input[type="password"]::-moz-placeholder,
.dark select::-moz-placeholder,
.dark textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark input[type="text"]:-ms-input-placeholder,
.dark input[type="password"]:-ms-input-placeholder,
.dark select:-ms-input-placeholder,
.dark textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dark span {
  color: #ffffff;
}
.dark > .form-field.invalid.touched .simple-label > label {
  color: #FF8A80 !important;
}
.dark > .form-field.invalid.touched span.error {
  opacity: 1;
  color: #FF8A80;
}
.dark > .form-field.invalid.touched input[type="text"],
.dark > .form-field.invalid.touched input[type="password"],
.dark > .form-field.invalid.touched select,
.dark > .form-field.invalid.touched textarea,
.dark > .form-field.invalid.touched input[type="text"]:focus,
.dark > .form-field.invalid.touched input[type="password"]:focus,
.dark > .form-field.invalid.touched select:focus,
.dark > .form-field.invalid.touched textarea:focus {
  border-color: #FF8A80;
  box-shadow: 0 1px 0 0 #FF8A80;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
select ~ i.arrow {
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: -1;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
input[type="checkbox"] {
  cursor: pointer;
  border: none;
  box-shadow: none !important;
}
pre {
  min-height: 70px;
  overflow: auto;
  background-color: #eeeeee;
  padding: 10px;
  color: rgba(0, 0, 0, 0.54);
  white-space: pre-wrap;
}
.form-control {
  padding: 8px 0 4px 0;
  line-height: 20px;
  border-radius: 0;
}
.select-control {
  position: relative;
  z-index: 0;
}
.editor-form,
.pd-filters {
  margin-top: 24px;
}
.editor-form .form-field,
.pd-filters .form-field {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 14px;
  text-align: left;
}
.editor-form .form-field > label,
.pd-filters .form-field > label,
.editor-form .form-field .simple-label > label,
.pd-filters .form-field .simple-label > label {
  margin-bottom: 0;
}
.editor-form .form-field > p,
.pd-filters .form-field > p {
  margin-top: 8px;
  margin-bottom: 0;
}
.editor-form .form-field.unset,
.pd-filters .form-field.unset {
  position: unset !important;
}
.editor-form .fields-wrapper,
.pd-filters .fields-wrapper {
  max-width: 950px;
}
.editor-form .fields-wrapper > .form-field,
.pd-filters .fields-wrapper > .form-field {
  display: inline-block;
  min-width: 100%;
  max-width: 100%;
  vertical-align: top;
}
.editor-form .form-field.checkbox-control,
.pd-filters .form-field.checkbox-control {
  display: inline-flex;
  align-items: center;
}
.editor-form .form-field.checkbox-control label,
.pd-filters .form-field.checkbox-control label,
.editor-form .form-field.checkbox-control .simple-label,
.pd-filters .form-field.checkbox-control .simple-label {
  display: inline-block;
  margin-left: 2px;
  cursor: pointer;
}
.editor-form .form-field.checkbox-control .checkbox,
.pd-filters .form-field.checkbox-control .checkbox {
  color: #FF3D00;
  margin-left: -1px;
  cursor: pointer;
}
.editor-form .form-field.checkbox-control .checkbox.disabled,
.pd-filters .form-field.checkbox-control .checkbox.disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}
.editor-form .form-field.checkbox-control .checkbox.focused,
.pd-filters .form-field.checkbox-control .checkbox.focused {
  background-color: #d1d6ef;
}
.editor-form .form-field.checkbox-control .checkbox.focused.invalid,
.pd-filters .form-field.checkbox-control .checkbox.focused.invalid {
  background-color: #f8c9c4;
}
.editor-form .form-field.checkbox-control span,
.pd-filters .form-field.checkbox-control span,
.editor-form .form-field.checkbox-control .checkbox,
.pd-filters .form-field.checkbox-control .checkbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.editor-form .form-field.checkbox-control input[type="checkbox"],
.pd-filters .form-field.checkbox-control input[type="checkbox"] {
  width: 0;
  opacity: 0;
}
.editor-form .radio-control,
.pd-filters .radio-control {
  display: inline-flex !important;
  align-items: center;
}
.editor-form .radio-control label,
.pd-filters .radio-control label {
  margin-left: 6px;
  cursor: pointer;
}
.editor-form .radio-control .option,
.pd-filters .radio-control .option {
  margin-right: 24px;
}
.editor-form .radio-control .option:last-of-type,
.pd-filters .radio-control .option:last-of-type {
  margin-right: 0;
}
.editor-form .radio-control .radio,
.pd-filters .radio-control .radio {
  color: #FF3D00;
  margin-left: -1px;
  cursor: pointer;
}
.editor-form .radio-control .radio.disabled,
.pd-filters .radio-control .radio.disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}
.editor-form .radio-control .radio.focused,
.pd-filters .radio-control .radio.focused {
  background-color: #d1d6ef;
}
.editor-form .radio-control .radio.focused.invalid,
.pd-filters .radio-control .radio.focused.invalid {
  background-color: #f8c9c4;
}
.editor-form .radio-control label,
.pd-filters .radio-control label,
.editor-form .radio-control input,
.pd-filters .radio-control input {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.editor-form .actions-control,
.pd-filters .actions-control {
  margin-top: -14px;
}
.editor-form .actions-control > button,
.pd-filters .actions-control > button,
.editor-form .actions-control > .btn,
.pd-filters .actions-control > .btn,
.editor-form .actions-control > a,
.pd-filters .actions-control > a {
  margin-top: 14px;
  margin-left: 0 !important;
  margin-right: 14px;
}
.editor-form.multi-column .fields-wrapper > .form-field,
.pd-filters.multi-column .fields-wrapper > .form-field {
  min-width: 300px;
  margin-right: 30px;
}
.editor-form.multi-column .fields-wrapper > .form-field > div.text-area-wrapper textarea,
.pd-filters.multi-column .fields-wrapper > .form-field > div.text-area-wrapper textarea {
  width: 630px;
}
.editor-form.multi-column .checkbox-control,
.pd-filters.multi-column .checkbox-control {
  padding-top: 21px;
}
.editor-form.multi-column .object-input .checkbox-control,
.pd-filters.multi-column .object-input .checkbox-control {
  padding-top: 0;
}
.editor-form textarea,
.pd-filters textarea,
.editor-form pre,
.pd-filters pre {
  resize: none;
}
.editor-form .group-label,
.pd-filters .group-label {
  margin-top: 25px;
  margin-bottom: 14px;
}
.editor-form .group-label span,
.pd-filters .group-label span,
.editor-form .group-label label,
.pd-filters .group-label label {
  color: #3949AB;
  font-weight: 400;
  font-size: 21px;
  text-transform: none;
}
.editor-form label i[data-tooltip],
.pd-filters label i[data-tooltip],
.editor-form span i[data-tooltip],
.pd-filters span i[data-tooltip] {
  margin-left: 8px;
  color: #333;
}
.editor-form label i[data-tooltip]::after,
.pd-filters label i[data-tooltip]::after,
.editor-form span i[data-tooltip]::after,
.pd-filters span i[data-tooltip]::after {
  min-width: 250px;
  background-color: #323232;
  color: #ffffff;
  content: attr(data-tooltip);
  margin-left: 6px;
  margin-top: -18px;
  opacity: 0;
  padding: 3px 7px;
  position: absolute;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  z-index: 3;
}
.editor-form label i[data-tooltip]:hover::after,
.pd-filters label i[data-tooltip]:hover::after,
.editor-form span i[data-tooltip]:hover::after,
.pd-filters span i[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}
.editor-form .check-list,
.pd-filters .check-list {
  padding-top: 10px;
}
.editor-form .check-list.inline .check-list-item,
.pd-filters .check-list.inline .check-list-item {
  display: inline-flex;
  margin-right: 32px;
  margin-top: 0;
}
.editor-form .check-list .check-list-item,
.pd-filters .check-list .check-list-item {
  margin-top: 7px;
  align-items: center;
}
.editor-form .check-list .check-list-item label,
.pd-filters .check-list .check-list-item label {
  margin-left: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}
.editor-form.fixed-buttons,
.pd-filters.fixed-buttons {
  padding-bottom: 65px;
}
.editor-form .fixed-buttons,
.pd-filters .fixed-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.editor-form .fixed-buttons .container,
.pd-filters .fixed-buttons .container {
  padding-bottom: 15px;
  background-color: #fafafa;
  box-shadow: 25px -20px 25px #fafafa;
}
.editor-form .fixed-buttons .btn-link,
.pd-filters .fixed-buttons .btn-link {
  background-color: #ffffff;
  margin-left: 10px;
}
.editor-form .fixed-buttons .saving-loader,
.pd-filters .fixed-buttons .saving-loader {
  display: inline-block;
  vertical-align: sub;
}
.editor-form .action-buttons,
.pd-filters .action-buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.editor-form .saving-loader,
.pd-filters .saving-loader {
  margin: 0;
  padding: 8px 0;
  height: 36px;
}
.editor-form .buttons-right,
.pd-filters .buttons-right {
  text-align: right;
}
.editor-form .object-input,
.pd-filters .object-input {
  display: block !important;
  margin-left: -40px;
}
.editor-form .object-input > *,
.pd-filters .object-input > * {
  margin-left: 40px;
}
.editor-form .object-input > .list-items,
.pd-filters .object-input > .list-items {
  margin-left: 0;
}
.editor-form .object-input > button.first,
.pd-filters .object-input > button.first {
  margin-left: 32px;
}
.editor-form .object-input .list-item-divider,
.pd-filters .object-input .list-item-divider {
  position: relative;
  height: 14px;
  margin-top: -14px;
  margin-left: 0;
  z-index: 1000;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.editor-form .object-input.drag .list-item-wrapper .drag-handle,
.pd-filters .object-input.drag .list-item-wrapper .drag-handle {
  display: none !important;
}
.editor-form .object-input .list-item-wrapper,
.pd-filters .object-input .list-item-wrapper {
  margin-left: 0;
  padding-left: 40px;
}
.editor-form .object-input .list-item-wrapper.first .drag-handle,
.pd-filters .object-input .list-item-wrapper.first .drag-handle {
  top: 12px;
}
.editor-form .object-input .list-item-wrapper:hover .drag-handle,
.pd-filters .object-input .list-item-wrapper:hover .drag-handle {
  display: inherit;
}
.editor-form .object-input .list-item-wrapper.drag,
.pd-filters .object-input .list-item-wrapper.drag,
.editor-form .object-input .list-item-wrapper.drag:hover,
.pd-filters .object-input .list-item-wrapper.drag:hover {
  position: absolute;
  margin-left: 40px;
  background-color: #f0f4c3;
  border: 1px dashed #555;
  border-radius: 2px;
  z-index: 1100;
  -webkit-transition: margin-left 0.2s linear;
  -o-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
}
.editor-form .object-input .list-item-wrapper.drag.wd,
.pd-filters .object-input .list-item-wrapper.drag.wd,
.editor-form .object-input .list-item-wrapper.drag:hover.wd,
.pd-filters .object-input .list-item-wrapper.drag:hover.wd {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 0;
  background-color: inherit;
  border: none;
  left: 0 !important;
}
.editor-form .object-input .list-item-wrapper.drag .simple-label,
.pd-filters .object-input .list-item-wrapper.drag .simple-label,
.editor-form .object-input .list-item-wrapper.drag:hover .simple-label,
.pd-filters .object-input .list-item-wrapper.drag:hover .simple-label {
  display: none;
}
.editor-form .object-input .list-item-wrapper .drag-handle,
.pd-filters .object-input .list-item-wrapper .drag-handle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px;
  cursor: pointer;
}
.editor-form .object-input .list-item-wrapper .drag-handle i,
.pd-filters .object-input .list-item-wrapper .drag-handle i {
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.editor-form .object-input .list-item-wrapper .drag-handle:hover,
.pd-filters .object-input .list-item-wrapper .drag-handle:hover {
  display: inherit;
}
.editor-form .object-input .list-item-wrapper .drag-handle:hover i,
.pd-filters .object-input .list-item-wrapper .drag-handle:hover i {
  color: rgba(0, 0, 0, 0.87);
}
.editor-form .object-input .list-item,
.pd-filters .object-input .list-item {
  display: flex;
  position: relative;
  max-width: 100%;
  padding: 0;
}
.editor-form .object-input .list-item.first .list-item-props-wrapper,
.pd-filters .object-input .list-item.first .list-item-props-wrapper,
.editor-form .object-input .list-item .list-item-props-wrapper,
.pd-filters .object-input .list-item .list-item-props-wrapper {
  overflow: hidden;
  padding-top: 14px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.editor-form .object-input .list-item.first .list-item-props-wrapper .simple-label,
.pd-filters .object-input .list-item.first .list-item-props-wrapper .simple-label,
.editor-form .object-input .list-item .list-item-props-wrapper .simple-label,
.pd-filters .object-input .list-item .list-item-props-wrapper .simple-label {
  position: inherit;
}
.editor-form .object-input .list-item label,
.pd-filters .object-input .list-item label,
.editor-form .object-input .list-item .tooltip,
.pd-filters .object-input .list-item .tooltip {
  display: none;
  font-size: 12px;
}
.editor-form .object-input .list-item .change-indication,
.pd-filters .object-input .list-item .change-indication {
  position: absolute;
  right: 0;
}
.editor-form .object-input .list-item.first,
.pd-filters .object-input .list-item.first {
  border-top-width: 1px;
  margin-top: 14px;
  padding-top: 14px;
}
.editor-form .object-input .list-item.first .simple-label,
.pd-filters .object-input .list-item.first .simple-label {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.editor-form .object-input .list-item.first .simple-label label,
.pd-filters .object-input .list-item.first .simple-label label {
  display: inline-block;
}
.editor-form .object-input .list-item.first .simple-label .tooltip,
.pd-filters .object-input .list-item.first .simple-label .tooltip {
  display: inline-block;
}
.editor-form .object-input .list-item.first .simple-label .tooltip .actuator,
.pd-filters .object-input .list-item.first .simple-label .tooltip .actuator {
  font-size: 16px;
}
.editor-form .object-input .list-item > div:first-of-type,
.pd-filters .object-input .list-item > div:first-of-type {
  margin-left: 0;
}
.editor-form .object-input .list-item span.group,
.pd-filters .object-input .list-item span.group {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  margin: 0 0 24px 0;
}
.editor-form .object-input .list-item .list-item-input,
.pd-filters .object-input .list-item .list-item-input {
  display: inline-block;
  width: 300px;
  margin-bottom: 4px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 1;
}
.editor-form .object-input .list-item .list-item-input.last,
.pd-filters .object-input .list-item .list-item-input.last {
  margin-right: 0;
}
.editor-form .object-input .list-item .list-item-input.checkbox,
.pd-filters .object-input .list-item .list-item-input.checkbox {
  width: 50px;
}
.editor-form .object-input .list-item .checkbox-control,
.pd-filters .object-input .list-item .checkbox-control {
  align-items: flex-start;
}
.editor-form .object-input .list-item .checkbox-control > span,
.pd-filters .object-input .list-item .checkbox-control > span {
  display: block;
  padding-top: 7px;
}
.editor-form .object-input .list-item .checkbox-control .simple-label,
.pd-filters .object-input .list-item .checkbox-control .simple-label,
.editor-form .object-input .list-item .checkbox-control .simple-label > label,
.pd-filters .object-input .list-item .checkbox-control .simple-label > label {
  margin-left: 0;
}
.editor-form .object-input .list-item-remove,
.pd-filters .object-input .list-item-remove {
  margin-left: 10px;
  color: #bdbdbd;
}
.editor-form .object-input .list-item-remove:hover,
.pd-filters .object-input .list-item-remove:hover {
  color: #E74C3C;
}
.editor-form .object-input .list-item-add i,
.pd-filters .object-input .list-item-add i {
  color: rgba(0, 0, 0, 0.54);
}
.editor-form .object-input .list-item-add i:hover,
.pd-filters .object-input .list-item-add i:hover {
  color: rgba(0, 0, 0, 0.87);
}
.editor-form .object-input label + button,
.pd-filters .object-input label + button {
  margin-top: 15px;
}
.editor-form .object-input > button,
.pd-filters .object-input > button {
  display: block;
}
input[type="text"].header-input {
  font-size: 21px;
}
.header-input {
  font-weight: 300;
}
.header-input + span {
  visibility: hidden;
  display: inline-block;
  margin-left: 5px;
}
.header-input + span.changed {
  visibility: visible;
}
.back-link {
  display: block;
  position: absolute;
  margin-right: 24px;
  right: 100%;
  bottom: 0;
  cursor: pointer;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.54);
}
.back-link i {
  vertical-align: sub;
}
@media (max-width: 480px) {
  .back-link {
    margin-right: 7px;
  }
}
div[data-flex="5"] {
  flex-basis: 5%;
}
div[data-flex="10"] {
  flex-basis: 10%;
}
div[data-flex="15"] {
  flex-basis: 15%;
}
div[data-flex="20"] {
  flex-basis: 20%;
}
div[data-flex="25"] {
  flex-basis: 25%;
}
div[data-flex="30"] {
  flex-basis: 30%;
}
div[data-flex="35"] {
  flex-basis: 35%;
}
div[data-flex="40"] {
  flex-basis: 40%;
}
div[data-flex="45"] {
  flex-basis: 45%;
}
div[data-flex="50"] {
  flex-basis: 50%;
}
div[data-flex="55"] {
  flex-basis: 55%;
}
div[data-flex="60"] {
  flex-basis: 60%;
}
div[data-flex="65"] {
  flex-basis: 65%;
}
div[data-flex="70"] {
  flex-basis: 70%;
}
div[data-flex="75"] {
  flex-basis: 75%;
}
div[data-flex="80"] {
  flex-basis: 80%;
}
div[data-flex="85"] {
  flex-basis: 85%;
}
div[data-flex="90"] {
  flex-basis: 90%;
}
div[data-flex="95"] {
  flex-basis: 95%;
}
div[data-flex="100"] {
  flex-basis: 100%;
}
.item-labels .item-label {
  font-weight: 300;
  margin-right: 15px;
  padding: 0.2em 0.6em 0.3em;
  line-height: 1;
  background: none;
  color: #333;
  display: inline-block;
}
.item-labels .item-label:last-of-type {
  margin-right: 0 !important;
}
.item-labels.nav .item-label {
  color: #ffffff;
  margin-right: 0;
  padding: 0 8px;
  line-height: 34px;
}
.item-labels.form {
  margin-left: 5px;
  padding-bottom: 10px;
}
.item-labels.form + h2 {
  margin-top: 20px;
}
.item-labels.form .labels-group {
  margin-right: 15px;
}
.item-labels.form .labels-group:last-of-type {
  margin-right: 0;
}
.item-labels.form .item-label {
  margin-top: 15px;
  border: 1px solid #ffffff;
  border-radius: 0;
  font-size: 13px;
  color: #ffffff;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.item-labels.form .item-label span {
  display: inline-block;
}
.item-labels.form .item-label span,
.item-labels.form .item-label i {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
.item-labels.form .item-label i {
  margin-right: 4px;
}
.item-labels.list .item-label {
  margin-right: 5px;
  padding: 0;
}
.item-labels.list .item-label i {
  margin-right: 5px;
}
.item-labels.list .labels-group {
  display: block;
  min-height: 20px;
  padding-top: 2px;
}
.items-list .item.active .item-extra {
  color: #CCC;
}
.items-list .item .item-extra {
  color: #888;
}
.items-list .item .item-extra span {
  font-size: 12px;
}
.lightbox {
  display: block;
  position: fixed;
  z-index: 9999;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: rgba(254, 254, 254, 0.8);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightbox .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: pointer;
  color: #AAA;
  transition: color 0.3s linear;
}
.lightbox .fa:hover {
  color: #000;
}
.lightbox .fa:before {
  position: absolute;
  top: 15px;
}
.lightbox .fa-angle-left {
  left: 0;
}
.lightbox .fa-angle-left:before {
  left: 25px;
}
.lightbox .fa-remove {
  right: 0;
}
.lightbox .fa-remove:before {
  right: 25px;
}
.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.lightbox .shift {
  cursor: pointer;
}
.lightbox:target {
  outline: none;
}
.list-view-container {
  width: 321px;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}
@media (max-width: 740px) {
  .list-view-container {
    flex-grow: 2;
  }
}
.list-view-container .floating-button {
  position: absolute;
  right: 24px;
  top: calc(100% - 84px);
  -webkit-transition: top 0.5s cubic-bezier(0.8, 0, 0.2, 1.3);
  -o-transition: top 0.5s cubic-bezier(0.8, 0, 0.2, 1.3);
  transition: top 0.5s cubic-bezier(0.8, 0, 0.2, 1.3);
}
.list-view-container .floating-button.top {
  top: 24px;
}
.list-view-container .floating-button.cancel > button {
  background-color: #FF5252;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-view-container .toolbar {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding-top: 8px;
  padding-left: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}
.list-view-container .toolbar .search-input {
  flex-grow: 1;
  margin-right: 14px;
}
.list-view-container .toolbar .search-input i.fa-search {
  top: 12px;
}
.list-view-container .btn-create-area {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.list-view-container .btn-create-area .btn-create-container {
  position: absolute;
  width: 640px;
  -webkit-transition: left 0.25s linear;
  -o-transition: left 0.25s linear;
  transition: left 0.25s linear;
  left: 0;
}
.list-view-container .btn-create-area .btn-create-container.swipe {
  left: -320px;
}
.list-view-container .btn-create-area .btn-create-container a {
  display: inline-block;
  padding: 13px 15px;
  cursor: pointer;
  font-size: larger;
  font-weight: 300;
}
.list-view-container .btn-create-area .btn-create-container a:hover {
  text-decoration: none;
  background-color: #e0e0e0;
}
.list-view-container .btn-create-area .btn-create-container a.half-width {
  width: 140px;
  text-align: center;
  background-color: #FFF;
  color: #000;
}
.list-view-container .btn-create-area .btn-create-container a.half-width:hover {
  background-color: #e0e0e0;
}
.list-view-container .filters {
  flex-shrink: 0;
  padding: 10px 15px;
}
.list-view-container .filters .radio {
  display: inline-block;
  margin-bottom: 0px;
}
.list-view-container .filters .radio label {
  font-weight: 300;
}
.list-view-container .items-list {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.list-view-container .items-list .counter {
  position: absolute;
  bottom: 0;
  right: 24px;
  padding: 4px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.list-view-container .items-list .item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  color: #000;
  cursor: pointer;
}
.list-view-container .items-list .item > span {
  position: absolute;
  top: 8px;
  right: 15px;
}
.list-view-container .items-list .item.selectable > span {
  top: 4px;
  right: 30px;
}
.list-view-container .items-list .item .item-name {
  margin-right: 10px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-view-container .items-list .item .item-selection-box {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 3px 5px;
}
.list-view-container .items-list .item .item-selection-box .fa-square-o {
  color: #455a64;
}
.list-view-container .items-list .item:hover {
  background-color: #f5f5f5;
}
.list-view-container .items-list .item.active {
  background-color: #f5f5f5;
}
.list-view-container .items-list .item.active .item-name {
  color: #FF3D00;
}
.list-view-container .items-list .item a {
  overflow: hidden;
  width: 100%;
  color: #000;
}
.list-view-container .items-list .item .item-asterisk {
  position: absolute;
  top: 5px;
  right: 5px;
}
.list-view-container .items-list .item-action-icons {
  flex-direction: row;
  display: inline-flex;
  width: 321px;
  justify-content: space-between;
  align-items: center;
}
.masked-input {
  position: relative;
  z-index: 0;
}
.masked-input .mask-view {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 7px;
  color: #5F5F5F;
}
.masked-input .mask-view .muted {
  color: #9E9E9E;
}
.masked-input .mask-view .muted.x2 {
  color: #eeeeee;
}
.masked-input input {
  background: transparent;
  color: rgba(0, 0, 0, 0.35);
}
.pd-dropdown {
  position: absolute;
  z-index: 40;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.pd-picker {
  position: absolute;
  z-index: 40;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.pd-picker:before,
.pd-picker:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  pointer-events: none;
}
.pd-picker:before {
  left: 28px;
  border: 16px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.03);
}
.pd-picker:after {
  left: 30px;
  border: 14px solid transparent;
  border-bottom-color: #fff;
}
.pd-picker.left-side {
  right: 3px;
}
.pd-picker.left-side:before {
  left: inherit;
  right: 28px;
}
.pd-picker.left-side:after {
  left: inherit;
  right: 30px;
}
.pd-picker.left-side.show-at-top:before,
.pd-picker.left-side.show-at-top:after {
  display: none!important;
}
.pd-picker.fixed {
  position: fixed;
}
.loop-dropdown-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  z-index: 40;
}
.loop-dropdown-list ul {
  list-style: none;
  margin: 0px;
  padding: 5px 10px;
}
.loop-dropdown-list ul li {
  padding: 3px 0px;
}
.loop-dropdown-list ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.pd-dropdown-menu {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 40;
  min-width: 160px;
  padding: 8px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.pd-dropdown-menu.left-side {
  right: 3px;
  left: inherit;
}
.pd-dropdown-menu.open {
  display: block;
}
.pd-dropdown-menu hr {
  margin: 8px 0;
}
.pd-dropdown-menu li:hover {
  background-color: #f5f5f5;
}
.pd-dropdown-menu li > a {
  display: block;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.pd-dropdown-menu li > a:hover {
  color: rgba(0, 0, 0, 0.87);
}
.pd-dropdown-menu li > a i {
  color: rgba(0, 0, 0, 0.54);
}
.loop-disconnected {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.loop-disconnected .connection {
  color: #3F51B5;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loop-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.loop-loading h1,
.loop-loading h2,
.loop-loading h3,
.loop-loading h4,
.loop-loading h5,
.loop-loading h6 {
  color: #3F51B5;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scenes {
  position: relative;
}
.scenes .scene {
  position: absolute;
  margin: 0 auto;
  padding-bottom: 24px;
  left: 25px;
  right: 25px;
  top: 20%;
  text-align: center;
  opacity: 0;
  visibility: collapse;
  transition: opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
}
@media (max-width: 480px) {
  .scenes .scene {
    left: 14px;
    right: 14px;
  }
}
.scenes .scene.scene-show {
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  visibility: visible;
  opacity: 1;
}
.scenes .scene.scene-show-delayed {
  transition: opacity 0.5s 0.5s;
  -webkit-transition: opacity 0.5s 0.5s;
  visibility: visible;
  opacity: 1;
}
.scenes .scene .scene-content {
  position: relative;
  display: inline-block;
  background-color: #fff;
  text-align: left;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.scenes .scene .scene-content .editor-form {
  margin: 0 auto;
  width: 330px;
}
@media (max-width: 480px) {
  .scenes .scene .scene-content .editor-form {
    width: 260px;
  }
}
.scenes .scene .scene-content > div {
  padding: 8px 16px;
}
.scenes .scene .scene-content h1 {
  margin: 0 0 24px 0;
  padding: 16px;
  color: #fff;
  background-color: #3F51B5;
}
.scenes .scene .scene-content .scene-controls {
  margin-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.scenes span.delimiter {
  display: inline-block;
  width: 50px;
}
.scenes .license-viewer .license-text {
  min-height: 300px;
  max-height: 400px;
  overflow-y: scroll;
}
.scenes .license-viewer .license-text h1,
.scenes .license-viewer .license-text h2,
.scenes .license-viewer .license-text h3,
.scenes .license-viewer .license-text h4,
.scenes .license-viewer .license-text h5,
.scenes .license-viewer .license-text h6 {
  color: #888;
}
.scenes .license-viewer .license-text > div {
  padding: 30px 15px 30px 0;
  text-align: left;
}
.scenes .license-viewer .license-text > div p:last-of-type {
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
}
.scenes .license-viewer .shadow-top {
  flex-shrink: 0;
  position: relative;
  -webkit-box-shadow: 0 30px 30px -10px #fafafa inset;
  -moz-box-shadow: 0 30px 30px -10px #fafafa inset;
  box-shadow: 0 30px 30px -10px #fafafa inset;
  height: 30px;
  margin-bottom: -30px;
  margin-right: 15px;
}
.scenes .license-viewer .shadow-bottom {
  flex-shrink: 0;
  position: relative;
  -webkit-box-shadow: 0 -30px 30px -10px #fafafa inset;
  -moz-box-shadow: 0 -30px 30px -10px #fafafa inset;
  box-shadow: 0 -30px 30px -10px #fafafa inset;
  height: 30px;
  margin-top: -30px;
  margin-right: 15px;
}
@media (min-width: 740px) {
  .side-nav-wrapper.pinned .overlay {
    display: none;
  }
}
@media (min-width: 740px) {
  .side-nav-wrapper.pinned .side-nav {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    position: inherit;
  }
}
.side-nav-wrapper .side-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease-in 0.4s;
  -o-transition: transform 0.3s ease-in 0.4s;
  transition: transform 0.3s ease-in 0.4s;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  font-size: 13px;
}
.side-nav-wrapper .side-nav.show {
  -webkit-transition: transform 0.3s ease-out 0.1s;
  -o-transition: transform 0.3s ease-out 0.1s;
  transition: transform 0.3s ease-out 0.1s;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.side-nav-wrapper .side-nav.no-transition,
.side-nav-wrapper .side-nav.no-transition * {
  -webkit-transition: inherit !important;
  -o-transition: inherit !important;
  transition: inherit !important;
}
.side-nav-wrapper .side-nav .pin-toggle {
  position: absolute;
  top: 7px;
  right: 14px;
}
@media (max-width: 739px) {
  .side-nav-wrapper .side-nav .pin-toggle {
    display: none;
  }
}
.side-nav-wrapper .side-nav .list {
  padding: 12px 0 24px 0;
}
.side-nav-wrapper .side-nav ul {
  display: block;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.side-nav-wrapper .side-nav ul ul li a {
  padding: 10px 48px 10px 46px;
  font-weight: 400;
}
.side-nav-wrapper .side-nav ul li.active a,
.side-nav-wrapper .side-nav ul li a.active {
  color: #FF3D00;
}
.side-nav-wrapper .side-nav ul li a {
  display: block;
  padding: 15px 48px 15px 22px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  white-space: nowrap;
}
.side-nav-wrapper .side-nav ul li a:hover {
  background-color: #f5f5f5;
}
.side-nav-wrapper .overlay {
  position: fixed;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.pd-navbar-link {
  display: inline-block;
}
.pd-navbar-link > a {
  display: block;
  padding: 0 15px;
  line-height: 34px;
  white-space: nowrap;
}
.pd-navbar-link > a,
.pd-navbar-link > a:hover,
.pd-navbar-link > a:active,
.pd-navbar-link > a:visited {
  color: #fff;
}
.pd-navbar-link > a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar {
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar .material-icons.text {
  vertical-align: text-top;
}
.navbar .nav-container {
  padding-left: 48px;
  padding-right: 14px;
  display: flex;
}
.navbar .nav-container .more-link a {
  white-space: nowrap;
  padding-right: 14px;
}
.navbar .nav-container .spacer {
  flex-grow: 2;
  flex-shrink: 0;
  width: 42px;
}
.navbar .nav-container > a,
.navbar .nav-container .more-link > a,
.navbar .nav-container ul.nav > li > a {
  display: inline-block;
  color: #ffffff;
  line-height: 34px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  outline: none;
  padding: 0 15px;
  white-space: nowrap;
}
.navbar .nav-container > a:hover,
.navbar .nav-container .more-link > a:hover,
.navbar .nav-container ul.nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar .nav-container > a.nav-image-link,
.navbar .nav-container .more-link > a.nav-image-link,
.navbar .nav-container ul.nav > li > a.nav-image-link {
  padding: 5px 15px;
}
.navbar .nav-container > a.nav-image-link img,
.navbar .nav-container .more-link > a.nav-image-link img,
.navbar .nav-container ul.nav > li > a.nav-image-link img {
  height: 35px;
}
.navbar .nav-container > a.navbar-brand,
.navbar .nav-container .more-link > a.navbar-brand,
.navbar .nav-container ul.nav > li > a.navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 14px;
  padding-left: 0;
  padding-right: 14px;
  background: none;
  font-size: 16px;
  white-space: nowrap;
}
.navbar .nav-container > a.navbar-brand img,
.navbar .nav-container .more-link > a.navbar-brand img,
.navbar .nav-container ul.nav > li > a.navbar-brand img {
  height: 24px;
  margin-right: 7px;
}
.navbar .nav-container ul.nav {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.navbar .nav-container ul.nav.links {
  flex-grow: 2;
  overflow: hidden;
}
.navbar .nav-container ul.nav.links li {
  flex-shrink: 0;
}
.navbar .nav-container ul.nav > li {
  vertical-align: top;
}
.navbar .nav-container ul.nav > li:first-child {
  display: inline-block !important;
}
.navbar .nav-container ul.nav > li > a::before {
  display: block;
  height: 1px;
  margin-top: -1px;
  font-weight: 500;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  content: attr(title);
}
.navbar .nav-container ul.nav > li.active > a,
.navbar .nav-container ul.nav > li.active > a:hover,
.navbar .nav-container ul.nav > li.active > a:focus {
  background-color: transparent;
  color: #ff774d;
  font-weight: 500;
}
.navbar .nav-container ul.nav > li.invisible {
  visibility: hidden;
}
@media (max-width: 748px) {
  .navbar .nav-container ul.nav > li.actions,
  .navbar .nav-container ul.nav > li.labels {
    display: none !important;
  }
}
@media (max-width: 468px) {
  .sign-out .user-name {
    display: none;
  }
}
.nav-expander {
  height: 78px;
  padding-top: 14px;
  background-color: #3949AB;
}
.new-username {
  position: relative;
}
.new-username .state-icon {
  color: #43A047;
}
.new-username .state-icon.error {
  color: #E74C3C;
}
.new-username .state-icon,
.new-username .pd-loader {
  position: absolute;
  right: 4px;
  top: 6px;
}
.app.sign-in .app-alerts {
  top: 14px;
}
.app .notifications {
  right: -320px;
}
.app .app-alerts {
  transition: right 0s linear 0.3s;
}
.app.show-notifications .app-alerts {
  right: 334px;
}
.app.show-notifications .notifications {
  -webkit-box-shadow: -4px 0 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -4px 0 5px rgba(0, 0, 0, 0.26);
  box-shadow: -4px 0 5px rgba(0, 0, 0, 0.26);
  right: 0;
}
@media (max-width: 630px) {
  .app.show-notifications .notifications {
    top: 34px;
    left: 0;
  }
}
.notifications {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 320px;
  z-index: 35;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  transition: right 0.3s ease-in-out;
}
@media (max-width: 630px) {
  .notifications {
    width: auto;
    z-index: 4;
  }
}
.notifications .notifications-header {
  height: 50px;
  padding: 14px 16px;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
}
.notifications .notifications-list {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.notifications .notifications-list .notifications-group:hover .clear-range {
  opacity: 1;
  visibility: visible;
}
.notifications .notifications-list .notifications-group .clear-range {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
@media (max-width: 630px) {
  .notifications .notifications-list .notifications-group .clear-range {
    opacity: 1;
    visibility: visible;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
}
.notifications .notifications-list .notifications-group .group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.14);
  font-weight: 500;
  letter-spacing: 0.5px;
}
.notifications .notifications-list .notifications-group .notification-card.card-enter {
  opacity: 0.01;
  max-height: 0;
}
.notifications .notifications-list .notifications-group .notification-card.card-enter.card-enter-active {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 1;
  max-height: 1000px;
}
.notifications .notifications-list .notifications-group .notification-card.card-leave {
  opacity: 1;
  max-height: 1000px;
}
.notifications .notifications-list .notifications-group .notification-card.card-leave.card-leave-active {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0.01;
  max-height: 0;
}
.notifications .notifications-list .notifications-group.today .notification-card .message {
  padding-right: 56px;
}
.notification-card {
  position: relative;
}
.notification-card .message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification-card .message.pointer {
  cursor: pointer;
}
.notification-card .related-object {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.notification-card .item-actions.form {
  display: block;
  padding-top: 16px;
}
.notification-card .item-actions .form-field {
  text-align: left;
  min-width: 260px;
  margin-right: 0;
  margin-bottom: 5px;
}
.notification-card.center {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 0 16px 0;
}
.notification-card.center:last-of-type {
  border-bottom: none;
}
.notification-card.center.highlight {
  -webkit-animation: highlight_notification 1s infinite alternate;
  -moz-animation: highlight_notification 1s infinite alternate;
  -ms-animation: highlight_notification 1s infinite alternate;
  -o-animation: highlight_notification 1s infinite alternate;
  animation: highlight_notification 1s infinite alternate;
}
.notification-card.center .message,
.notification-card.center .details,
.notification-card.center .related-object {
  display: block;
  padding-left: 40px;
  padding-right: 16px;
}
.notification-card.center .icon {
  position: absolute;
  top: 13px;
  left: 12px;
}
.notification-card.center .message {
  padding-right: 85px;
}
.notification-card.center .details {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 20px;
}
.notification-card.center .related-object {
  line-height: 28px;
  display: block;
  cursor: pointer;
}
.notification-card.center .created {
  position: absolute;
  top: 12px;
  right: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  transition: opacity 0.3s;
}
.notification-card.center .close {
  position: absolute;
  top: 11px;
  right: 16px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.notification-card.center:hover .created {
  opacity: 0;
}
.notification-card.center:hover .close {
  opacity: 1;
}
.notification-card.center .item-actions {
  padding: 8px 16px 0 40px;
  text-align: right;
}
.notification-card.toast {
  display: inline-block;
}
.notification-card.toast .message {
  display: inline-block;
  vertical-align: middle;
  max-width: 280px;
  padding-left: 8px;
  padding-right: 8px;
}
.notification-card.toast .related-object {
  margin-right: 8px;
  cursor: pointer;
}
.notification-card.toast .related-object:last-of-type {
  margin-right: 0;
}
.notification-card.toast .item-actions {
  display: inline-block;
  margin-left: 7px;
  text-align: right;
}
.notification-card.toast .item-actions.form {
  display: block;
  margin-left: 0;
}
.notification-card.toast .item-actions > button {
  color: #3F51B5;
}
.notifications-toggle {
  position: relative;
}
.notifications-toggle span.counter {
  position: absolute;
  left: 26px;
  top: 8px;
  display: block;
  min-width: 20px;
  padding: 0 4px;
  background-color: #FF3D00;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 50%;
  text-align: center;
}
.app-alerts {
  display: flex;
  align-items: flex-end;
  position: fixed;
  right: 14px;
  max-width: 568px;
  z-index: 20000;
  font-size: 13px;
}
.app-alerts.app-alerts-top {
  top: 48px;
  flex-direction: column;
}
.app-alerts.app-alerts-bottom {
  flex-direction: column-reverse;
  bottom: 10px;
}
.app-alerts .alert {
  display: inline-flex;
  align-items: center;
  max-height: 0;
  margin-bottom: 0;
  position: relative;
  background-color: #323232;
  border-radius: 2px;
  color: #fff;
  opacity: 0;
  line-height: 36px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.app-alerts .alert .form {
  line-height: initial;
}
.app-alerts .alert.show {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 1;
  max-height: 288px;
  margin-bottom: 8px;
}
.app-alerts .alert.show.drag {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.app-alerts .alert .alert-content {
  padding: 6px 24px 6px 14px;
}
.app-alerts .alert .alert-content .thumb {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  line-height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.app-alerts .alert .alert-message {
  line-height: 36px;
}
.app-alerts .alert .alert-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #aaa;
  display: block;
  transition: width 0.5s linear;
}
@-webkit-keyframes highlight_notification {
  from {
    background-color: rgba(255, 255, 255, 0.4);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes highlight_notification {
  from {
    background-color: rgba(255, 255, 255, 0.4);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes highlight_notification {
  from {
    background-color: rgba(255, 255, 255, 0.4);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-o-keyframes highlight_notification {
  from {
    background-color: rgba(255, 255, 255, 0.4);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes highlight_notification {
  from {
    background-color: rgba(255, 255, 255, 0.4);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
.pin-toggle i {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 4px;
  text-align: center;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.pin-toggle i.unpinned {
  filter: none;
  -webkit-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.pin-toggle i:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ddd;
}
.invalid .search-box input[type="text"] {
  box-shadow: none !important;
  border: none !important;
}
.invalid.touched .search-box {
  border-color: #E74C3C;
  box-shadow: 0 1px 0 0 #E74C3C;
}
.invalid.touched .search-box .results {
  border-top: 2px solid #E74C3C;
}
.search-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  cursor: text;
  position: relative;
  min-height: 33px;
}
.search-box.disabled {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}
.search-box.disabled .selected span {
  padding-right: 9px;
}
.search-box .selected {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  margin: 3px 5px 3px 0;
  padding: 2px 2px 2px 9px;
  outline: 1px solid #eee6d1;
  background-color: #E8EAF6;
  cursor: default;
}
.search-box .selected span,
.search-box .selected a {
  display: inline-block;
  overflow: hidden;
  vertical-align: sub;
  padding-right: 24px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #000;
}
.search-box .selected .fa-remove {
  position: absolute;
  top: 0px;
  right: 2px;
  cursor: pointer;
  padding: 3px;
  color: #455a64;
}
.search-box .selected .fa-remove:hover {
  background-color: #9E9E9E;
}
.search-box input.search-box-input {
  display: inline-block;
  border: none;
  box-shadow: none;
  outline: none;
  margin-bottom: 7px;
  padding: 0;
  flex: 1 1 0;
}
.search-box .results {
  position: absolute;
  z-index: 40;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  left: 0;
  right: 0;
  top: 100%;
  border-top: 2px solid #3F51B5;
}
.search-box .results .header {
  display: flex;
  padding: 5px 10px;
  font-size: 12px;
  color: #455a64;
}
.search-box .results .header .current-items {
  display: inline-block;
  text-align: center;
}
.search-box .results .header .current-items span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search-box .results .header span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.search-box .results .header a {
  padding: 0 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.search-box .results .header a.disabled {
  color: #9E9E9E;
  cursor: default;
}
.search-box .results .header a.add {
  margin-left: auto;
  color: #000000;
  padding: 0;
}
.search-box .results .header a.add i {
  color: #FF3D00;
  margin-right: 5px;
}
.search-box .results .options {
  max-height: 250px;
  overflow: auto;
  position: relative;
}
.search-box .results .options .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(100, 100, 100, 0.2);
}
.search-box .results .options div {
  padding: 5px 10px;
  cursor: pointer;
}
.search-box .results .options div:hover {
  background-color: #E8EAF6;
}
.search-box .results .options div.active {
  cursor: default;
  background-color: #E8EAF6;
}
.search-box .results .options div.keyboard-hover {
  background-color: #00e5ff;
}
.search-box .results .options div.disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.search-box .results .options div span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #455a64;
}
.search-box .results .options div span:first-child {
  margin-top: 0;
  font-size: 14px;
  color: #000000;
}
.add-form-modal {
  position: absolute;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 72px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
  z-index: 5;
}
.add-form-modal .action-form {
  width: 348px;
  padding: 24px 24px 8px 24px;
  background-color: #fff;
  border-radius: 2px;
}
.sign-in-container .sign-in-logo {
  margin-top: 10px;
  min-height: 80px;
  padding: 24px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .sign-in-container .sign-in-logo {
    padding: 0 0 10px 0;
  }
}
.sign-in-container .sign-in-logo img {
  max-width: 330px;
  margin: 0 14px;
}
@media (max-width: 480px) {
  .sign-in-container .sign-in-logo img {
    max-width: 260px;
  }
}
.sign-in-container .locales {
  text-align: right;
  padding: 14px 32px;
}
.pd-table-card-header {
  display: flex;
  min-height: 64px;
  padding: 14px 0;
  align-items: center;
}
.pd-table-card-header span.headline {
  flex-grow: 1;
}
.pd-table-card-footer {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.pd-table-card-footer .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pd-table-card-footer select {
  width: 50px;
  margin: 0;
  padding: 0;
}
.pd-table-card-footer select ~ i.arrow {
  bottom: 0;
  right: 0;
}
table.pd-data-table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}
table.pd-data-table.loading tbody {
  opacity: 0;
  visibility: hidden;
}
table.pd-data-table thead tr {
  height: 56px;
}
table.pd-data-table thead tr th {
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
  color: rgba(0, 0, 0, 0.54);
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
table.pd-data-table thead tr th.checkbox {
  width: 68px;
}
table.pd-data-table thead tr th.sortable {
  cursor: pointer;
}
table.pd-data-table thead tr th.sortable:hover {
  color: rgba(0, 0, 0, 0.87);
}
table.pd-data-table thead tr th.sortable:before {
  position: absolute;
  left: 5px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  transition: transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
}
table.pd-data-table thead tr th.sortable:hover:before {
  content: "\f175";
  color: rgba(0, 0, 0, 0.54);
}
table.pd-data-table thead tr th.sortable.order {
  color: rgba(0, 0, 0, 0.87);
}
table.pd-data-table thead tr th.sortable.order:hover:before {
  color: rgba(0, 0, 0, 0.87);
}
table.pd-data-table thead tr th.sortable.order:before {
  content: "\f175";
}
table.pd-data-table thead tr th.sortable.order.desc:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
table.pd-data-table thead tr th:last-of-type {
  padding-right: 24px;
}
table.pd-data-table tbody tr,
table.pd-data-table tfoot tr {
  height: 48px;
}
table.pd-data-table tbody tr.active td,
table.pd-data-table tfoot tr.active td {
  background-color: #EEEEEE;
}
table.pd-data-table tbody tr:hover td,
table.pd-data-table tfoot tr:hover td {
  background-color: #EEEEEE;
}
table.pd-data-table tbody tr td,
table.pd-data-table tfoot tr td {
  padding-right: 24px;
  padding-left: 24px;
  color: rgba(0, 0, 0, 0.87);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
table.pd-data-table tbody tr td:last-of-type,
table.pd-data-table tfoot tr td:last-of-type {
  padding-right: 24px;
}
table.pd-data-table tfoot tr td,
table.pd-data-table tfoot tr:hover td {
  background-color: transparent;
}
table.pd-data-table tfoot tr td {
  font-weight: 500;
}
table.pd-data-table td.number,
table.pd-data-table th.number {
  width: 1%;
  text-align: right;
}
table.pd-data-table div.progressBarTime {
  cursor: pointer;
  min-width: 35px;
  text-align: right;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}
table.pd-data-table div.progressBarTime.active {
  opacity: 1;
  transition: opacity 1s ease;
}
table.pd-data-table div.progressBarError {
  vertical-align: top;
  margin-top: 12px;
  display: inline-block;
  position: relative;
}
table.pd-data-table div.progressBarError div {
  display: inline-block;
  width: 55px;
  position: absolute;
}
table.pd-data-table div.progressBar {
  width: calc(100% - 95px);
  height: 8px;
  position: relative;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 4px;
  display: inline-block;
  opacity: 0;
}
table.pd-data-table div.progressBar.active {
  opacity: 1;
  transition: opacity 1s ease;
}
table.pd-data-table div.progressBar:hover .progressBarIntent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 4px;
}
table.pd-data-table div.progressBar .progressBarElapsed {
  background: #546e7a;
  height: 100%;
  border-radius: 4px;
  position: absolute;
}
table.pd-data-table div.progressBar .progressBarSeek {
  top: -6px;
  bottom: -6px;
  right: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.pd-tabs {
  overflow-x: auto;
  margin: 0 -24px;
  padding: 0 24px;
}
.pd-tabs .tabs {
  white-space: nowrap;
}
.pd-tabs button.btn-flat {
  height: 42px;
  padding: 0 24px;
  margin: 0;
  overflow: hidden;
  vertical-align: bottom;
}
.pd-tabs button.btn-flat.first {
  margin-left: -24px;
}
.pd-tabs button.btn-flat.last {
  margin-right: -24px;
}
@-webkit-keyframes active-tab-animation {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(300);
  }
}
@-moz-keyframes active-tab-animation {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(300);
  }
}
@-ms-keyframes active-tab-animation {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(300);
  }
}
@-o-keyframes active-tab-animation {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(300);
  }
}
@keyframes active-tab-animation {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(300);
  }
}
.pd-tabs button.btn-flat:after {
  position: absolute;
  top: 5px;
  left: 15%;
  display: block;
  height: 1px;
  width: 1px;
  content: " ";
  border-radius: 50%;
}
.pd-tabs button.btn-flat.right-animation:after {
  top: 30px;
  left: 85%;
}
.pd-tabs button.btn-flat.active:hover {
  background-color: transparent;
}
.pd-tabs button.btn-flat.active:after {
  background-color: rgba(203, 203, 203, 0.2);
  opacity: 0;
  -webkit-animation: active-tab-animation 0.4s cubic-bezier(0.7, 0, 1, 1);
  -moz-animation: active-tab-animation 0.4s cubic-bezier(0.7, 0, 1, 1);
  -ms-animation: active-tab-animation 0.4s cubic-bezier(0.7, 0, 1, 1);
  -o-animation: active-tab-animation 0.4s cubic-bezier(0.7, 0, 1, 1);
  animation: active-tab-animation 0.4s cubic-bezier(0.7, 0, 1, 1);
}
.pd-tabs .indicator div {
  height: 2px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.virtual-ref-list {
  margin-bottom: 15px;
}
.virtual-ref-list .pd-tabs .indicator div {
  background-color: #3949AB;
}
.tooltip {
  display: inline-block;
  margin: 0 8px;
}
.tooltip .actuator {
  color: #3F51B5;
  cursor: default;
}
.tooltip .content {
  position: fixed;
  padding: 7px 14px;
  min-width: 250px;
  background-color: #323232;
  color: #ffffff !important;
  opacity: 0.01;
  z-index: 3;
  transition: opacity 0.25s ease-out;
}
.tooltip .content a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.tooltip .content p {
  margin: 4px 0;
}
.tooltip .content.enter {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.loop-upload a {
  cursor: pointer;
}
.loop-upload .loop-progress {
  display: inline-block;
  width: 100px;
  border: 1px solid #455a64;
}
.loop-upload .loop-progress div {
  height: 6px;
  background-color: #FF3D00;
}
.loop-upload .loop-upload-name {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px;
  vertical-align: bottom;
}
.pd-uploaded-image-list {
  width: 660px;
}
.pd-uploaded-image-list .pd-uploaded-image {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.pd-uploaded-image-list .pd-uploaded-image img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
}
.pd-uploaded-image-list .pd-uploaded-image a.remove {
  position: absolute;
  display: block;
  cursor: pointer;
  background-color: rgba(200, 200, 200, 0.7);
  padding: 3px 6px;
  top: 0;
  right: 0;
}
.pd-uploaded-doc {
  margin: 0 0 10px;
}
.pd-uploaded-doc a.remove {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.dashboard .params .form-field {
  max-width: 300px;
}
.dashboard .widgets {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dashboard .widgets > div {
  margin-bottom: 36px;
}
.dashboard .widgets .widget {
  position: relative;
}
.dashboard .widgets .widget .loader-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.dashboard .widgets .widget .loader-wrapper .pd-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
* {
  box-sizing: border-box;
}
html {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
body {
  background-color: #fafafa;
}
.home {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
a {
  text-decoration: none !important;
  outline: none !important;
}
a,
a:visited {
  color: rgba(0, 0, 0, 0.54);
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.disable-hover {
  pointer-events: none;
}
.relative {
  position: relative;
}
.hidden {
  display: none !important;
  visibility: collapse;
}
.btn,
.btn:focus {
  outline: none;
}
.editor {
  min-height: 400px;
}
.upper {
  text-transform: uppercase;
}
.inline-block {
  display: inline-block;
}
.highlight {
  background-color: #baeeba;
}
.process-counter {
  display: inline-block;
  position: absolute;
  margin-left: 15px;
  color: #3F51B5;
}
.eula {
  white-space: nowrap;
}
.eula input[type="checkbox"] {
  width: auto;
}
.eula label {
  display: inline !important;
  margin-left: 8px;
}
.eula a {
  color: #FF3D00;
  margin-left: 8px;
}
.m-l-4 {
  margin-left: 4px;
}
.m-r-4 {
  margin-right: 4px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-t-4 {
  margin-top: 4px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-l-8 {
  margin-left: 8px;
}
.m-r-8 {
  margin-right: 8px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-l-14 {
  margin-left: 14px;
}
.m-r-14 {
  margin-right: 14px;
}
.m-b-14 {
  margin-bottom: 14px;
}
.m-t-14 {
  margin-top: 14px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-l-24 {
  margin-left: 24px;
}
.m-r-24 {
  margin-right: 24px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-t-24 {
  margin-top: 24px;
}
.m-l-32 {
  margin-left: 32px;
}
.m-r-32 {
  margin-right: 32px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-t-32 {
  margin-top: 32px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-l-72 {
  margin-left: 72px;
}
.m-r-72 {
  margin-right: 72px;
}
.m-b-72 {
  margin-bottom: 72px;
}
.m-t-72 {
  margin-top: 72px;
}



.form-field .bso-valid-allways {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); 
  margin: 10px 0px; 
  padding: 5px 0px;
}

.bso-valid-allways .no-string{display: none;}

.form-field .bso-valid-allways .no-string{display: inherit;}